diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-29 12:42:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-29 12:42:50 +0000 |
commit | 9d12d4f25351669a7394f5786203f81d6aac5f27 (patch) | |
tree | b5865ce9c2eddc779140c52ffdc82a3dac854e32 /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-9d12d4f25351669a7394f5786203f81d6aac5f27.tar.gz gentoo-2-9d12d4f25351669a7394f5786203f81d6aac5f27.tar.bz2 gentoo-2-9d12d4f25351669a7394f5786203f81d6aac5f27.zip |
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.800.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.810.0.ebuild | 23 |
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index e5ba822863de..3f8acbb3a13c 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,10 @@ # 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.82 2011/05/08 19:14:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.83 2011/07/29 12:42:50 tove Exp $ + + 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.800.ebuild, + -Text-CSV_XS-0.810.0.ebuild: + Cleanup *Text-CSV_XS-0.820.0 (08 May 2011) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.800.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.800.ebuild deleted file mode 100644 index 3d099366e998..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.800.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.800.ebuild,v 1.1 2011/01/12 16:12:23 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=HMBRAND -MODULE_VERSION=0.80 -MODULE_A=${PN}-${MODULE_VERSION}.tgz -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 ~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" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.810.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.810.0.ebuild deleted file mode 100644 index 29ce5f28dfba..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.810.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.810.0.ebuild,v 1.1 2011/03/23 08:01:12 tove Exp $ - -EAPI=3 - -MODULE_A_EXT=tgz -MODULE_AUTHOR=HMBRAND -MODULE_VERSION=0.81 -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 ~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" |