diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-12-04 11:58:39 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-12-04 11:58:39 +0000 |
commit | 641dc60ed8fde936d53cb09ca092ae1343e45892 (patch) | |
tree | f9efba4a3969cc18ae0398e23f1e755c10cdb25f /sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild | |
parent | Version bump (diff) | |
download | historical-641dc60ed8fde936d53cb09ca092ae1343e45892.tar.gz historical-641dc60ed8fde936d53cb09ca092ae1343e45892.tar.bz2 historical-641dc60ed8fde936d53cb09ca092ae1343e45892.zip |
Modernized with newer wxwigets eclass, fixed missing running dependencies
Package-Manager: portage-2.1.4_rc4
Diffstat (limited to 'sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild')
-rw-r--r-- | sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild index 5401c53edddb..95bd8341b8a8 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild,v 1.2 2007/09/29 00:16:14 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild,v 1.3 2007/12/04 11:58:39 bicatali Exp $ +WX_GTK_VER="2.6" inherit eutils autotools wxwidgets fdo-mime MYP=wxMaxima-${PV} @@ -16,17 +17,20 @@ KEYWORDS="~amd64 ~x86" IUSE="unicode" DEPEND=">=dev-libs/libxml2-2.5.0 =x11-libs/wxGTK-2.6*" -RDEPEND=">=sci-mathematics/maxima-5.13.0" +RDEPEND="${DEPEND} + >=sci-mathematics/maxima-5.13.0" -S=${WORKDIR}/${MYP} +S="${WORKDIR}/${MYP}" -src_compile () { - export WX_GTK_VER="2.6" +pkg_setup() { if use unicode; then need-wxwidgets unicode else - need-wxwidgets gtk2 + need-wxwidgets ansi fi +} + +src_compile () { # consistent package names sed -i \ @@ -54,7 +58,7 @@ src_install () { make_desktop_entry wxmaxima "wxMaxima ${PV}" wxmaxima \ "Science;Math;Education" - dosym ${PORTDIR}/licenses/${LICENSE} /usr/share/${PN}/COPYING + dosym "${PORTDIR}"/licenses/${LICENSE} /usr/share/${PN}/COPYING dodir /usr/share/doc/${PF} dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README dodoc AUTHORS |