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/GeoRuby/
Date: Sun, 06 Mar 2016 18:32:34
Message-Id: 1457289097.0a943f1f112c9249cb30b7b22e4a1e9ea35b3545.mrueg@gentoo
1 commit: 0a943f1f112c9249cb30b7b22e4a1e9ea35b3545
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:31:37 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:31:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a943f1f
7
8 dev-ruby/GeoRuby: Remove ruby19
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild | 4 ++--
13 dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild
17 index 811992a..4ac9f8f 100644
18 --- a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild
19 +++ b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild
20 @@ -1,11 +1,11 @@
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 # uses ruby19 hash syntax
29 -USE_RUBY="ruby19 ruby20"
30 +USE_RUBY="ruby20"
31
32 RUBY_FAKEGEM_RECIPE_TEST="rspec"
33
34
35 diff --git a/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild
36 index 17a3146..c09ecd0 100644
37 --- a/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild
38 +++ b/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild
39 @@ -1,10 +1,10 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2016 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 EAPI=5
46
47 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
48 +USE_RUBY="ruby20 ruby21 ruby22"
49
50 RUBY_FAKEGEM_RECIPE_TEST="rspec3"