diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-10-19 20:05:45 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-10-19 20:05:45 +0000 |
commit | ec3c0487d5762e419327ee58f1c49350c0dfd141 (patch) | |
tree | 2f8817db411f7b39cea062ae0b7cf2db442a8bc5 /dev-perl/Text-CSV_XS | |
parent | Version bump (diff) | |
download | gentoo-2-ec3c0487d5762e419327ee58f1c49350c0dfd141.tar.gz gentoo-2-ec3c0487d5762e419327ee58f1c49350c0dfd141.tar.bz2 gentoo-2-ec3c0487d5762e419327ee58f1c49350c0dfd141.zip |
Version bump
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.31.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.31 | 3 |
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 745b4fd53fd1..8088cae9fdbd 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.20 2007/10/06 07:28:33 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.21 2007/10/19 20:05:45 ian Exp $ + +*Text-CSV_XS-0.31 (19 Oct 2007) + + 19 Oct 2007; Christian Hartmann <ian@gentoo.org> +Text-CSV_XS-0.31.ebuild: + Version bump 06 Oct 2007; Tom Gall <tgall@gentoo.org> Text-CSV_XS-0.30.ebuild: stable on ppc64 diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.31.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.31.ebuild new file mode 100644 index 000000000000..7514b4a87d3b --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.31.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 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.31.ebuild,v 1.1 2007/10/19 20:05:45 ian Exp $ + +inherit perl-module + +DESCRIPTION="comma-separated values manipulation routines" +SRC_URI="mirror://cpan/authors/id/H/HM/HMBRAND/${P}.tar.gz" +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" diff --git a/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.31 b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.31 new file mode 100644 index 000000000000..1c7550d53982 --- /dev/null +++ b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.31 @@ -0,0 +1,3 @@ +MD5 03e626f313706dc7d5265470427115d7 Text-CSV_XS-0.31.tar.gz 42884 +RMD160 c03ca865af4501230f0219bc9ec3dfc0802f6a3d Text-CSV_XS-0.31.tar.gz 42884 +SHA256 5cedfc98319390b6f0503d7e386a8a86c91540760dbd636aeb3e1f6cd26534b0 Text-CSV_XS-0.31.tar.gz 42884 |