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/SUPER/
Date: Tue, 07 Dec 2021 21:30:58
Message-Id: 1638912631.53b5b760040d42bef795d4d72290ad8ca00eaaac.dilfridge@gentoo
1 commit: 53b5b760040d42bef795d4d72290ad8ca00eaaac
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 21:27:16 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 21:30:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b5b760
7
8 dev-perl/SUPER: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/SUPER/Manifest | 1 -
14 dev-perl/SUPER/SUPER-1.201.411.170.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-perl/SUPER/Manifest b/dev-perl/SUPER/Manifest
18 index d4d86cd86881..343ab9862ded 100644
19 --- a/dev-perl/SUPER/Manifest
20 +++ b/dev-perl/SUPER/Manifest
21 @@ -1,2 +1 @@
22 -DIST SUPER-1.20141117.tar.gz 14477 BLAKE2B c49278dff91a754f69b365f04e9e7c64643a57ae58291ef909f5ba1444c129b7ad0f2e385c4ebaeb252dc488d6442849a1677a2aeedb284cd73a82593cf1452b SHA512 c17fe478fcb9ebc2749c27fc75b839bd77e81c9d0170697b2a697dcebb9f4eef4b954d023b76d33a8b4201b110e5e997b1e0993faf7a04ef2e1191a2f7c516a0
23 DIST SUPER-1.20190531.tar.gz 14909 BLAKE2B 2d1127a32f002e40d1490c91f1dbb1fc3fbccb70973d4dc08f5e48b2453512f9dbfd8276d50ddf8a745aaff8331d8bff27efdc35cc5b90222bbc6329a1d3e93e SHA512 fb1072c76aa9d82edb39ec75f0e14c0fa41837b36b7d2ec24482a20338484cba867646f5e3ceb12ff4f8e1a6f333f5243900c2114d772a29d6c0380feabd3565
24
25 diff --git a/dev-perl/SUPER/SUPER-1.201.411.170.ebuild b/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
26 deleted file mode 100644
27 index af68a2242b06..000000000000
28 --- a/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DIST_AUTHOR=CHROMATIC
37 -DIST_VERSION=1.20141117
38 -inherit perl-module
39 -
40 -DESCRIPTION="control superclass method dispatch"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
43 -IUSE="test"
44 -RESTRICT="!test? ( test )"
45 -
46 -RDEPEND="
47 - virtual/perl-Carp
48 - virtual/perl-Scalar-List-Utils
49 - dev-perl/Sub-Identify
50 -"
51 -DEPEND="${RDEPEND}
52 - dev-perl/Module-Build
53 - virtual/perl-ExtUtils-MakeMaker
54 - test? ( virtual/perl-Test-Simple )
55 -"