mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
louis: 2.2.0 bump
This commit is contained in:
parent
37e41b3364
commit
65df7496a0
3 changed files with 26 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST louis-2.1.8.gem 705024 BLAKE2B 8b96a944032cc23cebecdbdbab0bca5664afc8dd65d99bfaea63f6377e215f2bf8f06acbd7be877db1c20d486a3c69586def5e5ada68f4e5ce49b487902e9413 SHA512 d32b70a0e1b62f588a49cebb820eb1ed5928f7cc2325661ea863a13452e6d3f239ba8f88db5c05d934d9446ef781d75d51e8067448bfbcb7bef5ff3efa759b6f
|
||||
DIST louis-2.2.0.gem 710656 BLAKE2B 9237891bb420fbfa90a087da2e54370ee049f0720a6d8703f5cc99473247fde9e7ae3fa4c33cdde503a17b76ee3e7c1ccb429d287af72ca6848f637da485a16c SHA512 e49eede89a8d9b97d7367e6cf66ddef06b7129aa9b4e066fa659921c5eef1f0bd16645e9190da25c81c85a8803cd1064f1b6a755d47b91127e84ee26793b71a8
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby23 ruby24 ruby25"
|
||||
USE_RUBY="ruby24 ruby25"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC="yard"
|
||||
RUBY_FAKEGEM_DOCDIR="doc"
|
||||
|
|
|
|||
24
dev-ruby/louis/louis-2.2.0.ebuild
Normal file
24
dev-ruby/louis/louis-2.2.0.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby24 ruby25 ruby26"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC="yard"
|
||||
RUBY_FAKEGEM_DOCDIR="doc"
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="data"
|
||||
RUBY_FAKEGEM_TASK_TEST="spec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Lookup mac address assignments in the iana database"
|
||||
HOMEPAGE="https://github.com/pwnieexpress/louis"
|
||||
|
||||
LICENSE="AGPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test"
|
||||
Loading…
Reference in a new issue