public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ChangeLog ruby-progressbar-0.0.9.ebuild
@ 2010-01-18  2:14 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-18  2:14 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/18 02:14:21

  Modified:             ChangeLog
  Added:                ruby-progressbar-0.0.9.ebuild
  Log:
  Add an updated ruby-progressbar (even though the version results older), and port to fakegem.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	14 Jan 2010 01:09:18 -0000	1.23
+++ ChangeLog	18 Jan 2010 02:14:21 -0000	1.24
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.23 2010/01/14 01:09:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.24 2010/01/18 02:14:21 flameeyes Exp $
+
+*ruby-progressbar-0.0.9 (18 Jan 2010)
+
+  18 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  +ruby-progressbar-0.0.9.ebuild:
+  Add an updated ruby-progressbar (even though the version results older),
+  and port to fakegem.
 
   14 Jan 2010; Brent Baude <ranger@gentoo.org> ruby-progressbar-0.9.ebuild:
   Marking ruby-progressbar-0.9 ppc64 for bug 298236



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

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

Index: ruby-progressbar-0.0.9.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-progressbar/ruby-progressbar-0.0.9.ebuild,v 1.1 2010/01/18 02:14:21 flameeyes Exp $

EAPI=2

USE_RUBY="ruby18 ruby19 jruby"

RUBY_FAKEGEM_TASK_TEST=""
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() {
	# tests need to be run from within the lib dir but they require
	# lib/progressbar.rb, so we do this silly stuff, but it works at
	# least
	cd lib
	${RUBY} -I.. ../test.rb || die "test failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ChangeLog ruby-progressbar-0.0.9.ebuild
@ 2010-09-30  1:36 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2010-09-30  1:36 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/30 01:36:17

  Modified:             ChangeLog ruby-progressbar-0.0.9.ebuild
  Log:
  Marking ruby-progressbar-0.0.9 ppc64 for bug 330729
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	29 Aug 2010 18:26:00 -0000	1.31
+++ ChangeLog	30 Sep 2010 01:36:17 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.31 2010/08/29 18:26:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.32 2010/09/30 01:36:17 ranger Exp $
+
+  30 Sep 2010; Brent Baude <ranger@gentoo.org>
+  ruby-progressbar-0.0.9.ebuild:
+  Marking ruby-progressbar-0.0.9 ppc64 for bug 330729
 
   29 Aug 2010; Raúl Porcel <armin76@gentoo.org>
   ruby-progressbar-0.0.9.ebuild, ruby-progressbar-0.9.ebuild:



1.7                  dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.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.9.ebuild?r1=1.6&r2=1.7

Index: ruby-progressbar-0.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-progressbar-0.0.9.ebuild	29 Aug 2010 18:26:00 -0000	1.6
+++ ruby-progressbar-0.0.9.ebuild	30 Sep 2010 01:36:17 -0000	1.7
@@ -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-progressbar/ruby-progressbar-0.0.9.ebuild,v 1.6 2010/08/29 18:26:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild,v 1.7 2010/09/30 01:36:17 ranger Exp $
 
 EAPI=2
 
@@ -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"
 






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

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

graaff      13/01/08 17:43:31

  Modified:             ChangeLog
  Removed:              ruby-progressbar-0.0.9.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	8 Jan 2013 17:42:57 -0000	1.50
+++ ChangeLog	8 Jan 2013 17:43:31 -0000	1.51
@@ -1,6 +1,10 @@
 # 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.50 2013/01/08 17:42:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.51 2013/01/08 17:43:31 graaff Exp $
+
+  08 Jan 2013; Hans de Graaff <graaff@gentoo.org>
+  -ruby-progressbar-0.0.9.ebuild:
+  Cleanup.
 
   08 Jan 2013; Hans de Graaff <graaff@gentoo.org>
   ruby-progressbar-1.0.2.ebuild:





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 17:43 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ChangeLog ruby-progressbar-0.0.9.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-30  1:36 Brent Baude (ranger)
2010-01-18  2:14 Diego Petteno (flameeyes)

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