diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-16 09:31:38 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-16 09:31:38 +0000 |
commit | 66b17cb41ad9856686e0e6f1e0dfb12383f6958d (patch) | |
tree | 156194ed9b2879056277e2f1a225f1e062123018 /app-emulation/bochs | |
parent | QA - Don't assign default S, use default src_unpack. (diff) | |
download | historical-66b17cb41ad9856686e0e6f1e0dfb12383f6958d.tar.gz historical-66b17cb41ad9856686e0e6f1e0dfb12383f6958d.tar.bz2 historical-66b17cb41ad9856686e0e6f1e0dfb12383f6958d.zip |
QA - Don't assign default S.
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/bochs-1.4.1.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-1.4.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.0.ebuild | 7 |
3 files changed, 3 insertions, 15 deletions
diff --git a/app-emulation/bochs/bochs-1.4.1.ebuild b/app-emulation/bochs/bochs-1.4.1.ebuild index 834e159ada4f..ba6e2090a19f 100644 --- a/app-emulation/bochs/bochs-1.4.1.ebuild +++ b/app-emulation/bochs/bochs-1.4.1.ebuild @@ -1,8 +1,7 @@ # 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.9 2004/05/04 15:40:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.1.ebuild,v 1.10 2004/06/16 09:31:38 kloeri Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. This ebuild is set up to emulate a Pentium, with a NE2000 network card, and a CDROM drive. It also comes with a disk image using dlxlinux." @@ -45,10 +44,8 @@ src_compile() { emake || die } - src_install () { make DESTDIR=${D} install || die dodoc CHANGES COPYING CVS README TESTFORM.txt } - diff --git a/app-emulation/bochs/bochs-1.4.ebuild b/app-emulation/bochs/bochs-1.4.ebuild index 58653b2f3cba..100147ad12f8 100644 --- a/app-emulation/bochs/bochs-1.4.ebuild +++ b/app-emulation/bochs/bochs-1.4.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.ebuild,v 1.15 2004/03/30 20:45:14 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.ebuild,v 1.16 2004/06/16 09:31:38 kloeri Exp $ MY_P=${P/_/.} S=${WORKDIR}/${MY_P} @@ -34,7 +34,6 @@ src_unpack() { } src_compile() { - ./configure --enable-fpu --enable-cdrom --enable-control-panel \ --enable-ne2000 --enable-sb16=linux -enable-slowdown --prefix=/usr \ --infodir=/usr/share/info --mandir=/usr/share/man --host=${CHOST} --with-x11 || die @@ -45,10 +44,7 @@ src_compile() { emake || die } - src_install () { - make DESTDIR=${D} install || die dodoc CHANGES COPYING CVS README TESTFORM.txt } - diff --git a/app-emulation/bochs/bochs-2.0.ebuild b/app-emulation/bochs/bochs-2.0.ebuild index cbde291d71b1..1faeffffd861 100644 --- a/app-emulation/bochs/bochs-2.0.ebuild +++ b/app-emulation/bochs/bochs-2.0.ebuild @@ -1,8 +1,7 @@ # 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.6 2004/05/04 15:40:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.ebuild,v 1.7 2004/06/16 09:31:38 kloeri Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. This ebuild is set up to emulate a Pentium, with a NE2000 network card, and a CDROM drive. It also comes with a disk image using dlxlinux." @@ -26,11 +25,9 @@ src_unpack() { sed -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux3.tar.gz .:" \ -e 's:BOCHSDIR=:BOCHSDIR=/usr/lib/bochs#:' \ -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in.orig > Makefile.in - } src_compile() { - [ "$ARCH" == "x86" ] && myconf="--enable-idle-hack" use sdl && myconf="${myconf} --with-sdl" \ || myconf="${myconf} --without-sdl" @@ -38,13 +35,11 @@ src_compile() { --enable-ne2000 --enable-sb16=linux --enable-slowdown --prefix=/usr \ --infodir=/usr/share/info --mandir=/usr/share/man --host=${CHOST} --with-x11 $myconf || die - emake || die } src_install () { - make DESTDIR=${D} install || die dodoc CHANGES COPYING CVS README TESTFORM.txt } |