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/List-MoreUtils/
Date: Thu, 24 Jun 2021 17:52:19
Message-Id: 1624557111.767a9fd42cab4dfcdf659445512895721cd85cda.dilfridge@gentoo
1 commit: 767a9fd42cab4dfcdf659445512895721cd85cda
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 17:38:11 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 17:51:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767a9fd4
7
8 dev-perl/List-MoreUtils: Remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../List-MoreUtils/List-MoreUtils-0.418.0.ebuild | 24 ------------------
14 .../List-MoreUtils/List-MoreUtils-0.419.0.ebuild | 24 ------------------
15 .../List-MoreUtils/List-MoreUtils-0.426.0.ebuild | 29 ----------------------
16 dev-perl/List-MoreUtils/Manifest | 3 ---
17 4 files changed, 80 deletions(-)
18
19 diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild
20 deleted file mode 100644
21 index b768597c273..00000000000
22 --- a/dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild
23 +++ /dev/null
24 @@ -1,24 +0,0 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=6
29 -
30 -DIST_AUTHOR=REHSACK
31 -DIST_VERSION=0.418
32 -inherit perl-module
33 -
34 -DESCRIPTION="Provide the missing functionality from List::Util"
35 -
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
38 -IUSE="test +xs"
39 -RESTRICT="!test? ( test )"
40 -# See MoreUtils.pm/LICENSE
41 -LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"
42 -
43 -PDEPEND="xs? ( dev-perl/List-MoreUtils-XS )"
44 -RDEPEND=">=dev-perl/Exporter-Tiny-0.38.0"
45 -DEPEND="${RDEPEND}
46 - virtual/perl-ExtUtils-MakeMaker
47 - test? ( >=virtual/perl-Test-Simple-0.960.0 )
48 -"
49
50 diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.419.0.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.419.0.ebuild
51 deleted file mode 100644
52 index 05719df92e1..00000000000
53 --- a/dev-perl/List-MoreUtils/List-MoreUtils-0.419.0.ebuild
54 +++ /dev/null
55 @@ -1,24 +0,0 @@
56 -# Copyright 1999-2021 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -
61 -DIST_AUTHOR=REHSACK
62 -DIST_VERSION=0.419
63 -inherit perl-module
64 -
65 -DESCRIPTION="Provide the missing functionality from List::Util"
66 -
67 -SLOT="0"
68 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
69 -IUSE="test +xs"
70 -RESTRICT="!test? ( test )"
71 -# See MoreUtils.pm/LICENSE
72 -LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"
73 -
74 -PDEPEND="xs? ( dev-perl/List-MoreUtils-XS )"
75 -RDEPEND=">=dev-perl/Exporter-Tiny-0.38.0"
76 -DEPEND="${RDEPEND}
77 - virtual/perl-ExtUtils-MakeMaker
78 - test? ( >=virtual/perl-Test-Simple-0.960.0 )
79 -"
80
81 diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.426.0.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.426.0.ebuild
82 deleted file mode 100644
83 index b9d43c54d5f..00000000000
84 --- a/dev-perl/List-MoreUtils/List-MoreUtils-0.426.0.ebuild
85 +++ /dev/null
86 @@ -1,29 +0,0 @@
87 -# Copyright 1999-2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=6
91 -
92 -DIST_AUTHOR=REHSACK
93 -DIST_VERSION=0.426
94 -inherit perl-module
95 -
96 -DESCRIPTION="Provide the missing functionality from List::Util"
97 -
98 -SLOT="0"
99 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
100 -IUSE="test +xs"
101 -RESTRICT="!test? ( test )"
102 -# See MoreUtils.pm/LICENSE
103 -LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"
104 -
105 -PDEPEND="xs? ( >=dev-perl/List-MoreUtils-XS-0.426.0 )"
106 -RDEPEND=">=dev-perl/Exporter-Tiny-0.38.0"
107 -DEPEND="${RDEPEND}
108 - virtual/perl-ExtUtils-MakeMaker
109 - test? ( >=virtual/perl-Test-Simple-0.960.0 )
110 -"
111 -PATCHES=("${FILESDIR}/${P}-xs-config.patch")
112 -src_configure() {
113 - export LMU_USE_XS="$(usex xs 1 0)"
114 - perl-module_src_configure
115 -}
116
117 diff --git a/dev-perl/List-MoreUtils/Manifest b/dev-perl/List-MoreUtils/Manifest
118 index 638d1bdac24..582021b7ce6 100644
119 --- a/dev-perl/List-MoreUtils/Manifest
120 +++ b/dev-perl/List-MoreUtils/Manifest
121 @@ -1,4 +1 @@
122 -DIST List-MoreUtils-0.418.tar.gz 55111 BLAKE2B 7c24aaec6293c6bb4f7f5a5b6511944aac6c75dd826895f56ae2719bdf3c5f19381583574b9ae048c8f99e6da4d8d6f58e7df45fee9d843aa831db16a2eec8de SHA512 7ba4395262c4406e822baf40e5a32aa6d93779a56d2567c4920f085ab2580c376db41e2141e4b9b43860d65122ebe73a03dfb0ed76a32f087b05ca7eb90f6d6e
123 -DIST List-MoreUtils-0.419.tar.gz 55193 BLAKE2B aa31d5a4abd28efc8c71877b0267b847ede645fef9889d639982292187a813384a58c361ca2d7513947161d581735b23301f36a058f21e02ad7cdfce65264402 SHA512 d13beb5031d1559c2ec4cb93826e86f0f314c4f10c4fdcac6910de0cb039199599911838eadd499e81cb41025aae2a52d69a259653a9637679a1705c7adcd37a
124 -DIST List-MoreUtils-0.426.tar.gz 145518 BLAKE2B 773e0a78147a4d62ad61493cbe8d4c40569d7a2be1754e11f85cbfb57b10d411c3d25445607b10429031f40ac58b3d1b0a2e5d011e556d21e8fba5f1bd7fde2b SHA512 622ce2e5e418ba803359107b15cc9f5234bfbb32f03d072c0b448b6b8d603472254d9653757d0048f537852a68b17bef1b71a7f5104d95802e4b78f595664b32
125 DIST List-MoreUtils-0.428.tar.gz 146030 BLAKE2B 8a2accf028ab4c3c9f48f0cdb17624022c1951cb99d715c0af573aa55a659cf6fb51644a2b1ad225edc475ca2476401960fecc7d1319d496a7db27eb52bc1216 SHA512 f7e11f10f1d7bd3b8f9f8bc2fc325e1a9230056f68591da624aed01fb4e4cbac20caeae0c3e2aa3acc8b71febd6d4149284367f051d3c1e608e3a4ca8b62dbd8