commit:     eea4f888d365028978a06631cc85ad0ff641b482
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 00:08:30 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 00:13:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea4f888

dev-perl/UNIVERSAL-can: EAPI=8 bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../UNIVERSAL-can-1.201.403.280-r1.ebuild          | 20 ++++++++++++++++++
 .../UNIVERSAL-can-1.201.403.280.ebuild             | 24 ----------------------
 2 files changed, 20 insertions(+), 24 deletions(-)

diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild 
b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild
new file mode 100644
index 00000000000..896706cadd6
--- /dev/null
+++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CHROMATIC
+DIST_VERSION=1.20140328
+inherit perl-module
+
+DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
+
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv sparc x86"
+
+RDEPEND="
+       virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+       test? ( >=virtual/perl-Test-Simple-0.600.0 )
+"

diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild 
b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild
deleted file mode 100644
index 975f1651990..00000000000
--- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CHROMATIC
-MODULE_VERSION=1.20140328
-inherit perl-module
-
-DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/perl-Scalar-List-Utils"
-DEPEND="
-       test? (
-               ${RDEPEND}
-               >=virtual/perl-Test-Simple-0.60
-       )"
-
-SRC_TEST="do"

Reply via email to