public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: racc-1.4.9.ebuild ChangeLog
@ 2013-07-07  8:08 Hans de Graaff (graaff)
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff (graaff) @ 2013-07-07  8:08 UTC (permalink / raw
  To: gentoo-commits

graaff      13/07/07 08:08:54

  Modified:             racc-1.4.9.ebuild ChangeLog
  Log:
  Add ruby20 support.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.3                  dev-ruby/racc/racc-1.4.9.ebuild

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

Index: racc-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- racc-1.4.9.ebuild	28 Jan 2013 15:15:18 -0000	1.2
+++ racc-1.4.9.ebuild	7 Jul 2013 08:08:54 -0000	1.3
@@ -1,11 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.2 2013/01/28 15:15:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.3 2013/07/07 08:08:54 graaff Exp $
 
 EAPI=4
 
-USE_RUBY="ruby18 ruby19 jruby"
+USE_RUBY="ruby18 ruby19 ruby20 jruby"
 
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc README.ja.rdoc TODO ChangeLog"
 
@@ -17,12 +18,10 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
-ruby_add_bdepend "dev-ruby/rake
-	doc? ( dev-ruby/hoe )
-	test? ( dev-ruby/hoe )"
+ruby_add_bdepend "dev-ruby/rake"
 
 all_ruby_prepare() {
 	sed -i -e 's|/tmp/out|${TMPDIR:-/tmp}/out|' test/helper.rb || die "tests fix failed"
@@ -75,7 +74,7 @@
 			ewarn "released."
 			;;
 		*)
-			each_fakegem_test
+			${RUBY} -Ilib -S testrb test/test_*.rb || die
 			;;
 	esac
 }



1.94                 dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	28 Jan 2013 15:15:18 -0000	1.93
+++ ChangeLog	7 Jul 2013 08:08:54 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.93 2013/01/28 15:15:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.94 2013/07/07 08:08:54 graaff Exp $
+
+  07 Jul 2013; Hans de Graaff <graaff@gentoo.org> racc-1.4.9.ebuild:
+  Add ruby20 support.
 
   28 Jan 2013; Alexis Ballier <aballier@gentoo.org> racc-1.4.9.ebuild:
   keyword ~amd64-fbsd





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: racc-1.4.9.ebuild ChangeLog
@ 2013-09-01 14:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01 14:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 14:44:22

  Modified:             racc-1.4.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #483254
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-ruby/racc/racc-1.4.9.ebuild

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

Index: racc-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- racc-1.4.9.ebuild	7 Jul 2013 08:08:54 -0000	1.3
+++ racc-1.4.9.ebuild	1 Sep 2013 14:44:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.3 2013/07/07 08:08:54 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.4 2013/09/01 14:44:22 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "dev-ruby/rake"



1.96                 dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	21 Jul 2013 06:16:50 -0000	1.95
+++ ChangeLog	1 Sep 2013 14:44:22 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.95 2013/07/21 06:16:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.96 2013/09/01 14:44:22 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
+  Stable for amd64, wrt bug #483254
 
   21 Jul 2013; Hans de Graaff <graaff@gentoo.org> -racc-1.4.6.ebuild,
   -racc-1.4.6-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: racc-1.4.9.ebuild ChangeLog
@ 2013-09-01 14:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01 14:46 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 14:46:05

  Modified:             racc-1.4.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #483254
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-ruby/racc/racc-1.4.9.ebuild

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

Index: racc-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- racc-1.4.9.ebuild	1 Sep 2013 14:44:22 -0000	1.4
+++ racc-1.4.9.ebuild	1 Sep 2013 14:46:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.4 2013/09/01 14:44:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.5 2013/09/01 14:46:05 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "dev-ruby/rake"



1.97                 dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	1 Sep 2013 14:44:22 -0000	1.96
+++ ChangeLog	1 Sep 2013 14:46:05 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.96 2013/09/01 14:44:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.97 2013/09/01 14:46:05 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
+  Stable for x86, wrt bug #483254
 
   01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
   Stable for amd64, wrt bug #483254





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: racc-1.4.9.ebuild ChangeLog
@ 2013-12-15 17:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-15 17:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/15 17:25:53

  Modified:             racc-1.4.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #483254
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-ruby/racc/racc-1.4.9.ebuild

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

Index: racc-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- racc-1.4.9.ebuild	5 Sep 2013 15:46:51 -0000	1.6
+++ racc-1.4.9.ebuild	15 Dec 2013 17:25:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.6 2013/09/05 15:46:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.7 2013/12/15 17:25:53 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "dev-ruby/rake"



