public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.10.ebuild ChangeLog
@ 2011-04-18  5:52 Hans de Graaff (graaff)
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff (graaff) @ 2011-04-18  5:52 UTC (permalink / raw
  To: gentoo-commits

graaff      11/04/18 05:52:40

  Modified:             ChangeLog
  Added:                ruby-progressbar-0.0.10.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	18 Apr 2011 05:44:24 -0000	1.34
+++ ChangeLog	18 Apr 2011 05:52:40 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.34 2011/04/18 05:44:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.35 2011/04/18 05:52:40 graaff Exp $
+
+*ruby-progressbar-0.0.10 (18 Apr 2011)
+
+  18 Apr 2011; Hans de Graaff <graaff@gentoo.org>
+  +ruby-progressbar-0.0.10.ebuild:
+  Version bump.
 
   18 Apr 2011; Hans de Graaff <graaff@gentoo.org>
   -ruby-progressbar-0.9.ebuild, -ruby-progressbar-0.9-r1.ebuild:



1.1                  dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild

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

Index: ruby-progressbar-0.0.10.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.1 2011/04/18 05:52:40 graaff Exp $

EAPI=3

USE_RUBY="ruby18 ruby19 ree18 jruby"

RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="A Text Progress Bar Library for Ruby"
HOMEPAGE="http://github.com/nex3/ruby-progressbar"

LICENSE="|| ( Ruby GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

IUSE="test"

each_ruby_test() {
	${RUBY} test.rb || die "test failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.10.ebuild ChangeLog
@ 2011-10-22 12:25 Hans de Graaff (graaff)
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff (graaff) @ 2011-10-22 12:25 UTC (permalink / raw
  To: gentoo-commits

graaff      11/10/22 12:25:13

  Modified:             ruby-progressbar-0.0.10.ebuild ChangeLog
  Log:
  Fix tests with ruby 19, bug 365929. Add rbx.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild

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

Index: ruby-progressbar-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-progressbar-0.0.10.ebuild	18 Apr 2011 05:52:40 -0000	1.1
+++ ruby-progressbar-0.0.10.ebuild	22 Oct 2011 12:25:13 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.1 2011/04/18 05:52:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.2 2011/10/22 12:25:13 graaff Exp $
 
 EAPI=3
 
-USE_RUBY="ruby18 ruby19 ree18 jruby"
+USE_RUBY="ruby18 ruby19 ree18 jruby rbx"
 
 RUBY_FAKEGEM_TASK_TEST="none"
 RUBY_FAKEGEM_TASK_DOC=""
@@ -23,5 +23,5 @@
 IUSE="test"
 
 each_ruby_test() {
-	${RUBY} test.rb || die "test failed"
+	${RUBY} -I. test.rb || die "test failed"
 }



1.36                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	18 Apr 2011 05:52:40 -0000	1.35
+++ ChangeLog	22 Oct 2011 12:25:13 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.35 2011/04/18 05:52:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.36 2011/10/22 12:25:13 graaff Exp $
+
+  22 Oct 2011; Hans de Graaff <graaff@gentoo.org>
+  ruby-progressbar-0.0.10.ebuild:
+  Fix tests with ruby 19, bug 365929. Add rbx.
 
 *ruby-progressbar-0.0.10 (18 Apr 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.10.ebuild ChangeLog
@ 2012-07-14  8:00 Hans de Graaff (graaff)
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff (graaff) @ 2012-07-14  8:00 UTC (permalink / raw
  To: gentoo-commits

graaff      12/07/14 08:00:14

  Modified:             ruby-progressbar-0.0.10.ebuild ChangeLog
  Log:
  Drop rbx to create a stable candidate.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild

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

Index: ruby-progressbar-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-progressbar-0.0.10.ebuild	12 Jun 2012 11:46:42 -0000	1.3
+++ ruby-progressbar-0.0.10.ebuild	14 Jul 2012 08:00:14 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.3 2012/06/12 11:46:42 iksaif Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.4 2012/07/14 08:00:14 graaff Exp $
 
 EAPI=3
 
-USE_RUBY="ruby18 ruby19 ree18 jruby rbx"
+USE_RUBY="ruby18 ruby19 ree18 jruby"
 
 RUBY_FAKEGEM_TASK_TEST="none"
 RUBY_FAKEGEM_TASK_DOC=""



1.38                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	12 Jun 2012 11:46:42 -0000	1.37
+++ ChangeLog	14 Jul 2012 08:00:14 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.37 2012/06/12 11:46:42 iksaif Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.38 2012/07/14 08:00:14 graaff Exp $
+
+  14 Jul 2012; Hans de Graaff <graaff@gentoo.org>
+  ruby-progressbar-0.0.10.ebuild:
+  Drop rbx to create a stable candidate.
 
   12 Jun 2012; Corentin Chary <iksaif@gentoo.org>
   ruby-progressbar-0.0.10.ebuild, ruby-progressbar-0.0.9-r1.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.10.ebuild ChangeLog
@ 2012-07-14 15:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-14 15:50 UTC (permalink / raw
  To: gentoo-commits

ago         12/07/14 15:50:21

  Modified:             ruby-progressbar-0.0.10.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #426520
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild

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

Index: ruby-progressbar-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-progressbar-0.0.10.ebuild	14 Jul 2012 08:00:14 -0000	1.4
+++ ruby-progressbar-0.0.10.ebuild	14 Jul 2012 15:50:21 -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-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.4 2012/07/14 08:00:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.5 2012/07/14 15:50:21 ago Exp $
 
 EAPI=3
 
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 IUSE="test"
 



1.40                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	14 Jul 2012 08:01:03 -0000	1.39
+++ ChangeLog	14 Jul 2012 15:50:21 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.39 2012/07/14 08:01:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.40 2012/07/14 15:50:21 ago Exp $
+
+  14 Jul 2012; Agostino Sarubbo <ago@gentoo.org>
+  ruby-progressbar-0.0.10.ebuild:
+  Stable for amd64, wrt bug #426520
 
   14 Jul 2012; Hans de Graaff <graaff@gentoo.org>
   -ruby-progressbar-0.0.9-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.10.ebuild ChangeLog
@ 2012-07-14 19:26 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-14 19:26 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/14 19:26:12

  Modified:             ruby-progressbar-0.0.10.ebuild ChangeLog
  Log:
  marked x86 per bug 426520
  
  (Portage version: 2.2.0_alpha117/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild

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

Index: ruby-progressbar-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-progressbar-0.0.10.ebuild	14 Jul 2012 15:50:21 -0000	1.5
+++ ruby-progressbar-0.0.10.ebuild	14 Jul 2012 19:26:12 -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-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.5 2012/07/14 15:50:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.6 2012/07/14 19:26:12 jdhore Exp $
 
 EAPI=3
 
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="test"
 



1.41                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	14 Jul 2012 15:50:21 -0000	1.40
+++ ChangeLog	14 Jul 2012 19:26:12 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.40 2012/07/14 15:50:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.41 2012/07/14 19:26:12 jdhore Exp $
+
+  14 Jul 2012; Jeff Horelick <jdhore@gentoo.org>
+  ruby-progressbar-0.0.10.ebuild:
+  marked x86 per bug 426520
 
   14 Jul 2012; Agostino Sarubbo <ago@gentoo.org>
   ruby-progressbar-0.0.10.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.10.ebuild ChangeLog
@ 2012-07-22 15:37 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2012-07-22 15:37 UTC (permalink / raw
  To: gentoo-commits

nixnut      12/07/22 15:37:21

  Modified:             ruby-progressbar-0.0.10.ebuild ChangeLog
  Log:
  ppc stable #426520
  
  (Portage version: 2.1.10.49/cvs/Linux ppc)

Revision  Changes    Path
1.7                  dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild

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

Index: ruby-progressbar-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-progressbar-0.0.10.ebuild	14 Jul 2012 19:26:12 -0000	1.6
+++ ruby-progressbar-0.0.10.ebuild	22 Jul 2012 15:37:21 -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-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.6 2012/07/14 19:26:12 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.7 2012/07/22 15:37:21 nixnut Exp $
 
 EAPI=3
 
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="test"
 



1.42                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	14 Jul 2012 19:26:12 -0000	1.41
+++ ChangeLog	22 Jul 2012 15:37:21 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.41 2012/07/14 19:26:12 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.42 2012/07/22 15:37:21 nixnut Exp $
+
+  22 Jul 2012; <nixnut@gentoo.org> ruby-progressbar-0.0.10.ebuild:
+  ppc stable #426520
 
   14 Jul 2012; Jeff Horelick <jdhore@gentoo.org>
   ruby-progressbar-0.0.10.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.10.ebuild ChangeLog
@ 2012-07-26 11:23 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-07-26 11:23 UTC (permalink / raw
  To: gentoo-commits

blueness    12/07/26 11:23:23

  Modified:             ruby-progressbar-0.0.10.ebuild ChangeLog
  Log:
  Stable ppc64, bug #426520
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild

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

Index: ruby-progressbar-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ruby-progressbar-0.0.10.ebuild	22 Jul 2012 15:37:21 -0000	1.7
+++ ruby-progressbar-0.0.10.ebuild	26 Jul 2012 11:23: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-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.7 2012/07/22 15:37:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.8 2012/07/26 11:23:23 blueness Exp $
 
 EAPI=3
 
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="test"
 



1.43                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	22 Jul 2012 15:37:21 -0000	1.42
+++ ChangeLog	26 Jul 2012 11:23:23 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.42 2012/07/22 15:37:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.43 2012/07/26 11:23:23 blueness Exp $
+
+  26 Jul 2012; Anthony G. Basile <blueness@gentoo.org>
+  ruby-progressbar-0.0.10.ebuild:
+  Stable ppc64, bug #426520
 
   22 Jul 2012; <nixnut@gentoo.org> ruby-progressbar-0.0.10.ebuild:
   ppc stable #426520





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.10.ebuild ChangeLog
@ 2012-11-06 17:22 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-06 17:22 UTC (permalink / raw
  To: gentoo-commits

jer         12/11/06 17:22:23

  Modified:             ruby-progressbar-0.0.10.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #426520).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.10                 dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild

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

Index: ruby-progressbar-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ruby-progressbar-0.0.10.ebuild	7 Oct 2012 16:49:41 -0000	1.9
+++ ruby-progressbar-0.0.10.ebuild	6 Nov 2012 17:22:23 -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-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.9 2012/10/07 16:49:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.10 2012/11/06 17:22:23 jer Exp $
 
 EAPI=3
 
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
 
 IUSE="test"
 



1.49                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	23 Oct 2012 21:34:06 -0000	1.48
+++ ChangeLog	6 Nov 2012 17:22:23 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.48 2012/10/23 21:34:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.49 2012/11/06 17:22:23 jer Exp $
+
+  06 Nov 2012; Jeroen Roovers <jer@gentoo.org> ruby-progressbar-0.0.10.ebuild:
+  Stable for HPPA (bug #426520).
 
   23 Oct 2012; Jeroen Roovers <jer@gentoo.org> ruby-progressbar-1.0.2.ebuild:
   Marked ~hppa (bug #437582).





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

end of thread, other threads:[~2012-11-06 17:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-14  8:00 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.10.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-06 17:22 Jeroen Roovers (jer)
2012-07-26 11:23 Anthony G. Basile (blueness)
2012-07-22 15:37 Gysbert Wassenaar (nixnut)
2012-07-14 19:26 Jeff Horelick (jdhore)
2012-07-14 15:50 Agostino Sarubbo (ago)
2011-10-22 12:25 Hans de Graaff (graaff)
2011-04-18  5:52 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