diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-07 07:59:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-07 07:59:06 +0000 |
commit | a913037fad5f29244624fcd4b0a71af5f1be5455 (patch) | |
tree | c915eb44e7147ee1c027866361cd4bb917813423 /dev-perl/Text-CSV | |
parent | Cleanup (diff) | |
download | historical-a913037fad5f29244624fcd4b0a71af5f1be5455.tar.gz historical-a913037fad5f29244624fcd4b0a71af5f1be5455.tar.bz2 historical-a913037fad5f29244624fcd4b0a71af5f1be5455.zip |
Cleanup
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
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.12.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index d6bbcb4c0361..24f88d20a644 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.20 2009/08/02 18:35:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.21 2009/09/07 07:55:48 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> -Text-CSV-1.12.ebuild: + Cleanup *Text-CSV-1.13 (02 Aug 2009) diff --git a/dev-perl/Text-CSV/Text-CSV-1.12.ebuild b/dev-perl/Text-CSV/Text-CSV-1.12.ebuild deleted file mode 100644 index f1fb48b9948d..000000000000 --- a/dev-perl/Text-CSV/Text-CSV-1.12.ebuild +++ /dev/null @@ -1,19 +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.12.ebuild,v 1.1 2009/05/16 14:38:21 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="MAKAMAKA" -inherit perl-module - -DESCRIPTION="Manipulate comma-separated value strings" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST=do |