diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-27 10:38:36 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-27 10:38:36 +0000 |
commit | 427914f04487ee69e828683d9f70744ffe2bcfac (patch) | |
tree | fa6353b870d1320a2ee437c990147ce185b746c3 /sci-mathematics/geomview/geomview-1.9.2.ebuild | |
parent | Change dependency from virtual/motif to x11-libs/openmotif, bug 224749. (diff) | |
download | gentoo-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/geomview/geomview-1.9.2.ebuild')
-rw-r--r-- | sci-mathematics/geomview/geomview-1.9.2.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
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 } |