summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-06-27 10:38:36 +0000
committerUlrich Müller <ulm@gentoo.org>2008-06-27 10:38:36 +0000
commit427914f04487ee69e828683d9f70744ffe2bcfac (patch)
treefa6353b870d1320a2ee437c990147ce185b746c3 /sci-mathematics
parentChange dependency from virtual/motif to x11-libs/openmotif, bug 224749. (diff)
downloadgentoo-2-427914f04487ee69e828683d9f70744ffe2bcfac.tar.gz
gentoo-2-427914f04487ee69e828683d9f70744ffe2bcfac.tar.bz2
gentoo-2-427914f04487ee69e828683d9f70744ffe2bcfac.zip
Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/geomview/ChangeLog11
-rw-r--r--sci-mathematics/geomview/geomview-1.9.2.ebuild24
-rw-r--r--sci-mathematics/geomview/geomview-1.9.4.ebuild6
3 files changed, 23 insertions, 18 deletions
diff --git a/sci-mathematics/geomview/ChangeLog b/sci-mathematics/geomview/ChangeLog
index 78c0de204564..bc207723accc 100644
--- a/sci-mathematics/geomview/ChangeLog
+++ b/sci-mathematics/geomview/ChangeLog
@@ -1,9 +1,14 @@
# ChangeLog for sci-mathematics/geomview
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.9 2007/12/18 16:43:20 markusle Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.10 2008/06/27 10:38:36 ulm Exp $
+
+ 27 Jun 2008; Ulrich Mueller <ulm@gentoo.org> geomview-1.9.2.ebuild,
+ geomview-1.9.4.ebuild:
+ Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
18 Dec 2007; Markus Dittrich <markusle@gentoo.org>
- +files/50geomview-gentoo.el, geomview-1.9.2.ebuild, geomview-1.9.4.ebuild, -geomview-1.8.1-r3.ebuild, -geomview-1.8.2_rc9.ebuild,
+ +files/50geomview-gentoo.el, geomview-1.9.2.ebuild, geomview-1.9.4.ebuild,
+ -geomview-1.8.1-r3.ebuild, -geomview-1.8.2_rc9.ebuild,
-files/geomview-1.8.1-configure.diff, files/geomview-1.8.1-stdiostream.diff:
Updated emacs support and removed old versions (fixes bug #194543).
diff --git a/sci-mathematics/geomview/geomview-1.9.2.ebuild b/sci-mathematics/geomview/geomview-1.9.2.ebuild
index 5f9c101f2dc8..f937c3744770 100644
--- a/sci-mathematics/geomview/geomview-1.9.2.ebuild
+++ b/sci-mathematics/geomview/geomview-1.9.2.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-mathematics/geomview/geomview-1.9.2.ebuild,v 1.5 2007/12/18 16:43:20 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.2.ebuild,v 1.6 2008/06/27 10:38:36 ulm Exp $
inherit eutils flag-o-matic fdo-mime
@@ -14,7 +14,7 @@ SLOT="0"
IUSE="avg bzip2 debug emacs netpbm pdf zlib"
DEPEND="zlib? ( sys-libs/zlib )
- virtual/motif
+ x11-libs/openmotif
virtual/opengl"
RDEPEND="${DEPEND}
@@ -37,14 +37,14 @@ src_compile() {
# GNU standard is /usr/share/doc/${PN}, so override this; also note
# that motion averaging is still experimental.
if use pdf; then
- local myconf="--docdir=/usr/share/doc/${PF}"
+ local myconf="--docdir=/usr/share/doc/${PF}"
else
- local myconf="--docdir=/usr/share/doc/${PF} --without-pdfviewer"
+ local myconf="--docdir=/usr/share/doc/${PF} --without-pdfviewer"
fi
econf ${myconf} $(use_enable debug d1debug) $(use_with zlib) \
- $(use_enable avg motion-averaging) \
- || die "could not configure"
+ $(use_enable avg motion-averaging) \
+ || die "could not configure"
make || die "make failed"
}
@@ -54,18 +54,18 @@ src_install() {
doicon "${FILESDIR}"/geomview.png
make_desktop_entry geomview "GeomView ${PV}" \
- "/usr/share/pixmaps/geomview.png" \
- "Science;Math;Education"
+ "/usr/share/pixmaps/geomview.png" \
+ "Science;Math;Education"
dodoc AUTHORS ChangeLog NEWS INSTALL.Geomview
if ! use pdf; then
- rm "${D}"usr/share/doc/${PF}/${PN}.pdf
+ rm "${D}"usr/share/doc/${PF}/${PN}.pdf
fi
if use emacs; then
- insinto /usr/share/geomview
- doins "${FILESDIR}"/gvcl-mode.el || die
+ insinto /usr/share/geomview
+ doins "${FILESDIR}"/gvcl-mode.el || die
fi
}
diff --git a/sci-mathematics/geomview/geomview-1.9.4.ebuild b/sci-mathematics/geomview/geomview-1.9.4.ebuild
index 371a18bfc0c5..0b37af6df63e 100644
--- a/sci-mathematics/geomview/geomview-1.9.4.ebuild
+++ b/sci-mathematics/geomview/geomview-1.9.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-mathematics/geomview/geomview-1.9.4.ebuild,v 1.2 2007/12/18 16:43:20 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.4.ebuild,v 1.3 2008/06/27 10:38:36 ulm Exp $
inherit elisp-common eutils flag-o-matic fdo-mime
@@ -15,7 +15,7 @@ IUSE="avg bzip2 debug emacs netpbm pdf zlib"
DEPEND="zlib? ( sys-libs/zlib )
emacs? ( virtual/emacs )
- virtual/motif
+ x11-libs/openmotif
virtual/opengl"
RDEPEND="${DEPEND}