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/ruby-progressbar/
Date: Thu, 02 Mar 2017 07:02:57
Message-Id: 1488435347.c058f4ad4aa5ac6e6cb1d20debd0c098268f8b57.graaff@gentoo
1 commit: c058f4ad4aa5ac6e6cb1d20debd0c098268f8b57
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 06:15:47 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 06:15:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c058f4ad
7
8 dev-ruby/ruby-progressbar: drop ruby20
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild | 16 ++--------------
13 1 file changed, 2 insertions(+), 14 deletions(-)
14
15 diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
16 index e3af4e89c22..dc9bee8d5d7 100644
17 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
18 +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25
26 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
27 +USE_RUBY="ruby21 ruby22 ruby23"
28
29 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
30 RUBY_FAKEGEM_TASK_DOC=""
31 @@ -27,15 +27,3 @@ all_ruby_prepare() {
32 sed -i -e '/warning_filter/ s:^:#:' \
33 spec/spec_helper.rb || die
34 }
35 -
36 -each_ruby_test() {
37 - case ${RUBY} in
38 - *ruby20)
39 - # Skip specs since rspectacular doesn't work with ruby 2.0:
40 - # https://github.com/thekompanee/rspectacular/issues/4
41 - ;;
42 - *)
43 - RSPEC_VERSION=3 ruby-ng_rspec spec || die
44 - ;;
45 - esac
46 -}