summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-10 20:54:35 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-10 20:54:35 +0000
commitd3c8f8593e559de6063c15e37899b30f5db4eceb (patch)
treeab43a9f044360d6a78d6c6318a402cdf8ab3519b /dev-ruby/GeoRuby
parentVersion bump (diff)
downloadgentoo-2-d3c8f8593e559de6063c15e37899b30f5db4eceb.tar.gz
gentoo-2-d3c8f8593e559de6063c15e37899b30f5db4eceb.tar.bz2
gentoo-2-d3c8f8593e559de6063c15e37899b30f5db4eceb.zip
Cleanup old ruby18-only.
(Portage version: 2.2.8-r1/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-1.3.4.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-ruby/GeoRuby/ChangeLog b/dev-ruby/GeoRuby/ChangeLog
index c29106bdd8b7..3af6d46cb849 100644
--- a/dev-ruby/GeoRuby/ChangeLog
+++ b/dev-ruby/GeoRuby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/GeoRuby
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.9 2014/03/10 19:58:10 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/ChangeLog,v 1.10 2014/03/10 20:54:35 mrueg Exp $
+
+ 10 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -GeoRuby-1.3.4.ebuild:
+ Cleanup old ruby18-only.
10 Mar 2014; Johannes Huber <johu@gentoo.org> GeoRuby-2.2.1-r1.ebuild:
x86 stable, bug #499132
diff --git a/dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild b/dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild
deleted file mode 100644
index f75f191bc25b..000000000000
--- a/dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/GeoRuby/GeoRuby-1.3.4.ebuild,v 1.4 2011/08/24 20:50:00 maekke Exp $
-
-EAPI=2
-
-# ruby19 → fails tests; needs porting for new interfaces and floats
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="-f rakefile.rb test"
-
-RUBY_FAKEGEM_TASK_DOC="-f rakefile.rb rdoc"
-
-RUBY_FAKEGEM_DOCDIR="georuby-doc"
-RUBY_FAKEGEM_EXTRADOC="README"
-
-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=""