ChangeLog

# ChangeLog for games-arcade/sdlroids
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdlroids/ChangeLog,v 1.14 2008/02/29 18:52:45 carlo Exp $

29 Feb 2008; Carsten Lohrke sdlroids-1.3.4-r3.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.

24 Apr 2007; Timothy Redaelli
sdlroids-1.3.4-r3.ebuild:
Add ~x86-fbsd keyword.
Thanks to Nathan Smith for reporting wrt bug #175779

13 Mar 2007; Tristan Heaven sdlroids-1.3.4-r3.ebuild:
Install menu entry

06 Dec 2006; Chris Gianelloni
sdlroids-1.3.4-r3.ebuild:
Removed sed-4 from *DEPEND.

10 Sep 2005; Aron Griffis sdlroids-1.3.4-r3.ebuild:
Mark 1.3.4-r3 stable on alpha

31 May 2005; Marcus D. Hanwell
sdlroids-1.3.4-r3.ebuild:
Stable on amd64.

24 Mar 2005; Bryan Østergaard
sdlroids-1.3.4-r3.ebuild:
Add ~alpha keyword, bug 86213.

28 Dec 2004; Ciaran McCreesh :
Change encoding to UTF-8 for GLEP 31 compliance

02 Jul 2004; Michael Sterrett
+files/1.3.4-sound.patch, sdlroids-1.3.4-r3.ebuild:
Fix loading of the sound samples when using sdl-mixer (bug #55932)

*sdlroids-1.3.4-r3 (24 Jan 2004)

24 Jan 2004; Michael Sterrett
sdlroids-1.3.4-r3.ebuild:
use games eclass

24 Jan 2004; Michael Sterrett
sdlroids-1.3.4-r1.ebuild, sdlroids-1.3.4-r2.ebuild:
tidy; switch to bz2 for source

*sdlroids-1.3.4-r2 (7 May 2002)

17 jul 2002; Jose Alberto Suárez López sdlroids-1.3.4-r2.ebuild :
Added LICENSE, KEYWORDS.
7 May 2002; Spider sdlroids-1.3.4-r2.ebuild sdlroids-1.3.4-r1.ebuild:

17 jul 2002; Jose Alberto Suárez López sdlroids-1.3.4-r1.ebuild :
Added LICENSE, KEYWORDS.
fix sourceforge mirroring.

*sdlroids-1.3.4-r2 (27 Mar 2002)

27 Mar 2002; Seemant Kulleen sdlroids-1.3.4-r2.ebuild :

man page/LFH compliance submitted by Matthew Kennedy.

*sdlroids-1.3.4-r1 (1 Feb 2002)

1 Feb 2002; G.Bevin ChangeLog :

Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.

Manifest

AUX 1.3.4-sound.patch 654 RMD160 817275813dd384eed04cfc62c46d415d4723b1c0 SHA1 c0702b07bb88a25ffd652fb20e36a911a984e000 SHA256 f1b3fca8e7ad7de34f5b36a5ac04d715d9855374591410b11f63722988cbdff4
DIST sdlroids-1.3.4.tar.bz2 136588 RMD160 9ca8845ac9b157730956da0b2de0f0a909d37861 SHA1 9ea263bd68f96e1f01d4553ea9a2601d66b5ae90 SHA256 224b1def78dba8a4f7ec7bb15df16a21c85e50dc3d09888a19da0497d37c709c
EBUILD sdlroids-1.3.4-r3.ebuild 955 RMD160 3fd718a51d2c746552ed5d4b4576c9419e40b356 SHA1 f0bae6e37a070999c47510b16ec6f9f100d4300d SHA256 41a8724fd32641562a24f0f5c0defcb1ef011460198df1ebb5babb52225daf1a
MISC ChangeLog 2656 RMD160 6a28ed8411f82c4a7af4d92b1c40187a75f27a31 SHA1 539c1d8f1749456985c35a0099350e78c9f74edc SHA256 4873891cb158bb0550b5a1fd0e2253db90fd8b10813d687c9526571c5f25cfe2
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

files

metadata.xml




games

sdlroids-1.3.4-r3.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild,v 1.12 2008/02/29 18:52:45 carlo Exp $

inherit eutils games

DESCRIPTION="Asteroids Clone for X using SDL"
HOMEPAGE="http://david.hedbor.org/projects/sdlroids/"
SRC_URI="mirror://sourceforge/sdlroids/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd"
IUSE=""

DEPEND="media-libs/libsdl
media-libs/sdl-mixer"

src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e 's/$(SOUNDSDIR)/$(DESTDIR)$(SOUNDSDIR)/' \
-e 's/$(GFXDIR)/$(DESTDIR)$(GFXDIR)/' Makefile.in \
|| die "sed failed"
epatch "${FILESDIR}"/${PV}-sound.patch
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
newicon icons/sdlroids-48x48.xpm ${PN}.xpm
make_desktop_entry ${PN} SDLRoids ${PN}
dodoc ChangeLog README.* TODO
prepgamesdirs
}