diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-05-06 10:09:50 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-05-06 10:09:50 +0000 |
commit | 1ac540862429a7b7ddd9b1bbb15069176ff7583b (patch) | |
tree | d41514c60bd19334d32698baa311c504093a8f00 /app-emulation/bochs | |
parent | Fix RDEPEND. (diff) | |
download | gentoo-2-1ac540862429a7b7ddd9b1bbb15069176ff7583b.tar.gz gentoo-2-1ac540862429a7b7ddd9b1bbb15069176ff7583b.tar.bz2 gentoo-2-1ac540862429a7b7ddd9b1bbb15069176ff7583b.zip |
Remove old versions
(Portage version: 2.1.2.6)
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 83 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.2.5-r1.ebuild | 105 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.2.5.ebuild | 89 | ||||
-rw-r--r-- | app-emulation/bochs/files/bochs-2.1.1-regparm-typo.patch | 11 | ||||
-rw-r--r-- | app-emulation/bochs/files/digest-bochs-2.1.1 | 6 | ||||
-rw-r--r-- | app-emulation/bochs/files/digest-bochs-2.2.5 | 6 | ||||
-rw-r--r-- | app-emulation/bochs/files/digest-bochs-2.2.5-r1 | 6 |
8 files changed, 6 insertions, 307 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 0b6d87f5a820..3837344b4c12 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.63 2007/05/02 17:39:55 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.64 2007/05/06 10:09:50 leio Exp $ + + 06 May 2007; Mart Raudsepp <leio@gentoo.org> + -files/bochs-2.1.1-regparm-typo.patch, -bochs-2.1.1.ebuild, + -bochs-2.2.5.ebuild, -bochs-2.2.5-r1.ebuild: + Remove old versions 02 May 2007; Jose Luis Rivero <yoswink@gentoo.org> bochs-2.2.6.ebuild: Stable on alpha wrt bug #146954 diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild deleted file mode 100644 index c26dc532ce58..000000000000 --- a/app-emulation/bochs/bochs-2.1.1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# 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.27 2007/04/19 13:47:20 gustavoz Exp $ - -inherit eutils wxwidgets - -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 amd64" -IUSE="debugger readline sdl wxwindows" - -RDEPEND="virtual/libc - || ( virtual/x11 - ( x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXpm ) ) - sdl? ( media-libs/libsdl ) - wxwindows? ( =x11-libs/wxGTK-2.4* ) - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND} - || ( virtual/x11 - x11-proto/xproto ) - >=sys-apps/sed-4 - >=app-text/opensp-1.5" - -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 - #Quick fix for a typo - epatch ${FILESDIR}/${P}-regparm-typo.patch ||die -} - -src_compile() { - use wxwindows && \ - need-wxwidgets gtk2 - - [ "$ARCH" == "x86" ] \ - && myconf="--enable-idle-hack --enable-fast-function-calls" - myconf="${myconf} `use_with sdl`" - myconf="${myconf} `use_enable readline`" - use wxwindows && \ - myconf="${myconf} --with-gtk --with-wx" - use wxwindows || \ - myconf="${myconf} --without-gtk --without-wx" - use debugger && \ - myconf="$myconf --enable-debugger --enable-disasm --enable-x86-debugger" - - ./configure \ - --enable-fpu --enable-cdrom --enable-control-panel \ - --enable-usb --enable-pci --enable-mmx --enable-sse\ - --enable-cpu-level=6 --enable-vbe\ - --enable-repeat-speedups --enable-guest2host-tlb \ - --enable-plugins \ - --enable-ignore-bad-msr \ - --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" -} diff --git a/app-emulation/bochs/bochs-2.2.5-r1.ebuild b/app-emulation/bochs/bochs-2.2.5-r1.ebuild deleted file mode 100644 index 8bb56024ee7c..000000000000 --- a/app-emulation/bochs/bochs-2.2.5-r1.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.5-r1.ebuild,v 1.3 2006/02/13 18:03:42 lu_zero Exp $ - -inherit eutils wxwidgets - -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="~alpha ~amd64 ppc ~sparc ~x86" -IUSE="debugger readline sdl wxwindows X ncurses vnc" - -RDEPEND="virtual/libc - X? ( || ( virtual/x11 - ( x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXpm ) ) ) - sdl? ( media-libs/libsdl ) - wxwindows? ( >=x11-libs/wxGTK-2.6 ) - readline? ( sys-libs/readline ) - ncurses? ( sys-libs/ncurses )" - -DEPEND="${RDEPEND} - X? ( || ( virtual/x11 - x11-proto/xproto ) ) - >=sys-apps/sed-4 - >=app-text/opensp-1.5" - -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/$(get_libdir)/bochs#:" \ - -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in || \ - die "sed Makefile.in failed" - -# Make it use the correct path to gtk-2 - sed -i -e "s:/opt/gnome:/usr:" configure -# Fix some bad coding for gcc-4.1 compliance - sed -i -e "s:\#ifndef PARANOID:\#if 0:" iodev/hdimage.h -} - -src_compile() { - export WX_GTK_VER=2.6 - - use wxwindows && \ - need-wxwidgets gtk2 - - [[ "$ARCH" == "x86" ]] \ - && myconf="--enable-idle-hack --enable-fast-function-calls" - myconf="${myconf} `use_with sdl`" - myconf="${myconf} `use_enable readline`" - use wxwindows && \ - myconf="${myconf} --with-wx" - use wxwindows || \ - myconf="${myconf} --without-wx" - use debugger && \ - myconf="$myconf --enable-debugger --enable-disasm \ - --enable-x86-debugger --enable-iodebug" - use vnc && \ - myconf="$myconf --with-rfb" - - use X && \ - myconf="$myconf --with-x11" - - use ncurses && \ - myconf="$myconf --with-term" - - if ! use X && ! use ncurses && ! use vnc && ! use sdl - then - myconf="$myconf --with-nogui" - fi - - ./configure \ - --enable-fpu --enable-cdrom \ - --enable-usb --enable-pci \ - --enable-mmx --enable-sse=2 --enable-3dnow \ - --enable-cpu-level=6 --enable-vbe \ - --enable-repeat-speedups --enable-guest2host-tlb \ - --enable-plugins \ - --enable-ignore-bad-msr \ - --enable-ne2000 --enable-sb16=linux --enable-slowdown --prefix=/usr \ - --infodir=/usr/share/info --mandir=/usr/share/man --host=${CHOST} \ - --libdir=/usr/$(get_libdir) \ - ${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" -} diff --git a/app-emulation/bochs/bochs-2.2.5.ebuild b/app-emulation/bochs/bochs-2.2.5.ebuild deleted file mode 100644 index ebc5ec263984..000000000000 --- a/app-emulation/bochs/bochs-2.2.5.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.5.ebuild,v 1.1 2006/01/25 20:26:36 lu_zero Exp $ - -inherit eutils wxwidgets - -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="~alpha ~amd64 ppc ~sparc ~x86" -IUSE="debugger readline sdl wxwindows" - -RDEPEND="virtual/libc - || ( virtual/x11 - ( x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXpm ) ) - sdl? ( media-libs/libsdl ) - wxwindows? ( >=x11-libs/wxGTK-2.6 ) - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND} - || ( virtual/x11 - x11-proto/xproto ) - >=sys-apps/sed-4 - >=app-text/opensp-1.5" - -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" - -# Make it use the correct path to gtk-2 - sed -i -e "s:/opt/gnome:/usr:" configure -# Fix some bad coding for gcc-4.1 compliance - sed -i -e "s:\#ifndef PARANOID:\#if 0:" iodev/hdimage.h -} - -src_compile() { - export WX_GTK_VER=2.6 - - use wxwindows && \ - need-wxwidgets gtk2 - - [ "$ARCH" == "x86" ] \ - && myconf="--enable-idle-hack --enable-fast-function-calls" - myconf="${myconf} `use_with sdl`" - myconf="${myconf} `use_enable readline`" - use wxwindows && \ - myconf="${myconf} --with-wx" - use wxwindows || \ - myconf="${myconf} --without-wx" - use debugger && \ - myconf="$myconf --enable-debugger --enable-disasm \ - --enable-x86-debugger --enable-iodebug" - - ./configure \ - --enable-fpu --enable-cdrom \ - --enable-usb --enable-pci \ - --enable-mmx --enable-sse=2 --enable-3dnow \ - --enable-cpu-level=6 --enable-vbe \ - --enable-repeat-speedups --enable-guest2host-tlb \ - --enable-plugins \ - --enable-ignore-bad-msr \ - --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" -} diff --git a/app-emulation/bochs/files/bochs-2.1.1-regparm-typo.patch b/app-emulation/bochs/files/bochs-2.1.1-regparm-typo.patch deleted file mode 100644 index d70eab91b8b6..000000000000 --- a/app-emulation/bochs/files/bochs-2.1.1-regparm-typo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- bochs-2.1.1.orig/fpu/reg_ld_str.c 2004-02-11 23:28:52.000000000 +0100 -+++ bochs-2.1.1/fpu/reg_ld_str.c 2005-02-01 03:56:42.581554616 +0100 -@@ -315,7 +315,7 @@ - - - /* Get a short from user memory */ --int BX_CPP_AttrRegparmN(1) -+int BX_CPP_AttrRegparmN(2) - FPU_load_int16(bx_address _s, FPU_REG *loaded_data) - { - s16 s, negative; diff --git a/app-emulation/bochs/files/digest-bochs-2.1.1 b/app-emulation/bochs/files/digest-bochs-2.1.1 deleted file mode 100644 index 2ccff76fc732..000000000000 --- a/app-emulation/bochs/files/digest-bochs-2.1.1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 7b21efbe2b56cc15d110993234259b33 bochs-2.1.1.tar.gz 3653487 -RMD160 e43ec6f58c8b8f2af0d4089682aa9a81bd5e6b1a bochs-2.1.1.tar.gz 3653487 -SHA256 e350a93824126ee88f55752b0a897f33fceb69c714f2204710be5f86c3653430 bochs-2.1.1.tar.gz 3653487 -MD5 21c153f5aa391395c35f0c2f660da972 dlxlinux4.tar.gz 1504868 -RMD160 29fd31dd0f77edacecabd9f053206a486635e7f1 dlxlinux4.tar.gz 1504868 -SHA256 68b35f850ce69f4050ed85064e15d756245d57e84ddc1d52678b0e2a97dbf73e dlxlinux4.tar.gz 1504868 diff --git a/app-emulation/bochs/files/digest-bochs-2.2.5 b/app-emulation/bochs/files/digest-bochs-2.2.5 deleted file mode 100644 index ab01713d92e7..000000000000 --- a/app-emulation/bochs/files/digest-bochs-2.2.5 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 09441905f65947ac956f819d9fcc66dc bochs-2.2.5.tar.gz 3820966 -RMD160 a33540e9685270cbb769d2b238b3d536c1943eac bochs-2.2.5.tar.gz 3820966 -SHA256 c9f19fabe7e7c904fa0444c56ddd14b79a43fdff4cfb515893935044bf25b2d1 bochs-2.2.5.tar.gz 3820966 -MD5 21c153f5aa391395c35f0c2f660da972 dlxlinux4.tar.gz 1504868 -RMD160 29fd31dd0f77edacecabd9f053206a486635e7f1 dlxlinux4.tar.gz 1504868 -SHA256 68b35f850ce69f4050ed85064e15d756245d57e84ddc1d52678b0e2a97dbf73e dlxlinux4.tar.gz 1504868 diff --git a/app-emulation/bochs/files/digest-bochs-2.2.5-r1 b/app-emulation/bochs/files/digest-bochs-2.2.5-r1 deleted file mode 100644 index ab01713d92e7..000000000000 --- a/app-emulation/bochs/files/digest-bochs-2.2.5-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 09441905f65947ac956f819d9fcc66dc bochs-2.2.5.tar.gz 3820966 -RMD160 a33540e9685270cbb769d2b238b3d536c1943eac bochs-2.2.5.tar.gz 3820966 -SHA256 c9f19fabe7e7c904fa0444c56ddd14b79a43fdff4cfb515893935044bf25b2d1 bochs-2.2.5.tar.gz 3820966 -MD5 21c153f5aa391395c35f0c2f660da972 dlxlinux4.tar.gz 1504868 -RMD160 29fd31dd0f77edacecabd9f053206a486635e7f1 dlxlinux4.tar.gz 1504868 -SHA256 68b35f850ce69f4050ed85064e15d756245d57e84ddc1d52678b0e2a97dbf73e dlxlinux4.tar.gz 1504868 |