diff options
author | 2003-06-29 20:06:54 +0000 | |
---|---|---|
committer | 2003-06-29 20:06:54 +0000 | |
commit | 2adea7aab70854894b57d546957cc82d3be26b57 (patch) | |
tree | 0a823bde86aee7e6353f05b48778da45f00712dd /app-emulation/bochs | |
parent | Initial Import of Geo-IP perl module (diff) | |
download | gentoo-2-2adea7aab70854894b57d546957cc82d3be26b57.tar.gz gentoo-2-2adea7aab70854894b57d546957cc82d3be26b57.tar.bz2 gentoo-2-2adea7aab70854894b57d546957cc82d3be26b57.zip |
unmask and changelog fixes
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 4 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 656d4f9460ae..0e8517ac3bc6 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,11 +1,11 @@ # 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.9 2003/06/07 00:54:47 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.10 2003/06/29 20:06:54 aliz Exp $ 06 Jun 2003; <msterret@gentoo.org> bochs-2.0.2.ebuild: use sed -i and use_with -*bochs-2.0 (07 Feb 2003) +*bochs-2.0.2 (07 Feb 2003) 07 Feb 2003; Luca Barbato <lu_zero@gentoo.org> ChangeLog : bochs-2.0.2.ebuild Version bump again, added the gtk useflag diff --git a/app-emulation/bochs/bochs-2.0.2.ebuild b/app-emulation/bochs/bochs-2.0.2.ebuild index 57d50a205901..77f228cd415d 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.3 2003/06/07 00:54:47 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.4 2003/06/29 20:06:54 aliz 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" src_unpack() { unpack ${P}.tar.gz diff --git a/app-emulation/bochs/bochs-2.0.ebuild b/app-emulation/bochs/bochs-2.0.ebuild index a312a0367a07..e15580f63eca 100644 --- a/app-emulation/bochs/bochs-2.0.ebuild +++ b/app-emulation/bochs/bochs-2.0.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.ebuild,v 1.2 2003/02/13 07:12:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.ebuild,v 1.3 2003/06/29 20:06:54 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. @@ -16,7 +16,7 @@ IUSE="sdl" DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1 sdl? media-libs/libsdl" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" src_unpack() { unpack ${P}.tar.gz |