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/jsobfu/
Date: Tue, 09 May 2017 03:09:23
Message-Id: 1494299324.5af1ba75210639f52c701a1958c7e45079f838c8.zerochaos@gentoo
1 commit: 5af1ba75210639f52c701a1958c7e45079f838c8
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 9 01:59:20 2017 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue May 9 03:08:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af1ba75
7
8 dev-ruby/jsobfu: bump, fix slotting
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ruby/jsobfu/jsobfu-0.4.2.ebuild | 8 +++++++-
13 1 file changed, 7 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
16 index ab5756e03ad..00ede76a6bf 100644
17 --- a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
18 +++ b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
19 @@ -5,7 +5,7 @@ EAPI=6
20 USE_RUBY="ruby21 ruby22 ruby23"
21
22 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
23 -
24 +RUBY_FAKEGEM_BINWRAP=""
25 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
26
27 inherit ruby-fakegem
28 @@ -31,3 +31,9 @@ all_ruby_prepare() {
29
30 sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
31 }
32 +
33 +all_ruby_install() {
34 + all_fakegem_install
35 +
36 + ruby_fakegem_binwrapper jsobfu jsobfu-${PV}
37 +}