diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:03:34 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:03:34 +0000 |
commit | 28c7cf2bf8a5edd13528f0491b87fef07410ddb6 (patch) | |
tree | 8ac6d57dddf09319eb3217bb413bd3152b923806 /dev-util | |
parent | Fix qmake dir per bug #97535 (diff) | |
download | gentoo-2-28c7cf2bf8a5edd13528f0491b87fef07410ddb6.tar.gz gentoo-2-28c7cf2bf8a5edd13528f0491b87fef07410ddb6.tar.bz2 gentoo-2-28c7cf2bf8a5edd13528f0491b87fef07410ddb6.zip |
Fix qmake dir per bug #97535
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lincvs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/lincvs/lincvs-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/lincvs/lincvs-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/qsoapman/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/qsoapman/qsoapman-0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-util/qtunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/qtunit/qtunit-0.9.8.ebuild | 6 |
7 files changed, 23 insertions, 13 deletions
diff --git a/dev-util/lincvs/ChangeLog b/dev-util/lincvs/ChangeLog index 468eee729e6b..df6fd78219c0 100644 --- a/dev-util/lincvs/ChangeLog +++ b/dev-util/lincvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/lincvs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/ChangeLog,v 1.38 2005/06/13 20:18:34 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/ChangeLog,v 1.39 2005/07/01 15:00:23 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> lincvs-1.4.0.ebuild, + lincvs-1.4.1.ebuild: + Fix qmake dir per bug #97535 *lincvs-1.4.2 (13 Jun 2005) diff --git a/dev-util/lincvs/lincvs-1.4.0.ebuild b/dev-util/lincvs/lincvs-1.4.0.ebuild index 9817c556615c..94a4ff9e9d75 100644 --- a/dev-util/lincvs/lincvs-1.4.0.ebuild +++ b/dev-util/lincvs/lincvs-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.0.ebuild,v 1.3 2005/05/11 06:17:44 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.0.ebuild,v 1.4 2005/07/01 15:00:23 caleb Exp $ inherit kde-functions @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} need-qt 3 src_compile() { - qmake -o Makefile lincvs.pro + ${QTDIR}/bin/qmake -o Makefile lincvs.pro sed -i -e "s/^\tstrip/#\tstrip/" \ -e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" \ -e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" Makefile \ diff --git a/dev-util/lincvs/lincvs-1.4.1.ebuild b/dev-util/lincvs/lincvs-1.4.1.ebuild index 97ddc81de7cd..d520816977bc 100644 --- a/dev-util/lincvs/lincvs-1.4.1.ebuild +++ b/dev-util/lincvs/lincvs-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.1.ebuild,v 1.1 2005/05/22 00:11:17 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.1.ebuild,v 1.2 2005/07/01 15:00:23 caleb Exp $ inherit kde-functions @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} need-qt 3 src_compile() { - qmake -o Makefile lincvs.pro + ${QTDIR}/bin/qmake -o Makefile lincvs.pro sed -i -e "s/^\tstrip/#\tstrip/" \ -e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" \ -e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" Makefile \ diff --git a/dev-util/qsoapman/ChangeLog b/dev-util/qsoapman/ChangeLog index c99bc2dc2694..2b93aab32f01 100644 --- a/dev-util/qsoapman/ChangeLog +++ b/dev-util/qsoapman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/qsoapman # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.5 2005/04/24 13:06:10 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.6 2005/07/01 14:59:41 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> qsoapman-0.3.ebuild: + Fix qmake dir per bug #97535 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> qsoapman-0.3.ebuild: Stable on ppc. diff --git a/dev-util/qsoapman/qsoapman-0.3.ebuild b/dev-util/qsoapman/qsoapman-0.3.ebuild index 55b4f198a43c..57df4394a290 100644 --- a/dev-util/qsoapman/qsoapman-0.3.ebuild +++ b/dev-util/qsoapman/qsoapman-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild,v 1.5 2005/04/24 13:06:10 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild,v 1.6 2005/07/01 14:59:41 caleb Exp $ IUSE="" @@ -18,7 +18,7 @@ DEPEND=">=x11-libs/qt-3.1" RDEPEND="${DEPEND}" src_compile() { - qmake -o Makefile qsoapman.pro + ${QTDIR}/bin/qmake -o Makefile qsoapman.pro sed -i -e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" src/Makefile sed -i -e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" src/Makefile diff --git a/dev-util/qtunit/ChangeLog b/dev-util/qtunit/ChangeLog index fef49a5f18ca..3b59c3322448 100644 --- a/dev-util/qtunit/ChangeLog +++ b/dev-util/qtunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/qtunit -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/ChangeLog,v 1.15 2004/12/07 15:10:49 gustavoz Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/ChangeLog,v 1.16 2005/07/01 15:01:00 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> qtunit-0.9.8.ebuild: + Fix qmake dir per bug #97535 07 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> qtunit-0.9.8.ebuild: Stable on sparc diff --git a/dev-util/qtunit/qtunit-0.9.8.ebuild b/dev-util/qtunit/qtunit-0.9.8.ebuild index bded81f255d0..ec3bd62708c9 100644 --- a/dev-util/qtunit/qtunit-0.9.8.ebuild +++ b/dev-util/qtunit/qtunit-0.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.8.ebuild,v 1.6 2004/12/07 15:10:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.8.ebuild,v 1.7 2005/07/01 15:01:00 caleb Exp $ DESCRIPTION="Unit testing framework for c++" SRC_URI="http://www.uwyn.com/download/qtunit/${P}.tar.bz2" @@ -27,7 +27,7 @@ src_compile() { export HOME="$T/fakehome" addwrite "${QTDIR}/etc/settings" - qmake qtunit.pro || die + ${QTDIR}/bin/qmake qtunit.pro || die make || die # emake doesn't work } |