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 | c0f23597df9351eb8c83f6be620f99cc892a599f (patch) | |
tree | bc25b3176c245627764d3035798cc8e3ce0eab5d /x11-misc/icesndcfg | |
parent | Added maintainer-needed metadata (diff) | |
download | historical-c0f23597df9351eb8c83f6be620f99cc892a599f.tar.gz historical-c0f23597df9351eb8c83f6be620f99cc892a599f.tar.bz2 historical-c0f23597df9351eb8c83f6be620f99cc892a599f.zip |
Fixing the last fix (qmake, not emake is in ${QTDIR}/bin)
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/icesndcfg')
-rw-r--r-- | x11-misc/icesndcfg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icesndcfg/Manifest | 6 | ||||
-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, 12 insertions, 9 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..90f6d15ff1c1 100644 --- a/x11-misc/icesndcfg/Manifest +++ b/x11-misc/icesndcfg/Manifest @@ -1,6 +1,6 @@ -MD5 67a58e4726aa28c2822abb1dd05c510c icesndcfg-1.1.ebuild 620 -MD5 bcfeff805e5cebaa0dac400da78ab547 icesndcfg-1.3.ebuild 850 -MD5 4eeb0470d706ee14e564f7f641b8d5a6 ChangeLog 1829 +MD5 769286102c5a219df4a25f135f10cc3d icesndcfg-1.1.ebuild 621 +MD5 6de1c94e02abc5dc5204c2076d057210 icesndcfg-1.3.ebuild 853 +MD5 649b90f65959d327697116f48390a97d ChangeLog 1953 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 32a90c4b4c8add7fc091909eb59aedb0 files/digest-icesndcfg-1.1 66 MD5 4331794b294cb0cd3703240790445b0d files/digest-icesndcfg-1.3 65 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 () { |