mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-perl/constant-defer: -r bump for EAPI& + fixes
- EAPI7 - use DIST_EXAMPLES for examples handling - Fix license Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
28
dev-perl/constant-defer/constant-defer-6.0.0-r1.ebuild
Normal file
28
dev-perl/constant-defer/constant-defer-6.0.0-r1.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=KRYDE
|
||||
DIST_VERSION="6"
|
||||
DIST_EXAMPLES=("examples/*")
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="constant subs with deferred value calculation"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test examples"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="virtual/perl-Carp"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
virtual/perl-Exporter
|
||||
test? (
|
||||
virtual/perl-Data-Dumper
|
||||
virtual/perl-Test
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user