summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-24 00:43:44 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-24 00:54:02 +0200
commit79a1784b9d01cb1a309ecfa28e566f86c70c3998 (patch)
tree0ce2682baf8d9264b711e1c57c868ea9fe577066 /dev-perl/Devel-Cycle
parentdev-perl/Devel-Cycle: Stable for all (diff)
downloadgentoo-79a1784b9d01cb1a309ecfa28e566f86c70c3998.tar.gz
gentoo-79a1784b9d01cb1a309ecfa28e566f86c70c3998.tar.bz2
gentoo-79a1784b9d01cb1a309ecfa28e566f86c70c3998.zip
dev-perl/Devel-Cycle: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Devel-Cycle')
-rw-r--r--dev-perl/Devel-Cycle/Devel-Cycle-1.120.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Devel-Cycle/Devel-Cycle-1.120.0.ebuild b/dev-perl/Devel-Cycle/Devel-Cycle-1.120.0.ebuild
deleted file mode 100644
index 82038fde6ff7..000000000000
--- a/dev-perl/Devel-Cycle/Devel-Cycle-1.120.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=LDS
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="Find memory cycles in objects"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 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-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
-
-SRC_TEST=do