graaff      15/04/04 10:20:19

  Modified:             ChangeLog
  Added:                GeoRuby-2.5.2.ebuild
  Log:
  Version bump. Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.16                 dev-ruby/GeoRuby/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   13 Mar 2015 23:17:22 -0000      1.15
+++ ChangeLog   4 Apr 2015 10:20:19 -0000       1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/GeoRuby
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.15 
2015/03/13 23:17:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.16 
2015/04/04 10:20:19 graaff Exp $
+
+*GeoRuby-2.5.2 (04 Apr 2015)
+
+  04 Apr 2015; Hans de Graaff <gra...@gentoo.org> +GeoRuby-2.5.2.ebuild:
+  Version bump. Add ruby22.
 
   13 Mar 2015; Manuel RĂ¼ger <mr...@gentoo.org> -GeoRuby-2.2.1-r1.ebuild:
   Remove old.



1.1                  dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild?rev=1.1&content-type=text/plain

Index: GeoRuby-2.5.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild,v 1.1 
2015/04/04 10:20:19 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

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 )"




Reply via email to