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