Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-1.4.2.ebuild ChangeLog ruby-progressbar-1.4.0.ebuild
Date: Sun, 02 Mar 2014 22:05:54
Message-Id: 20140302220551.57DA52004C@flycatcher.gentoo.org
1 mrueg 14/03/02 22:05:51
2
3 Modified: ChangeLog
4 Added: ruby-progressbar-1.4.2.ebuild
5 Removed: ruby-progressbar-1.4.0.ebuild
6 Log:
7 Version bump. Cleanup old.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.56 dev-ruby/ruby-progressbar/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?rev=1.56&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?rev=1.56&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?r1=1.55&r2=1.56
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
21 retrieving revision 1.55
22 retrieving revision 1.56
23 diff -u -r1.55 -r1.56
24 --- ChangeLog 29 Jan 2014 00:36:26 -0000 1.55
25 +++ ChangeLog 2 Mar 2014 22:05:51 -0000 1.56
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/ruby-progressbar
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.55 2014/01/29 00:36:26 mrueg Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.56 2014/03/02 22:05:51 mrueg Exp $
31 +
32 +*ruby-progressbar-1.4.2 (02 Mar 2014)
33 +
34 + 02 Mar 2014; Manuel RĂ¼ger <mrueg@g.o> +ruby-progressbar-1.4.2.ebuild,
35 + -ruby-progressbar-1.4.0.ebuild:
36 + Version bump. Cleanup old.
37
38 *ruby-progressbar-1.4.1 (29 Jan 2014)
39
40
41
42
43 1.1 dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ruby-progressbar-1.4.2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild,v 1.1 2014/03/02 22:05:51 mrueg Exp $
53
54 EAPI=5
55
56 USE_RUBY="ruby18 ruby19 jruby"
57
58 RUBY_FAKEGEM_RECIPE_TEST="rspec"
59 RUBY_FAKEGEM_TASK_DOC=""
60
61 RUBY_FAKEGEM_EXTRADOC="README.md"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="A Text Progress Bar Library for Ruby"
66 HOMEPAGE="https://github.com/jfelchner/ruby-progressbar"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
71
72 IUSE="test"
73
74 ruby_add_bdepend "test? ( dev-ruby/timecop )"
75
76 all_ruby_prepare() {
77 sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die
78 }