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/GeoRuby/
Date: Tue, 15 Sep 2020 06:00:52
Message-Id: 1600147953.f0c71b18c8b7b7c8bb59412454742b0e30065984.graaff@gentoo
1 commit: f0c71b18c8b7b7c8bb59412454742b0e30065984
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 05:32:33 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 05:32:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c71b18
7
8 dev-ruby/GeoRuby: add ruby27
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild | 32 ++++++++++++++++++++++++++++++++
14 1 file changed, 32 insertions(+)
15
16 diff --git a/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild
17 new file mode 100644
18 index 00000000000..8ff0ed90086
19 --- /dev/null
20 +++ b/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild
21 @@ -0,0 +1,32 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +USE_RUBY="ruby25 ruby26 ruby27"
28 +
29 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
30 +
31 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
32 +
33 +RUBY_FAKEGEM_EXTRADOC="README.md"
34 +
35 +RUBY_FAKEGEM_NAME="georuby"
36 +
37 +inherit ruby-fakegem
38 +
39 +DESCRIPTION="Ruby data holder for OGC Simple Features"
40 +HOMEPAGE="https://github.com/nofxx/georuby"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +IUSE=""
46 +
47 +all_ruby_prepare() {
48 + # Avoid specs that are also failing in upstream Travis.
49 + rm spec/geo_ruby/shp4r/shp_spec.rb || die
50 +}
51 +
52 +ruby_add_bdepend "test? ( dev-ruby/dbf
53 + dev-ruby/nokogiri )"