summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-07 10:11:57 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-07 10:11:57 +0000
commitb8d6eae07b2aa3f7862c9a120820006b64f917fb (patch)
treec60a78eb79e32f461547275d4b4a48e19840142b /sci-libs/geos
parentVersion bump with fix for large ids. Apply fix from jer for bug 348788 by usi... (diff)
downloadgentoo-2-b8d6eae07b2aa3f7862c9a120820006b64f917fb.tar.gz
gentoo-2-b8d6eae07b2aa3f7862c9a120820006b64f917fb.tar.bz2
gentoo-2-b8d6eae07b2aa3f7862c9a120820006b64f917fb.zip
Change virtual/ruby to a specific implementation.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/geos')
-rw-r--r--sci-libs/geos/ChangeLog8
-rw-r--r--sci-libs/geos/geos-3.1.1.ebuild6
-rw-r--r--sci-libs/geos/geos-3.2.0-r1.ebuild6
-rw-r--r--sci-libs/geos/geos-3.2.0.ebuild6
-rw-r--r--sci-libs/geos/geos-3.2.2.ebuild6
5 files changed, 18 insertions, 14 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog
index 4d410da43631..8d5ec36d3c1b 100644
--- a/sci-libs/geos/ChangeLog
+++ b/sci-libs/geos/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/geos
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.48 2010/09/29 20:58:23 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.49 2011/01/07 10:11:57 graaff Exp $
+
+ 07 Jan 2011; Hans de Graaff <graaff@gentoo.org> geos-3.1.1.ebuild,
+ geos-3.2.0.ebuild, geos-3.2.0-r1.ebuild, geos-3.2.2.ebuild:
+ Change virtual/ruby to a specific implementation, bug 265054.
*geos-3.2.2 (29 Sep 2010)
diff --git a/sci-libs/geos/geos-3.1.1.ebuild b/sci-libs/geos/geos-3.1.1.ebuild
index f514f9916b57..594f8ffa4e43 100644
--- a/sci-libs/geos/geos-3.1.1.ebuild
+++ b/sci-libs/geos/geos-3.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v 1.9 2010/06/26 11:50:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v 1.10 2011/01/07 10:11:57 graaff Exp $
EAPI=2
inherit eutils
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
IUSE="doc python ruby"
-RDEPEND="ruby? ( virtual/ruby )
+RDEPEND="ruby? ( =dev-lang/ruby-1.8* )
python? ( virtual/python )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
diff --git a/sci-libs/geos/geos-3.2.0-r1.ebuild b/sci-libs/geos/geos-3.2.0-r1.ebuild
index 9330669b841b..c3ac4087ed64 100644
--- a/sci-libs/geos/geos-3.2.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.2.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.0-r1.ebuild,v 1.5 2010/09/03 18:03:12 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.0-r1.ebuild,v 1.6 2011/01/07 10:11:57 graaff Exp $
EAPI=3
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
IUSE="doc python ruby"
-RDEPEND="ruby? ( virtual/ruby )"
+RDEPEND="ruby? ( =dev-lang/ruby-1.8* )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
ruby? ( dev-lang/swig )
diff --git a/sci-libs/geos/geos-3.2.0.ebuild b/sci-libs/geos/geos-3.2.0.ebuild
index 29d0fa5d984a..dc59f7b1a5e0 100644
--- a/sci-libs/geos/geos-3.2.0.ebuild
+++ b/sci-libs/geos/geos-3.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.0.ebuild,v 1.3 2010/06/26 11:50:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.0.ebuild,v 1.4 2011/01/07 10:11:57 graaff Exp $
EAPI=2
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
IUSE="doc python ruby"
-RDEPEND="ruby? ( virtual/ruby )
+RDEPEND="ruby? ( =dev-lang/ruby-1.8* )
python? ( virtual/python )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
diff --git a/sci-libs/geos/geos-3.2.2.ebuild b/sci-libs/geos/geos-3.2.2.ebuild
index 9c475bbba425..d05782b022b5 100644
--- a/sci-libs/geos/geos-3.2.2.ebuild
+++ b/sci-libs/geos/geos-3.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v 1.1 2010/09/29 20:58:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v 1.2 2011/01/07 10:11:57 graaff Exp $
EAPI=3
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
IUSE="doc python ruby"
-RDEPEND="ruby? ( virtual/ruby )"
+RDEPEND="ruby? ( dev-lang/ruby:1.8 )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
ruby? ( dev-lang/swig )