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_XS | |
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_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.65.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 4467806c05a3..5591ea6636dd 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.49 2009/08/10 12:17:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.50 2009/09/07 07:55:06 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.65.ebuild: + Cleanup *Text-CSV_XS-0.67 (10 Aug 2009) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.65.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.65.ebuild deleted file mode 100644 index bd4aef57dba1..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.65.ebuild +++ /dev/null @@ -1,22 +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_XS/Text-CSV_XS-0.65.ebuild,v 1.1 2009/05/15 17:02:52 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" |