diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-24 02:23:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-24 02:23:20 +0000 |
commit | 9e0ebcf92789128635b3d0fb6b6c2b2e5c6e49e1 (patch) | |
tree | 015d1dfe3e4fc9125c87bfaa7caae7a1c362611c /games-emulation | |
parent | version bump (diff) | |
download | gentoo-2-9e0ebcf92789128635b3d0fb6b6c2b2e5c6e49e1.tar.gz gentoo-2-9e0ebcf92789128635b3d0fb6b6c2b2e5c6e49e1.tar.bz2 gentoo-2-9e0ebcf92789128635b3d0fb6b6c2b2e5c6e49e1.zip |
removed old files
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/stella/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/stella/files/digest-stella-1.3-r1 | 1 | ||||
-rw-r--r-- | games-emulation/stella/files/digest-stella-1.4 | 1 | ||||
-rw-r--r-- | games-emulation/stella/files/stella-1.3-alsa-fix.patch | 28 | ||||
-rw-r--r-- | games-emulation/stella/stella-1.3-r1.ebuild | 62 | ||||
-rw-r--r-- | games-emulation/stella/stella-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/stella/stella-1.4.2.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/stella/stella-1.4.ebuild | 40 |
8 files changed, 10 insertions, 137 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog index 67ee4064bef8..958d0b43cd1d 100644 --- a/games-emulation/stella/ChangeLog +++ b/games-emulation/stella/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/stella # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.13 2005/02/24 02:21:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.14 2005/02/24 02:23:20 mr_bones_ Exp $ + + 23 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> + -files/stella-1.3-alsa-fix.patch, -stella-1.3-r1.ebuild, + stella-1.4.1.ebuild, stella-1.4.2.ebuild, -stella-1.4.ebuild: + removed old files *stella-1.4.2 (23 Feb 2005) diff --git a/games-emulation/stella/files/digest-stella-1.3-r1 b/games-emulation/stella/files/digest-stella-1.3-r1 deleted file mode 100644 index b3e8bbc9f312..000000000000 --- a/games-emulation/stella/files/digest-stella-1.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b9318f82a180ff0a404fca78511b2772 stella-1.3-src.tar.gz 433201 diff --git a/games-emulation/stella/files/digest-stella-1.4 b/games-emulation/stella/files/digest-stella-1.4 deleted file mode 100644 index 533fd7eb7a2a..000000000000 --- a/games-emulation/stella/files/digest-stella-1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc2496a46eb823aa9994c77a7f62cf62 stella-1.4-src.tar.gz 670366 diff --git a/games-emulation/stella/files/stella-1.3-alsa-fix.patch b/games-emulation/stella/files/stella-1.3-alsa-fix.patch deleted file mode 100644 index a9193fd870b8..000000000000 --- a/games-emulation/stella/files/stella-1.3-alsa-fix.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -ur stella-1.3/src/ui/sound/SoundALSA.cxx stella-1.3-fixed/src/ui/sound/SoundALSA.cxx ---- stella-1.3/src/ui/sound/SoundALSA.cxx 2003-02-17 19:19:44.000000000 -0600 -+++ stella-1.3-fixed/src/ui/sound/SoundALSA.cxx 2004-01-22 00:57:30.000000000 -0600 -@@ -16,6 +16,10 @@ - // $Id: stella-1.3-alsa-fix.patch,v 1.2 2004/02/01 12:29:32 ferringb Exp $ - //============================================================================ - -+#include <alsa/version.h> -+#if SND_LIB_MAJOR==1 -+#define ALSA_PCM_OLD_HW_PARAMS_API -+#endif - #include <alsa/asoundlib.h> - #include <stdio.h> - -diff -ur stella-1.3/src/ui/sound/SoundALSA.hxx stella-1.3-fixed/src/ui/sound/SoundALSA.hxx ---- stella-1.3/src/ui/sound/SoundALSA.hxx 2003-02-17 19:19:44.000000000 -0600 -+++ stella-1.3-fixed/src/ui/sound/SoundALSA.hxx 2004-01-22 00:57:01.000000000 -0600 -@@ -20,6 +19,10 @@ - #ifndef SOUNDALSA_HXX - #define SOUNDALSA_HXX - -+#include <alsa/version.h> -+#if SND_LIB_MAJOR==1 -+#define ALSA_PCM_OLD_HW_PARAMS_API -+#endif - #include <alsa/asoundlib.h> - - #include "Sound.hxx" diff --git a/games-emulation/stella/stella-1.3-r1.ebuild b/games-emulation/stella/stella-1.3-r1.ebuild deleted file mode 100644 index baf0982070cf..000000000000 --- a/games-emulation/stella/stella-1.3-r1.ebuild +++ /dev/null @@ -1,62 +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/stella/stella-1.3-r1.ebuild,v 1.8 2005/02/24 02:21:05 mr_bones_ Exp $ - -inherit eutils - -DESCRIPTION="Stella Atari 2600 VCS Emulator" -HOMEPAGE="http://stella.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="sdl X alsa" - -DEPEND="|| ( - X? ( virtual/x11 ) - sdl? ( media-libs/libsdl ) - virtual/x11 - ) - alsa? ( media-libs/alsa-lib ) - media-libs/libpng" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-alsa-fix.patch" -} - -src_compile() { - # let's just default joystick & snapshot support to on - MYOPTS="JOYSTICK_SUPPORT=1 SNAPSHOT_SUPPORT=1" - - if use alsa ; then - MYOPTS="${MYOPTS} SOUND_ALSA=1" - fi - if use X || ! use sdl ; then - cd ${S}/src/build - emake OPTIMIZATIONS="${CFLAGS}" $MYOPTS linux-x \ - || die "emake failed" - fi - if use sdl ; then - cd ${S}/src/build - emake OPTIMIZATIONS="${CFLAGS}" $MYOPTS SOUND_SDL=1 linux-sdl \ - || die "emake failed" - fi -} - -src_install() { - if use X || ! use sdl ; then - dobin src/build/stella.x11 || die "dobin failed" - fi - if use sdl ; then - dobin src/build/stella.sdl || die "dobin failed" - fi - - insinto /etc - doins src/stellarc src/emucore/stella.pro - - dohtml -r docs/ - dodoc *.txt -} diff --git a/games-emulation/stella/stella-1.4.1.ebuild b/games-emulation/stella/stella-1.4.1.ebuild index 023315b3ce6a..fd410f2db046 100644 --- a/games-emulation/stella/stella-1.4.1.ebuild +++ b/games-emulation/stella/stella-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-1.4.1.ebuild,v 1.2 2005/02/24 02:21:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-1.4.1.ebuild,v 1.3 2005/02/24 02:23:20 mr_bones_ Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="opengl" DEPEND="virtual/libc diff --git a/games-emulation/stella/stella-1.4.2.ebuild b/games-emulation/stella/stella-1.4.2.ebuild index 949ded1f5a1c..d0e43009a464 100644 --- a/games-emulation/stella/stella-1.4.2.ebuild +++ b/games-emulation/stella/stella-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-1.4.2.ebuild,v 1.1 2005/02/24 02:21:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-1.4.2.ebuild,v 1.2 2005/02/24 02:23:20 mr_bones_ Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="opengl" DEPEND="virtual/libc diff --git a/games-emulation/stella/stella-1.4.ebuild b/games-emulation/stella/stella-1.4.ebuild deleted file mode 100644 index 5e0ff170bc5c..000000000000 --- a/games-emulation/stella/stella-1.4.ebuild +++ /dev/null @@ -1,40 +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/stella/stella-1.4.ebuild,v 1.2 2005/02/24 02:21:05 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="Stella Atari 2600 VCS Emulator" -HOMEPAGE="http://stella.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="opengl" - -DEPEND="virtual/libc - media-libs/libsdl - media-libs/libpng - opengl? ( virtual/opengl )" - -src_compile() { - local target="linux" - - use opengl && target="linux-gl" - cd ${S}/src/build - emake OPTIMIZATIONS="${CFLAGS}" SMP="${MAKEOPTS}" ${target} \ - || die "emake failed" -} - -src_install() { - dogamesbin src/build/stella || die "dogamesbin failed" - - insinto /etc - doins src/emucore/stella.pro || die "doins failed" - - dohtml -r docs/ - rm -f License.txt - dodoc *.txt - prepgamesdirs -} |