diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:19:50 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:19:50 +0000 |
commit | ddad129784b4b81297bcea8017e67fa13b983ccb (patch) | |
tree | 3b60cb64cd811dd299f5c551adba28a577a22613 | |
parent | Stable on ppc64 (bug #97544) (diff) | |
download | gentoo-2-ddad129784b4b81297bcea8017e67fa13b983ccb.tar.gz gentoo-2-ddad129784b4b81297bcea8017e67fa13b983ccb.tar.bz2 gentoo-2-ddad129784b4b81297bcea8017e67fa13b983ccb.zip |
Fix qmake dir per bug #97535
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | x11-misc/icebgset/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-1.3.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/iceked/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/iceked/iceked-1.5.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/icemc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icemc/icemc-2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/icesndcfg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.3.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/icets/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icets/icets-1.4.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icewoed/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.8.ebuild | 6 |
12 files changed, 46 insertions, 28 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog index 545285be6401..412f4c6db40c 100644 --- a/x11-misc/icebgset/ChangeLog +++ b/x11-misc/icebgset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icebgset -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.16 2004/11/02 13:12:31 phosphan Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.17 2005/07/01 15:16:49 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icebgset-1.3.ebuild: + Fix qmake dir per bug #97535 02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -icebgset-1.0.ebuild, -icebgset-1.1.ebuild, icebgset-1.3.ebuild: diff --git a/x11-misc/icebgset/icebgset-1.3.ebuild b/x11-misc/icebgset/icebgset-1.3.ebuild index 849a6815d016..425cc680981e 100644 --- a/x11-misc/icebgset/icebgset-1.3.ebuild +++ b/x11-misc/icebgset/icebgset-1.3.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/x11-misc/icebgset/icebgset-1.3.ebuild,v 1.3 2004/11/02 13:12:31 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.3.ebuild,v 1.4 2005/07/01 15:16:49 caleb Exp $ DESCRIPTION="IceWM background editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -20,7 +20,7 @@ src_unpack() { } src_compile() { - qmake || die + ${QTDIR}/bin/qmake || die } src_install() { diff --git a/x11-misc/iceked/ChangeLog b/x11-misc/iceked/ChangeLog index 29c69c723f2d..bdf9c06ef6b5 100644 --- a/x11-misc/iceked/ChangeLog +++ b/x11-misc/iceked/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/iceked -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.12 2004/11/02 13:16:35 phosphan Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.13 2005/07/01 15:18:41 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> iceked-1.5.ebuild: + Fix qmake dir per bug #97535 02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -iceked-1.3.ebuild, iceked-1.5.ebuild: diff --git a/x11-misc/iceked/iceked-1.5.ebuild b/x11-misc/iceked/iceked-1.5.ebuild index d22f251a2c62..bc7c9523f22e 100644 --- a/x11-misc/iceked/iceked-1.5.ebuild +++ b/x11-misc/iceked/iceked-1.5.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/x11-misc/iceked/iceked-1.5.ebuild,v 1.3 2004/11/02 13:16:35 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/iceked-1.5.ebuild,v 1.4 2005/07/01 15:18:41 caleb Exp $ DESCRIPTION="IceWM keys editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -21,7 +21,7 @@ src_unpack() { src_compile () { addwrite ${QTDIR}/etc/settings - qmake ${PN}.pro + ${QTDIR}/bin/qmake ${PN}.pro emake || die } diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog index d3f0dcdac452..56d33e707a22 100644 --- a/x11-misc/icemc/ChangeLog +++ b/x11-misc/icemc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icemc -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.20 2004/11/02 14:40:32 phosphan Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.21 2005/07/01 15:15:11 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icemc-2.1-r1.ebuild: + Fix qmake dir per bug #97535 02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -icemc-1.8.ebuild, -icemc-1.9.ebuild, icemc-2.1-r1.ebuild: diff --git a/x11-misc/icemc/icemc-2.1-r1.ebuild b/x11-misc/icemc/icemc-2.1-r1.ebuild index 745859cf9422..25ac374eaa8d 100644 --- a/x11-misc/icemc/icemc-2.1-r1.ebuild +++ b/x11-misc/icemc/icemc-2.1-r1.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/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.2 2004/11/02 14:40:32 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.3 2005/07/01 15:15:11 caleb Exp $ DESCRIPTION="IceWM menu/toolbar editor" HOMEPAGE="http://icecc.sourceforge.net/" @@ -20,7 +20,7 @@ src_unpack() { src_compile() { addwrite ${QTDIR}/etc/settings - qmake ${PN}.pro + ${QTDIR}/bin/qmake ${PN}.pro emake || die "emake failed" } diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog index 9489e641fcbc..eb8038c93987 100644 --- a/x11-misc/icesndcfg/ChangeLog +++ b/x11-misc/icesndcfg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icesndcfg -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.14 2004/11/02 21:54:25 gustavoz Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.15 2005/07/01 15:18:03 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icesndcfg-1.3.ebuild: + Fix qmake dir per bug #97535 02 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> icesndcfg-1.3.ebuild: Stable on sparc diff --git a/x11-misc/icesndcfg/icesndcfg-1.3.ebuild b/x11-misc/icesndcfg/icesndcfg-1.3.ebuild index 854028dff1c0..67bcb42f8f05 100644 --- a/x11-misc/icesndcfg/icesndcfg-1.3.ebuild +++ b/x11-misc/icesndcfg/icesndcfg-1.3.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/x11-misc/icesndcfg/icesndcfg-1.3.ebuild,v 1.5 2004/11/02 21:54:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild,v 1.6 2005/07/01 15:18:03 caleb Exp $ IUSE="" @@ -25,7 +25,7 @@ src_unpack() { src_compile () { addwrite ${QTDIR}/etc/settings qmake ${PN}.pro - emake || die + ${QTDIR}/bin/emake || die } src_install () { diff --git a/x11-misc/icets/ChangeLog b/x11-misc/icets/ChangeLog index 21f13d9b2189..4cd03d0605b5 100644 --- a/x11-misc/icets/ChangeLog +++ b/x11-misc/icets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icets # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.18 2005/01/13 09:40:43 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.19 2005/07/01 15:15:49 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icets-1.4.ebuild: + Fix qmake dir per bug #97535 13 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> icets-1.4.ebuild: Correcting install dir for the binary (was /usr/local/bin by accident) diff --git a/x11-misc/icets/icets-1.4.ebuild b/x11-misc/icets/icets-1.4.ebuild index 22e535a34838..4ec510c2d46e 100644 --- a/x11-misc/icets/icets-1.4.ebuild +++ b/x11-misc/icets/icets-1.4.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/x11-misc/icets/icets-1.4.ebuild,v 1.4 2005/01/13 09:40:44 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.4.ebuild,v 1.5 2005/07/01 15:15:49 caleb Exp $ DESCRIPTION="IceWM Theme Editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -24,7 +24,7 @@ src_unpack() { } src_compile () { - qmake || die + ${QTDIR}/bin/qmake || die emake || die } diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog index 761137867d5b..24fd9d385e48 100644 --- a/x11-misc/icewoed/ChangeLog +++ b/x11-misc/icewoed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icewoed -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.15 2004/11/02 14:36:45 phosphan Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.16 2005/07/01 15:19:50 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icewoed-1.8.ebuild: + Fix qmake dir per bug #97535 02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -icewoed-1.5.ebuild, -icewoed-1.6.ebuild, icewoed-1.8.ebuild: diff --git a/x11-misc/icewoed/icewoed-1.8.ebuild b/x11-misc/icewoed/icewoed-1.8.ebuild index 8feaaf15a1f4..db6125b05421 100644 --- a/x11-misc/icewoed/icewoed-1.8.ebuild +++ b/x11-misc/icewoed/icewoed-1.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/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.3 2004/11/02 14:36:45 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.4 2005/07/01 15:19:50 caleb Exp $ DESCRIPTION="IceWM winoptions editor." SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -21,7 +21,7 @@ src_unpack () { } src_compile () { - qmake || die + ${QTDIR}/bin/qmake || die } src_install () { |