summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-04-02 22:32:51 +0000
committerDan Armak <danarmak@gentoo.org>2002-04-02 22:32:51 +0000
commit730bc4ed32410efc77cfc6c3668ba9e9ea04c1e7 (patch)
treedd1999f95be03e38ee1d1b2bafa390aa840fa5f6 /app-emulation
parent*** empty log message *** (diff)
downloadhistorical-730bc4ed32410efc77cfc6c3668ba9e9ea04c1e7.tar.gz
historical-730bc4ed32410efc77cfc6c3668ba9e9ea04c1e7.tar.bz2
historical-730bc4ed32410efc77cfc6c3668ba9e9ea04c1e7.zip
new upstream version, lots of new stuff in it
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/bochs/ChangeLog4
-rw-r--r--app-emulation/bochs/bochs-1.4.ebuild (renamed from app-emulation/bochs/bochs-1.3.ebuild)17
-rw-r--r--app-emulation/bochs/files/digest-bochs-1.32
-rw-r--r--app-emulation/bochs/files/digest-bochs-1.42
4 files changed, 12 insertions, 13 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog
index f3971d045046..dc2f6535a919 100644
--- a/app-emulation/bochs/ChangeLog
+++ b/app-emulation/bochs/ChangeLog
@@ -1,6 +1,8 @@
# ChangeLog for app-emulation/darcnes
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.1 2002/02/13 19:28:34 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.2 2002/04/02 22:32:51 danarmak Exp $
+
+*bochs-1.4 (2 Apr 2002): Dan Armak <danarmak@gentoo.org>: new upstream version
*bochs-1.3 (12 Feb 2002)
diff --git a/app-emulation/bochs/bochs-1.3.ebuild b/app-emulation/bochs/bochs-1.4.ebuild
index 402dfd60fc7e..e49c111afbc5 100644
--- a/app-emulation/bochs/bochs-1.3.ebuild
+++ b/app-emulation/bochs/bochs-1.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Bochs is a pc emulator.
CDROM drive.
It also comes with a disk image using dlxlinux."
SRC_URI="http://prdownloads.sourceforge.net/bochs/${PN}.tar.gz
- http://bochs.sourceforge.net/guestos/dlxlinux2.tar.gz"
+ http://bochs.sourceforge.net/guestos/dlxlinux3.tar.gz"
HOMEPAGE="http://bochs.sourceforge.net"
#build-time dependencies
@@ -22,11 +22,11 @@ src_unpack() {
unpack ${PN}.tar.gz
cd $S
- cp Makefile.in 1
- sed -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux2.tar.gz .:" \
+ cp Makefile.in Makefile.in.orig
+ sed -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux3.tar.gz .:" \
-e 's: $(prefix): $(DESTDIR)$(prefix):g' \
-e 's: $(bindir): $(DESTDIR)$(bindir):g' \
- -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' 1 > Makefile.in
+ -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in.orig > Makefile.in
}
@@ -34,13 +34,10 @@ 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} || die
+ --infodir=/usr/share/info --mandir=/usr/share/man --host=${CHOST} --with-x11 || die
-# cp Makefile Makefile.orig
-# sed -e 's:$(BOCHSDIR)/dlxlinux:$(DESTDIR)$(BOCHSDIR)/dlxlinux:; \
-#s:$(GUNZIP) -c
-#$(DLXLINUX_TAR) | (cd $(BOCHSDIR); tar -xvf -):$(GUNZIP) -c $(DLXLINUX_TAR) |
-#(cd $(DESTDIR)$(BOCHSDIR); tar -xvf -):' Makefile.orig > Makefile
+ # there's an sdl interface now, but since we an only compile 1 interface at a time
+ # i'd rather have xwindows.
emake || die
}
diff --git a/app-emulation/bochs/files/digest-bochs-1.3 b/app-emulation/bochs/files/digest-bochs-1.3
deleted file mode 100644
index 2ad8fb0d001e..000000000000
--- a/app-emulation/bochs/files/digest-bochs-1.3
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 80b0f88c64d564a461aa3f48bf5024a6 bochs-1.3.tar.gz 1147490
-MD5 5a2010de3872d8cd94d8a96fa3545006 dlxlinux2.tar.gz 1504534
diff --git a/app-emulation/bochs/files/digest-bochs-1.4 b/app-emulation/bochs/files/digest-bochs-1.4
new file mode 100644
index 000000000000..5ee259410713
--- /dev/null
+++ b/app-emulation/bochs/files/digest-bochs-1.4
@@ -0,0 +1,2 @@
+MD5 e8a6ad67f78c63423545806886f8c66a bochs-1.4.tar.gz 1389919
+MD5 b1c1592f105fa7aa0ffaba349d38fcaa dlxlinux3.tar.gz 1504727