From e0fb94da73a5edf95a1a77167636968dbfd0e916 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 18 Aug 2021 23:34:53 +0200 Subject: dev-perl/Test-Distribution: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- .../Test-Distribution-2.0.0-r1.ebuild | 24 --------------------- .../Test-Distribution-2.0.0-r2.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild create mode 100644 dev-perl/Test-Distribution/Test-Distribution-2.0.0-r2.ebuild (limited to 'dev-perl') 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 +" -- cgit v1.2.3-65-gdbad