diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:27:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:27:29 +0000 |
commit | 21a8b67520dff2de8a2a382055176a20230b7be8 (patch) | |
tree | 046d0f540f6e8444232cca8a9023c9ee7d484d4e /dev-perl/Text-CSV_XS | |
parent | Cleanup (diff) | |
download | gentoo-2-21a8b67520dff2de8a2a382055176a20230b7be8.tar.gz gentoo-2-21a8b67520dff2de8a2a382055176a20230b7be8.tar.bz2 gentoo-2-21a8b67520dff2de8a2a382055176a20230b7be8.zip |
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.70.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.71.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index e93e165ab190..f88eadfffa6c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.65 2010/03/17 06:53:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.66 2010/04/09 07:27:29 tove Exp $ + + 09 Apr 2010; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.70.ebuild, + -Text-CSV_XS-0.71.ebuild: + Cleanup *Text-CSV_XS-0.72 (17 Mar 2010) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.70.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.70.ebuild deleted file mode 100644 index 23a0df30f5fa..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.70.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 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.70.ebuild,v 1.2 2010/01/14 15:17:04 grobian 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.71.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.71.ebuild deleted file mode 100644 index a8b333fa0525..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.71.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 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.71.ebuild,v 1.1 2010/02/19 13:14:11 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" |