Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/GeoRuby/
Date: Sun, 06 Mar 2016 18:32:32
Message-Id: 1457289050.a7a108952e74ff74effa560c935c6e589c88ea47.mrueg@gentoo
1 commit: a7a108952e74ff74effa560c935c6e589c88ea47
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:30:50 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:30:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a10895
7
8 dev-ruby/GeoRuby: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild
16 deleted file mode 100644
17 index 7c1ec7e..0000000
18 --- a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -# uses ruby19 hash syntax
28 -USE_RUBY="ruby19 ruby20 ruby21"
29 -
30 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
31 -
32 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
33 -
34 -RUBY_FAKEGEM_EXTRADOC="README.md"
35 -
36 -RUBY_FAKEGEM_NAME="georuby"
37 -
38 -inherit ruby-fakegem
39 -
40 -DESCRIPTION="Ruby data holder for OGC Simple Features"
41 -HOMEPAGE="https://github.com/nofxx/georuby"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -ruby_add_rdepend "dev-ruby/dbf
49 - dev-ruby/nokogiri"