diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-14 08:54:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-14 08:54:18 +0000 |
commit | 9c5dd7384a8cc0a19702869323d9deb70107b7be (patch) | |
tree | 7f7ea7a0688b362d86079e3f8d1c950ff8301e7f /games-emulation/dosbox | |
parent | Remove older versions (diff) | |
download | gentoo-2-9c5dd7384a8cc0a19702869323d9deb70107b7be.tar.gz gentoo-2-9c5dd7384a8cc0a19702869323d9deb70107b7be.tar.bz2 gentoo-2-9c5dd7384a8cc0a19702869323d9deb70107b7be.zip |
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.62.ebuild | 54 | ||||
-rw-r--r-- | games-emulation/dosbox/files/0.60-alsa-1.0.0.patch | 21 | ||||
-rw-r--r-- | games-emulation/dosbox/files/digest-dosbox-0.62 | 1 | ||||
-rw-r--r-- | games-emulation/dosbox/files/dosbox_gcc34.gz | bin | 655 -> 0 bytes |
4 files changed, 0 insertions, 76 deletions
diff --git a/games-emulation/dosbox/dosbox-0.62.ebuild b/games-emulation/dosbox/dosbox-0.62.ebuild deleted file mode 100644 index 7b177fece38c..000000000000 --- a/games-emulation/dosbox/dosbox-0.62.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.62.ebuild,v 1.5 2005/06/15 18:32:57 wolf31o2 Exp $ - -inherit eutils games - -DESCRIPTION="DOS emulator" -HOMEPAGE="http://dosbox.sourceforge.net/" -SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" - -KEYWORDS="x86 ~amd64 ppc" -LICENSE="GPL-2" -SLOT="0" -IUSE="alsa hardened opengl" - -DEPEND="virtual/libc - alsa? ( media-libs/alsa-lib ) - opengl? ( virtual/opengl ) - media-libs/libpng - sys-libs/zlib - >=media-libs/libsdl-1.2.0 - >=media-libs/sdl-net-1 - media-libs/sdl-sound" - -src_unpack() { - unpack ${A} - sed -i \ - -e 's/: install-docDATA/:/' "${S}/Makefile.in" \ - || die "sed failed" -} - -src_compile() { - local myconf= - - if ! use alsa ; then - myconf="--without-alsa-prefix --without-alsa-inc-prefix --disable-alsatest" - fi - # bug #66038 - if use hardened ; then - myconf="${myconf} --disable-dynamic-x86" - fi - egamesconf \ - --disable-dependency-tracking \ - ${myconf} \ - $(use_enable opengl) \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS - prepgamesdirs -} diff --git a/games-emulation/dosbox/files/0.60-alsa-1.0.0.patch b/games-emulation/dosbox/files/0.60-alsa-1.0.0.patch deleted file mode 100644 index 998da4e00a1e..000000000000 --- a/games-emulation/dosbox/files/0.60-alsa-1.0.0.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- dosbox-0.60.orig/src/gui/midi_alsa.h 2003-12-12 01:02:33.207257320 -0500 -+++ dosbox-0.60/src/gui/midi_alsa.h 2003-12-12 01:02:45.245427240 -0500 -@@ -16,12 +16,17 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -+#include <alsa/version.h> -+# if SND_LIB_MAJOR==1 -+#define ALSA_PCM_OLD_HW_PARAMS_API -+#define ALSA_PCM_NEW_HW_PARAMS_API -+# endif - #include <alsa/asoundlib.h> - #include <ctype.h> - - #define ADDR_DELIM ".:" - --#if SND_LIB_MINOR >= 6 -+#if SND_LIB_MINOR >= 6 || SND_LIB_MAJOR==1 - #define snd_seq_flush_output(x) snd_seq_drain_output(x) - #define snd_seq_set_client_group(x,name) /*nop */ - #define my_snd_seq_open(seqp) snd_seq_open(seqp, "hw", SND_SEQ_OPEN_OUTPUT, 0) diff --git a/games-emulation/dosbox/files/digest-dosbox-0.62 b/games-emulation/dosbox/files/digest-dosbox-0.62 deleted file mode 100644 index 9b7e81dc02de..000000000000 --- a/games-emulation/dosbox/files/digest-dosbox-0.62 +++ /dev/null @@ -1 +0,0 @@ -MD5 80b10f438119f9d83b44dcf175493dcb dosbox-0.62.tar.gz 633259 diff --git a/games-emulation/dosbox/files/dosbox_gcc34.gz b/games-emulation/dosbox/files/dosbox_gcc34.gz Binary files differdeleted file mode 100644 index c94faef99dab..000000000000 --- a/games-emulation/dosbox/files/dosbox_gcc34.gz +++ /dev/null |