ChangeLog

# ChangeLog for games-simulation/stoned-bin
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.10 2007/10/17 17:51:51 drac Exp $

17 Oct 2007; Samuli Suominen stoned-bin-1.1.6.ebuild:
Change media-libs/fmod dep to work with slots.

31 Mar 2006; Chris Gianelloni
stoned-bin-1.1.6.ebuild:
Changed nostrip to strip.

31 Mar 2006; Chris Gianelloni
-stoned-bin-1.0.4.ebuild:
Removing old version.

25 Feb 2005; Michael Sterrett
stoned-bin-1.1.6.ebuild:
fix typo (bug #83314)

23 Feb 2005; Chris Gianelloni
stoned-bin-1.1.6.ebuild:
Fixed S and closing bug #83043.

*stoned-bin-1.1.6 (11 Feb 2005)

11 Feb 2005; Chris Gianelloni
-stoned-bin-1.1.5.ebuild, +stoned-bin-1.1.6.ebuild:
Version bumped to 1.1.6

11 Feb 2005; Chris Gianelloni
stoned-bin-1.0.4.ebuild:
Updated HOMEPAGE and closing bug #81657.

05 Sep 2004; Sven Wegener :
Fixed ChangeLog header.

*stoned-bin-1.0.4 (25 Jul 2004)

25 Jul 2004; Michael Sterrett +metadata.xml,
+stoned-bin-1.0.4.ebuild, +stoned-bin-1.1.5.ebuild:
Renamed to stoned-bin

*stoned-bin-1.1.5 (06 Jan 2004)

06 Jan 2004; Michael Sterrett stoned-1.1.5.ebuild:
updated RDEPEND for bug 37363

*stonde-bin-1.1.5 (18 Nov 2003)

18 Nov 2003; Mike Frysinger :
Version bump.

*stoned-bin-1.0.4 (30 Jul 2003)

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

Manifest

DIST stoned-1.1.6-i386-linux.tar.gz 233601 RMD160 da33273c4cba0148b7731f23c9b388c02ffd67fb SHA1 1876776614a8ac6cf488606e688afc61847e5dbb SHA256 412d5d58d4e8be53458d9f969dd7cb73f422756233c407af01419e91651cff68
EBUILD stoned-bin-1.1.6.ebuild 737 RMD160 4854de506253a64ee4aabb979ea278ae6d2f8c2b SHA1 3562033a8136a092afa39f84f8350a8cf97f4f27 SHA256 2656cd3259fb577b4ac22805e41349b8af92eca29de23502b0010207a00f9fad
MISC ChangeLog 1716 RMD160 354338c142301f7916ed1c2e5886dc32eb436bce SHA1 d415338d1951f0ba8952f6ade6f95608c9195c0f SHA256 8d1a74267b51fe8664c95b412fe043011460fac003eaac289c29e2afc57a5edb
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

metadata.xml




games

stoned-bin-1.1.6.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild,v 1.5 2007/10/17 17:51:51 drac Exp $

inherit games

DESCRIPTION="3D curling simulation"
HOMEPAGE="http://stoned.cute-ninjas.com/"
SRC_URI="http://stoned.cute-ninjas.com/download/${P/-bin}-i386-linux.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="-* x86"
IUSE=""
RESTRICT="strip"

RDEPEND="virtual/opengl
virtual/glut
media-libs/sdl-net
=media-libs/fmod-3*
sys-libs/zlib
media-libs/libpng"

S=${WORKDIR}/${P/-bin}-i386-linux

src_install() {
into "${GAMES_PREFIX_OPT}"
dobin stoned || die "dobin failed"
dodoc FAQ README
prepgamesdirs
}