summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-10 20:18:07 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-10 20:23:55 +0200
commit5b980c2e2bba386cdfb477941d66ba8c5ab89598 (patch)
treed3edfba47c0f54951697927fe4ac426a9bf093e5 /dev-perl
parentdev-perl/Sub-Uplevel: EAPI=8 bump (diff)
downloadgentoo-5b980c2e2bba386cdfb477941d66ba8c5ab89598.tar.gz
gentoo-5b980c2e2bba386cdfb477941d66ba8c5ab89598.tar.bz2
gentoo-5b980c2e2bba386cdfb477941d66ba8c5ab89598.zip
dev-perl/SUPER: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/SUPER/Manifest1
-rw-r--r--dev-perl/SUPER/SUPER-1.201.905.310.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/SUPER/Manifest b/dev-perl/SUPER/Manifest
index 81bd557b7b39..d4d86cd86881 100644
--- a/dev-perl/SUPER/Manifest
+++ b/dev-perl/SUPER/Manifest
@@ -1 +1,2 @@
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.905.310.ebuild b/dev-perl/SUPER/SUPER-1.201.905.310.ebuild
new file mode 100644
index 000000000000..36274a42a78c
--- /dev/null
+++ b/dev-perl/SUPER/SUPER-1.201.905.310.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CHROMATIC
+DIST_VERSION=1.20190531
+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"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Sub-Identify
+"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"