summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-05-09 17:17:32 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-05-09 17:17:32 +0000
commite87b8aa58e442394d928be064c12b4ec83ae6aae (patch)
tree339d0a58228bbe809dcd36b4a88bfd45167ef01d
parentFix ebtables tables detection, bug #314529, thank Veovis for report and sugge... (diff)
downloadgentoo-2-e87b8aa58e442394d928be064c12b4ec83ae6aae.tar.gz
gentoo-2-e87b8aa58e442394d928be064c12b4ec83ae6aae.tar.bz2
gentoo-2-e87b8aa58e442394d928be064c12b4ec83ae6aae.zip
sh stable
(Portage version: 2.1.8.3/cvs/Linux ia64)
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog6
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild6
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild4
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.73.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index 073d02784e3a..24c66600a0eb 100644
--- a/dev-perl/Text-CSV_XS/ChangeLog
+++ b/dev-perl/Text-CSV_XS/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-CSV_XS
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.69 2010/05/08 18:11:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.70 2010/05/09 17:17:32 armin76 Exp $
+
+ 09 May 2010; Raúl Porcel <armin76@gentoo.org> Text-CSV_XS-0.67.ebuild,
+ Text-CSV_XS-0.72.ebuild, Text-CSV_XS-0.73.ebuild:
+ sh stable
08 May 2010; Raúl Porcel <armin76@gentoo.org> Text-CSV_XS-0.72.ebuild:
alpha/ia64/sparc stable wrt #314467
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild
index 371b16e439cc..ab01b8058290 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.67.ebuild,v 1.8 2009/10/28 18:02:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.9 2010/05/09 17:17:32 armin76 Exp $
EAPI=2
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="comma-separated values manipulation routines"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sh sparc x86"
IUSE="test"
RDEPEND=""
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild
index cf72afc8bd4f..3f6649173018 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.72.ebuild,v 1.3 2010/05/08 18:11:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild,v 1.4 2010/05/09 17:17:32 armin76 Exp $
EAPI=2
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="comma-separated values manipulation routines"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
RDEPEND=""
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.73.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.73.ebuild
index 2136e8681092..4e0dd78cd914 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.73.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.73.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.73.ebuild,v 1.1 2010/05/04 18:45:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.73.ebuild,v 1.2 2010/05/09 17:17:32 armin76 Exp $
EAPI=2
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="comma-separated values manipulation routines"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
RDEPEND=""