mr_bones_ 14/07/30 17:16:38 Modified: stella-3.9.ebuild ChangeLog Added: stella-4.0.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 games-emulation/stella/stella-3.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?r1=1.2&r2=1.3 Index: stella-3.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- stella-3.9.ebuild 26 Jun 2014 22:01:40 -0000 1.2 +++ stella-3.9.ebuild 30 Jul 2014 17:16:38 -0000 1.3 @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.2 2014/06/26 22:01:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.3 2014/07/30 17:16:38 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils gnome2-utils games DESCRIPTION="Stella Atari 2600 VCS Emulator" @@ -22,6 +22,7 @@ virtual/opengl virtual/glu )" +RDEPEND=${DEPEND} src_prepare() { sed -i \ @@ -52,7 +53,7 @@ newicon -s ${i} src/common/stella-${i}x${i}.png stella.png done - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install domenu src/unix/stella.desktop dohtml -r docs/* dodoc Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt 1.81 games-emulation/stella/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 26 Jun 2014 22:01:40 -0000 1.80 +++ ChangeLog 30 Jul 2014 17:16:38 -0000 1.81 @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/stella # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.80 2014/06/26 22:01:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.81 2014/07/30 17:16:38 mr_bones_ Exp $ + +*stella-4.0 (30 Jul 2014) + + 30 Jul 2014; Michael Sterrett <[email protected]> +stella-4.0.ebuild, + stella-3.9.ebuild: + version bump 26 Jun 2014; Michael Sterrett <[email protected]> stella-3.9.ebuild: make sure libsdl has X support (bug #514388) 1.1 games-emulation/stella/stella-4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-4.0.ebuild?rev=1.1&content-type=text/plain Index: stella-4.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-4.0.ebuild,v 1.1 2014/07/30 17:16:38 mr_bones_ Exp $ EAPI=5 inherit eutils gnome2-utils games DESCRIPTION="Stella Atari 2600 VCS Emulator" HOMEPAGE="http://stella.sourceforge.net/" SRC_URI="mirror://sourceforge/stella/${P}-src.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="joystick" DEPEND="media-libs/libsdl2[joystick?,opengl,video] media-libs/libpng:0 sys-libs/zlib" RDEPEND=${DEPEND} src_prepare() { sed -i \ -e '/INSTALL/s/-s //' \ -e '/STRIP/d' \ -e "/icons/d" \ -e '/INSTALL.*DOCDIR/d' \ -e '/INSTALL.*\/applications/d' \ -e '/CXXFLAGS+=/s/-fomit-frame-pointer//' \ Makefile || 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() { local i for i in 16 22 24 32 48 64 128 ; do newicon -s ${i} src/common/stella-${i}x${i}.png stella.png done emake DESTDIR="${D}" install domenu src/unix/stella.desktop dohtml -r docs/* dodoc Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt prepgamesdirs } pkg_preinst() { games_pkg_preinst gnome2_icon_savelist } pkg_postinst() { games_pkg_postinst gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update }
