mrueg 14/08/01 17:52:33 Modified: ChangeLog Added: GeoRuby-2.2.1-r3.ebuild Log: Add support for ruby21. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.11 dev-ruby/GeoRuby/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 10 Mar 2014 20:54:35 -0000 1.10 +++ ChangeLog 1 Aug 2014 17:52:33 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/GeoRuby # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.10 2014/03/10 20:54:35 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.11 2014/08/01 17:52:33 mrueg Exp $ + +*GeoRuby-2.2.1-r3 (01 Aug 2014) + + 01 Aug 2014; Manuel Rüger <[email protected]> +GeoRuby-2.2.1-r3.ebuild: + Add support for ruby21. 10 Mar 2014; Manuel Rüger <[email protected]> -GeoRuby-1.3.4.ebuild: Cleanup old ruby18-only. 1.1 dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild?rev=1.1&content-type=text/plain Index: GeoRuby-2.2.1-r3.ebuild =================================================================== # Copyright 1999-2014 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-r3.ebuild,v 1.1 2014/08/01 17:52:33 mrueg Exp $ EAPI=5 # uses ruby19 hash syntax USE_RUBY="ruby19 ruby20 ruby21" 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="" ruby_add_rdepend "dev-ruby/dbf dev-ruby/nokogiri"
