diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-18 23:34:53 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-18 23:45:52 +0200 |
commit | e0fb94da73a5edf95a1a77167636968dbfd0e916 (patch) | |
tree | 0c5ca5fcd5f781c71ec82081c6f690aaa2ba8372 /dev-perl | |
parent | dev-perl/Test-DistManifest: EAPI=8 bump (diff) | |
download | gentoo-e0fb94da73a5edf95a1a77167636968dbfd0e916.tar.gz gentoo-e0fb94da73a5edf95a1a77167636968dbfd0e916.tar.bz2 gentoo-e0fb94da73a5edf95a1a77167636968dbfd0e916.zip |
dev-perl/Test-Distribution: 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/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Test-Distribution/Test-Distribution-2.0.0-r2.ebuild | 25 |
2 files changed, 25 insertions, 24 deletions
diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild deleted file mode 100644 index dbf7bad4bed7..000000000000 --- a/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=SRSHAH -MODULE_VERSION=2.00 -inherit perl-module - -DESCRIPTION="perform tests on all modules of a distribution" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="" - -RDEPEND=">=dev-perl/Pod-Coverage-0.20 - >=dev-perl/File-Find-Rule-0.30 - dev-perl/Test-Pod-Coverage - >=virtual/perl-Module-CoreList-2.17 - >=dev-perl/Test-Pod-1.26" -DEPEND="${RDEPEND} - dev-perl/Module-Build" - -SRC_TEST=do diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r2.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r2.ebuild new file mode 100644 index 000000000000..95129a58c232 --- /dev/null +++ b/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SRSHAH +DIST_VERSION=2.00 +inherit perl-module + +DESCRIPTION="perform tests on all modules of a distribution" + +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" + +RDEPEND=" + >=dev-perl/Pod-Coverage-0.200.0 + >=dev-perl/File-Find-Rule-0.300.0 + dev-perl/Test-Pod-Coverage + >=virtual/perl-Module-CoreList-2.170.0 + >=dev-perl/Test-Pod-1.260.0 + +" +BDEPEND="${RDEPEND} + dev-perl/Module-Build +" |