public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Text-CSV_XS: ChangeLog Text-CSV_XS-0.900.0.ebuild
@ 2012-06-16  8:16 Torsten Veller (tove)
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2012-06-16  8:16 UTC (permalink / raw
  To: gentoo-commits

tove        12/06/16 08:16:14

  Modified:             ChangeLog
  Added:                Text-CSV_XS-0.900.0.ebuild
  Log:
  [bump] dev-perl/Text-CSV_XS-0.900.0
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.100                dev-perl/Text-CSV_XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	31 Mar 2012 13:42:35 -0000	1.99
+++ ChangeLog	16 Jun 2012 08:16:14 -0000	1.100
@@ -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.99 2012/03/31 13:42:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.100 2012/06/16 08:16:14 tove Exp $
+
+*Text-CSV_XS-0.900.0 (16 Jun 2012)
+
+  16 Jun 2012; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.900.0.ebuild:
+  Version bump
 
   31 Mar 2012; Tobias Klausmann <klausman@gentoo.org>
   Text-CSV_XS-0.860.0.ebuild:



1.1                  dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.1&content-type=text/plain

Index: Text-CSV_XS-0.900.0.ebuild
===================================================================
# 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.900.0.ebuild,v 1.1 2012/06/16 08:16:14 tove Exp $

EAPI=4

MODULE_A_EXT=tgz
MODULE_AUTHOR=HMBRAND
MODULE_VERSION=0.90
inherit perl-module

DESCRIPTION="Comma-separated values manipulation routines"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~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"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Text-CSV_XS: ChangeLog Text-CSV_XS-0.900.0.ebuild
@ 2012-08-02 20:43 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-08-02 20:43 UTC (permalink / raw
  To: gentoo-commits

maekke      12/08/02 20:43:30

  Modified:             ChangeLog Text-CSV_XS-0.900.0.ebuild
  Log:
  add ~arm, bug #428248
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.104                dev-perl/Text-CSV_XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	29 Jul 2012 22:00:42 -0000	1.103
+++ ChangeLog	2 Aug 2012 20:43:30 -0000	1.104
@@ -1,6 +1,9 @@
 # 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.103 2012/07/29 22:00:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.104 2012/08/02 20:43:30 maekke Exp $
+
+  02 Aug 2012; Markus Meier <maekke@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
+  add ~arm, bug #428248
 
   29 Jul 2012; Jeroen Roovers <jer@gentoo.org> Text-CSV_XS-0.860.0.ebuild,
   Text-CSV_XS-0.900.0.ebuild:



1.3                  dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?r1=1.2&r2=1.3

Index: Text-CSV_XS-0.900.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Text-CSV_XS-0.900.0.ebuild	29 Jul 2012 22:00:42 -0000	1.2
+++ Text-CSV_XS-0.900.0.ebuild	2 Aug 2012 20:43:30 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.900.0.ebuild,v 1.2 2012/07/29 22:00:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v 1.3 2012/08/02 20:43:30 maekke Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Text-CSV_XS: ChangeLog Text-CSV_XS-0.900.0.ebuild
@ 2012-08-06 13:17 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2012-08-06 13:17 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/06 13:17:19

  Modified:             ChangeLog Text-CSV_XS-0.900.0.ebuild
  Log:
   keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.105                dev-perl/Text-CSV_XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	2 Aug 2012 20:43:30 -0000	1.104
+++ ChangeLog	6 Aug 2012 13:17:19 -0000	1.105
@@ -1,6 +1,9 @@
 # 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.104 2012/08/02 20:43:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.105 2012/08/06 13:17:19 aballier Exp $
+
+  06 Aug 2012; Alexis Ballier <aballier@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
+  keyword ~amd64-fbsd
 
   02 Aug 2012; Markus Meier <maekke@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
   add ~arm, bug #428248



1.4                  dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?r1=1.3&r2=1.4

Index: Text-CSV_XS-0.900.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Text-CSV_XS-0.900.0.ebuild	2 Aug 2012 20:43:30 -0000	1.3
+++ Text-CSV_XS-0.900.0.ebuild	6 Aug 2012 13:17:19 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.900.0.ebuild,v 1.3 2012/08/02 20:43:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v 1.4 2012/08/06 13:17:19 aballier Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Text-CSV_XS: ChangeLog Text-CSV_XS-0.900.0.ebuild
@ 2012-09-12  8:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-12  8:46 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/12 08:46:55

  Modified:             ChangeLog Text-CSV_XS-0.900.0.ebuild
  Log:
  Stable for amd64, wrt bug #429012
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.110                dev-perl/Text-CSV_XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	1 Sep 2012 11:58:29 -0000	1.109
+++ ChangeLog	12 Sep 2012 08:46:55 -0000	1.110
@@ -1,6 +1,9 @@
 # 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.109 2012/09/01 11:58:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.110 2012/09/12 08:46:55 ago Exp $
+
+  12 Sep 2012; Agostino Sarubbo <ago@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
+  Stable for amd64, wrt bug #429012
 
   01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Text-CSV_XS-0.910.0.ebuild:
   Marked ~ppc-aix, bug #432288



1.6                  dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?r1=1.5&r2=1.6

Index: Text-CSV_XS-0.900.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Text-CSV_XS-0.900.0.ebuild	8 Aug 2012 01:24:17 -0000	1.5
+++ Text-CSV_XS-0.900.0.ebuild	12 Sep 2012 08:46:55 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.900.0.ebuild,v 1.5 2012/08/08 01:24:17 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v 1.6 2012/09/12 08:46:55 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Text-CSV_XS: ChangeLog Text-CSV_XS-0.900.0.ebuild
@ 2012-09-12 11:13 Johannes Huber (johu)
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber (johu) @ 2012-09-12 11:13 UTC (permalink / raw
  To: gentoo-commits

johu        12/09/12 11:13:17

  Modified:             ChangeLog Text-CSV_XS-0.900.0.ebuild
  Log:
  Stable for x86, wrt bug #429012
  
  (Portage version: 2.2.0_alpha127/cvs/Linux x86_64)

Revision  Changes    Path
1.111                dev-perl/Text-CSV_XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	12 Sep 2012 08:46:55 -0000	1.110
+++ ChangeLog	12 Sep 2012 11:13:17 -0000	1.111
@@ -1,6 +1,9 @@
 # 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.110 2012/09/12 08:46:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.111 2012/09/12 11:13:17 johu Exp $
+
+  12 Sep 2012; Johannes Huber <johu@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
+  Stable for x86, wrt bug #429012
 
   12 Sep 2012; Agostino Sarubbo <ago@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
   Stable for amd64, wrt bug #429012



1.7                  dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?r1=1.6&r2=1.7

Index: Text-CSV_XS-0.900.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Text-CSV_XS-0.900.0.ebuild	12 Sep 2012 08:46:55 -0000	1.6
+++ Text-CSV_XS-0.900.0.ebuild	12 Sep 2012 11:13:17 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.900.0.ebuild,v 1.6 2012/09/12 08:46:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v 1.7 2012/09/12 11:13:17 johu Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Text-CSV_XS: ChangeLog Text-CSV_XS-0.900.0.ebuild
@ 2012-09-15 18:46 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-15 18:46 UTC (permalink / raw
  To: gentoo-commits

armin76     12/09/15 18:46:36

  Modified:             ChangeLog Text-CSV_XS-0.900.0.ebuild
  Log:
  alpha/ia64/sparc stable wrt #429012
  
  (Portage version: 2.1.11.16/cvs/Linux ia64)

Revision  Changes    Path
1.112                dev-perl/Text-CSV_XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	12 Sep 2012 11:13:17 -0000	1.111
+++ ChangeLog	15 Sep 2012 18:46:36 -0000	1.112
@@ -1,6 +1,9 @@
 # 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.111 2012/09/12 11:13:17 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.112 2012/09/15 18:46:36 armin76 Exp $
+
+  15 Sep 2012; Raúl Porcel <armin76@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
+  alpha/ia64/sparc stable wrt #429012
 
   12 Sep 2012; Johannes Huber <johu@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
   Stable for x86, wrt bug #429012



1.8                  dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild?r1=1.7&r2=1.8

Index: Text-CSV_XS-0.900.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Text-CSV_XS-0.900.0.ebuild	12 Sep 2012 11:13:17 -0000	1.7
+++ Text-CSV_XS-0.900.0.ebuild	15 Sep 2012 18:46:36 -0000	1.8
@@ -1,6 +1,6 @@
 # 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.900.0.ebuild,v 1.7 2012/09/12 11:13:17 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v 1.8 2012/09/15 18:46:36 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-15 18:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16  8:16 [gentoo-commits] gentoo-x86 commit in dev-perl/Text-CSV_XS: ChangeLog Text-CSV_XS-0.900.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-02 20:43 Markus Meier (maekke)
2012-08-06 13:17 Alexis Ballier (aballier)
2012-09-12  8:46 Agostino Sarubbo (ago)
2012-09-12 11:13 Johannes Huber (johu)
2012-09-15 18:46 Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox