commit: 53b5b760040d42bef795d4d72290ad8ca00eaaac
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 7 21:27:16 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 7 21:30:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b5b760
dev-perl/SUPER: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/SUPER/Manifest | 1 -
dev-perl/SUPER/SUPER-1.201.411.170.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/dev-perl/SUPER/Manifest b/dev-perl/SUPER/Manifest
index d4d86cd86881..343ab9862ded 100644
--- a/dev-perl/SUPER/Manifest
+++ b/dev-perl/SUPER/Manifest
@@ -1,2 +1 @@
-DIST SUPER-1.20141117.tar.gz 14477 BLAKE2B
c49278dff91a754f69b365f04e9e7c64643a57ae58291ef909f5ba1444c129b7ad0f2e385c4ebaeb252dc488d6442849a1677a2aeedb284cd73a82593cf1452b
SHA512
c17fe478fcb9ebc2749c27fc75b839bd77e81c9d0170697b2a697dcebb9f4eef4b954d023b76d33a8b4201b110e5e997b1e0993faf7a04ef2e1191a2f7c516a0
DIST SUPER-1.20190531.tar.gz 14909 BLAKE2B
2d1127a32f002e40d1490c91f1dbb1fc3fbccb70973d4dc08f5e48b2453512f9dbfd8276d50ddf8a745aaff8331d8bff27efdc35cc5b90222bbc6329a1d3e93e
SHA512
fb1072c76aa9d82edb39ec75f0e14c0fa41837b36b7d2ec24482a20338484cba867646f5e3ceb12ff4f8e1a6f333f5243900c2114d772a29d6c0380feabd3565
diff --git a/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
b/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
deleted file mode 100644
index af68a2242b06..000000000000
--- a/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CHROMATIC
-DIST_VERSION=1.20141117
-inherit perl-module
-
-DESCRIPTION="control superclass method dispatch"
-SLOT="0"
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Scalar-List-Utils
- dev-perl/Sub-Identify
-"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"