Portage is a package management system used by Gentoo Linux
# ChangeLog for games-action/shootingstar
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.5 2007/03/14 20:53:28 nyhm Exp $
14 Mar 2007; Tristan Heaven
Install menu entry, bug #159764
28 Jan 2006; Joshua Baergen
shootingstar-1.2.0.ebuild:
Remove x11 dependencies as this package does not directly depend on X.
26 Jul 2004; Michael Sterrett
+files/1.2.0-gcc34.patch, shootingstar-1.2.0.ebuild:
Add patch from Loz Hygate to address gcc 3.4 compile (bug #58287)
*shootingstar-1.2.0 (23 Feb 2004)
23 Feb 2004; Michael Sterrett
shootingstar-1.2.0.ebuild:
initial commit; ebuild submitted by Thomas Preissler via bug #42569 (modified)
AUX 1.2.0-gcc34.patch 1053 RMD160 9e20cbb6d060b0a94cf5589ba1a3cf69bb0426bd SHA1 43b9ca06b63d4445b070ba648a33a1fd2f6e4f02 SHA256 af546d3f6201db0e42b4f1bade2ba214f10959986b95892887e17f33f1e23ee2
DIST shootingstar-1.2.0.tar.gz 7755911 RMD160 e14d9308f8a9ebefac0d9e896e4587b7c57b73ad SHA1 3c812d12582453d8ed2760f18124d9e0bb80c579 SHA256 21ed7e557a77a12c1bde5f968c55659667c1b14702f3b0ca5762d10374c6b1d9
EBUILD shootingstar-1.2.0.ebuild 825 RMD160 7e761c4107e7aaf20e906450042d374f2508f8b2 SHA1 991652f0ca4305ea5d41f5cca3c2b4b1a86c8b8e SHA256 d956b6f64772c5b8ad2bd12bb949afa20d42d3e4f0a092227c0404aae659956a
MISC ChangeLog 885 RMD160 413cb1368fd50066ac8c3bc7ef26a8480a0f9926 SHA1 f45f09d50a31271fbb7f26d2c694db7602fe3875 SHA256 386e8ea4f53a0ed524ef416f0d3874fe5cae7279c904557b33cb4ca038c77436
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2007 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.5 2007/03/14 20:53:28 nyhm Exp $
inherit eutils games
DESCRIPTION="A topdown shooter"
HOMEPAGE="http://www.2ndpoint.fi/ss"
SRC_URI="http://www.2ndpoint.fi/ss/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND="virtual/opengl
virtual/glu
media-libs/libsdl
media-libs/sdl-mixer
media-libs/sdl-image"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}-gcc34.patch
}
src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
newicon data/textures/body1.png ${PN}.png
make_desktop_entry ${PN} "Shooting Star"
dodoc AUTHORS ChangeLog NEWS README TODO
prepgamesdirs
}