diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 15:10:10 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 15:10:10 +0000 |
commit | 90ce97c3b9f32631320fe3feafcdaa70b6e808df (patch) | |
tree | 89528b3e614a184a12ad76fc5efe6c319e4147d4 /dev-perl | |
parent | Add Dick Marinus <dm@chello.nl> as a proxy maintainer to metadata.xml. (diff) | |
download | gentoo-2-90ce97c3b9f32631320fe3feafcdaa70b6e808df.tar.gz gentoo-2-90ce97c3b9f32631320fe3feafcdaa70b6e808df.tar.bz2 gentoo-2-90ce97c3b9f32631320fe3feafcdaa70b6e808df.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.25.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.25 | 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 de07d69a30b2..4d4e17490d5a 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.6 2007/01/19 16:56:18 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.7 2007/05/12 15:10:10 mcummings Exp $ + +*Text-CSV_XS-0.25 (12 May 2007) + + 12 May 2007; Michael Cummings <mcummings@gentoo.org> + +Text-CSV_XS-0.25.ebuild: + Version bump 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> Text-CSV_XS-0.23-r1.ebuild: diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.25.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.25.ebuild new file mode 100644 index 000000000000..c60c0ba6c824 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.25.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.25.ebuild,v 1.1 2007/05/12 15:10:10 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.25 b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.25 new file mode 100644 index 000000000000..bbcd94eba9a8 --- /dev/null +++ b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.25 @@ -0,0 +1,3 @@ +MD5 1b57894ccdb711e76d368257757ce8ea Text-CSV_XS-0.25.tgz 22857 +RMD160 bcb82712145185cc056f355be86844468354142e Text-CSV_XS-0.25.tgz 22857 +SHA256 746d6d20ce47c8647eb8e614f5d9bde6f2ae7593616d4da6a269db076955ce23 Text-CSV_XS-0.25.tgz 22857 |