Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-arch/
Date: Sat, 30 Jul 2016 04:07:16
Message-Id: 1469851592.1ad21c9e131e4fb2112043ec67f442fc9f913602.zerochaos@gentoo
1 commit: 1ad21c9e131e4fb2112043ec67f442fc9f913602
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 03:34:19 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 04:06:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad21c9e
7
8 dev-ruby/rex-arch: dropping random bins
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/rex-arch/rex-arch-0.1.1.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-ruby/rex-arch/rex-arch-0.1.1.ebuild b/dev-ruby/rex-arch/rex-arch-0.1.1.ebuild
16 index 1b81856..5c959d6 100644
17 --- a/dev-ruby/rex-arch/rex-arch-0.1.1.ebuild
18 +++ b/dev-ruby/rex-arch/rex-arch-0.1.1.ebuild
19 @@ -7,6 +7,7 @@ EAPI=5
20 USE_RUBY="ruby20 ruby21 ruby22 ruby23"
21 #RUBY_FAKEGEM_RECIPE_TEST="rspec3"
22 RUBY_FAKEGEM_TASK_DOC=""
23 +RUBY_FAKEGEM_BINWRAP=""
24
25 inherit ruby-fakegem
26
27 @@ -23,8 +24,3 @@ IUSE=""
28 RESTRICT=test
29
30 ruby_add_bdepend "dev-ruby/rex-text"
31 -
32 -all_ruby_install() {
33 - ruby_fakegem_binwrapper console ${PN}-console
34 - ruby_fakegem_binwrapper setup ${PN}-setup
35 -}