summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-21 20:28:35 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-21 20:28:35 +0000
commit2255770e0f964a5fb242f2c8682ea6cdaf3105e2 (patch)
treeda3b13cee78a24c02a39e5e806d53adcf79f6f75 /dev-perl
parent... and also remove rdesktop and vnc from IUSE (diff)
downloadhistorical-2255770e0f964a5fb242f2c8682ea6cdaf3105e2.tar.gz
historical-2255770e0f964a5fb242f2c8682ea6cdaf3105e2.tar.bz2
historical-2255770e0f964a5fb242f2c8682ea6cdaf3105e2.zip
Version bump
Package-Manager: portage-2.2_rc26/cvs/Linux i686
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Text-CSV/ChangeLog7
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.11.ebuild19
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog7
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild22
4 files changed, 53 insertions, 2 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog
index 2c4ec503fa1a..175115e70684 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.15 2009/01/17 22:16:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.16 2009/03/21 20:24:35 tove Exp $
+
+*Text-CSV-1.11 (21 Mar 2009)
+
+ 21 Mar 2009; Torsten Veller <tove@gentoo.org> +Text-CSV-1.11.ebuild:
+ Version bump
17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> Text-CSV-1.10.ebuild:
Emerge on an empty system (without perl) failed due to lack of perl dep.
diff --git a/dev-perl/Text-CSV/Text-CSV-1.11.ebuild b/dev-perl/Text-CSV/Text-CSV-1.11.ebuild
new file mode 100644
index 000000000000..abd61f22fa81
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-1.11.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.11.ebuild,v 1.1 2009/03/21 20:24:35 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
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index a2265b444d79..7355aeb3266d 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.38 2009/03/14 10:15:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.39 2009/03/21 20:28:35 tove Exp $
+
+*Text-CSV_XS-0.63 (21 Mar 2009)
+
+ 21 Mar 2009; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.63.ebuild:
+ Version bump
*Text-CSV_XS-0.62 (14 Mar 2009)
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild
new file mode 100644
index 000000000000..cd90b1e9cb3d
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.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.63.ebuild,v 1.1 2009/03/21 20:28:35 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"