commit:     e0fb94da73a5edf95a1a77167636968dbfd0e916
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 18 21:34:53 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 21:45:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fb94da

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 <AT> gentoo.org>

 .../Test-Distribution-2.0.0-r1.ebuild              | 24 ---------------------
 .../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 dbf7bad4bed..00000000000
--- 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 00000000000..95129a58c23
--- /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
+"

Reply via email to