summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-03 16:48:41 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-03 16:48:41 +0000
commitb6f9af7a6c8ecc3fabdfbe152f079ed8c4468487 (patch)
tree40e9cf7282c25d121bd7a174c61f83a60d0bebc4 /dev-perl/Algorithm-C3
parentFix the tweaked mask to exclude www-client/opera-9. (diff)
downloadhistorical-b6f9af7a6c8ecc3fabdfbe152f079ed8c4468487.tar.gz
historical-b6f9af7a6c8ecc3fabdfbe152f079ed8c4468487.tar.bz2
historical-b6f9af7a6c8ecc3fabdfbe152f079ed8c4468487.zip
Cleanup
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/Algorithm-C3')
-rw-r--r--dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild21
-rw-r--r--dev-perl/Algorithm-C3/ChangeLog5
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild
deleted file mode 100644
index 02da3c7d1a0b..000000000000
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 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.07.ebuild,v 1.1 2009/01/14 09:59:47 tove Exp $
-
-MODULE_AUTHOR=BLBLACK
-inherit perl-module
-
-DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-lang/perl"
-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 2aea2611d476..5fbaa0d01eb6 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.2 2009/05/28 11:26:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.3 2009/06/03 16:48:41 tove Exp $
+
+ 03 Jun 2009; Torsten Veller <tove@gentoo.org> -Algorithm-C3-0.07.ebuild:
+ Cleanup
*Algorithm-C3-0.08 (28 May 2009)