diff options
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.29 | 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 3eb83bba9758..d08430bae3f7 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.8 2007/05/24 16:52:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.9 2007/06/13 06:52:31 mcummings Exp $ + +*Text-CSV_XS-0.29 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Text-CSV_XS-0.29.ebuild: + Version bump *Text-CSV_XS-0.26 (24 May 2007) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild new file mode 100644 index 000000000000..b47d90043a40 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.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.29.ebuild,v 1.1 2007/06/13 06:52:31 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.29 b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.29 new file mode 100644 index 000000000000..c3057d1b29fc --- /dev/null +++ b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.29 @@ -0,0 +1,3 @@ +MD5 34ec7bd3139e22182f22cfecee3542fd Text-CSV_XS-0.29.tar.gz 36480 +RMD160 49de0a87b5de73c63cfe846928a4026f94bc2d7c Text-CSV_XS-0.29.tar.gz 36480 +SHA256 dde164fbaddc24d25b90d515c102bb17e04fcd2b4d92b70a863c7812abbedaf5 Text-CSV_XS-0.29.tar.gz 36480 |