diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | 572cdefa178b10a964077d4623512a79c5297a42 (patch) | |
tree | a5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/Text-CSV_XS | |
parent | Version bump to latest release. (diff) | |
download | historical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2 historical-572cdefa178b10a964077d4623512a79c5297a42.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index dba59577963a..ba335d520c36 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.85 2011/08/09 19:44:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.86 2011/09/04 11:21:55 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.820.0.ebuild: + Cleanup *Text-CSV_XS-0.830.0 (09 Aug 2011) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild deleted file mode 100644 index b4b08f42cad8..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild,v 1.2 2011/08/08 20:13:25 grobian Exp $ - -EAPI=4 - -MODULE_A_EXT=tgz -MODULE_AUTHOR=HMBRAND -MODULE_VERSION=0.82 -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="parallel" |