public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/Getopt-Long: ChangeLog Getopt-Long-2.38.ebuild
@ 2009-04-01 19:35 Torsten Veller (tove)
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller (tove) @ 2009-04-01 19:35 UTC (permalink / raw
  To: gentoo-commits

tove        09/04/01 19:35:19

  Modified:             ChangeLog
  Added:                Getopt-Long-2.38.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc28/cvs/Linux i686)

Revision  Changes    Path
1.27                 perl-core/Getopt-Long/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	13 Mar 2009 21:00:30 -0000	1.26
+++ ChangeLog	1 Apr 2009 19:35:19 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/Getopt-Long
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.26 2009/03/13 21:00:30 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.27 2009/04/01 19:35:19 tove Exp $
+
+*Getopt-Long-2.38 (01 Apr 2009)
+
+  01 Apr 2009; Torsten Veller <tove@gentoo.org> +Getopt-Long-2.38.ebuild:
+  Version bump
 
   13 Mar 2009; Torsten Veller <tove@gentoo.org> -Getopt-Long-2.34.ebuild,
   -Getopt-Long-2.35.ebuild:



1.1                  perl-core/Getopt-Long/Getopt-Long-2.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.1&content-type=text/plain

Index: Getopt-Long-2.38.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.1 2009/04/01 19:35:19 tove Exp $

EAPI=2

MODULE_AUTHOR=JV
inherit perl-module

DESCRIPTION="Advanced handling of command line options"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="virtual/perl-PodParser"
DEPEND="${RDEPEND}"

SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Getopt-Long: ChangeLog Getopt-Long-2.38.ebuild
@ 2009-12-04 11:59 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-04 11:59 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/04 11:59:28

  Modified:             ChangeLog Getopt-Long-2.38.ebuild
  Log:
  x86 stable, bug 288026
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.29                 perl-core/Getopt-Long/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	4 Apr 2009 17:32:22 -0000	1.28
+++ ChangeLog	4 Dec 2009 11:59:27 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Getopt-Long
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.28 2009/04/04 17:32:22 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.29 2009/12/04 11:59:27 fauli Exp $
+
+  04 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+  Getopt-Long-2.38.ebuild:
+  x86 stable, bug 288026
 
   04 Apr 2009; Raúl Porcel <armin76@gentoo.org> Getopt-Long-2.36.ebuild,
   Getopt-Long-2.37.ebuild, Getopt-Long-2.38.ebuild:



1.3                  perl-core/Getopt-Long/Getopt-Long-2.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?r1=1.2&r2=1.3

