diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-06 14:49:00 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-06 14:49:00 +0000 |
commit | 7de3afe06483b94cb42853b5d9637081ded76373 (patch) | |
tree | 536b52962ed6e9b95f8d4ea182dcd1440ad1b6ed /app-emulation | |
parent | Keywording ~mips, tested on swarm (diff) | |
download | historical-7de3afe06483b94cb42853b5d9637081ded76373.tar.gz historical-7de3afe06483b94cb42853b5d9637081ded76373.tar.bz2 historical-7de3afe06483b94cb42853b5d9637081ded76373.zip |
stable on amd64; bug 159522
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/kqemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.8.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/qemu-user/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.8.2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/files/digest-qemu-0.8.0 | 1 | ||||
-rw-r--r-- | app-emulation/qemu/files/digest-qemu-0.8.0.20060329 | 1 | ||||
-rw-r--r-- | app-emulation/qemu/files/digest-qemu-0.8.1 | 1 | ||||
-rw-r--r-- | app-emulation/qemu/files/digest-qemu-0.8.2 | 1 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.8.2.ebuild | 4 |
12 files changed, 25 insertions, 16 deletions
diff --git a/app-emulation/kqemu/ChangeLog b/app-emulation/kqemu/ChangeLog index a936821dcc54..7965db6c6eca 100644 --- a/app-emulation/kqemu/ChangeLog +++ b/app-emulation/kqemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/kqemu # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.14 2007/01/02 20:24:45 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.15 2007/02/06 14:48:46 blubb Exp $ + + 06 Feb 2007; Simon Stelling <blubb@gentoo.org> kqemu-1.3.0_pre9.ebuild: + stable on amd64; bug 159522 02 Jan 2007; Christian Faulhammer <opfer@gentoo.org> kqemu-1.3.0_pre9.ebuild: diff --git a/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild b/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild index ecbdde11c8a0..864e8cbb27a1 100644 --- a/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild +++ b/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild,v 1.2 2007/01/02 20:24:45 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild,v 1.3 2007/02/06 14:48:46 blubb Exp $ inherit eutils flag-o-matic linux-mod toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemu/${MY_P}.tar.gz" LICENSE="KQEMU" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" RESTRICT="nostrip" IUSE="" diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index 53a3b22cc317..d304fa2503d8 100644 --- a/app-emulation/qemu-softmmu/ChangeLog +++ b/app-emulation/qemu-softmmu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu-softmmu # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.31 2007/01/02 20:25:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.32 2007/02/06 14:48:34 blubb Exp $ + + 06 Feb 2007; Simon Stelling <blubb@gentoo.org> + qemu-softmmu-0.8.2-r1.ebuild: + stable on amd64; bug 159522 02 Jan 2007; Christian Faulhammer <opfer@gentoo.org> qemu-softmmu-0.8.2-r1.ebuild: diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.8.2-r1.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.8.2-r1.ebuild index f3b749635970..981336a7b28c 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.8.2-r1.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.8.2-r1.ebuild,v 1.6 2007/01/02 20:25:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.8.2-r1.ebuild,v 1.7 2007/02/06 14:48:34 blubb Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}${P/-softmmu/}.tar.gz" LICENSE="GPL-2 LGPL-2.1 KQEMU" SLOT="0" -KEYWORDS="-alpha ~amd64 ppc -sparc x86" +KEYWORDS="-alpha amd64 ppc -sparc x86" IUSE="sdl kqemu alsa" #qvm86 debug nptl qemu-fast nptlonly" RESTRICT="nostrip test" diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog index 2143c658e999..7f38a45f71fc 100644 --- a/app-emulation/qemu-user/ChangeLog +++ b/app-emulation/qemu-user/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-user # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.22 2007/01/02 20:29:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.23 2007/02/06 14:48:39 blubb Exp $ + + 06 Feb 2007; Simon Stelling <blubb@gentoo.org> qemu-user-0.8.2.ebuild: + stable on amd64; bug 159522 02 Jan 2007; Christian Faulhammer <opfer@gentoo.org> qemu-user-0.8.2.ebuild: diff --git a/app-emulation/qemu-user/qemu-user-0.8.2.ebuild b/app-emulation/qemu-user/qemu-user-0.8.2.ebuild index 455ecc8affb8..c2d56beae295 100644 --- a/app-emulation/qemu-user/qemu-user-0.8.2.ebuild +++ b/app-emulation/qemu-user/qemu-user-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.8.2.ebuild,v 1.4 2007/01/02 20:29:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.8.2.ebuild,v 1.5 2007/02/06 14:48:39 blubb Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemu/${P/-user/}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="-alpha ~amd64 ppc -sparc x86" +KEYWORDS="-alpha amd64 ppc -sparc x86" IUSE="" #qvm86 debug nptl qemu-fast nptlonly" RESTRICT="nostrip test" diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 19e60387e794..53efc0e5eb74 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.50 2007/01/02 20:37:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.51 2007/02/06 14:49:00 blubb Exp $ + + 06 Feb 2007; Simon Stelling <blubb@gentoo.org> qemu-0.8.2.ebuild: + stable on amd64; bug 159522 02 Jan 2007; Christian Faulhammer <opfer@gentoo.org> qemu-0.8.2.ebuild: stable x86, bug #159522 diff --git a/app-emulation/qemu/files/digest-qemu-0.8.0 b/app-emulation/qemu/files/digest-qemu-0.8.0 index 8b137891791f..e69de29bb2d1 100644 --- a/app-emulation/qemu/files/digest-qemu-0.8.0 +++ b/app-emulation/qemu/files/digest-qemu-0.8.0 @@ -1 +0,0 @@ - diff --git a/app-emulation/qemu/files/digest-qemu-0.8.0.20060329 b/app-emulation/qemu/files/digest-qemu-0.8.0.20060329 index 8b137891791f..e69de29bb2d1 100644 --- a/app-emulation/qemu/files/digest-qemu-0.8.0.20060329 +++ b/app-emulation/qemu/files/digest-qemu-0.8.0.20060329 @@ -1 +0,0 @@ - diff --git a/app-emulation/qemu/files/digest-qemu-0.8.1 b/app-emulation/qemu/files/digest-qemu-0.8.1 index 8b137891791f..e69de29bb2d1 100644 --- a/app-emulation/qemu/files/digest-qemu-0.8.1 +++ b/app-emulation/qemu/files/digest-qemu-0.8.1 @@ -1 +0,0 @@ - diff --git a/app-emulation/qemu/files/digest-qemu-0.8.2 b/app-emulation/qemu/files/digest-qemu-0.8.2 index 8b137891791f..e69de29bb2d1 100644 --- a/app-emulation/qemu/files/digest-qemu-0.8.2 +++ b/app-emulation/qemu/files/digest-qemu-0.8.2 @@ -1 +0,0 @@ - diff --git a/app-emulation/qemu/qemu-0.8.2.ebuild b/app-emulation/qemu/qemu-0.8.2.ebuild index 3064b7e88c60..d347f6b9dcee 100644 --- a/app-emulation/qemu/qemu-0.8.2.ebuild +++ b/app-emulation/qemu/qemu-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.8.2.ebuild,v 1.3 2007/01/02 20:37:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.8.2.ebuild,v 1.4 2007/02/06 14:49:00 blubb Exp $ DESCRIPTION="qemu emulator and abi wrapper meta ebuild" HOMEPAGE="http://fabrice.bellard.free.fr/qemu/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="~app-emulation/qemu-softmmu-${PV} |