diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 16:52:13 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 16:52:13 +0000 |
commit | 82c0cd5a56a1d081b81d7e3e900690ac310eff14 (patch) | |
tree | 9b8e2f35ff21b33f6a5dbfcf4b17be7b656bd6cc /dev-perl/Text-CSV_XS | |
parent | Remove old versions and associated files. (diff) | |
download | gentoo-2-82c0cd5a56a1d081b81d7e3e900690ac310eff14.tar.gz gentoo-2-82c0cd5a56a1d081b81d7e3e900690ac310eff14.tar.bz2 gentoo-2-82c0cd5a56a1d081b81d7e3e900690ac310eff14.zip |
Version bump
(Portage version: 2.1.2.7)
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.26.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.26 | 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 4d4e17490d5a..3eb83bba9758 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.7 2007/05/12 15:10:10 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.8 2007/05/24 16:52:13 mcummings Exp $ + +*Text-CSV_XS-0.26 (24 May 2007) + + 24 May 2007; Michael Cummings <mcummings@gentoo.org> + +Text-CSV_XS-0.26.ebuild: + Version bump *Text-CSV_XS-0.25 (12 May 2007) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.26.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.26.ebuild new file mode 100644 index 000000000000..99e81ca0d2a6 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.26.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.26.ebuild,v 1.1 2007/05/24 16:52:13 mcummings 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" diff --git a/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.26 b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.26 new file mode 100644 index 000000000000..18219a333657 --- /dev/null +++ b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.26 @@ -0,0 +1,3 @@ +MD5 36f2ed83f3de6471d1e9e892a054be66 Text-CSV_XS-0.26.tgz 28328 +RMD160 7a7bab1f8ce1a89c3ee52adbbb7a62126abdbad3 Text-CSV_XS-0.26.tgz 28328 +SHA256 c0c9a2472a004e15a6ab634dc9ae44ea2339b5667205868ffee211d885dcaad9 Text-CSV_XS-0.26.tgz 28328 |