summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-11-17 13:29:16 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-11-17 13:29:16 +0000
commit8e220ec366e0804f66c8875037eda1787750738b (patch)
tree8933275726b6ba4f546c7e3e462d6f15500142a9 /app-emulation/bochs
parentMarked ~amd64. (diff)
downloadgentoo-2-8e220ec366e0804f66c8875037eda1787750738b.tar.gz
gentoo-2-8e220ec366e0804f66c8875037eda1787750738b.tar.bz2
gentoo-2-8e220ec366e0804f66c8875037eda1787750738b.zip
Cleanup
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r--app-emulation/bochs/ChangeLog5
-rw-r--r--app-emulation/bochs/Manifest4
-rw-r--r--app-emulation/bochs/bochs-2.1.ebuild72
-rw-r--r--app-emulation/bochs/files/digest-bochs-2.12
4 files changed, 6 insertions, 77 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog
index b097a2e8ed3e..41e107050b28 100644
--- a/app-emulation/bochs/ChangeLog
+++ b/app-emulation/bochs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/bochs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.49 2005/11/17 13:22:01 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.50 2005/11/17 13:29:16 lu_zero Exp $
+
+ 17 Nov 2005; Luca Barbato <lu_zero@gentoo.org> -bochs-2.1.ebuild:
+ Cleanup
17 Nov 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1-r1.ebuild:
Marked stable on ppc
diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest
index c270d715e5a4..17c65e685844 100644
--- a/app-emulation/bochs/Manifest
+++ b/app-emulation/bochs/Manifest
@@ -1,7 +1,7 @@
-MD5 3ce6dd133882301152adef3cf5076afe ChangeLog 5447
+MD5 c53c70f29c888c85c37d440d1d7973d6 ChangeLog 5543
MD5 7d2edfb6d5abaa87bdc35368a68a2c51 bochs-2.1.1.ebuild 2349
MD5 b378526dea0a003eeab6481bd2020897 bochs-2.1.ebuild 2144
-MD5 7d8f23294da1c09a51ad2a0da696dbf2 bochs-2.2.1-r1.ebuild 2369
+MD5 90508fdbeb40e42cb720d7e8a0b956e6 bochs-2.2.1-r1.ebuild 2368
MD5 151fc7b33a1a8c17f862c4b458b7cd2b bochs-2.2.1.ebuild 2424
MD5 cde4fb61affbffb1c90e04d0a94dacd9 files/bochs-2.1.1-regparm-typo.patch 337
MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124
diff --git a/app-emulation/bochs/bochs-2.1.ebuild b/app-emulation/bochs/bochs-2.1.ebuild
deleted file mode 100644
index f4eaac8ae894..000000000000
--- a/app-emulation/bochs/bochs-2.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.ebuild,v 1.7 2005/01/09 10:44:35 swegener Exp $
-
-inherit eutils
-
-DESCRIPTION="a LGPL-ed pc emulator"
-HOMEPAGE="http://bochs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz
- http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
-IUSE="sdl gtk readline"
-
-RDEPEND="virtual/libc
- virtual/x11
- sdl? ( media-libs/libsdl )
- gtk? ( x11-libs/wxGTK )
- readline? ( sys-libs/readline )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
-# unpack ${A}
- unpack ${P}.tar.gz
- cd ${S}
-# -e 's:MAN_PAGE_1_LIST=bochs bximage bochs-dlx:MAN_PAGE_1_LIST=bochs bximage:'
- sed -i \
- -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux4.tar.gz .:" \
- -e 's:BOCHSDIR=:BOCHSDIR=/usr/lib/bochs#:' \
- -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in || \
- die "sed Makefile.in failed"
-# epatch ${FILESDIR}/${P}-gcc3.patch || die
-}
-
-src_compile() {
- [ "$ARCH" == "x86" ] \
- && myconf="--enable-idle-hack --enable-fast-function-calls"
- myconf="${myconf} `use_with sdl`"
- myconf="${myconf} `use_with gtk wx`"
- myconf="${myconf} `use_enable readline`"
-
- ./configure \
- --enable-fpu --enable-cdrom --enable-control-panel \
- --enable-usb --enable-pci --enable-mmx --enable-sse\
- --enable-cpu-level=6 \
- --enable-repeat-speedups --enable-guest2host-tlb \
- --enable-plugins --enable-debugger \
- --enable-ne2000 --enable-sb16=linux --enable-slowdown --prefix=/usr \
- --infodir=/usr/share/info --mandir=/usr/share/man --host=${CHOST} \
- --with-x11 $myconf || \
- die "configure failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install unpack_dlx || die "make install failed"
- #workaround
- make prefix=${D}/usr install_dlx
-
- dodoc CHANGES README TESTFORM.txt || die "dodoc failed"
-}
-
-pkg_postinst() {
- einfo "Updating the font index"
- mkfontdir /usr/X11R6/lib/X11/fonts/misc
- einfo "If you are running X please update the fontlist with:"
- einfo "# xset fp rehash"
-}
diff --git a/app-emulation/bochs/files/digest-bochs-2.1 b/app-emulation/bochs/files/digest-bochs-2.1
deleted file mode 100644
index 60a7c594a75a..000000000000
--- a/app-emulation/bochs/files/digest-bochs-2.1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 30bdb17e11fb416f9d3c6243e02f6e73 bochs-2.1.tar.gz 3650627
-MD5 21c153f5aa391395c35f0c2f660da972 dlxlinux4.tar.gz 1504868