Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-progressbar/
Date: Wed, 27 Sep 2017 05:09:29
Message-Id: 1506488951.a621abca450644201ee19cf87d78090b3d4d58f1.graaff@gentoo
1 commit: a621abca450644201ee19cf87d78090b3d4d58f1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 27 05:09:11 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 05:09:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a621abca
7
8 dev-ruby/ruby-progressbar: don't install default binstubs, bug 632080
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 .../{ruby-progressbar-1.8.3.ebuild => ruby-progressbar-1.8.3-r1.ebuild} | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
16 similarity index 97%
17 rename from dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild
18 rename to dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
19 index 6f35a98714a..c18decbf595 100644
20 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild
21 +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
22 @@ -10,6 +10,8 @@ RUBY_FAKEGEM_TASK_DOC=""
23
24 RUBY_FAKEGEM_EXTRADOC="README.md"
25
26 +RUBY_FAKEGEM_BINWRAP=""
27 +
28 inherit ruby-fakegem
29
30 DESCRIPTION="A Text Progress Bar Library for Ruby"