summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 06:18:26 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 06:18:26 +0000
commit22aad9a5d7c6708d0bb3c2a8170aad692109ac2d (patch)
tree02d89b724eb72405f17a3f5ed3ac930c0ee0ce0a /dev-perl/Text-CSV_XS
parentVersion bump (diff)
downloadgentoo-2-22aad9a5d7c6708d0bb3c2a8170aad692109ac2d.tar.gz
gentoo-2-22aad9a5d7c6708d0bb3c2a8170aad692109ac2d.tar.bz2
gentoo-2-22aad9a5d7c6708d0bb3c2a8170aad692109ac2d.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog7
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.45.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index e3b990b98f6c..adad8f53ec52 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.24 2008/02/05 10:30:04 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.25 2008/04/29 06:18:26 yuval Exp $
+
+*Text-CSV_XS-0.45 (29 Apr 2008)
+
+ 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> +Text-CSV_XS-0.45.ebuild:
+ Version bump
05 Feb 2008; Markus Rothe <corsair@gentoo.org> Text-CSV_XS-0.31.ebuild:
Stable on ppc64
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.45.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.45.ebuild
new file mode 100644
index 000000000000..21ba1dc95ed1
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.45.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.45.ebuild,v 1.1 2008/04/29 06:18:26 yuval 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"