diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-08 19:38:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-08 19:38:39 +0000 |
commit | 42d0436260875e1b6722b7ba75b1581175a072d3 (patch) | |
tree | 3b7d58ec5350a50995e89089f7b2b57eb609f09d /games-emulation/stella | |
parent | QA: Change variables order according to skel.ebuild, add missing 'die' statem... (diff) | |
download | gentoo-2-42d0436260875e1b6722b7ba75b1581175a072d3.tar.gz gentoo-2-42d0436260875e1b6722b7ba75b1581175a072d3.tar.bz2 gentoo-2-42d0436260875e1b6722b7ba75b1581175a072d3.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/stella')
-rw-r--r-- | games-emulation/stella/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/stella/stella-3.3.ebuild | 53 | ||||
-rw-r--r-- | games-emulation/stella/stella-3.4.ebuild | 55 | ||||
-rw-r--r-- | games-emulation/stella/stella-3.5.ebuild | 58 |
4 files changed, 5 insertions, 167 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog index 272347cc7fc3..334a3561262d 100644 --- a/games-emulation/stella/ChangeLog +++ b/games-emulation/stella/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/stella # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.71 2012/10/24 23:09:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.72 2012/11/08 19:38:39 mr_bones_ Exp $ + + 08 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> -stella-3.3.ebuild, + -stella-3.4.ebuild, -stella-3.5.ebuild: + old 24 Oct 2012; Anthony G. Basile <blueness@gentoo.org> stella-3.7.2.ebuild: stable ppc, bug #436826 diff --git a/games-emulation/stella/stella-3.3.ebuild b/games-emulation/stella/stella-3.3.ebuild deleted file mode 100644 index e69e78eddcd3..000000000000 --- a/games-emulation/stella/stella-3.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.3.ebuild,v 1.4 2011/01/15 15:08:32 maekke Exp $ - -EAPI=2 -inherit eutils 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="amd64 ppc x86" -IUSE="joystick opengl" - -DEPEND="media-libs/libsdl[joystick?,video] - x11-libs/libX11 - media-libs/libpng - sys-libs/zlib - opengl? ( virtual/opengl )" - -src_prepare() { - sed -i \ - -e '/INSTALL/s/-s //' \ - -e '/STRIP/d' \ - -e "/icons/d" \ - -e '/INSTALL.*DOCDIR/d' \ - -e '/INSTALL.*\/applications/d' \ - Makefile \ - || die "sed failed" -} - -src_configure() { - # not an autoconf script - ./configure \ - --prefix="/usr" \ - --bindir="${GAMES_BINDIR}" \ - --docdir="/usr/share/doc/${PF}" \ - --datadir="${GAMES_DATADIR}" \ - $(use_enable opengl gl) \ - $(use_enable joystick) \ - || die -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - doicon src/common/stella.png - make_desktop_entry stella Stella - dohtml -r docs/* - dodoc Announce.txt Changes.txt Copyright.txt README-GP2X.txt README-SDL.txt Readme.txt Todo.txt - prepgamesdirs -} diff --git a/games-emulation/stella/stella-3.4.ebuild b/games-emulation/stella/stella-3.4.ebuild deleted file mode 100644 index 1e76755d81fd..000000000000 --- a/games-emulation/stella/stella-3.4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.4.ebuild,v 1.5 2012/01/10 21:08:54 ranger Exp $ - -EAPI=2 -inherit eutils 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="amd64 ppc x86" -IUSE="joystick opengl" - -DEPEND="media-libs/libsdl[joystick?,video] - x11-libs/libX11 - media-libs/libpng - sys-libs/zlib - opengl? ( virtual/opengl )" - -src_prepare() { - sed -i \ - -e '/INSTALL/s/-s //' \ - -e '/STRIP/d' \ - -e "/icons/d" \ - -e '/INSTALL.*DOCDIR/d' \ - -e '/INSTALL.*\/applications/d' \ - Makefile \ - || die "sed failed" - # build with newer zlib (bug #390093) - sed -i -e '60i#define OF(x) x' src/emucore/unzip.h || die -} - -src_configure() { - # not an autoconf script - ./configure \ - --prefix="/usr" \ - --bindir="${GAMES_BINDIR}" \ - --docdir="/usr/share/doc/${PF}" \ - --datadir="${GAMES_DATADIR}" \ - $(use_enable opengl gl) \ - $(use_enable joystick) \ - || die -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - doicon src/common/stella.png - make_desktop_entry stella Stella - dohtml -r docs/* - dodoc Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt - prepgamesdirs -} diff --git a/games-emulation/stella/stella-3.5.ebuild b/games-emulation/stella/stella-3.5.ebuild deleted file mode 100644 index 1c8369b7e490..000000000000 --- a/games-emulation/stella/stella-3.5.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.5.ebuild,v 1.2 2012/01/30 17:40:39 mr_bones_ Exp $ - -EAPI=2 -inherit eutils 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="~amd64 ~ppc ~x86" -IUSE="joystick opengl" - -DEPEND="media-libs/libsdl[joystick?,video] - x11-libs/libX11 - media-libs/libpng - sys-libs/zlib - opengl? ( virtual/opengl )" - -src_prepare() { - sed -i \ - -e '/INSTALL/s/-s //' \ - -e '/STRIP/d' \ - -e "/icons/d" \ - -e '/INSTALL.*DOCDIR/d' \ - -e '/INSTALL.*\/applications/d' \ - Makefile || die - sed -i \ - -e '/Icon/s/.png//' \ - -e '/Categories/s/Application;//' \ - src/unix/stella.desktop || die - # build with newer zlib (bug #390093) - sed -i -e '60i#define OF(x) x' src/emucore/unzip.h || die -} - -src_configure() { - # not an autoconf script - ./configure \ - --prefix="/usr" \ - --bindir="${GAMES_BINDIR}" \ - --docdir="/usr/share/doc/${PF}" \ - --datadir="${GAMES_DATADIR}" \ - $(use_enable opengl gl) \ - $(use_enable joystick) \ - || die -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - doicon src/common/stella.png - domenu src/unix/stella.desktop - dohtml -r docs/* - dodoc Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt - prepgamesdirs -} |