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-1.0.2.ebuild ChangeLog
@ 2012-10-08  6:06 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2012-10-08  6:06 UTC (permalink / raw
  To: gentoo-commits

graaff      12/10/08 06:06:31

  Modified:             ChangeLog
  Added:                ruby-progressbar-1.0.2.ebuild
  Log:
  Version bump. Drop hppa ppc ppc64 x86 x86-fbsd due to new timecop dependency, bug 437582.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	7 Oct 2012 16:49:41 -0000	1.44
+++ ChangeLog	8 Oct 2012 06:06:31 -0000	1.45
@@ -1,6 +1,13 @@
 # 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.44 2012/10/07 16:49:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.45 2012/10/08 06:06:31 graaff Exp $
+
+*ruby-progressbar-1.0.2 (08 Oct 2012)
+
+  08 Oct 2012; Hans de Graaff <graaff@gentoo.org>
+  +ruby-progressbar-1.0.2.ebuild:
+  Version bump. Drop hppa ppc ppc64 x86 x86-fbsd due to new timecop dependency,
+  bug 437582.
 
   07 Oct 2012; Raúl Porcel <armin76@gentoo.org> ruby-progressbar-0.0.9.ebuild,
   ruby-progressbar-0.0.10.ebuild:



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

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

Index: ruby-progressbar-1.0.2.ebuild
===================================================================
# 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-1.0.2.ebuild,v 1.1 2012/10/08 06:06:31 graaff Exp $

EAPI=4

USE_RUBY="ruby18 ruby19 ree18 jruby"

RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

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

LICENSE="|| ( Ruby GPL-2 )"
SLOT="0"
KEYWORDS="~amd64"

IUSE="test"

ruby_add_bdepend "test? ( dev-ruby/timecop )"

all_ruby_prepare() {
	sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-1.0.2.ebuild ChangeLog
@ 2012-10-08 21:40 Naohiro Aota (naota)
  0 siblings, 0 replies; 7+ messages in thread
From: Naohiro Aota (naota) @ 2012-10-08 21:40 UTC (permalink / raw
  To: gentoo-commits

naota       12/10/08 21:40:12

  Modified:             ruby-progressbar-1.0.2.ebuild ChangeLog
  Log:
  Add ~x86-fbsd wrt bug #437582
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

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

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

Index: ruby-progressbar-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-progressbar-1.0.2.ebuild	8 Oct 2012 06:06:31 -0000	1.1
+++ ruby-progressbar-1.0.2.ebuild	8 Oct 2012 21:40:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.1 2012/10/08 06:06:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.2 2012/10/08 21:40:12 naota Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86-fbsd"
 
 IUSE="test"
 



1.46                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	8 Oct 2012 06:06:31 -0000	1.45
+++ ChangeLog	8 Oct 2012 21:40:12 -0000	1.46
@@ -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.45 2012/10/08 06:06:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.46 2012/10/08 21:40:12 naota Exp $
+
+  08 Oct 2012;  <naota@gentoo.org> ruby-progressbar-1.0.2.ebuild:
+  Add ~x86-fbsd wrt bug #437582
 
 *ruby-progressbar-1.0.2 (08 Oct 2012)
 
@@ -182,4 +185,3 @@
 
   25 Dec 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-progressbar-0.5.ebuild:
   Initial import.
-





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

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

blueness    12/10/11 07:49:27

  Modified:             ruby-progressbar-1.0.2.ebuild ChangeLog
  Log:
  keyword ~ppc ~ppc64, bug #437582
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild

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

Index: ruby-progressbar-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-progressbar-1.0.2.ebuild	8 Oct 2012 21:40:12 -0000	1.2
+++ ruby-progressbar-1.0.2.ebuild	11 Oct 2012 07:49:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.2 2012/10/08 21:40:12 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.3 2012/10/11 07:49:27 blueness Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86-fbsd"
 
 IUSE="test"
 



1.47                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	8 Oct 2012 21:40:12 -0000	1.46
+++ ChangeLog	11 Oct 2012 07:49:27 -0000	1.47
@@ -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.46 2012/10/08 21:40:12 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.47 2012/10/11 07:49:27 blueness Exp $
+
+  11 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
+  ruby-progressbar-1.0.2.ebuild:
+  keyword ~ppc ~ppc64, bug #437582
 
   08 Oct 2012;  <naota@gentoo.org> ruby-progressbar-1.0.2.ebuild:
   Add ~x86-fbsd wrt bug #437582





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-1.0.2.ebuild ChangeLog
@ 2012-10-23 21:34 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-10-23 21:34 UTC (permalink / raw
  To: gentoo-commits

jer         12/10/23 21:34:06

  Modified:             ruby-progressbar-1.0.2.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #437582).
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key A792A613)

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

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

Index: ruby-progressbar-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-progressbar-1.0.2.ebuild	11 Oct 2012 07:49:27 -0000	1.3
+++ ruby-progressbar-1.0.2.ebuild	23 Oct 2012 21:34:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.3 2012/10/11 07:49:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.4 2012/10/23 21:34:05 jer Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86-fbsd"
 
 IUSE="test"
 



1.48                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	11 Oct 2012 07:49:27 -0000	1.47
+++ ChangeLog	23 Oct 2012 21:34:06 -0000	1.48
@@ -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.47 2012/10/11 07:49:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.48 2012/10/23 21:34:06 jer Exp $
+
+  23 Oct 2012; Jeroen Roovers <jer@gentoo.org> ruby-progressbar-1.0.2.ebuild:
+  Marked ~hppa (bug #437582).
 
   11 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
   ruby-progressbar-1.0.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-1.0.2.ebuild ChangeLog
@ 2013-01-08 17:42 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2013-01-08 17:42 UTC (permalink / raw
  To: gentoo-commits

graaff      13/01/08 17:42:57

  Modified:             ruby-progressbar-1.0.2.ebuild ChangeLog
  Log:
  Update LICENSE to MIT, bug 450780.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

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

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

Index: ruby-progressbar-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-progressbar-1.0.2.ebuild	23 Oct 2012 21:34:05 -0000	1.4
+++ ruby-progressbar-1.0.2.ebuild	8 Jan 2013 17:42:57 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.4 2012/10/23 21:34:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.5 2013/01/08 17:42:57 graaff Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 DESCRIPTION="A Text Progress Bar Library for Ruby"
 HOMEPAGE="https://github.com/jfelchner/ruby-progressbar"
 
-LICENSE="|| ( Ruby GPL-2 )"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86-fbsd"
 



1.50                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	6 Nov 2012 17:22:23 -0000	1.49
+++ ChangeLog	8 Jan 2013 17:42:57 -0000	1.50
@@ -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.49 2012/11/06 17:22:23 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.50 2013/01/08 17:42:57 graaff Exp $
+
+  08 Jan 2013; Hans de Graaff <graaff@gentoo.org>
+  ruby-progressbar-1.0.2.ebuild:
+  Update LICENSE to MIT, bug 450780.
 
   06 Nov 2012; Jeroen Roovers <jer@gentoo.org> ruby-progressbar-0.0.10.ebuild:
   Stable for HPPA (bug #426520).





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-1.0.2.ebuild ChangeLog
@ 2013-02-16 20:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-16 20:04 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/16 20:04:43

  Modified:             ruby-progressbar-1.0.2.ebuild ChangeLog
  Log:
  Add x86, wrt bug #4437582
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

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

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

Index: ruby-progressbar-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-progressbar-1.0.2.ebuild	8 Jan 2013 17:42:57 -0000	1.5
+++ ruby-progressbar-1.0.2.ebuild	16 Feb 2013 20:04:43 -0000	1.6
@@ -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/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.5 2013/01/08 17:42:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.6 2013/02/16 20:04:43 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
 
 IUSE="test"
 



1.52                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	8 Jan 2013 17:43:31 -0000	1.51
+++ ChangeLog	16 Feb 2013 20:04:43 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.51 2013/01/08 17:43:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.52 2013/02/16 20:04:43 ago Exp $
+
+  16 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ruby-progressbar-1.0.2.ebuild:
+  Add x86, wrt bug #4437582
 
   08 Jan 2013; Hans de Graaff <graaff@gentoo.org>
   -ruby-progressbar-0.0.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-1.0.2.ebuild ChangeLog
@ 2013-08-10 15:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-10 15:01 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/10 15:01:37

  Modified:             ruby-progressbar-1.0.2.ebuild ChangeLog
  Log:
  revert the wrong changes
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

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

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

Index: ruby-progressbar-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-progressbar-1.0.2.ebuild	16 Feb 2013 20:04:43 -0000	1.6
+++ ruby-progressbar-1.0.2.ebuild	10 Aug 2013 15:01:37 -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/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.6 2013/02/16 20:04:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.7 2013/08/10 15:01:37 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
 
 IUSE="test"
 



1.53                 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	16 Feb 2013 20:04:43 -0000	1.52
+++ ChangeLog	10 Aug 2013 15:01:37 -0000	1.53
@@ -1,9 +1,9 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.52 2013/02/16 20:04:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.53 2013/08/10 15:01:37 ago Exp $
 
   16 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ruby-progressbar-1.0.2.ebuild:
-  Add x86, wrt bug #4437582
+  Add ~x86, wrt bug #437582
 
   08 Jan 2013; Hans de Graaff <graaff@gentoo.org>
   -ruby-progressbar-0.0.9.ebuild:





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

end of thread, other threads:[~2013-08-10 15:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 21:34 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-1.0.2.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-10 15:01 Agostino Sarubbo (ago)
2013-02-16 20:04 Agostino Sarubbo (ago)
2013-01-08 17:42 Hans de Graaff (graaff)
2012-10-11  7:49 Anthony G. Basile (blueness)
2012-10-08 21:40 Naohiro Aota (naota)
2012-10-08  6:06 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