summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gpsd/ChangeLog5
-rw-r--r--sci-geosciences/gpsd/gpsd-2.32.ebuild6
-rw-r--r--sci-geosciences/grass/ChangeLog6
-rw-r--r--sci-geosciences/grass/grass-6.3.0.ebuild6
-rw-r--r--sci-geosciences/grass/grass-6.4.0.ebuild4
5 files changed, 19 insertions, 8 deletions
diff --git a/sci-geosciences/gpsd/ChangeLog b/sci-geosciences/gpsd/ChangeLog
index f36d74607a90..94b978cdb915 100644
--- a/sci-geosciences/gpsd/ChangeLog
+++ b/sci-geosciences/gpsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/gpsd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.52 2010/10/03 16:17:01 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.53 2010/10/10 21:42:33 ulm Exp $
+
+ 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> gpsd-2.32.ebuild:
+ Fix openmotif dependency.
03 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+files/2.95-disable-strip.patch, gpsd-2.95.ebuild,
diff --git a/sci-geosciences/gpsd/gpsd-2.32.ebuild b/sci-geosciences/gpsd/gpsd-2.32.ebuild
index 7c2bebdbc369..d72c1dccf45b 100644
--- a/sci-geosciences/gpsd/gpsd-2.32.ebuild
+++ b/sci-geosciences/gpsd/gpsd-2.32.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.32.ebuild,v 1.10 2010/05/30 20:48:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.32.ebuild,v 1.11 2010/10/10 21:42:33 ulm Exp $
+
+EAPI=1
inherit eutils libtool distutils
@@ -24,7 +26,7 @@ RDEPEND="X? (
x11-libs/libICE
x11-libs/libXpm
x11-libs/libXaw
- x11-libs/openmotif
+ >=x11-libs/openmotif-2.3:0
)
usb? ( sys-apps/hotplug )
dbus? ( >=sys-apps/dbus-0.6 )
diff --git a/sci-geosciences/grass/ChangeLog b/sci-geosciences/grass/ChangeLog
index 3edb44c5ff3c..6750e79cc2ab 100644
--- a/sci-geosciences/grass/ChangeLog
+++ b/sci-geosciences/grass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-geosciences/grass
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.90 2010/09/05 04:41:48 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.91 2010/10/10 21:45:31 ulm Exp $
+
+ 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> grass-6.3.0.ebuild,
+ grass-6.4.0.ebuild:
+ Fix openmotif dependency.
05 Sep 2010; Ryan Hill <dirtyepic@gentoo.org> grass-6.3.0.ebuild:
s/wxwindows/wxwidgets
diff --git a/sci-geosciences/grass/grass-6.3.0.ebuild b/sci-geosciences/grass/grass-6.3.0.ebuild
index fe57648031eb..e1c6b784a4fd 100644
--- a/sci-geosciences/grass/grass-6.3.0.ebuild
+++ b/sci-geosciences/grass/grass-6.3.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.16 2010/09/05 04:41:48 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.17 2010/10/10 21:45:31 ulm Exp $
+
+EAPI=1
inherit eutils distutils fdo-mime versionator wxwidgets
@@ -37,7 +39,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4
mysql? ( dev-db/mysql )
odbc? ( >=dev-db/unixODBC-2.0.6 )
opengl? ( virtual/opengl )
- motif? ( x11-libs/openmotif )
+ motif? ( >=x11-libs/openmotif-2.3:0 )
png? ( >=media-libs/libpng-1.2.2 )
postgres? ( || (
>=dev-db/postgresql-base-8.0
diff --git a/sci-geosciences/grass/grass-6.4.0.ebuild b/sci-geosciences/grass/grass-6.4.0.ebuild
index db69ed10d16f..763273e76264 100644
--- a/sci-geosciences/grass/grass-6.4.0.ebuild
+++ b/sci-geosciences/grass/grass-6.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.0.ebuild,v 1.1 2010/09/04 02:29:11 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.0.ebuild,v 1.2 2010/10/10 21:45:31 ulm Exp $
EAPI="3"
@@ -66,7 +66,7 @@ RDEPEND="
x11-libs/libXpm
x11-libs/libXt
motif? (
- x11-libs/openmotif
+ >=x11-libs/openmotif-2.3:0
opengl? ( media-libs/mesa[motif] )
)
opengl? (