diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-06 22:14:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-06 22:16:47 +0200 |
commit | c828f5a4bee9e8e584ab2a127c4ddbc408f8956e (patch) | |
tree | 406857f71ec8b0467309d710510ea7957a896f1d /dev-perl | |
parent | dev-perl/Module-Manifest: Version bump 1.09 (diff) | |
download | gentoo-c828f5a4bee9e8e584ab2a127c4ddbc408f8956e.tar.gz gentoo-c828f5a4bee9e8e584ab2a127c4ddbc408f8956e.tar.bz2 gentoo-c828f5a4bee9e8e584ab2a127c4ddbc408f8956e.zip |
dev-perl/Module-Pluggable: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild (renamed from dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild) | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild index b145d0e1aadf..21ab867bf6df 100644 --- a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild +++ b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild @@ -1,26 +1,22 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=SIMONW -MODULE_VERSION=5.2 +DIST_AUTHOR=SIMONW +DIST_VERSION=5.2 inherit perl-module DESCRIPTION="Automatically give your module the ability to have plugins" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-File-Spec-3 virtual/perl-if " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.380.0 test? ( >=virtual/perl-Test-Simple-0.620.0 ) " - -SRC_TEST="do parallel" |