diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-09-25 13:04:54 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-09-25 13:04:54 +0000 |
commit | a09b6897b512371942002ecfbbd3bc2f40271b41 (patch) | |
tree | 3b75208171fab21b6ea554c1347a6c27d1a4e9fc /app-emulation/bochs | |
parent | fixed a dep to be more accurate (diff) | |
download | historical-a09b6897b512371942002ecfbbd3bc2f40271b41.tar.gz historical-a09b6897b512371942002ecfbbd3bc2f40271b41.tar.bz2 historical-a09b6897b512371942002ecfbbd3bc2f40271b41.zip |
~alpha
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/Manifest | 14 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.0.2.ebuild | 4 |
3 files changed, 13 insertions, 10 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 0e8517ac3bc6..58faadbf13a1 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.10 2003/06/29 20:06:54 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.11 2003/09/25 13:04:50 taviso Exp $ + + 25 Sep 2003; Tavis Ormandy <taviso@gentoo.org> bochs-2.0.2.ebuild: + testing on alpha (~alpha) 06 Jun 2003; <msterret@gentoo.org> bochs-2.0.2.ebuild: use sed -i and use_with diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest index 98c7d837dafd..746ce920f4ed 100644 --- a/app-emulation/bochs/Manifest +++ b/app-emulation/bochs/Manifest @@ -1,9 +1,9 @@ -MD5 98e5b3f35a6f0ad02450764b07b344f6 files/digest-bochs-1.4 124 +MD5 44d0eed7e91d9d7e3306a87383b76bba bochs-2.0.ebuild 1492 +MD5 887420e60dbb71b6c6736f5e170e4484 bochs-1.4.ebuild 1519 +MD5 b75637b494d84ff76bf7985da9946d9a bochs-2.0.2.ebuild 1546 +MD5 3fc3de44c4d8ea336e2e8c3e65984593 bochs-1.4.1.ebuild 1589 +MD5 66703e597b129ccdee46e5ce6d5aed0b ChangeLog 1232 MD5 45eecf87d56bd4562cffd0c8cfe666f9 files/digest-bochs-1.4.1 126 -MD5 b16ead839f74b3e086e97173022acc75 files/digest-bochs-2.0 124 MD5 26ca4f540fd4c1765283dbf79a9d4e7e files/digest-bochs-2.0.2 126 -MD5 3fc3de44c4d8ea336e2e8c3e65984593 bochs-1.4.1.ebuild 1589 -MD5 887420e60dbb71b6c6736f5e170e4484 bochs-1.4.ebuild 1519 -MD5 2252907081bd672060dbf8f3eb224968 bochs-2.0.2.ebuild 1537 -MD5 44d0eed7e91d9d7e3306a87383b76bba bochs-2.0.ebuild 1492 -MD5 c5c8c6e933e4b0f8dafd3b680a582fe5 ChangeLog 1132 +MD5 98e5b3f35a6f0ad02450764b07b344f6 files/digest-bochs-1.4 124 +MD5 b16ead839f74b3e086e97173022acc75 files/digest-bochs-2.0 124 diff --git a/app-emulation/bochs/bochs-2.0.2.ebuild b/app-emulation/bochs/bochs-2.0.2.ebuild index 77f228cd415d..ca9f7b685a36 100644 --- a/app-emulation/bochs/bochs-2.0.2.ebuild +++ b/app-emulation/bochs/bochs-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.4 2003/06/29 20:06:54 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.5 2003/09/25 13:04:50 taviso Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. @@ -19,7 +19,7 @@ DEPEND=">=sys-libs/glibc-2.1.3 sdl? media-libs/libsdl gtk? x11-libs/wxGTK " -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~alpha" src_unpack() { unpack ${P}.tar.gz |