diff options
-rw-r--r-- | dev-perl/Text-CSV/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.10.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index 175115e70684..171b4e6c28da 100644 --- a/dev-perl/Text-CSV/ChangeLog +++ b/dev-perl/Text-CSV/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-CSV # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.16 2009/03/21 20:24:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.17 2009/05/02 10:24:21 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -Text-CSV-1.10.ebuild: + Cleanup *Text-CSV-1.11 (21 Mar 2009) diff --git a/dev-perl/Text-CSV/Text-CSV-1.10.ebuild b/dev-perl/Text-CSV/Text-CSV-1.10.ebuild deleted file mode 100644 index 5ba91f946f54..000000000000 --- a/dev-perl/Text-CSV/Text-CSV-1.10.ebuild +++ /dev/null @@ -1,18 +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/Text-CSV/Text-CSV-1.10.ebuild,v 1.3 2009/01/17 22:16:57 robbat2 Exp $ - -MODULE_AUTHOR="MAKAMAKA" - -inherit perl-module - -DESCRIPTION="Manipulate comma-separated value strings" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |