ChangeLog

# ChangeLog for games-arcade/solarwolf
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/ChangeLog,v 1.17 2007/06/21 13:21:26 gustavoz Exp $

21 Jun 2007; Gustavo Zacarias solarwolf-1.5.ebuild:
Stable on sparc

27 Sep 2006; Tristan Heaven solarwolf-1.5.ebuild:
Check sdl-mixer is built with USE=mikmod, bug #145139

09 May 2006; Thomas Cort solarwolf-1.5.ebuild:
Stable on alpha.

03 Apr 2006; Thomas Cort solarwolf-1.5.ebuild:
Added ~alpha keyword.

06 Jan 2006; Konstantin Arkhipov solarwolf-1.5.ebuild:
Marked amd64 stable.

22 Aug 2005; Konstantin Arkhipov solarwolf-1.5.ebuild:
Added ~amd64 keyword.

14 Jun 2005; Joseph Jezak solarwolf-1.5.ebuild:
Marked ppc stable.

13 May 2005; Michael Sterrett -files/solarwolf,
-files/solarwolf.png, -solarwolf-1.3.ebuild, -solarwolf-1.4.ebuild,
solarwolf-1.5.ebuild:
clean old versions and files; tidy

17 Dec 2004; Joseph Jezak solarwolf-1.5.ebuild:
Marked ~ppc.

*solarwolf-1.5 (17 Feb 2004)

17 Feb 2004; Michael Sterrett solarwolf-1.5.ebuild:
version bump

28 Jan 2004; Michael Sterrett solarwolf-1.3.ebuild,
solarwolf-1.4.ebuild:
mark stable; skip install of .xvpics directory; more error checking/messages

*solarwolf-1.4 (08 Jan 2004)

08 Jan 2004; Mike Frysinger :
Version bump ... got an e-mail from Pete Shinners .

*solarwolf-1.3 (23 Sep 2003)

25 Sep 2003; Todd Sunderlin solarwolf-1.3.ebuild:
added ~sparc keyword

23 Sep 2003; Mike Frysinger :
Version bump ... got an e-mail from Pete Shinners .

*solarwolf-1.2 (03 Aug 2003)

03 Aug 2003; Mike Frysinger :
Version bump.

*solarwolf-1.1 (13 Jul 2003)

13 Jul 2003; Mike Frysinger :
Initial import. Ebuild submitted by me.

Manifest

DIST solarwolf-1.5.tar.gz 2045888 RMD160 5ac1d38aa7321d9cd9785c41070f4a98f2218258 SHA1 31dabba3867875d49ac9fc116d4d317f50473d34 SHA256 bd261c17e9aad6ab18925d74bbdeaf8e57d24e707c96f7073386561d8ebd219f
EBUILD solarwolf-1.5.ebuild 1084 RMD160 8258ae535771d2d8eb076a5d760f37a80c06579e SHA1 068fea4a246dcdabaffe8effdd4f8cc19dacafa4 SHA256 2eb6d5b8ae81140e5aae5b38fe7f156aaa963fea3133febba684f7ad844e28c2
MISC ChangeLog 2141 RMD160 f18ac83f341e144e5bfb4e74eeb5c3e9eafa00d4 SHA1 a397abdeb9c46b2090781f1a8efdccc82371b085 SHA256 a7f91b6012a0c58580f1efdc181a63f9fa0a42203cf4a76d9c7e60021d5394ee
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

metadata.xml




games

solarwolf-1.5.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/solarwolf-1.5.ebuild,v 1.17 2007/06/21 13:21:26 gustavoz Exp $

inherit eutils games

DESCRIPTION="action/arcade recreation of SolarFox"
HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/"
SRC_URI="http://www.pygame.org/shredwheat/solarwolf/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 hppa ppc sparc x86"
IUSE=""

RDEPEND=">=dev-python/pygame-1.5.6"

pkg_setup() {
if ! built_with_use media-libs/sdl-mixer mikmod ; then
die "You need to build media-libs/sdl-mixer with USE=mikmod"
fi
games_pkg_setup
}

src_unpack() {
unpack ${A}
cd "${S}"
find . -name .xvpics -print0 | xargs -0 rm -fr
}

src_install() {
insinto "$(games_get_libdir)"/${PN}
doins -r code data *py || die "doins lib failed"
games_make_wrapper ${PN} "python ./solarwolf.py" "$(games_get_libdir)"/${PN}
doicon dist/${PN}.png
make_desktop_entry ${PN} SolarWolf
dodoc readme.txt
doman dist/${PN}.6.gz
prepgamesdirs
}