diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-03-07 21:15:21 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-03-07 21:15:21 +0000 |
commit | b3dcd6d259e304aff5efaf57d021558353eac1fd (patch) | |
tree | 798770464b1bb01b97746038eb5832c6c422f586 /app-emulation/bochs | |
parent | moving webapp-detect into functions (diff) | |
download | historical-b3dcd6d259e304aff5efaf57d021558353eac1fd.tar.gz historical-b3dcd6d259e304aff5efaf57d021558353eac1fd.tar.bz2 historical-b3dcd6d259e304aff5efaf57d021558353eac1fd.zip |
Minor fix, added missing metadata.xml
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/Manifest | 5 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/bochs/metadata.xml | 8 |
4 files changed, 17 insertions, 4 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 185341614749..ea8734d51ea8 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.21 2004/02/29 03:31:13 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.22 2004/03/07 21:11:57 lu_zero Exp $ + + 07 Mar 2004; Luca Barbato <lu_zero@gentoo.org> bochs-2.1.1.ebuild: + Added a workaround as suggested in bug #43878 *bochs-2.1.1 (29 Feb 2004) diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest index 2ad2c0feba55..df942474688f 100644 --- a/app-emulation/bochs/Manifest +++ b/app-emulation/bochs/Manifest @@ -1,8 +1,9 @@ -MD5 eab5880081528b4bd71692bf87d6a9cb bochs-2.1.1.ebuild 1959 +MD5 2b9e78be88a9bb53607d400cc38ef662 bochs-2.1.1.ebuild 1987 MD5 5cc02c44d8a2c983e24c382ce59d31c3 bochs-2.1.ebuild 2140 -MD5 250bf33c6fd7e3accc28c799e70dbcd6 ChangeLog 2199 +MD5 acce2a94a1171e2476402c55c019ec8c ChangeLog 2317 MD5 f5a68e22ea598d3b4a4e4d35d6725178 bochs-1.4.ebuild 1521 MD5 795d33bffaff8800c87c73690992c655 bochs-2.0.2.ebuild 2090 +MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223 MD5 7439ec219e01ed8ba6914afce9ae7e9d bochs-1.4.1.ebuild 1591 MD5 309e595e519f63be5bc49f3825cc78f6 bochs-2.0.ebuild 1496 MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124 diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild index 73da16080413..4cf9240b04ae 100644 --- a/app-emulation/bochs/bochs-2.1.1.ebuild +++ b/app-emulation/bochs/bochs-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.1 2004/02/29 03:31:13 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.2 2004/03/07 21:11:57 lu_zero Exp $ inherit eutils @@ -47,6 +47,7 @@ src_compile() { --enable-cpu-level=6 \ --enable-repeat-speedups --enable-guest2host-tlb \ --enable-plugins --enable-debugger \ + --enable-ignore-bad-msr \ --enable-ne2000 --enable-sb16=linux --enable-slowdown --prefix=/usr \ --infodir=/usr/share/info --mandir=/usr/share/man --host=${CHOST} \ --with-x11 $myconf || \ diff --git a/app-emulation/bochs/metadata.xml b/app-emulation/bochs/metadata.xml new file mode 100644 index 000000000000..7ea327a416ea --- /dev/null +++ b/app-emulation/bochs/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>lu_zero@gentoo.org</email> +</maintainer> +</pkgmetadata> |