diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-07-04 08:05:40 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-07-04 08:05:40 +0000 |
commit | be48554be86661850911625a6cd9cf46a09427ad (patch) | |
tree | f39c978013361520d4541226929f65e31c2b659f /x11-misc | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-be48554be86661850911625a6cd9cf46a09427ad.tar.gz gentoo-2-be48554be86661850911625a6cd9cf46a09427ad.tar.bz2 gentoo-2-be48554be86661850911625a6cd9cf46a09427ad.zip |
Fixing the last fix (qmake, not emake is in ${QTDIR}/bin)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/icesndcfg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icesndcfg/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.3.ebuild | 6 |
4 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog index eb8038c93987..914b81dbcca3 100644 --- a/x11-misc/icesndcfg/ChangeLog +++ b/x11-misc/icesndcfg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icesndcfg # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.16 2005/07/04 08:05:40 phosphan Exp $ + + 04 Jul 2005; Patrick Kursawe <phosphan@gentoo.org> icesndcfg-1.3.ebuild: + Fixing the last fix (emake isn't in QTDIR) 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icesndcfg-1.3.ebuild: Fix qmake dir per bug #97535 diff --git a/x11-misc/icesndcfg/Manifest b/x11-misc/icesndcfg/Manifest index a07ab34d8ffd..614040b553bb 100644 --- a/x11-misc/icesndcfg/Manifest +++ b/x11-misc/icesndcfg/Manifest @@ -1,5 +1,5 @@ MD5 67a58e4726aa28c2822abb1dd05c510c icesndcfg-1.1.ebuild 620 -MD5 bcfeff805e5cebaa0dac400da78ab547 icesndcfg-1.3.ebuild 850 +MD5 51b21f8f04a56b5fc923ffee50cfcd98 icesndcfg-1.3.ebuild 850 MD5 4eeb0470d706ee14e564f7f641b8d5a6 ChangeLog 1829 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 32a90c4b4c8add7fc091909eb59aedb0 files/digest-icesndcfg-1.1 66 diff --git a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild index b35a16ec3b2c..73d76aefc748 100644 --- a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild +++ b/x11-misc/icesndcfg/icesndcfg-1.1.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.1.ebuild,v 1.9 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.10 2005/07/04 08:05:40 phosphan Exp $ IUSE="" diff --git a/x11-misc/icesndcfg/icesndcfg-1.3.ebuild b/x11-misc/icesndcfg/icesndcfg-1.3.ebuild index 67bcb42f8f05..6865ad6b8aa8 100644 --- a/x11-misc/icesndcfg/icesndcfg-1.3.ebuild +++ b/x11-misc/icesndcfg/icesndcfg-1.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/x11-misc/icesndcfg/icesndcfg-1.3.ebuild,v 1.6 2005/07/01 15:18:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild,v 1.7 2005/07/04 08:05:40 phosphan Exp $ IUSE="" @@ -24,8 +24,8 @@ src_unpack() { src_compile () { addwrite ${QTDIR}/etc/settings - qmake ${PN}.pro - ${QTDIR}/bin/emake || die + ${QTDIR}/bin/qmake ${PN}.pro + emake || die } src_install () { |