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/Sub-Exporter-ForMethods-0.100.52.ebuild
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/Sub-Exporter-ForMethods-0.100.52.ebuild')
-rw-r--r--dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild30
1 files changed, 0 insertions, 30 deletions
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
- )
-"