summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-11-13 19:24:21 +0000
committerTorsten Veller <tove@gentoo.org>2012-11-13 19:24:21 +0000
commitbcc37d844bafa32f816fc94669d76cde95a9b680 (patch)
tree55377275c874efc8f437ba0a6f4096e121260425 /dev-perl
parentCleanup. (diff)
downloadgentoo-2-bcc37d844bafa32f816fc94669d76cde95a9b680.tar.gz
gentoo-2-bcc37d844bafa32f816fc94669d76cde95a9b680.tar.bz2
gentoo-2-bcc37d844bafa32f816fc94669d76cde95a9b680.zip
[bump] dev-perl/Text-CSV_XS-0.920.0
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog7
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.920.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index d9c050b047c0..6087c4c1fde1 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.113 2012/10/02 01:03:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.114 2012/11/13 19:24:21 tove Exp $
+
+*Text-CSV_XS-0.920.0 (13 Nov 2012)
+
+ 13 Nov 2012; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.920.0.ebuild:
+ Version bump
02 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
Text-CSV_XS-0.900.0.ebuild:
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.920.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.920.0.ebuild
new file mode 100644
index 000000000000..a8f13819e474
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.920.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 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.920.0.ebuild,v 1.1 2012/11/13 19:24:21 tove Exp $
+
+EAPI=4
+
+MODULE_A_EXT=tgz
+MODULE_AUTHOR=HMBRAND
+MODULE_VERSION=0.92
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )
+"
+
+SRC_TEST="parallel"