diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-12-27 07:21:26 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-12-27 07:21:26 +0000 |
commit | aed9df971d9f80d0a715222fc1471ccc5f6e82df (patch) | |
tree | 046fe9eae671fa38ea476e45dc2ee62b1eb562a1 /dev-ruby/GeoRuby | |
parent | Version bump. (diff) | |
download | gentoo-2-aed9df971d9f80d0a715222fc1471ccc5f6e82df.tar.gz gentoo-2-aed9df971d9f80d0a715222fc1471ccc5f6e82df.tar.bz2 gentoo-2-aed9df971d9f80d0a715222fc1471ccc5f6e82df.zip |
Version bump. No longer supports ruby18.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/GeoRuby')
-rw-r--r-- | dev-ruby/GeoRuby/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/GeoRuby/GeoRuby-2.2.1.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-ruby/GeoRuby/ChangeLog b/dev-ruby/GeoRuby/ChangeLog index 5355e5916d84..ec1b8bb75319 100644 --- a/dev-ruby/GeoRuby/ChangeLog +++ b/dev-ruby/GeoRuby/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/GeoRuby -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.4 2011/08/24 20:50:00 maekke Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.5 2013/12/27 07:21:26 graaff Exp $ + +*GeoRuby-2.2.1 (27 Dec 2013) + + 27 Dec 2013; Hans de Graaff <graaff@gentoo.org> +GeoRuby-2.2.1.ebuild: + Version bump. No longer supports ruby18. 24 Aug 2011; Markus Meier <maekke@gentoo.org> GeoRuby-1.3.4.ebuild: x86 stable, bug #379011 diff --git a/dev-ruby/GeoRuby/GeoRuby-2.2.1.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.2.1.ebuild new file mode 100644 index 000000000000..efbabd9ce09a --- /dev/null +++ b/dev-ruby/GeoRuby/GeoRuby-2.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.2.1.ebuild,v 1.1 2013/12/27 07:21:26 graaff Exp $ + +EAPI=5 + +# uses ruby19 hash syntax +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +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="http://github.com/nofxx/georuby" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |