diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-25 10:45:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-25 10:45:21 +0000 |
commit | f7aabaf03106ce22f0708ea4fb4dacbd90cdb41a (patch) | |
tree | 5b96ad7a9d48e32e8f3a88d3a644037b500049e2 /dev-perl/Text-CSV_XS | |
parent | Version bump (diff) | |
download | gentoo-2-f7aabaf03106ce22f0708ea4fb4dacbd90cdb41a.tar.gz gentoo-2-f7aabaf03106ce22f0708ea4fb4dacbd90cdb41a.tar.bz2 gentoo-2-f7aabaf03106ce22f0708ea4fb4dacbd90cdb41a.zip |
Version bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.30 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 95a6c414b5b2..cd8f38b2b22d 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,12 @@ # 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.10 2007/06/21 17:53:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.11 2007/06/25 10:45:21 mcummings Exp $ + +*Text-CSV_XS-0.30 (25 Jun 2007) + + 25 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Text-CSV_XS-0.30.ebuild: + Version bump 21 Jun 2007; Michael Cummings <mcummings@gentoo.org> Text-CSV_XS-0.25.ebuild: diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.ebuild new file mode 100644 index 000000000000..677ec98c1c60 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.ebuild @@ -0,0 +1,19 @@ +# 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.30.ebuild,v 1.1 2007/06/25 10:45:21 mcummings 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.30 b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.30 new file mode 100644 index 000000000000..5766f746c76d --- /dev/null +++ b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.30 @@ -0,0 +1,3 @@ +MD5 33e1562283bcacddd6dadcc5a73e522d Text-CSV_XS-0.30.tar.gz 42582 +RMD160 4d82f3f5613083b895391f2ee920ae98b046b9e3 Text-CSV_XS-0.30.tar.gz 42582 +SHA256 b0e6ac66f4765a8757b78c7c9fb8532a49b129c70ed8e8e17c8deccea54c5905 Text-CSV_XS-0.30.tar.gz 42582 |