diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 15:40:33 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 15:40:33 +0000 |
commit | 45e01d6b14a0c44c62ae76b7f21b246939650964 (patch) | |
tree | 4f142b4e8db5b407c6b0770c657432e07452aedb /app-emulation | |
parent | new release (Manifest recommit) (diff) | |
download | gentoo-2-45e01d6b14a0c44c62ae76b7f21b246939650964.tar.gz gentoo-2-45e01d6b14a0c44c62ae76b7f21b246939650964.tar.bz2 gentoo-2-45e01d6b14a0c44c62ae76b7f21b246939650964.zip |
Stable on alpha.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index c2d849748127..11ea9aa15c48 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,10 @@ # 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.24 2004/03/30 20:45:14 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.25 2004/05/04 15:40:33 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> bochs-1.4.1.ebuild, + bochs-2.0.ebuild, bochs-2.1.1.ebuild: + Stable on alpha. 30 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; bochs-1.4.1.ebuild, bochs-1.4.ebuild, bochs-2.0.2.ebuild, bochs-2.0.ebuild, bochs-2.1.1.ebuild, diff --git a/app-emulation/bochs/bochs-1.4.1.ebuild b/app-emulation/bochs/bochs-1.4.1.ebuild index 930b1a215ed4..834e159ada4f 100644 --- a/app-emulation/bochs/bochs-1.4.1.ebuild +++ b/app-emulation/bochs/bochs-1.4.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-1.4.1.ebuild,v 1.8 2004/03/30 20:45:14 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.1.ebuild,v 1.9 2004/05/04 15:40:33 kloeri Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. @@ -16,7 +16,7 @@ IUSE="" DEPEND=">=sys-libs/glibc-2.1.3 virtual/x11" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~alpha" 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 605f99276632..cbde291d71b1 100644 --- a/app-emulation/bochs/bochs-2.0.ebuild +++ b/app-emulation/bochs/bochs-2.0.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.0.ebuild,v 1.5 2004/03/30 20:45:14 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.ebuild,v 1.6 2004/05/04 15:40:33 kloeri Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. @@ -16,7 +16,7 @@ IUSE="sdl" DEPEND=">=sys-libs/glibc-2.1.3 virtual/x11 sdl? media-libs/libsdl" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~alpha" src_unpack() { unpack ${P}.tar.gz diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild index 0e9afa9233a5..43e6e81f0944 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.4 2004/03/30 20:45:14 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.5 2004/05/04 15:40:33 kloeri Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" +KEYWORDS="~x86 ~ppc alpha ~sparc ~amd64" IUSE="sdl gtk readline" DEPEND=">=sys-libs/glibc-2.1.3 |