summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-04-10 23:30:42 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-04-10 23:30:42 +0200
commitb6b07f41751b1993bf7bc44c06e364d46db3be33 (patch)
tree52f281d4add11ef49bb37343f4fbf47db49b7e0b /dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
parentdev-perl/Acme-Damn: EAPI=7 (diff)
downloadgentoo-b6b07f41751b1993bf7bc44c06e364d46db3be33.tar.gz
gentoo-b6b07f41751b1993bf7bc44c06e364d46db3be33.tar.bz2
gentoo-b6b07f41751b1993bf7bc44c06e364d46db3be33.zip
dev-perl/Algorithm-C3: Remove old
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild')
-rw-r--r--dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
deleted file mode 100644
index 110f36414a18..000000000000
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=HAARG
-DIST_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Carp-0.10.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( >=virtual/perl-Test-Simple-0.470.0 )
-"