Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/GeoRuby: GeoRuby-2.2.1-r3.ebuild ChangeLog
Date: Fri, 01 Aug 2014 17:52:42
Message-Id: 20140801175235.E91592004F@flycatcher.gentoo.org
1 mrueg 14/08/01 17:52:33
2
3 Modified: ChangeLog
4 Added: GeoRuby-2.2.1-r3.ebuild
5 Log:
6 Add support for ruby21.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.11 dev-ruby/GeoRuby/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 10 Mar 2014 20:54:35 -0000 1.10
24 +++ ChangeLog 1 Aug 2014 17:52:33 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/GeoRuby
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.10 2014/03/10 20:54:35 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.11 2014/08/01 17:52:33 mrueg Exp $
30 +
31 +*GeoRuby-2.2.1-r3 (01 Aug 2014)
32 +
33 + 01 Aug 2014; Manuel Rüger <mrueg@g.o> +GeoRuby-2.2.1-r3.ebuild:
34 + Add support for ruby21.
35
36 10 Mar 2014; Manuel Rüger <mrueg@g.o> -GeoRuby-1.3.4.ebuild:
37 Cleanup old ruby18-only.
38
39
40
41 1.1 dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild?rev=1.1&view=markup
44 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
45
46 Index: GeoRuby-2.2.1-r3.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=5
53
54 # uses ruby19 hash syntax
55 USE_RUBY="ruby19 ruby20 ruby21"
56
57 RUBY_FAKEGEM_RECIPE_TEST="rspec"
58
59 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
60
61 RUBY_FAKEGEM_EXTRADOC="README.md"
62
63 RUBY_FAKEGEM_NAME="georuby"
64
65 inherit ruby-fakegem
66
67 DESCRIPTION="Ruby data holder for OGC Simple Features"
68 HOMEPAGE="http://github.com/nofxx/georuby"
69
70 LICENSE="MIT"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75 ruby_add_rdepend "dev-ruby/dbf
76 dev-ruby/nokogiri"