Index: Getopt-Long-2.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Getopt-Long-2.38.ebuild	4 Apr 2009 17:32:22 -0000	1.2
+++ Getopt-Long-2.38.ebuild	4 Dec 2009 11:59:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.2 2009/04/04 17:32:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.3 2009/12/04 11:59:27 fauli Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Advanced handling of command line options"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="virtual/perl-PodParser"






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Getopt-Long: ChangeLog Getopt-Long-2.38.ebuild
@ 2009-12-04 14:07 Torsten Veller (tove)
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller (tove) @ 2009-12-04 14:07 UTC (permalink / raw
  To: gentoo-commits

tove        09/12/04 14:07:33

  Modified:             ChangeLog Getopt-Long-2.38.ebuild
  Log:
  Stable on amd64 (#288026)
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 perl-core/Getopt-Long/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	4 Dec 2009 11:59:27 -0000	1.29
+++ ChangeLog	4 Dec 2009 14:07:32 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Getopt-Long
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.29 2009/12/04 11:59:27 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.30 2009/12/04 14:07:32 tove Exp $
+
+  04 Dec 2009; Torsten Veller <tove@gentoo.org> Getopt-Long-2.38.ebuild:
+  Stable on amd64 (#288026)
 
   04 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
   Getopt-Long-2.38.ebuild:



1.4                  perl-core/Getopt-Long/Getopt-Long-2.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?r1=1.3&r2=1.4

Index: Getopt-Long-2.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Getopt-Long-2.38.ebuild	4 Dec 2009 11:59:27 -0000	1.3
+++ Getopt-Long-2.38.ebuild	4 Dec 2009 14:07:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.3 2009/12/04 11:59:27 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.4 2009/12/04 14:07:32 tove Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Advanced handling of command line options"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="virtual/perl-PodParser"






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Getopt-Long: ChangeLog Getopt-Long-2.38.ebuild
@ 2009-12-07 19:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-07 19:14 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/07 19:14:57

  Modified:             ChangeLog Getopt-Long-2.38.ebuild
  Log:
  Stable for HPPA (bug #288026).
  (Portage version: 2.2_rc56/cvs/Linux i686)

Revision  Changes    Path
1.31                 perl-core/Getopt-Long/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	4 Dec 2009 14:07:32 -0000	1.30
+++ ChangeLog	7 Dec 2009 19:14:57 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Getopt-Long
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.30 2009/12/04 14:07:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.31 2009/12/07 19:14:57 jer Exp $
+
+  07 Dec 2009; Jeroen Roovers <jer@gentoo.org> Getopt-Long-2.38.ebuild:
+  Stable for HPPA (bug #288026).
 
   04 Dec 2009; Torsten Veller <tove@gentoo.org> Getopt-Long-2.38.ebuild:
   Stable on amd64 (#288026)



1.5                  perl-core/Getopt-Long/Getopt-Long-2.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?r1=1.4&r2=1.5

Index: Getopt-Long-2.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Getopt-Long-2.38.ebuild	4 Dec 2009 14:07:32 -0000	1.4
+++ Getopt-Long-2.38.ebuild	7 Dec 2009 19:14:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.4 2009/12/04 14:07:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.5 2009/12/07 19:14:57 jer Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Advanced handling of command line options"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="virtual/perl-PodParser"






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Getopt-Long: ChangeLog Getopt-Long-2.38.ebuild
@ 2009-12-10 21:33 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-12-10 21:33 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/10 21:33:12

  Modified:             ChangeLog Getopt-Long-2.38.ebuild
  Log:
  Marking Getopt-Long-2.38 ppc64 for bug 288026
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.32                 perl-core/Getopt-Long/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	7 Dec 2009 19:14:57 -0000	1.31
+++ ChangeLog	10 Dec 2009 21:33:12 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Getopt-Long
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.31 2009/12/07 19:14:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.32 2009/12/10 21:33:12 ranger Exp $
+
+  10 Dec 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
+  Marking Getopt-Long-2.38 ppc64 stable for bug 288026
 
   07 Dec 2009; Jeroen Roovers <jer@gentoo.org> Getopt-Long-2.38.ebuild:
   Stable for HPPA (bug #288026).



1.6                  perl-core/Getopt-Long/Getopt-Long-2.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?r1=1.5&r2=1.6

Index: Getopt-Long-2.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Getopt-Long-2.38.ebuild	7 Dec 2009 19:14:57 -0000	1.5
+++ Getopt-Long-2.38.ebuild	10 Dec 2009 21:33:12 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.5 2009/12/07 19:14:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.6 2009/12/10 21:33:12 ranger Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Advanced handling of command line options"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="virtual/perl-PodParser"






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Getopt-Long: ChangeLog Getopt-Long-2.38.ebuild
@ 2009-12-14 19:04 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-14 19:04 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/14 19:04:39

  Modified:             ChangeLog Getopt-Long-2.38.ebuild
  Log:
  alpha/ia64/sparc stable wrt #288026
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.33                 perl-core/Getopt-Long/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	10 Dec 2009 21:33:12 -0000	1.32
+++ ChangeLog	14 Dec 2009 19:04:38 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Getopt-Long
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.32 2009/12/10 21:33:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.33 2009/12/14 19:04:38 armin76 Exp $
+
+  14 Dec 2009; Raúl Porcel <armin76@gentoo.org> Getopt-Long-2.38.ebuild:
+  alpha/ia64/sparc stable wrt #288026
 
   10 Dec 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
   Marking Getopt-Long-2.38 ppc64 stable for bug 288026



1.7                  perl-core/Getopt-Long/Getopt-Long-2.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?r1=1.6&r2=1.7

Index: Getopt-Long-2.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Getopt-Long-2.38.ebuild	10 Dec 2009 21:33:12 -0000	1.6
+++ Getopt-Long-2.38.ebuild	14 Dec 2009 19:04:38 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.6 2009/12/10 21:33:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.7 2009/12/14 19:04:38 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Advanced handling of command line options"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND="virtual/perl-PodParser"






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Getopt-Long: ChangeLog Getopt-Long-2.38.ebuild
@ 2010-01-05 18:52 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-01-05 18:52 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/01/05 18:52:27

  Modified:             ChangeLog Getopt-Long-2.38.ebuild
  Log:
  ppc stable #288026
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.35                 perl-core/Getopt-Long/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	16 Dec 2009 21:50:03 -0000	1.34
+++ ChangeLog	5 Jan 2010 18:52:27 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Getopt-Long
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.34 2009/12/16 21:50:03 abcd Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.35 2010/01/05 18:52:27 nixnut Exp $
+
+  05 Jan 2010; nixnut <nixnut@gentoo.org> Getopt-Long-2.38.ebuild:
+  ppc stable #288026
 
   16 Dec 2009; Jonathan Callen <abcd@gentoo.org> Getopt-Long-2.36.ebuild,
   Getopt-Long-2.37.ebuild, Getopt-Long-2.38.ebuild:



1.9                  perl-core/Getopt-Long/Getopt-Long-2.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild?r1=1.8&r2=1.9

Index: Getopt-Long-2.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Getopt-Long-2.38.ebuild	16 Dec 2009 21:50:03 -0000	1.8
+++ Getopt-Long-2.38.ebuild	5 Jan 2010 18:52:27 -0000	1.9
@@ -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/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.8 2009/12/16 21:50:03 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild,v 1.9 2010/01/05 18:52:27 nixnut Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Advanced handling of command line options"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-PodParser"






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

end of thread, other threads:[~2010-01-05 18:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 19:04 [gentoo-commits] gentoo-x86 commit in perl-core/Getopt-Long: ChangeLog Getopt-Long-2.38.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-05 18:52 Gysbert Wassenaar (nixnut)
2009-12-10 21:33 Brent Baude (ranger)
2009-12-07 19:14 Jeroen Roovers (jer)
2009-12-04 14:07 Torsten Veller (tove)
2009-12-04 11:59 Christian Faulhammer (fauli)
2009-04-01 19:35 Torsten Veller (tove)

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