diff options
author | 2010-08-11 01:04:52 +0000 | |
---|---|---|
committer | 2010-08-11 01:04:52 +0000 | |
commit | 517663c159f104fcd434dd3c27e0231180b1ba61 (patch) | |
tree | efe10ffed63343597c88a3e707cef85c492a61da /dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild | |
parent | Use dobin. Use emake, respect CC, and respect LDFLAGS (bug #331839). (diff) | |
download | gentoo-2-517663c159f104fcd434dd3c27e0231180b1ba61.tar.gz gentoo-2-517663c159f104fcd434dd3c27e0231180b1ba61.tar.bz2 gentoo-2-517663c159f104fcd434dd3c27e0231180b1ba61.zip |
Add GeoRuby as needed by osmlib-base (for testing and part of runtime).
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild')
-rw-r--r-- | dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild b/dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild new file mode 100644 index 000000000000..afd689b4a621 --- /dev/null +++ b/dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild,v 1.1 2010/08/11 01:04:52 flameeyes Exp $ + +EAPI=2 + +# ruby19 → fails tests; needs porting for new interfaces and floats +USE_RUBY="ruby18 ree18 jruby" + +RUBY_FAKEGEM_TASK_TEST="-f rakefile.rb test" + +RUBY_FAKEGEM_TASK_DOC="-f rakefile.rb rdoc" + +RUBY_FAKEGEM_DOCDIR="georuby-doc" +RUBY_FAKEGEM_EXTRADOC="README" + +inherit ruby-fakegem + +DESCRIPTION="Ruby data holder for OGC Simple Features" +HOMEPAGE="http://rubygems.org/gems/GeoRuby" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |