commit: f0c71b18c8b7b7c8bb59412454742b0e30065984 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Sep 15 05:32:33 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Sep 15 05:32:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c71b18
dev-ruby/GeoRuby: add ruby27 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild new file mode 100644 index 00000000000..8ff0ed90086 --- /dev/null +++ b/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_NAME="georuby" + +inherit ruby-fakegem + +DESCRIPTION="Ruby data holder for OGC Simple Features" +HOMEPAGE="https://github.com/nofxx/georuby" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +all_ruby_prepare() { + # Avoid specs that are also failing in upstream Travis. + rm spec/geo_ruby/shp4r/shp_spec.rb || die +} + +ruby_add_bdepend "test? ( dev-ruby/dbf + dev-ruby/nokogiri )"
