diff options
author | Chris White <chriswhite@gentoo.org> | 2006-03-29 08:02:55 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-03-29 08:02:55 +0000 |
commit | 205b0e8d436d0bcc9477c57fd202c9e91b9c1ce5 (patch) | |
tree | 7f3f3f248bb0857145edf83bee2015fbd384cf95 /app-emulation/kqemu | |
parent | x88 stable for qemu-user-0.8.0 bug #123972. (diff) | |
download | historical-205b0e8d436d0bcc9477c57fd202c9e91b9c1ce5.tar.gz historical-205b0e8d436d0bcc9477c57fd202c9e91b9c1ce5.tar.bz2 historical-205b0e8d436d0bcc9477c57fd202c9e91b9c1ce5.zip |
x86 stable for kqemu-0.7.2 bug #123972.
([stable chroot] Portage version: 2.0.54)
Diffstat (limited to 'app-emulation/kqemu')
-rw-r--r-- | app-emulation/kqemu/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/kqemu/Manifest | 14 | ||||
-rw-r--r-- | app-emulation/kqemu/kqemu-0.7.2.ebuild | 6 |
3 files changed, 20 insertions, 7 deletions
diff --git a/app-emulation/kqemu/ChangeLog b/app-emulation/kqemu/ChangeLog index fe1404d0dd64..66664a2d3150 100644 --- a/app-emulation/kqemu/ChangeLog +++ b/app-emulation/kqemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/kqemu -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.3 2005/12/30 20:22:43 lu_zero Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.4 2006/03/29 08:02:54 chriswhite Exp $ + + 29 Mar 2006; Chris White <chriswhite@gentoo.org> kqemu-0.7.2.ebuild: + x86 stable for kqemu-0.7.2 bug #123972. 30 Dec 2005; Luca Barbato <lu_zero@gentoo.org> kqemu-0.7.2.ebuild: Fix keywords diff --git a/app-emulation/kqemu/Manifest b/app-emulation/kqemu/Manifest index e24bfeaa2a1f..06dc64646897 100644 --- a/app-emulation/kqemu/Manifest +++ b/app-emulation/kqemu/Manifest @@ -1,4 +1,14 @@ -MD5 53f7645b6bb9b1e93a2c600e861cd4af ChangeLog 558 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 9fffb30ae4de9f693ffaf47d40d7a2c3 ChangeLog 675 MD5 22d8bd748c6ab7d096d531da636bf5da files/digest-kqemu-0.7.2 125 -MD5 d0c6e3a842a7d26aefd8c7a62ed668e6 kqemu-0.7.2.ebuild 2552 +MD5 a3bbd803fb3b182c28cf3091ee026b2b kqemu-0.7.2.ebuild 2554 MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.2 (GNU/Linux) + +iD8DBQFEKj9qFdQwWVoAgN4RAhwdAKDc+yCiTBiIxUmGlQP8rssR5zp/bQCfZK8u +0+gafIkDWPTVQa296eXLsPQ= +=fXYA +-----END PGP SIGNATURE----- diff --git a/app-emulation/kqemu/kqemu-0.7.2.ebuild b/app-emulation/kqemu/kqemu-0.7.2.ebuild index 4b7c8ce24666..4bae4154676f 100644 --- a/app-emulation/kqemu/kqemu-0.7.2.ebuild +++ b/app-emulation/kqemu/kqemu-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-0.7.2.ebuild,v 1.3 2005/12/30 20:22:43 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-0.7.2.ebuild,v 1.4 2006/03/29 08:02:55 chriswhite Exp $ inherit eutils flag-o-matic linux-mod toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemu/qemu-${PV}.tar.gz LICENSE="GPL-2 LGPL-2.1 KQEMU" SLOT="0" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" RESTRICT="nostrip" IUSE="sdl" |