From 22aad9a5d7c6708d0bb3c2a8170aad692109ac2d Mon Sep 17 00:00:00 2001 From: Yuval Yaari Date: Tue, 29 Apr 2008 06:18:26 +0000 Subject: Version bump (Portage version: 2.1.4.4) --- dev-perl/Text-CSV_XS/ChangeLog | 7 ++++++- dev-perl/Text-CSV_XS/Text-CSV_XS-0.45.ebuild | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 dev-perl/Text-CSV_XS/Text-CSV_XS-0.45.ebuild (limited to 'dev-perl/Text-CSV_XS') diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index e3b990b98f6c..adad8f53ec52 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.24 2008/02/05 10:30:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.25 2008/04/29 06:18:26 yuval Exp $ + +*Text-CSV_XS-0.45 (29 Apr 2008) + + 29 Apr 2008; Yuval Yaari +Text-CSV_XS-0.45.ebuild: + Version bump 05 Feb 2008; Markus Rothe Text-CSV_XS-0.31.ebuild: Stable on ppc64 diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.45.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.45.ebuild new file mode 100644 index 000000000000..21ba1dc95ed1 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.45.ebuild @@ -0,0 +1,18 @@ +# 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.45.ebuild,v 1.1 2008/04/29 06:18:26 yuval Exp $ + +inherit perl-module + +DESCRIPTION="comma-separated values manipulation routines" +SRC_URI="mirror://cpan/authors/id/H/HM/HMBRAND/${P}.tgz" +HOMEPAGE="http://search.cpan.org/~hmbrand/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" -- cgit v1.2.3-65-gdbad