summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gempak/ChangeLog8
-rw-r--r--sci-geosciences/gempak/gempak-5.7.2_p2.ebuild16
-rw-r--r--sci-geosciences/gempak/gempak-5.7.4.ebuild12
3 files changed, 22 insertions, 14 deletions
diff --git a/sci-geosciences/gempak/ChangeLog b/sci-geosciences/gempak/ChangeLog
index 2c28c323bd51..ab86b5919150 100644
--- a/sci-geosciences/gempak/ChangeLog
+++ b/sci-geosciences/gempak/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-geosciences/gempak
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v 1.7 2007/04/28 15:54:24 tove Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v 1.8 2008/05/04 18:19:07 ulm Exp $
+
+ 04 May 2008; Ulrich Mueller <ulm@gentoo.org> gempak-5.7.2_p2.ebuild,
+ gempak-5.7.4.ebuild:
+ Fix Motif dependencies, bug 117057.
28 Apr 2007; Torsten Veller <tove@gentoo.org> gempak-5.7.2_p2.ebuild,
gempak-5.7.4.ebuild:
diff --git a/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild b/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild
index dcdda989113f..a1dfa2d801ef 100644
--- a/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild
+++ b/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v 1.5 2007/06/26 02:41:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v 1.6 2008/05/04 18:19:07 ulm Exp $
inherit eutils
@@ -12,15 +12,17 @@ MY_P="${PN}_upc${MY_PV}"
DESCRIPTION="GEMPAK Meteorological Plotting and Analysis Package"
HOMEPAGE="http://www.unidata.ucar.edu/packages/gempak"
SRC_URI="${MY_P}.tar.gz"
+
LICENSE="as-is"
-DEPEND=""
-RDEPEND="${DEPEND}
- virtual/motif
- !x11-libs/lesstif"
SLOT="0"
-IUSE=""
KEYWORDS="x86 ~ppc"
+IUSE=""
RESTRICT="fetch"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ x11-libs/openmotif"
+
# More inconsistencies, this sometimes changes on bumps.
S="${WORKDIR}/GEMPAK${MY_PV}"
diff --git a/sci-geosciences/gempak/gempak-5.7.4.ebuild b/sci-geosciences/gempak/gempak-5.7.4.ebuild
index ad6e5771b7e7..a4177e1bd910 100644
--- a/sci-geosciences/gempak/gempak-5.7.4.ebuild
+++ b/sci-geosciences/gempak/gempak-5.7.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild,v 1.5 2007/06/26 02:41:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild,v 1.6 2008/05/04 18:19:07 ulm Exp $
inherit eutils
@@ -12,13 +12,15 @@ MY_P="${PN}_upc${MY_PV}"
DESCRIPTION="GEMPAK Meteorological Plotting and Analysis Package"
HOMEPAGE="http://www.unidata.ucar.edu/packages/gempak"
SRC_URI="${MY_P}.tar.gz"
+
LICENSE="as-is"
-DEPEND="virtual/motif
- !x11-libs/lesstif"
SLOT="0"
-IUSE=""
KEYWORDS="~x86 ~ppc"
+IUSE=""
RESTRICT="fetch"
+
+DEPEND="x11-libs/openmotif"
+
# More inconsistencies, this sometimes changes on bumps.
S="${WORKDIR}/GEMPAK${MY_PV}"