summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-10-19 16:28:56 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-10-19 16:28:56 +0000
commitc7f5a9b048479077d334478e9e1cf3c1c1baccaa (patch)
treebb8ee95c2991918ff6212a72e1874f5e974e47e7 /dev-perl/Algorithm-C3
parentDrop old (diff)
downloadgentoo-2-c7f5a9b048479077d334478e9e1cf3c1c1baccaa.tar.gz
gentoo-2-c7f5a9b048479077d334478e9e1cf3c1c1baccaa.tar.bz2
gentoo-2-c7f5a9b048479077d334478e9e1cf3c1c1baccaa.zip
Drop old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Algorithm-C3')
-rw-r--r--dev-perl/Algorithm-C3/Algorithm-C3-0.80.0.ebuild23
-rw-r--r--dev-perl/Algorithm-C3/ChangeLog5
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.80.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.80.0.ebuild
deleted file mode 100644
index 47ea17ce93d0..000000000000
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.80.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/Algorithm-C3-0.80.0.ebuild,v 1.1 2011/08/27 16:20:17 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
diff --git a/dev-perl/Algorithm-C3/ChangeLog b/dev-perl/Algorithm-C3/ChangeLog
index f382cc9d682d..c6d3a9803e04 100644
--- a/dev-perl/Algorithm-C3/ChangeLog
+++ b/dev-perl/Algorithm-C3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Algorithm-C3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.8 2014/07/28 21:08:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.9 2014/10/19 16:28:56 zlogene Exp $
+
+ 19 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> -Algorithm-C3-0.80.0.ebuild:
+ Drop old
*Algorithm-C3-0.90.0 (28 Jul 2014)