1.100                dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	23 Oct 2013 05:53:11 -0000	1.99
+++ ChangeLog	15 Dec 2013 17:25:53 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.99 2013/10/23 05:53:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.100 2013/12/15 17:25:53 ago Exp $
+
+  15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
+  Stable for ppc, wrt bug #483254
 
 *racc-1.4.10 (23 Oct 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: racc-1.4.9.ebuild ChangeLog
@ 2013-12-15 17:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-15 17:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/15 17:26:53

  Modified:             racc-1.4.9.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #483254
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-ruby/racc/racc-1.4.9.ebuild

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

Index: racc-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- racc-1.4.9.ebuild	15 Dec 2013 17:25:53 -0000	1.7
+++ racc-1.4.9.ebuild	15 Dec 2013 17:26:53 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.7 2013/12/15 17:25:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.8 2013/12/15 17:26:53 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "dev-ruby/rake"



1.101                dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	15 Dec 2013 17:25:53 -0000	1.100
+++ ChangeLog	15 Dec 2013 17:26:53 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.100 2013/12/15 17:25:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.101 2013/12/15 17:26:53 ago Exp $
+
+  15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
+  Stable for ppc64, wrt bug #483254
 
   15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
   Stable for ppc, wrt bug #483254





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: racc-1.4.9.ebuild ChangeLog
@ 2013-12-20 15:54 Akinori Hattori (hattya)
  0 siblings, 0 replies; 8+ messages in thread
From: Akinori Hattori (hattya) @ 2013-12-20 15:54 UTC (permalink / raw
  To: gentoo-commits

hattya      13/12/20 15:54:28

  Modified:             racc-1.4.9.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #483254
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.9                  dev-ruby/racc/racc-1.4.9.ebuild

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

Index: racc-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- racc-1.4.9.ebuild	15 Dec 2013 17:26:53 -0000	1.8
+++ racc-1.4.9.ebuild	20 Dec 2013 15:54:28 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.8 2013/12/15 17:26:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.9 2013/12/20 15:54:28 hattya Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "dev-ruby/rake"



1.102                dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	15 Dec 2013 17:26:53 -0000	1.101
+++ ChangeLog	20 Dec 2013 15:54:28 -0000	1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.101 2013/12/15 17:26:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.102 2013/12/20 15:54:28 hattya Exp $
+
+  20 Dec 2013; Akinori Hattori <hattya@gentoo.org> racc-1.4.9.ebuild:
+  ia64 stable wrt bug #483254
 
   15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
   Stable for ppc64, wrt bug #483254





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: racc-1.4.9.ebuild ChangeLog
@ 2014-01-26 13:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 13:05 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/26 13:05:48

  Modified:             racc-1.4.9.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #483254
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-ruby/racc/racc-1.4.9.ebuild

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

Index: racc-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- racc-1.4.9.ebuild	29 Dec 2013 17:23:22 -0000	1.10
+++ racc-1.4.9.ebuild	26 Jan 2014 13:05:48 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.10 2013/12/29 17:23:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.11 2014/01/26 13:05:48 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "dev-ruby/rake"



1.107                dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	13 Jan 2014 07:19:44 -0000	1.106
+++ ChangeLog	26 Jan 2014 13:05:48 -0000	1.107
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.106 2014/01/13 07:19:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.107 2014/01/26 13:05:48 ago Exp $
+
+  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
+  Stable for sparc, wrt bug #483254
 
 *racc-1.4.11 (13 Jan 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: racc-1.4.9.ebuild ChangeLog
@ 2014-01-26 13:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 13:06 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/26 13:06:32

  Modified:             racc-1.4.9.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #483254
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 dev-ruby/racc/racc-1.4.9.ebuild

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

Index: racc-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- racc-1.4.9.ebuild	26 Jan 2014 13:05:48 -0000	1.11
+++ racc-1.4.9.ebuild	26 Jan 2014 13:06:32 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.11 2014/01/26 13:05:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.12 2014/01/26 13:06:32 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "dev-ruby/rake"



1.108                dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	26 Jan 2014 13:05:48 -0000	1.107
+++ ChangeLog	26 Jan 2014 13:06:32 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.107 2014/01/26 13:05:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.108 2014/01/26 13:06:32 ago Exp $
+
+  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
+  Stable for alpha, wrt bug #483254
 
   26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> racc-1.4.9.ebuild:
   Stable for sparc, wrt bug #483254





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

end of thread, other threads:[~2014-01-26 13:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-07  8:08 [gentoo-commits] gentoo-x86 commit in dev-ruby/racc: racc-1.4.9.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-01 14:44 Agostino Sarubbo (ago)
2013-09-01 14:46 Agostino Sarubbo (ago)
2013-12-15 17:25 Agostino Sarubbo (ago)
2013-12-15 17:26 Agostino Sarubbo (ago)
2013-12-20 15:54 Akinori Hattori (hattya)
2014-01-26 13:05 Agostino Sarubbo (ago)
2014-01-26 13:06 Agostino Sarubbo (ago)

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