diff options
author | 2006-01-09 14:15:40 +0000 | |
---|---|---|
committer | 2006-01-09 14:15:40 +0000 | |
commit | 63bb28c50cea4fe4a7fca9906e3a8c3e055a1cb5 (patch) | |
tree | 8f27cb1c744699a2b6f78bb9f507a85b06c322ba /sci-mathematics | |
parent | Hopefully solve collision-protect issues with PEAR. (diff) | |
download | historical-63bb28c50cea4fe4a7fca9906e3a8c3e055a1cb5.tar.gz historical-63bb28c50cea4fe4a7fca9906e3a8c3e055a1cb5.tar.bz2 historical-63bb28c50cea4fe4a7fca9906e3a8c3e055a1cb5.zip |
Fix qmake call
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/qtiplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/qtiplot/Manifest | 16 | ||||
-rw-r--r-- | sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild | 6 |
4 files changed, 15 insertions, 21 deletions
diff --git a/sci-mathematics/qtiplot/ChangeLog b/sci-mathematics/qtiplot/ChangeLog index 0ceed2b136de..5570a68f1cb5 100644 --- a/sci-mathematics/qtiplot/ChangeLog +++ b/sci-mathematics/qtiplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/qtiplot -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/ChangeLog,v 1.5 2005/12/17 15:40:25 cryos Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/ChangeLog,v 1.6 2006/01/09 14:15:40 caleb Exp $ + + 09 Jan 2006; Caleb Tennis <caleb@gentoo.org> qtiplot-0.7.3.ebuild, + qtiplot-0.7.4.ebuild: + Fix qmake call *qtiplot-0.7.4 (17 Dec 2005) diff --git a/sci-mathematics/qtiplot/Manifest b/sci-mathematics/qtiplot/Manifest index c4904ff31cc1..abed8a0d0aa8 100644 --- a/sci-mathematics/qtiplot/Manifest +++ b/sci-mathematics/qtiplot/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 93b3cc41ece43ee81aaeac26e5b77206 ChangeLog 1077 +MD5 e206f56977c95b147126813f65d47edd ChangeLog 1188 MD5 5d9f95f51f7d2f4b6eb8722baf13f709 files/digest-qtiplot-0.7.3 62 MD5 5adcb06c1529439b2546dc3afb1e3609 files/digest-qtiplot-0.7.4 62 MD5 5d8eba869ecfe0dbeb485ba932ed801a files/qtiplot-0.7.3-qmake.patch 5604 MD5 4260dd304cd0920a91f163ff379938c3 files/qtiplot-0.7.4-qmake.patch 5573 MD5 be5373660391ac23dc1d97a654ca9e79 metadata.xml 604 -MD5 8c81cfb77431fafb51538b2491d963d0 qtiplot-0.7.3.ebuild 1067 -MD5 5def2d98e3d95381b372a7f502ddd146 qtiplot-0.7.4.ebuild 986 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDpDGWntT9W3vfTuoRAhCJAJ9608ZPxS787Q2rZUQjSWyNR/DxkgCgrvG3 -Y/pxBJV2NqQ1QenNSHd4RAI= -=Fc/w ------END PGP SIGNATURE----- +MD5 a095de3396efab16df95ee0de4e1eb48 qtiplot-0.7.3.ebuild 1092 +MD5 cfcd3d5fde60261f6b11618ae36deccf qtiplot-0.7.4.ebuild 1011 diff --git a/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild b/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild index a0a1a09abad3..0799a82b02a1 100644 --- a/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild +++ b/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild,v 1.2 2005/12/09 14:44:39 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild,v 1.3 2006/01/09 14:15:40 caleb Exp $ inherit eutils qt3 @@ -31,7 +31,7 @@ src_unpack() { } src_compile() { - ${QTDIR}/bin/qmake ${P}.pro || die 'qmake failed.' + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake ${P}.pro || die 'qmake failed.' emake || die 'emake failed.' } diff --git a/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild b/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild index cc4e64fdb218..267104929ac1 100644 --- a/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild +++ b/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild,v 1.1 2005/12/17 15:40:25 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild,v 1.2 2006/01/09 14:15:40 caleb Exp $ inherit eutils multilib qt3 @@ -28,7 +28,7 @@ src_unpack() { } src_compile() { - ${QTDIR}/bin/qmake ${P}.pro || die 'qmake failed.' + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake ${P}.pro || die 'qmake failed.' emake || die 'emake failed.' } |