summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-07 22:23:48 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-07 22:30:24 +0100
commit8891831b846c3332b7c4cf9cde0778557ee54368 (patch)
tree8788a9e5703aa1bbb97d01b147cc9335cb40db7d /dev-perl/Sub-Exporter-ForMethods
parentdev-perl/Sub-Exporter: Remove old (diff)
downloadgentoo-8891831b846c3332b7c4cf9cde0778557ee54368.tar.gz
gentoo-8891831b846c3332b7c4cf9cde0778557ee54368.tar.bz2
gentoo-8891831b846c3332b7c4cf9cde0778557ee54368.zip
dev-perl/Sub-Exporter-ForMethods: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Sub-Exporter-ForMethods')
-rw-r--r--dev-perl/Sub-Exporter-ForMethods/Manifest1
-rw-r--r--dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Sub-Exporter-ForMethods/Manifest b/dev-perl/Sub-Exporter-ForMethods/Manifest
index 2801ab1bd192..27106dad93ba 100644
--- a/dev-perl/Sub-Exporter-ForMethods/Manifest
+++ b/dev-perl/Sub-Exporter-ForMethods/Manifest
@@ -1,2 +1 @@
-DIST Sub-Exporter-ForMethods-0.100052.tar.gz 16421 BLAKE2B adba8e553cf0a3003fe0af1fcdf8904e7e15270d16b6c80d8558d536d5baf22f84bf7d9c2d0948fab69b90e41a13d7f02cb11286c86e9b31e8cc4ec2f6e8b1cd SHA512 75dc9d150f0d0fe33f727363582f99f1ca5c4b76e789e33e640f648588c23531516a99affd9097bc38e175e099dac817d307406dd2380f422aae401f3b5405ca
DIST Sub-Exporter-ForMethods-0.100054.tar.gz 17241 BLAKE2B bd8dcac06ea9f5c461f628ceccb4218b275836b6378f850c501e7f0411cfe4fb30eb493d2a2e3e9f91bb6dd52c6368d95d5084b55f3cf27075b1ab8de7774338 SHA512 bed6109790e72040c3546bd2c523ab1ab53df1e3a12ebe109cd53cf8db6ddf458d874a1a49d6008326bf4835cd5af2f0229fbe184ca0402f5261f8d25a267dd9
diff --git a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
deleted file mode 100644
index b76b3d8554c7..000000000000
--- a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJBS
-DIST_VERSION=0.100052
-inherit perl-module
-
-DESCRIPTION="Helper routines for using Sub::Exporter to build methods"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Scalar-List-Utils
- >=dev-perl/Sub-Exporter-0.978.0
- dev-perl/Sub-Name
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Carp
- virtual/perl-File-Spec
- >=virtual/perl-Test-Simple-0.960.0
- dev-perl/namespace-autoclean
- )
-"