summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-19 01:35:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-19 01:35:17 +0000
commit206ce3e11f356f6ac8d6c211bc3e20472df5fdd3 (patch)
treef5ec0dc190fa8db76f49df25d887fc927c9b5240
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-206ce3e11f356f6ac8d6c211bc3e20472df5fdd3.tar.gz
gentoo-2-206ce3e11f356f6ac8d6c211bc3e20472df5fdd3.tar.bz2
gentoo-2-206ce3e11f356f6ac8d6c211bc3e20472df5fdd3.zip
clean older 0.6* ebuilds
-rw-r--r--games-emulation/dosbox/ChangeLog6
-rw-r--r--games-emulation/dosbox/dosbox-0.60.ebuild38
-rw-r--r--games-emulation/dosbox/dosbox-0.61.ebuild47
-rw-r--r--games-emulation/dosbox/files/digest-dosbox-0.601
-rw-r--r--games-emulation/dosbox/files/digest-dosbox-0.611
5 files changed, 5 insertions, 88 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog
index 52cb70d15b70..f373f2f71f43 100644
--- a/games-emulation/dosbox/ChangeLog
+++ b/games-emulation/dosbox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.16 2004/11/19 01:33:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.17 2004/11/19 01:35:17 mr_bones_ Exp $
+
+ 18 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> -dosbox-0.60.ebuild,
+ -dosbox-0.61.ebuild:
+ clean older 0.6* ebuilds
*dosbox-0.63 (18 Nov 2004)
diff --git a/games-emulation/dosbox/dosbox-0.60.ebuild b/games-emulation/dosbox/dosbox-0.60.ebuild
deleted file mode 100644
index 37fff20651f3..000000000000
--- a/games-emulation/dosbox/dosbox-0.60.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.60.ebuild,v 1.6 2004/07/14 14:32:48 agriffis 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="x86"
-IUSE="alsa png"
-
-DEPEND="png? ( media-libs/libpng sys-libs/zlib )
- alsa? ( media-libs/alsa-lib )
- media-libs/sdl-net
- >=media-libs/libsdl-1.2.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-alsa-1.0.0.patch
-}
-
-src_compile() {
- egamesconf \
- `use_enable alsa alsatest` \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS
- prepgamesdirs
-}
diff --git a/games-emulation/dosbox/dosbox-0.61.ebuild b/games-emulation/dosbox/dosbox-0.61.ebuild
deleted file mode 100644
index b592a1e0ec6b..000000000000
--- a/games-emulation/dosbox/dosbox-0.61.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.61.ebuild,v 1.11 2004/07/01 03:20:01 mr_bones_ 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 opengl"
-
-DEPEND="virtual/libc
- alsa? ( media-libs/alsa-lib )
- opengl? ( virtual/opengl )
- >=media-libs/libsdl-1.2.0
- sys-libs/zlib
- media-libs/libpng
- media-libs/sdl-net"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/dosbox_gcc34.gz"
-}
-
-src_compile() {
- local myconf=""
-
- if ! use alsa ; then
- myconf="--without-alsa-prefix --without-alsa-inc-prefix --disable-alsatest"
- 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 INSTALL NEWS README THANKS
- prepgamesdirs
-}
diff --git a/games-emulation/dosbox/files/digest-dosbox-0.60 b/games-emulation/dosbox/files/digest-dosbox-0.60
deleted file mode 100644
index a4330a74fa5a..000000000000
--- a/games-emulation/dosbox/files/digest-dosbox-0.60
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ca68955bcc3585630dcf17bab6ec185a dosbox-0.60.tar.gz 540921
diff --git a/games-emulation/dosbox/files/digest-dosbox-0.61 b/games-emulation/dosbox/files/digest-dosbox-0.61
deleted file mode 100644
index 25bb54953b8c..000000000000
--- a/games-emulation/dosbox/files/digest-dosbox-0.61
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dcb549eb2a9e6fe6995b973ef9ac6e9f dosbox-0.61.tar.gz 567200