diff options
author | 2009-03-13 13:12:41 +0000 | |
---|---|---|
committer | 2009-03-13 13:12:41 +0000 | |
commit | 4f02c9d52dc204e7cd5ab61a8d9ff724e8c1e80f (patch) | |
tree | 1026fb18f2e681c3933b0af6a1897481d5638807 /dev-perl/Text-CSV_XS | |
parent | Cleanup (diff) | |
download | gentoo-2-4f02c9d52dc204e7cd5ab61a8d9ff724e8c1e80f.tar.gz gentoo-2-4f02c9d52dc204e7cd5ab61a8d9ff724e8c1e80f.tar.bz2 gentoo-2-4f02c9d52dc204e7cd5ab61a8d9ff724e8c1e80f.zip |
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
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.58.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.59.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.60.ebuild | 21 |
4 files changed, 5 insertions, 64 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index d6ee6a80a07d..da4b6570f29f 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 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.36 2009/03/08 18:48:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.37 2009/03/13 13:12:41 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.58.ebuild, + -Text-CSV_XS-0.59.ebuild, -Text-CSV_XS-0.60.ebuild: + Cleanup *Text-CSV_XS-0.61 (08 Mar 2009) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.58.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.58.ebuild deleted file mode 100644 index b0318912353b..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.58.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 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.58.ebuild,v 1.1 2008/10/31 17:14:55 tove Exp $ - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -SRC_TEST="do" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.59.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.59.ebuild deleted file mode 100644 index 7a64b28d50c6..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.59.ebuild +++ /dev/null @@ -1,21 +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.59.ebuild,v 1.1 2009/01/26 07:53:14 tove Exp $ - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="dev-lang/perl" -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.60.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.60.ebuild deleted file mode 100644 index d66bd5889beb..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.60.ebuild +++ /dev/null @@ -1,21 +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.60.ebuild,v 1.1 2009/01/28 12:04:12 tove Exp $ - -MODULE_AUTHOR=HMBRAND -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="comma-separated values manipulation routines" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" |