Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/RubyInline/
Date: Sun, 06 Mar 2016 18:33:55
Message-Id: 1457289220.daa159b51a03f6f65d1287e6c7bbc915a5909306.mrueg@gentoo
1 commit: daa159b51a03f6f65d1287e6c7bbc915a5909306
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:33:40 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:33:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa159b5
7
8 dev-ruby/RubyInline: Remove ruby19
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/RubyInline/RubyInline-3.12.3.ebuild | 4 ++--
13 dev-ruby/RubyInline/RubyInline-3.12.4.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild
17 index 1faa922..2edf86f 100644
18 --- a/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild
19 +++ b/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -USE_RUBY="ruby19 ruby20"
29 +USE_RUBY="ruby20"
30
31 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
32 RUBY_FAKEGEM_DOCDIR="doc"
33
34 diff --git a/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild
35 index fefe01b..d044720 100644
36 --- a/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild
37 +++ b/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild
38 @@ -1,11 +1,11 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 +# Copyright 1999-2016 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 EAPI=5
45
46 # ruby22 -> Code uses obsolete Config module.
47 -USE_RUBY="ruby19 ruby20 ruby21"
48 +USE_RUBY="ruby20 ruby21"
49
50 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
51 RUBY_FAKEGEM_DOCDIR="doc"