Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-can/
Date: Sat, 02 Oct 2021 00:13:42
Message-Id: 1633133597.eea4f888d365028978a06631cc85ad0ff641b482.dilfridge@gentoo
1 commit: eea4f888d365028978a06631cc85ad0ff641b482
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 00:08:30 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 00:13:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea4f888
7
8 dev-perl/UNIVERSAL-can: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../UNIVERSAL-can-1.201.403.280-r1.ebuild | 20 ++++++++++++++++++
14 .../UNIVERSAL-can-1.201.403.280.ebuild | 24 ----------------------
15 2 files changed, 20 insertions(+), 24 deletions(-)
16
17 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
18 new file mode 100644
19 index 00000000000..896706cadd6
20 --- /dev/null
21 +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild
22 @@ -0,0 +1,20 @@
23 +# Copyright 1999-2021 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=8
27 +
28 +DIST_AUTHOR=CHROMATIC
29 +DIST_VERSION=1.20140328
30 +inherit perl-module
31 +
32 +DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
33 +
34 +SLOT="0"
35 +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv sparc x86"
36 +
37 +RDEPEND="
38 + virtual/perl-Scalar-List-Utils
39 +"
40 +BDEPEND="${RDEPEND}
41 + test? ( >=virtual/perl-Test-Simple-0.600.0 )
42 +"
43
44 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
45 deleted file mode 100644
46 index 975f1651990..00000000000
47 --- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild
48 +++ /dev/null
49 @@ -1,24 +0,0 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -
55 -MODULE_AUTHOR=CHROMATIC
56 -MODULE_VERSION=1.20140328
57 -inherit perl-module
58 -
59 -DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
60 -
61 -SLOT="0"
62 -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv sparc x86"
63 -IUSE="test"
64 -RESTRICT="!test? ( test )"
65 -
66 -RDEPEND="virtual/perl-Scalar-List-Utils"
67 -DEPEND="
68 - test? (
69 - ${RDEPEND}
70 - >=virtual/perl-Test-Simple-0.60
71 - )"
72 -
73 -SRC_TEST="do"