blob: afd689b4a62167638e346403a89ab78f05c14f66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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=""
|