diff options
author | 2009-06-03 16:48:41 +0000 | |
---|---|---|
committer | 2009-06-03 16:48:41 +0000 | |
commit | 7fe9e98f3940b9ee2953597dde50e858b496708a (patch) | |
tree | d77fa5aa6bbe6dbfcb472f75837570935166cbbb /dev-perl | |
parent | Fix the tweaked mask to exclude www-client/opera-9. (diff) | |
download | gentoo-2-7fe9e98f3940b9ee2953597dde50e858b496708a.tar.gz gentoo-2-7fe9e98f3940b9ee2953597dde50e858b496708a.tar.bz2 gentoo-2-7fe9e98f3940b9ee2953597dde50e858b496708a.zip |
Cleanup
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Algorithm-C3/ChangeLog | 5 |
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) |