summaryrefslogtreecommitdiff
path: root/dev-perl/Test-Distribution
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-Distribution')
-rw-r--r--dev-perl/Test-Distribution/Manifest2
-rw-r--r--dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild24
-rw-r--r--dev-perl/Test-Distribution/Test-Distribution-2.0.0-r2.ebuild25
3 files changed, 26 insertions, 25 deletions
diff --git a/dev-perl/Test-Distribution/Manifest b/dev-perl/Test-Distribution/Manifest
index 67839fbbb467..1c3d0966a050 100644
--- a/dev-perl/Test-Distribution/Manifest
+++ b/dev-perl/Test-Distribution/Manifest
@@ -1,3 +1,3 @@
DIST Test-Distribution-2.00.tar.gz 11326 BLAKE2B 0ef42150a1dc9e07220b3b3a4badc2a00b9ccbf55d383794ad4fbf17ce1378112f9de04eca669e16e298eb5a22609dc58b214da9f15f80fd7478c11a985a9d28 SHA512 74ad4bb228d6727f1c966e2b3311914de15ef6d191717b6c9e7fa7ab9286de737aefc889c1c3f1d587582f234e0da55e980cd7eabb7edce4bd13ff79f4333638
-EBUILD Test-Distribution-2.0.0-r1.ebuild 540 BLAKE2B 81d3c63564ce5aab1c514b6441770430320a81b0617c7d34fae74c8f16b05be3983711dc099510ae93eb406b13abab34ce8e7a0564692edf8887b1c78620dd15 SHA512 14e915d02566d63d87f8b1b662803dfe4fb727d914e98d515d380cd6f56d64f6dc1f702cb8055bf60b2d488e278464fdcf94790400fb105f50f9937f9c903f23
+EBUILD Test-Distribution-2.0.0-r2.ebuild 530 BLAKE2B fe33c7845f6bb0a8d3d656d950bf18c4d3cf46fffe56e7072250de17850496c5eb08272e4acf1b34fd21c522cdd5afb6b9e121e019fd6c96d66ced5bdb03e696 SHA512 013b59c7f206c74e90838308f564d7d6a49ad21b5e905c7cd55b7959f6567d2d41191c313783df3ee19471cc7f63c361ce310d14b2e16f3a352de5f1f93ce578
MISC metadata.xml 1137 BLAKE2B e9557c8c7b7fe24147a3df842d25b611efdec0fcf9c7b8bb56111f2b3634ea4d864646c9a2afc1f7cc5c8419857b6e6cdb137f65c7c72be81d4f81c45be84822 SHA512 e3103d563a3170f254d35cf3b0d3ae728338fcf219852d333c8edb066fde8fab3e0f324423d6137336047009575dce83b485bda0ad36f18349224f25760e9427
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
+"