ChangeLog

# ChangeLog for games-puzzle/torrent
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v 1.7 2006/08/15 15:06:23 tcort Exp $

15 Aug 2006; Thomas Cort torrent-0.8.2.ebuild:
Stable on amd64 wrt Bug #143961

23 Nov 2004; Joseph Jezak torrent-0.8.2.ebuild:
Marked ppc stable.

*torrent-0.8.2 (05 May 2004)

05 May 2004; Michael Sterrett torrent-0.8.2.ebuild:
version bump

30 Apr 2004; David Holm torrent-0.8.1.ebuild:
Added to ~ppc.

*torrent-0.8.1 (29 Apr 2004)

29 Apr 2004; Michael Sterrett torrent-0.8.1.ebuild:
version bump

*torrent-0.8 (05 Mar 2004)

05 Mar 2004; Michael Sterrett metadata.xml,
torrent-0.8.ebuild:
initial commit

Manifest

DIST torrent-0.8.2.tar.gz 555686 RMD160 97875f42e4f1d1633500ca1a412d05f2b7a0142f SHA1 9cd8c6629f38344674c34f67091f3ded5152b287 SHA256 93890ed9287061f6b8d63993962c188013388fe7cf4d3d334ca7e72cc3209a67
EBUILD torrent-0.8.2.ebuild 747 RMD160 af3345c1d88cbb984598bb5407fee69388020c0e SHA1 7d01016702a3faf4b19abec9db74245463ab46ad SHA256 d4a008b1011a39bc64f22236efccaffd232bfcef01b9c8a8f43c4f1a62689140
MISC ChangeLog 875 RMD160 77e15781b1827b4c8941d7371f6c150589c8e574 SHA1 a8d2feba9bb9da7aaf6b2ce490410c43691387df SHA256 af77e1eea52a799fb33ff1117c8f459c2414c13e7587f4d67830bdc963a0c8bf
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

metadata.xml




games

torrent-0.8.2.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild,v 1.5 2006/08/15 15:06:23 tcort Exp $

inherit games

DESCRIPTION="Match rising tiles to score as many points as possible before the tiles touch the top of the board"
HOMEPAGE="http://www.shiftygames.com/torrent/torrent.html"
SRC_URI="http://www.shiftygames.com/torrent/${P}.tar.gz"

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

DEPEND=">=media-libs/libsdl-1.2.4
>=media-libs/sdl-mixer-1.2
>=media-libs/sdl-image-1.2
media-libs/sdl-ttf"

src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc ChangeLog
prepgamesdirs
}