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/radius/
Date: Sun, 24 May 2020 08:51:14
Message-Id: 1590310236.c599d933ca9fbdb680d9bbc8cf1877368b0dcf6d.graaff@gentoo
1 commit: c599d933ca9fbdb680d9bbc8cf1877368b0dcf6d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 08:41:04 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 08:50:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c599d933
7
8 dev-ruby/radius: avoid bundler dependency
9
10 Closes: https://bugs.gentoo.org/723890
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/radius/radius-0.7.5.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ruby/radius/radius-0.7.5.ebuild b/dev-ruby/radius/radius-0.7.5.ebuild
18 index 37012dc8126..bd53d86afa9 100644
19 --- a/dev-ruby/radius/radius-0.7.5.ebuild
20 +++ b/dev-ruby/radius/radius-0.7.5.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 @@ -20,4 +20,5 @@ ruby_add_bdepend "test? ( dev-ruby/kramdown )"
28
29 all_ruby_prepare() {
30 sed -i -e "/simplecov/,/end/d" -e "/coveralls/d" test/test_helper.rb || die
31 + sed -i -e '/bundler/ s:^:#:' Rakefile || die
32 }