summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-10-17 10:27:40 +0000
committerTorsten Veller <tove@gentoo.org>2009-10-17 10:27:40 +0000
commit9bc5c6e12824abff0dd35c24d4a6bb5cd3dfa147 (patch)
treede1d593b66bd5f05263c53c5c3dc91bd1998f716
parentMention gst-plugins-musepack as required package too. (diff)
downloadgentoo-2-9bc5c6e12824abff0dd35c24d4a6bb5cd3dfa147.tar.gz
gentoo-2-9bc5c6e12824abff0dd35c24d4a6bb5cd3dfa147.tar.bz2
gentoo-2-9bc5c6e12824abff0dd35c24d4a6bb5cd3dfa147.zip
Version bump
(Portage version: 2.2_rc46/cvs/Linux x86_64)
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog7
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.69.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index 74b227cf9475..6cc30a2ef94e 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 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.56 2009/10/07 22:51:15 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.57 2009/10/17 10:27:40 tove Exp $
+
+*Text-CSV_XS-0.69 (17 Oct 2009)
+
+ 17 Oct 2009; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.69.ebuild:
+ Version bump
07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Text-CSV_XS-0.67.ebuild:
stable sparc, bug 283969
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.69.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.69.ebuild
new file mode 100644
index 000000000000..c767e89eb3f6
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.69.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 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.69.ebuild,v 1.1 2009/10/17 10:27:40 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=HMBRAND
+MODULE_A=${P}.tgz
+inherit perl-module
+
+DESCRIPTION="comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST="do"