diff options
author | Torsten Veller <tove@gentoo.org> | 2008-08-23 21:02:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-08-23 21:02:36 +0000 |
commit | 55b223adee8315232ab2a186e329263ca43b7a20 (patch) | |
tree | e734a6da375059e6bd03f0692d3d55ea60e7b1e1 /dev-perl/Text-CSV_XS | |
parent | Version bump (diff) | |
download | gentoo-2-55b223adee8315232ab2a186e329263ca43b7a20.tar.gz gentoo-2-55b223adee8315232ab2a186e329263ca43b7a20.tar.bz2 gentoo-2-55b223adee8315232ab2a186e329263ca43b7a20.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
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.52.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 5de654acdd63..4a2b218ef684 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.26 2008/07/17 21:07:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.27 2008/08/23 21:02:36 tove Exp $ + +*Text-CSV_XS-0.52 (23 Aug 2008) + + 23 Aug 2008; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.52.ebuild: + Version bump 17 Jul 2008; Raúl Porcel <armin76@gentoo.org> Text-CSV_XS-0.45.ebuild: alpha/ia64/sparc/x86 stable diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.52.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.52.ebuild new file mode 100644 index 000000000000..cbc9fe8c5d7f --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.52.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 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.52.ebuild,v 1.1 2008/08/23 21:02:36 tove Exp $ + +MODULE_AUTHOR=HMBRAND +inherit perl-module + +DESCRIPTION="comma-separated values manipulation routines" +SRC_URI="mirror://cpan/authors/id/H/HM/HMBRAND/${P}.tgz" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |