Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-0.0.9-r1.ebuild ChangeLog ruby-progressbar-0.0.9.ebuild
Date: Sun, 01 Aug 2010 17:03:41
Message-Id: 20100801164137.954272CE15@corvid.gentoo.org
1 flameeyes 10/08/01 16:41:37
2
3 Modified: ChangeLog ruby-progressbar-0.0.9.ebuild
4 Added: ruby-progressbar-0.0.9-r1.ebuild
5 Log:
6 Add a new revision for 1.9/JRuby to mark -r0 stable.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.27 dev-ruby/ruby-progressbar/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 1 Aug 2010 16:35:46 -0000 1.26
23 +++ ChangeLog 1 Aug 2010 16:41:37 -0000 1.27
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/ruby-progressbar
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.26 2010/08/01 16:35:46 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.27 2010/08/01 16:41:37 flameeyes Exp $
29 +
30 +*ruby-progressbar-0.0.9-r1 (01 Aug 2010)
31 +
32 + 01 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
33 + ruby-progressbar-0.0.9.ebuild, +ruby-progressbar-0.0.9-r1.ebuild:
34 + Add a new revision for 1.9/JRuby to mark -r0 stable.
35
36 01 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
37 ruby-progressbar-0.9.ebuild:
38
39
40
41 1.2 dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild?r1=1.1&r2=1.2
46
47 Index: ruby-progressbar-0.0.9.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- ruby-progressbar-0.0.9.ebuild 18 Jan 2010 02:14:21 -0000 1.1
54 +++ ruby-progressbar-0.0.9.ebuild 1 Aug 2010 16:41:37 -0000 1.2
55 @@ -1,10 +1,10 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $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 $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild,v 1.2 2010/08/01 16:41:37 flameeyes Exp $
60
61 EAPI=2
62
63 -USE_RUBY="ruby18 ruby19 jruby"
64 +USE_RUBY="ruby18"
65
66 RUBY_FAKEGEM_TASK_TEST=""
67 RUBY_FAKEGEM_TASK_DOC=""
68
69
70
71 1.1 dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9-r1.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9-r1.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9-r1.ebuild?rev=1.1&content-type=text/plain
75
76 Index: ruby-progressbar-0.0.9-r1.ebuild
77 ===================================================================
78 # Copyright 1999-2010 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9-r1.ebuild,v 1.1 2010/08/01 16:41:37 flameeyes Exp $
81
82 EAPI=2
83
84 USE_RUBY="ruby18 ruby19 jruby"
85
86 RUBY_FAKEGEM_TASK_TEST=""
87 RUBY_FAKEGEM_TASK_DOC=""
88
89 RUBY_FAKEGEM_EXTRADOC="README.md"
90
91 inherit ruby-fakegem
92
93 DESCRIPTION="A Text Progress Bar Library for Ruby"
94 HOMEPAGE="http://github.com/nex3/ruby-progressbar"
95
96 LICENSE="|| ( Ruby GPL-2 )"
97 SLOT="0"
98 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
99
100 IUSE="test"
101
102 each_ruby_test() {
103 # tests need to be run from within the lib dir but they require
104 # lib/progressbar.rb, so we do this silly stuff, but it works at
105 # least
106 cd lib
107 ${RUBY} -I.. ../test.rb || die "test failed"
108 }