mr_bones_ 14/04/10 06:30:58 Modified: shootingstar-1.2.0.ebuild ChangeLog Log: fix up HOMEPAGE,SRC_URI (bug #499702); EAPI=5; improve icon handling (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.8 games-action/shootingstar/shootingstar-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild?r1=1.7&r2=1.8 Index: shootingstar-1.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- shootingstar-1.2.0.ebuild 19 Oct 2009 05:01:04 -0000 1.7 +++ shootingstar-1.2.0.ebuild 10 Apr 2014 06:30:58 -0000 1.8 @@ -1,17 +1,17 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.7 2009/10/19 05:01:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.8 2014/04/10 06:30:58 mr_bones_ Exp $ -EAPI=2 -inherit eutils games +EAPI=5 +inherit autotools eutils gnome2-utils games DESCRIPTION="A topdown shooter" -HOMEPAGE="http://www.2ndpoint.fi/ss" -SRC_URI="http://www.2ndpoint.fi/ss/${P}.tar.gz" +HOMEPAGE="http://linux.softpedia.com/get/GAMES-ENTERTAINMENT/Arcade/Shooting-Star-19754.shtml" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="virtual/opengl @@ -19,16 +19,32 @@ media-libs/libsdl[video] media-libs/sdl-mixer media-libs/sdl-image" +RDEPEND="${DEPEND}" -PATCHES=( - "${FILESDIR}"/${PV}-gcc34.patch - "${FILESDIR}"/${P}-gcc44.patch -) +src_prepare() { + epatch \ + "${FILESDIR}"/${PV}-gcc34.patch \ + "${FILESDIR}"/${P}-gcc44.patch + eautoreconf +} src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - newicon data/textures/body1.png ${PN}.png + default + newicon -s 128 data/textures/body1.png ${PN}.png make_desktop_entry ${PN} "Shooting Star" - dodoc AUTHORS ChangeLog NEWS README TODO prepgamesdirs } + +pkg_preinst() { + games_pkg_preinst + gnome2_icon_savelist +} + +pkg_postinst() { + games_pkg_postinst + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} 1.8 games-action/shootingstar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shootingstar/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shootingstar/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shootingstar/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 19 Oct 2009 05:01:04 -0000 1.7 +++ ChangeLog 10 Apr 2014 06:30:58 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for games-action/shootingstar -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.7 2009/10/19 05:01:04 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.8 2014/04/10 06:30:58 mr_bones_ Exp $ + + 10 Apr 2014; Michael Sterrett <[email protected]> + shootingstar-1.2.0.ebuild: + fix up HOMEPAGE,SRC_URI (bug #499702); EAPI=5; improve icon handling 19 Oct 2009; Michael Sterrett <[email protected]> shootingstar-1.2.0.ebuild: @@ -26,4 +30,3 @@ 23 Feb 2004; Michael Sterrett <[email protected]> metadata.xml, shootingstar-1.2.0.ebuild: initial commit; ebuild submitted by Thomas Preissler via bug #42569 (modified) -
