summaryrefslogtreecommitdiff
path: root/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-11 01:46:17 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-11 01:46:17 +0000
commitc4978ee720f96bfb804111ba3b4fa18c1008b2eb (patch)
treeee401f2fc08bb396ae7c2b8e890f14f362c27135 /dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
parentf4ec62be67ca7c839ef6cdbc7b4de72196545f03 (diff)
downloadbaldeagleos-repo-c4978ee720f96bfb804111ba3b4fa18c1008b2eb.tar.gz
baldeagleos-repo-c4978ee720f96bfb804111ba3b4fa18c1008b2eb.tar.xz
baldeagleos-repo-c4978ee720f96bfb804111ba3b4fa18c1008b2eb.zip
Adding metadata
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 )
-"