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/marcel/
Date: Sun, 24 May 2020 04:14:12
Message-Id: 1590293599.52697fe117287ef9e3386a8377cbb9a718782115.graaff@gentoo
1 commit: 52697fe117287ef9e3386a8377cbb9a718782115
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 03:39:22 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 04:13:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52697fe1
7
8 dev-ruby/marcel: avoid bundler dependency
9
10 Closes: https://bugs.gentoo.org/723850
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/marcel/marcel-0.3.3-r1.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
18 index 40fae2ec8e9..27849fa36df 100644
19 --- a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
20 +++ b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -25,6 +25,8 @@ ruby_add_rdepend ">=dev-ruby/mimemagic-0.3.2:0"
28 all_ruby_prepare() {
29 sed -i -e '2irequire "pathname"' test/test_helper.rb || die
30
31 + sed -i -e '/bundler/ s:^:#:' Rakefile || die
32 +
33 # Account for changes in shared-mime-info 1.10
34 mkdir test/fixtures/{magic,name}/font || die
35 mv test/fixtures/magic/application/x-font-ttf.ttf test/fixtures/magic/font/ttf.ttf || die