summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-16 14:38:21 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-16 14:38:21 +0000
commita5d3135ca7e589ad175284893a6bb5923bfff4cf (patch)
tree4c891f3fa70c6d7ef641dc4dc20482382be1a5e0
parentRemove xkeyval from any-of-many dependency, bug 262897. (diff)
downloadgentoo-2-a5d3135ca7e589ad175284893a6bb5923bfff4cf.tar.gz
gentoo-2-a5d3135ca7e589ad175284893a6bb5923bfff4cf.tar.bz2
gentoo-2-a5d3135ca7e589ad175284893a6bb5923bfff4cf.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r--dev-perl/Text-CSV/ChangeLog7
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.12.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog
index 171b4e6c28da..a7eab24468c0 100644
--- a/dev-perl/Text-CSV/ChangeLog
+++ b/dev-perl/Text-CSV/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Text-CSV
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.17 2009/05/02 10:24:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.18 2009/05/16 14:38:21 tove Exp $
+
+*Text-CSV-1.12 (16 May 2009)
+
+ 16 May 2009; Torsten Veller <tove@gentoo.org> +Text-CSV-1.12.ebuild:
+ Version bump
02 May 2009; Torsten Veller <tove@gentoo.org> -Text-CSV-1.10.ebuild:
Cleanup
diff --git a/dev-perl/Text-CSV/Text-CSV-1.12.ebuild b/dev-perl/Text-CSV/Text-CSV-1.12.ebuild
new file mode 100644
index 000000000000..f1fb48b9948d
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-1.12.ebuild
@@ -0,0 +1,19 @@
+# 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/Text-CSV-1.12.ebuild,v 1.1 2009/05/16 14:38:21 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="MAKAMAKA"
+inherit perl-module
+
+DESCRIPTION="Manipulate comma-separated value strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="test? ( dev-perl/Test-Pod )"
+
+SRC_TEST=do