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/timers/
Date: Wed, 16 Jan 2019 07:24:49
Message-Id: 1547623463.5d38912614e9d6fae1664211bae49ba22f70580e.graaff@gentoo
1 commit: 5d38912614e9d6fae1664211bae49ba22f70580e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 15 16:45:36 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 16 07:24:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d389126
7
8 dev-ruby/timers: add ruby26; drop unused hitimes dep
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/timers/timers-4.2.0.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ruby/timers/timers-4.2.0.ebuild b/dev-ruby/timers/timers-4.2.0.ebuild
17 index 25acc7e2296..0af0501f6ee 100644
18 --- a/dev-ruby/timers/timers-4.2.0.ebuild
19 +++ b/dev-ruby/timers/timers-4.2.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -USE_RUBY="ruby23 ruby24 ruby25"
28 +USE_RUBY="ruby23 ruby24 ruby25 ruby26"
29
30 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
31 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
32 @@ -19,8 +19,6 @@ SLOT="4"
33 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 IUSE=""
35
36 -ruby_add_rdepend "dev-ruby/hitimes"
37 -
38 all_ruby_prepare() {
39 rm Gemfile || die
40 sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die