diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-02 02:08:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-02 02:13:17 +0200 |
commit | eea4f888d365028978a06631cc85ad0ff641b482 (patch) | |
tree | d35cf7ff773721978dab35c7d2d02639344a7a2c /dev-perl/UNIVERSAL-can | |
parent | dev-perl/Unicode-UTF8simple: EAPI=8 bump (diff) | |
download | gentoo-eea4f888d365028978a06631cc85ad0ff641b482.tar.gz gentoo-eea4f888d365028978a06631cc85ad0ff641b482.tar.bz2 gentoo-eea4f888d365028978a06631cc85ad0ff641b482.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/UNIVERSAL-can')
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/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 000000000000..896706cadd6e --- /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 975f1651990d..000000000000 --- 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" |