summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-13 23:17:22 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-13 23:17:22 +0000
commita8b056634a44866d015726ff8a163e6d4527268b (patch)
tree6e208abc4e6797a3713a8833093f7a3c4ae6de27 /dev-ruby/GeoRuby
parentRemove old. (diff)
downloadgentoo-2-a8b056634a44866d015726ff8a163e6d4527268b.tar.gz
gentoo-2-a8b056634a44866d015726ff8a163e6d4527268b.tar.bz2
gentoo-2-a8b056634a44866d015726ff8a163e6d4527268b.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/GeoRuby')
-rw-r--r--dev-ruby/GeoRuby/ChangeLog5
-rw-r--r--dev-ruby/GeoRuby/GeoRuby-2.2.1-r1.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-ruby/GeoRuby/ChangeLog b/dev-ruby/GeoRuby/ChangeLog
index 0073259b89a1..ad5c7a9f4a24 100644
--- a/dev-ruby/GeoRuby/ChangeLog
+++ b/dev-ruby/GeoRuby/ChangeLog
@@ -1,6 +1,9 @@
# 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.14 2015/03/13 08:12:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.15 2015/03/13 23:17:22 mrueg Exp $
+
+ 13 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -GeoRuby-2.2.1-r1.ebuild:
+ Remove old.
13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> GeoRuby-2.2.1-r2.ebuild:
Stable for x86, wrt bug #542994
diff --git a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r1.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r1.ebuild
deleted file mode 100644
index c353c210e75c..000000000000
--- a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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-r1.ebuild,v 1.4 2014/03/10 19:58:10 johu Exp $
-
-EAPI=5
-
-# uses ruby19 hash syntax
-USE_RUBY="ruby19"
-
-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"