summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-10-22 04:40:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-10-22 04:40:37 +0000
commitcc4ad6885c7e4b75a10dd3c2874a4f7e2b857ae9 (patch)
tree98dda6d47695886d64dae290ae81e57a7bbc7fa2 /games-emulation/dosbox
parentold (diff)
downloadgentoo-2-cc4ad6885c7e4b75a10dd3c2874a4f7e2b857ae9.tar.gz
gentoo-2-cc4ad6885c7e4b75a10dd3c2874a4f7e2b857ae9.tar.bz2
gentoo-2-cc4ad6885c7e4b75a10dd3c2874a4f7e2b857ae9.zip
clean out older ebuilds
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r--games-emulation/dosbox/ChangeLog7
-rw-r--r--games-emulation/dosbox/dosbox-0.58.ebuild30
-rw-r--r--games-emulation/dosbox/dosbox-0.65.ebuild55
-rw-r--r--games-emulation/dosbox/dosbox-0.70.ebuild47
-rw-r--r--games-emulation/dosbox/files/digest-dosbox-0.583
-rw-r--r--games-emulation/dosbox/files/digest-dosbox-0.653
-rw-r--r--games-emulation/dosbox/files/digest-dosbox-0.703
-rw-r--r--games-emulation/dosbox/files/dosbox-0.70-alsa.patch13
8 files changed, 6 insertions, 155 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog
index 3df165b85905..f9e588f42e0a 100644
--- a/games-emulation/dosbox/ChangeLog
+++ b/games-emulation/dosbox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/dosbox
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.37 2007/10/22 04:28:46 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.38 2007/10/22 04:40:37 mr_bones_ Exp $
+
+ 22 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/dosbox-0.70-alsa.patch, -dosbox-0.58.ebuild, -dosbox-0.65.ebuild,
+ -dosbox-0.70.ebuild:
+ clean out older ebuilds
22 Oct 2007; Mike Doty <kingtaco@gentoo.org> dosbox-0.72.ebuild:
amd64 stable, bug 194563
diff --git a/games-emulation/dosbox/dosbox-0.58.ebuild b/games-emulation/dosbox/dosbox-0.58.ebuild
deleted file mode 100644
index c260bed1f02c..000000000000
--- a/games-emulation/dosbox/dosbox-0.58.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.58.ebuild,v 1.8 2006/11/27 05:05:04 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="DOS emulator"
-HOMEPAGE="http://dosbox.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=media-libs/libsdl-1.2.0
- sys-libs/zlib"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
- prepgamesdirs
-}
diff --git a/games-emulation/dosbox/dosbox-0.65.ebuild b/games-emulation/dosbox/dosbox-0.65.ebuild
deleted file mode 100644
index 9ff9bdb9bb34..000000000000
--- a/games-emulation/dosbox/dosbox-0.65.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.65.ebuild,v 1.7 2007/03/15 12:00:33 nyhm Exp $
-
-inherit eutils games
-
-DESCRIPTION="DOS emulator"
-HOMEPAGE="http://dosbox.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz"
-
-KEYWORDS="amd64 ppc ~sparc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="alsa hardened opengl"
-
-DEPEND="sys-libs/zlib
- alsa? ( media-libs/alsa-lib )
- opengl? ( virtual/opengl )
- media-libs/libpng
- >=media-libs/libsdl-1.2.0
- media-libs/sdl-net
- media-libs/sdl-sound"
-
-pkg_setup() {
- if use alsa && ! built_with_use --missing true media-libs/alsa-lib midi; then
- eerror "To be able to build dosbox with ALSA support you need"
- eerror "to have built media-libs/alsa-lib with midi USE flag."
- die "Missing midi USE flag on media-libs/alsa-lib"
- fi
- games_pkg_setup
-}
-
-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() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
- prepgamesdirs
-}
diff --git a/games-emulation/dosbox/dosbox-0.70.ebuild b/games-emulation/dosbox/dosbox-0.70.ebuild
deleted file mode 100644
index 59ea246936ac..000000000000
--- a/games-emulation/dosbox/dosbox-0.70.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.70.ebuild,v 1.6 2007/09/23 15:52:53 josejx Exp $
-
-inherit eutils games
-
-DESCRIPTION="DOS emulator"
-HOMEPAGE="http://dosbox.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
-IUSE="alsa debug hardened opengl"
-
-DEPEND="media-libs/alsa-lib
- opengl? ( virtual/opengl )
- debug? ( sys-libs/ncurses )
- media-libs/libpng
- media-libs/libsdl
- media-libs/sdl-net
- media-libs/sdl-sound"
-
-pkg_setup() {
- if ! built_with_use --missing true media-libs/alsa-lib midi; then
- eerror "To be able to build dosbox with ALSA support you need"
- eerror "to have built media-libs/alsa-lib with midi USE flag."
- die "Missing midi USE flag on media-libs/alsa-lib"
- fi
- games_pkg_setup
-}
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable !hardened dynamic-x86) \
- $(use_enable debug) \
- $(use_enable opengl) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
- prepgamesdirs
-}
diff --git a/games-emulation/dosbox/files/digest-dosbox-0.58 b/games-emulation/dosbox/files/digest-dosbox-0.58
deleted file mode 100644
index 349cbcd119a0..000000000000
--- a/games-emulation/dosbox/files/digest-dosbox-0.58
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 91c49a597134f35f899d32a8b253205b dosbox-0.58.tar.gz 421487
-RMD160 6002c462c2694e57d5357f93a85cabdd7653175c dosbox-0.58.tar.gz 421487
-SHA256 34c58d1236930c9ecc978c0c0cfee632d847eb387c834da32e89462ad262f14b dosbox-0.58.tar.gz 421487
diff --git a/games-emulation/dosbox/files/digest-dosbox-0.65 b/games-emulation/dosbox/files/digest-dosbox-0.65
deleted file mode 100644
index 739944f22f4b..000000000000
--- a/games-emulation/dosbox/files/digest-dosbox-0.65
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 fef84c292c3aeae747368b9875c1575a dosbox-0.65.tar.gz 848989
-RMD160 1d05002ae0ddcac74071180d0fa81aba3092e6f1 dosbox-0.65.tar.gz 848989
-SHA256 23fd001e2006f66ffdfe63adb6478ba85027f65b5078d6c69ad59e7f678d761f dosbox-0.65.tar.gz 848989
diff --git a/games-emulation/dosbox/files/digest-dosbox-0.70 b/games-emulation/dosbox/files/digest-dosbox-0.70
deleted file mode 100644
index 67172c96aa5e..000000000000
--- a/games-emulation/dosbox/files/digest-dosbox-0.70
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ea0a936e88eb294038e67eeb0d7129c4 dosbox-0.70.tar.gz 934649
-RMD160 85654a664d66d7c1d1d51370d429f503029cb924 dosbox-0.70.tar.gz 934649
-SHA256 05fdfd561eee33de12d978795b7f12338327c6da1ce65971463b58f2e90b48e4 dosbox-0.70.tar.gz 934649
diff --git a/games-emulation/dosbox/files/dosbox-0.70-alsa.patch b/games-emulation/dosbox/files/dosbox-0.70-alsa.patch
deleted file mode 100644
index e07d5acb0dbe..000000000000
--- a/games-emulation/dosbox/files/dosbox-0.70-alsa.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.in.orig 2007-03-26 03:09:08.000000000 -0400
-+++ configure.in 2007-03-26 03:10:11.000000000 -0400
-@@ -93,7 +93,9 @@
- #switch language back
- AC_LANG_POP(C++)
-
--AM_PATH_ALSA(0.9.0, AC_DEFINE(HAVE_ALSA,1,[Define to 1 to use ALSA for MIDI]) , : )
-+AC_ARG_ENABLE(alsa,AC_HELP_STRING([--enable-alsa],[Enable ALSA for MIDI]),[
-+ AM_PATH_ALSA(0.9.0, AC_DEFINE(HAVE_ALSA,1,[Define to 1 to use ALSA for MIDI]) , : )
-+])
-
- #Check for big endian machine, should #define WORDS_BIGENDIAN if so
- AC_C_BIGENDIAN