Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/GeoRuby: ChangeLog GeoRuby-2.2.1.ebuild
Date: Fri, 27 Dec 2013 07:21:29
Message-Id: 20131227072126.EE4F62004C@flycatcher.gentoo.org
1 graaff 13/12/27 07:21:26
2
3 Modified: ChangeLog
4 Added: GeoRuby-2.2.1.ebuild
5 Log:
6 Version bump. No longer supports ruby18.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.5 dev-ruby/GeoRuby/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 24 Aug 2011 20:50:00 -0000 1.4
24 +++ ChangeLog 27 Dec 2013 07:21:26 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/GeoRuby
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.4 2011/08/24 20:50:00 maekke Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.5 2013/12/27 07:21:26 graaff Exp $
31 +
32 +*GeoRuby-2.2.1 (27 Dec 2013)
33 +
34 + 27 Dec 2013; Hans de Graaff <graaff@g.o> +GeoRuby-2.2.1.ebuild:
35 + Version bump. No longer supports ruby18.
36
37 24 Aug 2011; Markus Meier <maekke@g.o> GeoRuby-1.3.4.ebuild:
38 x86 stable, bug #379011
39
40
41
42 1.1 dev-ruby/GeoRuby/GeoRuby-2.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: GeoRuby-2.2.1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-2.2.1.ebuild,v 1.1 2013/12/27 07:21:26 graaff Exp $
52
53 EAPI=5
54
55 # uses ruby19 hash syntax
56 USE_RUBY="ruby19 ruby20"
57
58 RUBY_FAKEGEM_RECIPE_TEST="rspec"
59
60 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
61
62 RUBY_FAKEGEM_EXTRADOC="README.md"
63
64 RUBY_FAKEGEM_NAME="georuby"
65
66 inherit ruby-fakegem
67
68 DESCRIPTION="Ruby data holder for OGC Simple Features"
69 HOMEPAGE="http://github.com/nofxx/georuby"
70
71 LICENSE="MIT"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 IUSE=""