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/packetfu/
Date: Sat, 30 May 2020 18:36:47
Message-Id: 1590863775.443305146a81e03e38a8264bd87887b5e9604d8e.graaff@gentoo
1 commit: 443305146a81e03e38a8264bd87887b5e9604d8e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 18:30:07 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 18:36:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44330514
7
8 dev-ruby/packetfu: remove unneeded bundler actions
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=723906
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/packetfu/packetfu-1.1.13.ebuild | 10 +---------
15 1 file changed, 1 insertion(+), 9 deletions(-)
16
17 diff --git a/dev-ruby/packetfu/packetfu-1.1.13.ebuild b/dev-ruby/packetfu/packetfu-1.1.13.ebuild
18 index c065d55b827..45c488ef112 100644
19 --- a/dev-ruby/packetfu/packetfu-1.1.13.ebuild
20 +++ b/dev-ruby/packetfu/packetfu-1.1.13.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 @@ -44,11 +44,3 @@ all_ruby_prepare() {
28 #fi
29 sed -i -e '/[Cc]overalls/d' spec/spec_helper.rb || die
30 }
31 -
32 -each_ruby_prepare() {
33 - if [ -f Gemfile ]
34 - then
35 - BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
36 - BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
37 - fi
38 -}