diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 10:35:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 10:35:18 +0000 |
commit | 806d6b58ad3a88bef86f2f28ac2c4d24c723f2a5 (patch) | |
tree | 4afe864513c6b5b4817b001f11a3edd1420b9631 /dev-perl/Text-CSV | |
parent | Include XRandR 1.2 patch by Brian Tarricone wrt #249680. (diff) | |
download | historical-806d6b58ad3a88bef86f2f28ac2c4d24c723f2a5.tar.gz historical-806d6b58ad3a88bef86f2f28ac2c4d24c723f2a5.tar.bz2 historical-806d6b58ad3a88bef86f2f28ac2c4d24c723f2a5.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/Text-CSV')
-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}" |