diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2010-06-30 21:46:32 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2010-06-30 21:46:32 +0000 |
commit | b9de7fbc93a9e890570e7eb411b2de6afbda3aa5 (patch) | |
tree | 85d6f78e0afd6ff2ef9effad957f68a2cbd14708 /app-emulation | |
parent | rename unrar-gpl binary from unrar to unrar-gpl to avoid confusion. (diff) | |
download | gentoo-2-b9de7fbc93a9e890570e7eb411b2de6afbda3aa5.tar.gz gentoo-2-b9de7fbc93a9e890570e7eb411b2de6afbda3aa5.tar.bz2 gentoo-2-b9de7fbc93a9e890570e7eb411b2de6afbda3aa5.zip |
Fix quoting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-kvm/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.11.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.12.3-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.12.3.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.12.4.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-9999.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/qemu/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.3.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.4.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.5.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.6.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.11.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.11.1.ebuild | 4 |
15 files changed, 46 insertions, 35 deletions
diff --git a/app-emulation/qemu-kvm/ChangeLog b/app-emulation/qemu-kvm/ChangeLog index 7368cdf00116..08f29a8607cc 100644 --- a/app-emulation/qemu-kvm/ChangeLog +++ b/app-emulation/qemu-kvm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/qemu-kvm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.30 2010/06/15 18:41:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.31 2010/06/30 21:46:32 truedfx Exp $ + + 30 Jun 2010; Harald van Dijk <truedfx@gentoo.org> qemu-kvm-0.11.1.ebuild, + qemu-kvm-0.11.1-r1.ebuild, qemu-kvm-0.12.3.ebuild, + qemu-kvm-0.12.3-r1.ebuild, qemu-kvm-0.12.4.ebuild, + qemu-kvm-0.12.4-r1.ebuild, qemu-kvm-9999.ebuild: + Fix quoting *qemu-kvm-0.12.4-r1 (15 Jun 2010) diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.11.1-r1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.11.1-r1.ebuild index dcbe6ce2b34a..b007b8533a6a 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.11.1-r1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.11.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.11.1-r1.ebuild,v 1.2 2010/02/12 17:52:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.11.1-r1.ebuild,v 1.3 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -144,8 +144,8 @@ src_configure() { ${conf_opts} \ --audio-drv-list="$audio_opts" \ --target-list="${softmmu_targets} ${user_targets}" \ - --cc=$(tc-getCC) \ - --host-cc=$(tc-getCC) \ + --cc="$(tc-getCC)" \ + --host-cc="$(tc-getCC)" \ || die "configure failed" } diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild index a9ff739320f3..6a34eafd33b4 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild,v 1.3 2010/02/12 17:52:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild,v 1.4 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -144,8 +144,8 @@ src_configure() { ${conf_opts} \ --audio-drv-list="$audio_opts" \ --target-list="${softmmu_targets} ${user_targets}" \ - --cc=$(tc-getCC) \ - --host-cc=$(tc-getCC) \ + --cc="$(tc-getCC)" \ + --host-cc="$(tc-getCC)" \ || die "configure failed" } diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.12.3-r1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.12.3-r1.ebuild index 046c79f85273..609b7bcb1745 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.12.3-r1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.12.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.3-r1.ebuild,v 1.1 2010/04/03 13:51:55 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.3-r1.ebuild,v 1.2 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -180,8 +180,8 @@ src_configure() { ${conf_opts} \ --audio-drv-list="${audio_opts}" \ --target-list="${softmmu_targets} ${user_targets}" \ - --cc=$(tc-getCC) \ - --host-cc=$(tc-getBUILD_CC) \ + --cc="$(tc-getCC)" \ + --host-cc="$(tc-getBUILD_CC)" \ || die "configure failed" # this is for qemu upstream's threaded support which is diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.12.3.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.12.3.ebuild index 497a4f99abc4..d490857eaeb2 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.12.3.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.3.ebuild,v 1.4 2010/03/19 17:23:17 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.3.ebuild,v 1.5 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -177,8 +177,8 @@ src_configure() { ${conf_opts} \ --audio-drv-list="${audio_opts}" \ --target-list="${softmmu_targets} ${user_targets}" \ - --cc=$(tc-getCC) \ - --host-cc=$(tc-getBUILD_CC) \ + --cc="$(tc-getCC)" \ + --host-cc="$(tc-getBUILD_CC)" \ || die "configure failed" # this is for qemu upstream's threaded support which is diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild index 7a61f2a38f97..bba23d8b94fd 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild,v 1.1 2010/06/15 18:41:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.4-r1.ebuild,v 1.2 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -180,8 +180,8 @@ src_configure() { ${conf_opts} \ --audio-drv-list="${audio_opts}" \ --target-list="${softmmu_targets} ${user_targets}" \ - --cc=$(tc-getCC) \ - --host-cc=$(tc-getBUILD_CC) \ + --cc="$(tc-getCC)" \ + --host-cc="$(tc-getBUILD_CC)" \ || die "configure failed" # this is for qemu upstream's threaded support which is diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.12.4.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.12.4.ebuild index 0e5f0d83c86c..e96cd3f51e68 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.12.4.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.4.ebuild,v 1.1 2010/05/18 17:57:32 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.4.ebuild,v 1.2 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -179,8 +179,8 @@ src_configure() { ${conf_opts} \ --audio-drv-list="${audio_opts}" \ --target-list="${softmmu_targets} ${user_targets}" \ - --cc=$(tc-getCC) \ - --host-cc=$(tc-getBUILD_CC) \ + --cc="$(tc-getCC)" \ + --host-cc="$(tc-getBUILD_CC)" \ || die "configure failed" # this is for qemu upstream's threaded support which is diff --git a/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild b/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild index b100f84b0dfa..0126e0c28f00 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild,v 1.7 2010/06/12 05:20:47 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild,v 1.8 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -185,8 +185,8 @@ src_configure() { ${conf_opts} \ --audio-drv-list="${audio_opts}" \ --target-list="${softmmu_targets} ${user_targets}" \ - --cc=$(tc-getCC) \ - --host-cc=$(tc-getBUILD_CC) \ + --cc="$(tc-getCC)" \ + --host-cc="$(tc-getBUILD_CC)" \ || die "configure failed" # this is for qemu upstream's threaded support which is diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 7140aacc79a9..dfd72d9dbb2f 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.77 2010/01/05 23:58:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.78 2010/06/30 21:46:32 truedfx Exp $ + + 30 Jun 2010; Harald van Dijk <truedfx@gentoo.org> qemu-0.10.3.ebuild, + qemu-0.10.4.ebuild, qemu-0.10.5.ebuild, qemu-0.10.6.ebuild, + qemu-0.11.0.ebuild, qemu-0.11.1.ebuild: + Fix quoting 05 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> qemu-0.10.3.ebuild, qemu-0.10.4.ebuild, qemu-0.10.5.ebuild, qemu-0.10.6.ebuild, diff --git a/app-emulation/qemu/qemu-0.10.3.ebuild b/app-emulation/qemu/qemu-0.10.3.ebuild index ec0e92a9d9b1..e26b78fc9314 100644 --- a/app-emulation/qemu/qemu-0.10.3.ebuild +++ b/app-emulation/qemu/qemu-0.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild,v 1.4 2010/01/05 23:58:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild,v 1.5 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -119,7 +119,7 @@ src_configure() { ./configure ${conf_opts} \ --audio-drv-list="$audio_opts" \ --kerneldir="${KV_DIR}" \ - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \ + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \ --target-list="${target_list}" \ || die "configure failed" } diff --git a/app-emulation/qemu/qemu-0.10.4.ebuild b/app-emulation/qemu/qemu-0.10.4.ebuild index 6e3ed1087af2..4034586c6ee8 100644 --- a/app-emulation/qemu/qemu-0.10.4.ebuild +++ b/app-emulation/qemu/qemu-0.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v 1.4 2010/01/05 23:58:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v 1.5 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -119,7 +119,7 @@ src_configure() { ./configure ${conf_opts} \ --audio-drv-list="$audio_opts" \ --kerneldir="${KV_DIR}" \ - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \ + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \ --target-list="${target_list}" \ || die "configure failed" } diff --git a/app-emulation/qemu/qemu-0.10.5.ebuild b/app-emulation/qemu/qemu-0.10.5.ebuild index 37cea6600a4c..8ae08c1406f9 100644 --- a/app-emulation/qemu/qemu-0.10.5.ebuild +++ b/app-emulation/qemu/qemu-0.10.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild,v 1.2 2010/01/05 23:58:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild,v 1.3 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -121,7 +121,7 @@ src_configure() { ./configure ${conf_opts} \ --audio-drv-list="$audio_opts" \ --kerneldir="${KV_DIR}" \ - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \ + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \ --target-list="${target_list}" \ || die "configure failed" } diff --git a/app-emulation/qemu/qemu-0.10.6.ebuild b/app-emulation/qemu/qemu-0.10.6.ebuild index 691f83bfd1fe..1f05be8e2ab8 100644 --- a/app-emulation/qemu/qemu-0.10.6.ebuild +++ b/app-emulation/qemu/qemu-0.10.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild,v 1.2 2010/01/05 23:58:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild,v 1.3 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -120,7 +120,7 @@ src_configure() { ./configure ${conf_opts} \ --audio-drv-list="$audio_opts" \ - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \ + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \ --target-list="${target_list}" \ || die "configure failed" } diff --git a/app-emulation/qemu/qemu-0.11.0.ebuild b/app-emulation/qemu/qemu-0.11.0.ebuild index 368faf89fb6d..593f90093eff 100644 --- a/app-emulation/qemu/qemu-0.11.0.ebuild +++ b/app-emulation/qemu/qemu-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild,v 1.6 2010/01/05 23:58:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild,v 1.7 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -121,7 +121,7 @@ src_configure() { ./configure ${conf_opts} \ --audio-drv-list="$audio_opts" \ - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \ + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \ --target-list="${target_list}" \ || die "configure failed" } diff --git a/app-emulation/qemu/qemu-0.11.1.ebuild b/app-emulation/qemu/qemu-0.11.1.ebuild index 9468bd3b824b..18f444f215a3 100644 --- a/app-emulation/qemu/qemu-0.11.1.ebuild +++ b/app-emulation/qemu/qemu-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild,v 1.2 2010/01/05 23:58:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild,v 1.3 2010/06/30 21:46:32 truedfx Exp $ EAPI="2" @@ -121,7 +121,7 @@ src_configure() { ./configure ${conf_opts} \ --audio-drv-list="$audio_opts" \ - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \ + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \ --target-list="${target_list}" \ || die "configure failed" } |