public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2010-10-02 10:47 Hans de Graaff (graaff)
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff (graaff) @ 2010-10-02 10:47 UTC (permalink / raw
  To: gentoo-commits

graaff      10/10/02 10:47:35

  Modified:             ChangeLog
  Added:                ruby_parser-2.0.5.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 May 2010 23:11:52 -0000	1.13
+++ ChangeLog	2 Oct 2010 10:47:35 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.13 2010/05/22 23:11:52 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.14 2010/10/02 10:47:35 graaff Exp $
+
+*ruby_parser-2.0.5 (02 Oct 2010)
+
+  02 Oct 2010; Hans de Graaff <graaff@gentoo.org> +ruby_parser-2.0.5.ebuild:
+  Version bump with optimization enhancement.
 
   22 May 2010; Alex Legler <a3li@gentoo.org> ruby_parser-2.0.4-r1.ebuild:
   Add REE18 support



1.1                  dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild?rev=1.1&content-type=text/plain

Index: ruby_parser-2.0.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.1 2010/10/02 10:47:35 graaff Exp $

EAPI=2

USE_RUBY="ruby18 ree18"

# Don't run tests, since they require the testcase from ParseTree;
# ParseTree _is_ the testcase for ruby_parse
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"

inherit ruby-fakegem

DESCRIPTION="A ruby parser written in pure ruby."
HOMEPAGE="http://parsetree.rubyforge.org/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-solaris"
IUSE=""

ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2010-10-10 17:51 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-10-10 17:51 UTC (permalink / raw
  To: gentoo-commits

klausman    10/10/10 17:51:07

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #330337
  
  (Portage version: 2.1.9.14/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby_parser-2.0.5.ebuild	2 Oct 2010 10:47:35 -0000	1.1
+++ ruby_parser-2.0.5.ebuild	10 Oct 2010 17:51:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.1 2010/10/02 10:47:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.2 2010/10/10 17:51:07 klausman Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"



1.16                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	9 Oct 2010 12:46:51 -0000	1.15
+++ ChangeLog	10 Oct 2010 17:51:07 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.15 2010/10/09 12:46:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.16 2010/10/10 17:51:07 klausman Exp $
+
+  10 Oct 2010; Tobias Klausmann <klausman@gentoo.org>
+  ruby_parser-2.0.5.ebuild:
+  Keyworded on alpha, bug #330337
 
   09 Oct 2010; Hans de Graaff <graaff@gentoo.org>
   ruby_parser-2.0.4-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2010-12-28  8:08 Fabian Groffen (grobian)
  0 siblings, 0 replies; 11+ messages in thread
From: Fabian Groffen (grobian) @ 2010-12-28  8:08 UTC (permalink / raw
  To: gentoo-commits

grobian     10/12/28 08:08:34

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  Added Prefix keywords
  
  (Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.4                  dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby_parser-2.0.5.ebuild	23 Oct 2010 15:49:09 -0000	1.3
+++ ruby_parser-2.0.5.ebuild	28 Dec 2010 08:08:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.3 2010/10/23 15:49:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.4 2010/12/28 08:08:34 grobian Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"



1.18                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	23 Oct 2010 15:49:09 -0000	1.17
+++ ChangeLog	28 Dec 2010 08:08:34 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.17 2010/10/23 15:49:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.18 2010/12/28 08:08:34 grobian Exp $
+
+  28 Dec 2010; Fabian Groffen <grobian@gentoo.org> ruby_parser-2.0.5.ebuild:
+  Added Prefix keywords
 
   23 Oct 2010; Jeroen Roovers <jer@gentoo.org> ruby_parser-2.0.4-r1.ebuild,
   ruby_parser-2.0.5.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2011-02-21 19:20 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 11+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-21 19:20 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/21 19:20:03

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #355299
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby_parser-2.0.5.ebuild	28 Dec 2010 08:08:34 -0000	1.4
+++ ruby_parser-2.0.5.ebuild	21 Feb 2011 19:20:03 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.4 2010/12/28 08:08:34 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.5 2011/02/21 19:20:03 hwoarang Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"



1.21                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	19 Feb 2011 08:31:12 -0000	1.20
+++ ChangeLog	21 Feb 2011 19:20:03 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.20 2011/02/19 08:31:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.21 2011/02/21 19:20:03 hwoarang Exp $
+
+  21 Feb 2011; Markos Chandras <hwoarang@gentoo.org> ruby_parser-2.0.5.ebuild:
+  Stable on amd64 wrt bug #355299
 
 *ruby_parser-2.0.6 (19 Feb 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2011-03-08  8:56 Thomas Kahle (tomka)
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-08  8:56 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/08 08:56:27

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  x86 stable per bug 355299
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby_parser-2.0.5.ebuild	21 Feb 2011 19:20:03 -0000	1.5
+++ ruby_parser-2.0.5.ebuild	8 Mar 2011 08:56:27 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.5 2011/02/21 19:20:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.6 2011/03/08 08:56:27 tomka Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"



1.22                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	21 Feb 2011 19:20:03 -0000	1.21
+++ ChangeLog	8 Mar 2011 08:56:27 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.21 2011/02/21 19:20:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.22 2011/03/08 08:56:27 tomka Exp $
+
+  08 Mar 2011; Thomas Kahle <tomka@gentoo.org> ruby_parser-2.0.5.ebuild:
+  x86 stable per bug 355299
 
   21 Feb 2011; Markos Chandras <hwoarang@gentoo.org> ruby_parser-2.0.5.ebuild:
   Stable on amd64 wrt bug #355299






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2011-03-27 19:21 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2011-03-27 19:21 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/27 19:21:02

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  Marking ruby_parser-2.0.5 ~ppc for bug 355299
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.7                  dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby_parser-2.0.5.ebuild	8 Mar 2011 08:56:27 -0000	1.6
+++ ruby_parser-2.0.5.ebuild	27 Mar 2011 19:21:01 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.6 2011/03/08 08:56:27 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.7 2011/03/27 19:21:01 ranger Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"



1.23                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	8 Mar 2011 08:56:27 -0000	1.22
+++ ChangeLog	27 Mar 2011 19:21:01 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.22 2011/03/08 08:56:27 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.23 2011/03/27 19:21:01 ranger Exp $
+
+  27 Mar 2011; Brent Baude <ranger@gentoo.org> ruby_parser-2.0.5.ebuild:
+  Marking ruby_parser-2.0.5 ppc stable for bug 355299
 
   08 Mar 2011; Thomas Kahle <tomka@gentoo.org> ruby_parser-2.0.5.ebuild:
   x86 stable per bug 355299






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2011-04-01  7:16 Michael Weber (xmw)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Weber (xmw) @ 2011-04-01  7:16 UTC (permalink / raw
  To: gentoo-commits

xmw         11/04/01 07:16:08

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  sparc stable (bug 355299)
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ruby_parser-2.0.5.ebuild	27 Mar 2011 19:21:01 -0000	1.7
+++ ruby_parser-2.0.5.ebuild	1 Apr 2011 07:16:08 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.7 2011/03/27 19:21:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.8 2011/04/01 07:16:08 xmw Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"



1.24                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	27 Mar 2011 19:21:01 -0000	1.23
+++ ChangeLog	1 Apr 2011 07:16:08 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.23 2011/03/27 19:21:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.24 2011/04/01 07:16:08 xmw Exp $
+
+  01 Apr 2011; Michael Weber <xmw@gentoo.org> ruby_parser-2.0.5.ebuild:
+  sparc stable (bug 355299)
 
   27 Mar 2011; Brent Baude <ranger@gentoo.org> ruby_parser-2.0.5.ebuild:
   Marking ruby_parser-2.0.5 ppc stable for bug 355299






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2011-04-16 17:16 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-16 17:16 UTC (permalink / raw
  To: gentoo-commits

armin76     11/04/16 17:16:33

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  ia64 stable wrt #355299
  
  (Portage version: 2.1.9.45/cvs/Linux ia64)

Revision  Changes    Path
1.9                  dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ruby_parser-2.0.5.ebuild	1 Apr 2011 07:16:08 -0000	1.8
+++ ruby_parser-2.0.5.ebuild	16 Apr 2011 17:16:32 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.8 2011/04/01 07:16:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.9 2011/04/16 17:16:32 armin76 Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"



1.25                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	1 Apr 2011 07:16:08 -0000	1.24
+++ ChangeLog	16 Apr 2011 17:16:32 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.24 2011/04/01 07:16:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.25 2011/04/16 17:16:32 armin76 Exp $
+
+  16 Apr 2011; Raúl Porcel <armin76@gentoo.org> ruby_parser-2.0.5.ebuild:
+  ia64 stable wrt #355299
 
   01 Apr 2011; Michael Weber <xmw@gentoo.org> ruby_parser-2.0.5.ebuild:
   sparc stable (bug 355299)






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2011-07-10 23:01 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Loeser (halcy0n) @ 2011-07-10 23:01 UTC (permalink / raw
  To: gentoo-commits

halcy0n     11/07/10 23:01:40

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  Stable for ppc64; bug #355299
  
  (Portage version: 2.1.10.3/cvs/Linux ppc64)

Revision  Changes    Path
1.10                 dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ruby_parser-2.0.5.ebuild	16 Apr 2011 17:16:32 -0000	1.9
+++ ruby_parser-2.0.5.ebuild	10 Jul 2011 23:01:38 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.9 2011/04/16 17:16:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.10 2011/07/10 23:01:38 halcy0n Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"



1.26                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	16 Apr 2011 17:16:32 -0000	1.25
+++ ChangeLog	10 Jul 2011 23:01:38 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.25 2011/04/16 17:16:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.26 2011/07/10 23:01:38 halcy0n Exp $
+
+  10 Jul 2011; Mark Loeser <halcy0n@gentoo.org> ruby_parser-2.0.5.ebuild:
+  Stable for ppc64; bug #355299
 
   16 Apr 2011; Raúl Porcel <armin76@gentoo.org> ruby_parser-2.0.5.ebuild:
   ia64 stable wrt #355299






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2011-09-15  4:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2011-09-15  4:48 UTC (permalink / raw
  To: gentoo-commits

jer         11/09/15 04:48:24

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #369573).
  
  (Portage version: 2.2.0_alpha56/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ruby_parser-2.0.5.ebuild	10 Jul 2011 23:01:38 -0000	1.10
+++ ruby_parser-2.0.5.ebuild	15 Sep 2011 04:48:24 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.10 2011/07/10 23:01:38 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.11 2011/09/15 04:48:24 jer Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"



1.31                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	12 Sep 2011 05:25:27 -0000	1.30
+++ ChangeLog	15 Sep 2011 04:48:24 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.30 2011/09/12 05:25:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.31 2011/09/15 04:48:24 jer Exp $
+
+  15 Sep 2011; Jeroen Roovers <jer@gentoo.org> ruby_parser-2.0.5.ebuild:
+  Stable for HPPA (bug #369573).
 
 *ruby_parser-2.3.0 (12 Sep 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
@ 2012-10-28 17:21 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-28 17:21 UTC (permalink / raw
  To: gentoo-commits

armin76     12/10/28 17:21:44

  Modified:             ruby_parser-2.0.5.ebuild ChangeLog
  Log:
  alpha stable, add ~alpha/~ia64/~sparc, etc
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.13                 dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild

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

Index: ruby_parser-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ruby_parser-2.0.5.ebuild	16 Aug 2012 03:57:01 -0000	1.12
+++ ruby_parser-2.0.5.ebuild	28 Oct 2012 17:21:44 -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-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.12 2012/08/16 03:57:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.13 2012/10/28 17:21:44 armin76 Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp_processor-3.0.1"



1.39                 dev-ruby/ruby_parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	16 Aug 2012 03:57:01 -0000	1.38
+++ ChangeLog	28 Oct 2012 17:21:44 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.38 2012/08/16 03:57:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.39 2012/10/28 17:21:44 armin76 Exp $
+
+  28 Oct 2012; Raúl Porcel <armin76@gentoo.org> ruby_parser-2.0.5.ebuild:
+  alpha stable
 
   16 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby_parser-2.0.5.ebuild,
   ruby_parser-2.3.0.ebuild, ruby_parser-2.3.1.ebuild:





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

end of thread, other threads:[~2012-10-28 17:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15  4:48 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-28 17:21 Raul Porcel (armin76)
2011-07-10 23:01 Mark Loeser (halcy0n)
2011-04-16 17:16 Raul Porcel (armin76)
2011-04-01  7:16 Michael Weber (xmw)
2011-03-27 19:21 Brent Baude (ranger)
2011-03-08  8:56 Thomas Kahle (tomka)
2011-02-21 19:20 Markos Chandras (hwoarang)
2010-12-28  8:08 Fabian Groffen (grobian)
2010-10-10 17:51 Tobias Klausmann (klausman)
2010-10-02 10:47 Hans de Graaff (graaff)

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