summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-14 08:54:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-14 08:54:18 +0000
commita40c33184d84a7a807f7ca324e5bfada05433323 (patch)
tree13fde7c7ad2eddec1a161bc81e411a2716bcd474 /games-emulation
parentRemove older versions (diff)
downloadhistorical-a40c33184d84a7a807f7ca324e5bfada05433323.tar.gz
historical-a40c33184d84a7a807f7ca324e5bfada05433323.tar.bz2
historical-a40c33184d84a7a807f7ca324e5bfada05433323.zip
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dosbox/Manifest4
-rw-r--r--games-emulation/dosbox/dosbox-0.62.ebuild54
-rw-r--r--games-emulation/dosbox/files/0.60-alsa-1.0.0.patch21
-rw-r--r--games-emulation/dosbox/files/digest-dosbox-0.621
-rw-r--r--games-emulation/dosbox/files/dosbox_gcc34.gzbin655 -> 0 bytes
5 files changed, 0 insertions, 80 deletions
diff --git a/games-emulation/dosbox/Manifest b/games-emulation/dosbox/Manifest
index 9e35f54ac2e0..6639e6486316 100644
--- a/games-emulation/dosbox/Manifest
+++ b/games-emulation/dosbox/Manifest
@@ -1,11 +1,7 @@
MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221
-MD5 95aaa76d64ce858022565ee00fe2d3c9 dosbox-0.62.ebuild 1236
MD5 c4f7ddfbcebee2b679852dae7d92f834 dosbox-0.63.ebuild 1206
MD5 6ce22d8f331db912f0ea828bf213d59b ChangeLog 2814
MD5 cedd50d841d0e28ecb75c9552d0c291f dosbox-0.58.ebuild 684
-MD5 6dc808f58930f5161dd3c2644f2e8d59 files/digest-dosbox-0.62 63
MD5 b656b366678b3dc52f1083e339891186 files/0.63-64bit.patch 446
MD5 709911d69c3fb90908508f4c3116a07f files/digest-dosbox-0.58 63
-MD5 3df3072eb03de57f9e5aebcfb47f35a0 files/dosbox_gcc34.gz 655
MD5 42f19bd18cae0f81773fbe342847a147 files/digest-dosbox-0.63 63
-MD5 f4257165581f9c2cb8e2a428f2ebeaae files/0.60-alsa-1.0.0.patch 721
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
deleted file mode 100644
index c94faef99dab..000000000000
--- a/games-emulation/dosbox/files/dosbox_gcc34.gz
+++ /dev/null
Binary files differ