public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-03-17 11:23 Torsten Veller (tove)
  0 siblings, 0 replies; 14+ messages in thread
From: Torsten Veller (tove) @ 2012-03-17 11:23 UTC (permalink / raw
  To: gentoo-commits

tove        12/03/17 11:23:38

  Modified:             ChangeLog
  Added:                Parse-RecDescent-1.967.9.ebuild
  Log:
  [bump] dev-perl/Parse-RecDescent-1.967.9
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	12 Feb 2012 20:02:19 -0000	1.46
+++ ChangeLog	17 Mar 2012 11:23:38 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.46 2012/02/12 20:02:19 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.47 2012/03/17 11:23:38 tove Exp $
+
+*Parse-RecDescent-1.967.9 (17 Mar 2012)
+
+  17 Mar 2012; Torsten Veller <tove@gentoo.org>
+  +Parse-RecDescent-1.967.9.ebuild:
+  Version bump
 
 *Parse-RecDescent-1.967.6 (12 Feb 2012)
 



1.1                  dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

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

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.1 2012/03/17 11:23:38 tove Exp $

EAPI=4

MODULE_AUTHOR=JTBRAUN
MODULE_VERSION=1.967009
inherit perl-module

DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"

RDEPEND="
	>=virtual/perl-Text-Balanced-1.950.0
"
DEPEND="${RDEPEND}
	virtual/perl-Module-Build
	test? (
		dev-perl/Test-Pod
		dev-perl/Test-Warn
	)
"

SRC_TEST="do"

src_install() {
	perl-module_src_install
	dohtml -r tutorial || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-08-06 13:26 Alexis Ballier (aballier)
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2012-08-06 13:26 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/06 13:26:26

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?r1=1.1&r2=1.2

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Parse-RecDescent-1.967.9.ebuild	17 Mar 2012 11:23:38 -0000	1.1
+++ Parse-RecDescent-1.967.9.ebuild	6 Aug 2012 13:26:26 -0000	1.2
@@ -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.1 2012/03/17 11:23:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.2 2012/08/06 13:26:26 aballier Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.50                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	24 Jun 2012 12:58:39 -0000	1.49
+++ ChangeLog	6 Aug 2012 13:26:26 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.49 2012/06/24 12:58:39 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.50 2012/08/06 13:26:26 aballier Exp $
+
+  06 Aug 2012; Alexis Ballier <aballier@gentoo.org>
+  Parse-RecDescent-1.967.9.ebuild:
+  keyword ~amd64-fbsd
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-08-08  1:28 Naohiro Aota (naota)
  0 siblings, 0 replies; 14+ messages in thread
From: Naohiro Aota (naota) @ 2012-08-08  1:28 UTC (permalink / raw
  To: gentoo-commits

naota       12/08/08 01:28:08

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  Add ~x86-fbsd wrt bug #428248
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

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

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Parse-RecDescent-1.967.9.ebuild	6 Aug 2012 13:26:26 -0000	1.2
+++ Parse-RecDescent-1.967.9.ebuild	8 Aug 2012 01:28:08 -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.2 2012/08/06 13:26:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.3 2012/08/08 01:28:08 naota Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.51                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	6 Aug 2012 13:26:26 -0000	1.50
+++ ChangeLog	8 Aug 2012 01:28:08 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.50 2012/08/06 13:26:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.51 2012/08/08 01:28:08 naota Exp $
+
+  08 Aug 2012; Naohiro Aota <naota@gentoo.org> Parse-RecDescent-1.967.9.ebuild:
+  Add ~x86-fbsd wrt bug #428248
 
   06 Aug 2012; Alexis Ballier <aballier@gentoo.org>
   Parse-RecDescent-1.967.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-09-01 11:48 Fabian Groffen (grobian)
  0 siblings, 0 replies; 14+ messages in thread
From: Fabian Groffen (grobian) @ 2012-09-01 11:48 UTC (permalink / raw
  To: gentoo-commits

grobian     12/09/01 11:48:32

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  Marked ~ppc-aix, bug #432288
  
  (Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.4                  dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

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

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Parse-RecDescent-1.967.9.ebuild	8 Aug 2012 01:28:08 -0000	1.3
+++ Parse-RecDescent-1.967.9.ebuild	1 Sep 2012 11:48:32 -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.3 2012/08/08 01:28:08 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.4 2012/09/01 11:48:32 grobian Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.52                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	8 Aug 2012 01:28:08 -0000	1.51
+++ ChangeLog	1 Sep 2012 11:48:32 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.51 2012/08/08 01:28:08 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.52 2012/09/01 11:48:32 grobian Exp $
+
+  01 Sep 2012; Fabian Groffen <grobian@gentoo.org>
+  Parse-RecDescent-1.967.9.ebuild:
+  Marked ~ppc-aix, bug #432288
 
   08 Aug 2012; Naohiro Aota <naota@gentoo.org> Parse-RecDescent-1.967.9.ebuild:
   Add ~x86-fbsd wrt bug #428248





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-09-22 13:25 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-22 13:25 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/22 13:25:49

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  keyword ~ppc64, bug #384677
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?r1=1.4&r2=1.5

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Parse-RecDescent-1.967.9.ebuild	1 Sep 2012 11:48:32 -0000	1.4
+++ Parse-RecDescent-1.967.9.ebuild	22 Sep 2012 13:25:49 -0000	1.5
@@ -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.4 2012/09/01 11:48:32 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.5 2012/09/22 13:25:49 blueness Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.53                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	1 Sep 2012 11:48:32 -0000	1.52
+++ ChangeLog	22 Sep 2012 13:25:49 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.52 2012/09/01 11:48:32 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.53 2012/09/22 13:25:49 blueness Exp $
+
+  22 Sep 2012; Anthony G. Basile <blueness@gentoo.org>
+  Parse-RecDescent-1.967.9.ebuild:
+  keyword ~ppc64, bug #384677
 
   01 Sep 2012; Fabian Groffen <grobian@gentoo.org>
   Parse-RecDescent-1.967.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-12-06 18:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:11 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/06 18:11:53

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #441248
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

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

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Parse-RecDescent-1.967.9.ebuild	22 Sep 2012 13:25:49 -0000	1.5
+++ Parse-RecDescent-1.967.9.ebuild	6 Dec 2012 18:11:53 -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.5 2012/09/22 13:25:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.6 2012/12/06 18:11:53 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.54                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	22 Sep 2012 13:25:49 -0000	1.53
+++ ChangeLog	6 Dec 2012 18:11:53 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.53 2012/09/22 13:25:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.54 2012/12/06 18:11:53 ago Exp $
+
+  06 Dec 2012; <ago@gentoo.org> Parse-RecDescent-1.967.9.ebuild:
+  Stable for amd64, wrt bug #441248
 
   22 Sep 2012; Anthony G. Basile <blueness@gentoo.org>
   Parse-RecDescent-1.967.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-12-06 18:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:20 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/06 18:20:18

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #441248
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

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

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Parse-RecDescent-1.967.9.ebuild	6 Dec 2012 18:11:53 -0000	1.6
+++ Parse-RecDescent-1.967.9.ebuild	6 Dec 2012 18:20:18 -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.6 2012/12/06 18:11:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.7 2012/12/06 18:20:18 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.55                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	6 Dec 2012 18:11:53 -0000	1.54
+++ ChangeLog	6 Dec 2012 18:20:18 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.54 2012/12/06 18:11:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.55 2012/12/06 18:20:18 ago Exp $
+
+  06 Dec 2012; <ago@gentoo.org> Parse-RecDescent-1.967.9.ebuild:
+  Stable for x86, wrt bug #441248
 
   06 Dec 2012; <ago@gentoo.org> Parse-RecDescent-1.967.9.ebuild:
   Stable for amd64, wrt bug #441248





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-12-06 18:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:45 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/06 18:45:23

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #441248
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

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

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Parse-RecDescent-1.967.9.ebuild	6 Dec 2012 18:20:18 -0000	1.7
+++ Parse-RecDescent-1.967.9.ebuild	6 Dec 2012 18:45:23 -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.7 2012/12/06 18:20:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.8 2012/12/06 18:45:23 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.56                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	6 Dec 2012 18:20:18 -0000	1.55
+++ ChangeLog	6 Dec 2012 18:45:23 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.55 2012/12/06 18:20:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.56 2012/12/06 18:45:23 ago Exp $
+
+  06 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
+  Parse-RecDescent-1.967.9.ebuild:
+  Stable for ppc, wrt bug #441248
 
   06 Dec 2012; <ago@gentoo.org> Parse-RecDescent-1.967.9.ebuild:
   Stable for x86, wrt bug #441248





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-12-08 17:02 Jeroen Roovers (jer)
  0 siblings, 0 replies; 14+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-08 17:02 UTC (permalink / raw
  To: gentoo-commits

jer         12/12/08 17:02:42

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #441248).
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.9                  dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?r1=1.8&r2=1.9

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Parse-RecDescent-1.967.9.ebuild	6 Dec 2012 18:45:23 -0000	1.8
+++ Parse-RecDescent-1.967.9.ebuild	8 Dec 2012 17:02:42 -0000	1.9
@@ -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.8 2012/12/06 18:45:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.9 2012/12/08 17:02:42 jer Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.57                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	6 Dec 2012 18:45:23 -0000	1.56
+++ ChangeLog	8 Dec 2012 17:02:42 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.56 2012/12/06 18:45:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.57 2012/12/08 17:02:42 jer Exp $
+
+  08 Dec 2012; Jeroen Roovers <jer@gentoo.org> Parse-RecDescent-1.967.9.ebuild:
+  Stable for HPPA (bug #441248).
 
   06 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
   Parse-RecDescent-1.967.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-12-09 17:03 Markus Meier (maekke)
  0 siblings, 0 replies; 14+ messages in thread
From: Markus Meier (maekke) @ 2012-12-09 17:03 UTC (permalink / raw
  To: gentoo-commits

maekke      12/12/09 17:03:22

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  arm stable, bug #441248
  
  (Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.10                 dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?r1=1.9&r2=1.10

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Parse-RecDescent-1.967.9.ebuild	8 Dec 2012 17:02:42 -0000	1.9
+++ Parse-RecDescent-1.967.9.ebuild	9 Dec 2012 17:03:22 -0000	1.10
@@ -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.9 2012/12/08 17:02:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.10 2012/12/09 17:03:22 maekke Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.58                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	8 Dec 2012 17:02:42 -0000	1.57
+++ ChangeLog	9 Dec 2012 17:03:22 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.57 2012/12/08 17:02:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.58 2012/12/09 17:03:22 maekke Exp $
+
+  09 Dec 2012; Markus Meier <maekke@gentoo.org>
+  Parse-RecDescent-1.967.9.ebuild:
+  arm stable, bug #441248
 
   08 Dec 2012; Jeroen Roovers <jer@gentoo.org> Parse-RecDescent-1.967.9.ebuild:
   Stable for HPPA (bug #441248).





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-12-10 11:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-10 11:15 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/10 11:15:36

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #441248
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.11                 dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?r1=1.10&r2=1.11

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Parse-RecDescent-1.967.9.ebuild	9 Dec 2012 17:03:22 -0000	1.10
+++ Parse-RecDescent-1.967.9.ebuild	10 Dec 2012 11:15:35 -0000	1.11
@@ -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.10 2012/12/09 17:03:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.11 2012/12/10 11:15:35 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.59                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	9 Dec 2012 17:03:22 -0000	1.58
+++ ChangeLog	10 Dec 2012 11:15:35 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.58 2012/12/09 17:03:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.59 2012/12/10 11:15:35 ago Exp $
+
+  10 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
+  Parse-RecDescent-1.967.9.ebuild:
+  Stable for ppc64, wrt bug #441248
 
   09 Dec 2012; Markus Meier <maekke@gentoo.org>
   Parse-RecDescent-1.967.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-12-13 21:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-13 21:42 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/13 21:42:29

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #441248
  
  (Portage version: 2.1.11.9/cvs/Linux ia64)

Revision  Changes    Path
1.12                 dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?r1=1.11&r2=1.12

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Parse-RecDescent-1.967.9.ebuild	10 Dec 2012 11:15:35 -0000	1.11
+++ Parse-RecDescent-1.967.9.ebuild	13 Dec 2012 21:42:29 -0000	1.12
@@ -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.11 2012/12/10 11:15:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.12 2012/12/13 21:42:29 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.60                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	10 Dec 2012 11:15:35 -0000	1.59
+++ ChangeLog	13 Dec 2012 21:42:29 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.59 2012/12/10 11:15:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.60 2012/12/13 21:42:29 ago Exp $
+
+  13 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
+  Parse-RecDescent-1.967.9.ebuild:
+  Stable for ia64, wrt bug #441248
 
   10 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
   Parse-RecDescent-1.967.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2012-12-27  8:40 Raul Porcel (armin76)
  0 siblings, 0 replies; 14+ messages in thread
From: Raul Porcel (armin76) @ 2012-12-27  8:40 UTC (permalink / raw
  To: gentoo-commits

armin76     12/12/27 08:40:47

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  alpha/s390/sh/sparc stable wrt #441248
  
  (Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)

Revision  Changes    Path
1.13                 dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?r1=1.12&r2=1.13

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Parse-RecDescent-1.967.9.ebuild	13 Dec 2012 21:42:29 -0000	1.12
+++ Parse-RecDescent-1.967.9.ebuild	27 Dec 2012 08:40:47 -0000	1.13
@@ -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/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.12 2012/12/13 21:42:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.13 2012/12/27 08:40:47 armin76 Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.61                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	13 Dec 2012 21:42:29 -0000	1.60
+++ ChangeLog	27 Dec 2012 08:40:47 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Parse-RecDescent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.60 2012/12/13 21:42:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.61 2012/12/27 08:40:47 armin76 Exp $
+
+  27 Dec 2012; Raúl Porcel <armin76@gentoo.org>
+  Parse-RecDescent-1.967.9.ebuild:
+  alpha/s390/sh/sparc stable wrt #441248
 
   13 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
   Parse-RecDescent-1.967.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog
@ 2014-06-09 23:41 Mike Frysinger (vapier)
  0 siblings, 0 replies; 14+ messages in thread
From: Mike Frysinger (vapier) @ 2014-06-09 23:41 UTC (permalink / raw
  To: gentoo-commits

vapier      14/06/09 23:41:51

  Modified:             Parse-RecDescent-1.967.9.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.14                 dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild?r1=1.13&r2=1.14

Index: Parse-RecDescent-1.967.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Parse-RecDescent-1.967.9.ebuild	27 Dec 2012 08:40:47 -0000	1.13
+++ Parse-RecDescent-1.967.9.ebuild	9 Jun 2014 23:41:51 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.13 2012/12/27 08:40:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.14 2014/06/09 23:41:51 vapier Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



1.63                 dev-perl/Parse-RecDescent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	6 Jan 2013 15:40:04 -0000	1.62
+++ ChangeLog	9 Jun 2014 23:41:51 -0000	1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Parse-RecDescent
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.62 2013/01/06 15:40:04 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.63 2014/06/09 23:41:51 vapier Exp $
+
+  09 Jun 2014; Mike Frysinger <vapier@gentoo.org>
+  Parse-RecDescent-1.967.9.ebuild:
+  Add arm64 love.
 
   06 Jan 2013; Torsten Veller <tove@gentoo.org>
   -Parse-RecDescent-1.965.1.ebuild:





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

end of thread, other threads:[~2014-06-09 23:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13 21:42 [gentoo-commits] gentoo-x86 commit in dev-perl/Parse-RecDescent: Parse-RecDescent-1.967.9.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-09 23:41 Mike Frysinger (vapier)
2012-12-27  8:40 Raul Porcel (armin76)
2012-12-10 11:15 Agostino Sarubbo (ago)
2012-12-09 17:03 Markus Meier (maekke)
2012-12-08 17:02 Jeroen Roovers (jer)
2012-12-06 18:45 Agostino Sarubbo (ago)
2012-12-06 18:20 Agostino Sarubbo (ago)
2012-12-06 18:11 Agostino Sarubbo (ago)
2012-09-22 13:25 Anthony G. Basile (blueness)
2012-09-01 11:48 Fabian Groffen (grobian)
2012-08-08  1:28 Naohiro Aota (naota)
2012-08-06 13:26 Alexis Ballier (aballier)
2012-03-17 11:23 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