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/httparty/
Date: Thu, 19 Sep 2019 06:04:04
Message-Id: 1568873036.e2858097f753a5ae5eeda0e6019ba47b82195188.graaff@gentoo
1 commit: e2858097f753a5ae5eeda0e6019ba47b82195188
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 05:55:14 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 06:03:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2858097
7
8 dev-ruby/httparty: fix gemspec generation
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/httparty/httparty-0.17.1.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-ruby/httparty/httparty-0.17.1.ebuild b/dev-ruby/httparty/httparty-0.17.1.ebuild
17 index 91c3eb58c40..418e319afe6 100644
18 --- a/dev-ruby/httparty/httparty-0.17.1.ebuild
19 +++ b/dev-ruby/httparty/httparty-0.17.1.ebuild
20 @@ -28,6 +28,8 @@ ruby_add_rdepend 'dev-ruby/mime-types:3 >=dev-ruby/multi_xml-0.5.2'
21 ruby_add_bdepend 'test? ( dev-ruby/webmock )'
22
23 all_ruby_prepare() {
24 + sed -i -e 's/git ls-files \?-\?-\?/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
25 +
26 # Remove bundler
27 rm Gemfile || die
28 sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die