ChangeLog

# ChangeLog for games-action/koth
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.15 2008/03/06 03:26:28 wolf31o2 Exp $

06 Mar 2008; Chris Gianelloni koth-0.8.0.ebuild:
QA cleanup: unquote ${A}.

27 Jul 2007; Roy Marples koth-0.8.0.ebuild:
Keyworded ~x86-fbsd

13 Jun 2007; Tristan Heaven koth-0.8.0.ebuild:
Install cfg into GAMES_SYSCONFDIR; compile fix for new libggi version

15 Jun 2005; Chris Gianelloni koth-0.7.7.ebuild,
koth-0.8.0.ebuild:
Removed INSTALL file.

31 May 2005; Marcus D. Hanwell koth-0.8.0.ebuild:
Stable on amd64.

21 Dec 2004; Joseph Jezak koth-0.8.0.ebuild:
Marked ppc stable.

06 Nov 2004; Joseph Jezak koth-0.8.0.ebuild:
Correctly installs into games now.

01 Nov 2004; Joseph Jezak
+files/koth-0.8.0-gcc-3.4.patch, koth-0.8.0.ebuild:
GCC 3.4 fixes and marked ~ppc

01 Jun 2004; Chris Gianelloni koth-0.8.0.ebuild:
Marking stable on alpha (no bugs in 478 days).

24 May 2004; Chris Gianelloni koth-0.8.0.ebuild:
Adding amd64 KEYWORD and closing bug #51893.

29 Apr 2004; Aron Griffis koth-0.8.0.ebuild:
Add ~alpha

19 Apr 2004; Chris Gianelloni koth-0.7.7.ebuild,
koth-0.8.0.ebuild:
Added IUSE.

12 Jul 2003; Michael Sterrett koth-0.7.7.ebuild,
koth-0.8.0.ebuild:
fix DESCRIPTION; tidy; add some error messages

*koth-0.8.0 (09 Feb 2003)

09 Feb 2003; Seemant Kulleen koth-0.8.0.ebuild
files/digest-koth-0.8.0 :

Version bump into testing profile.

*koth-0.7.7 (09 Feb 2003)

09 Feb 2003; Seemant Kulleen koth-0.7.7.ebuild
files/digest-koth-0.7.7 :

Version bump. And using : instead of / in sed expressions, closing bug
#15006 by Blu3

*koth-0.7.6 (04 Oct 2002)

04 Oct 2002; Arcady Genkin koth-0.7.6 :

Initial version.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX koth-0.8.0-gcc-3.4.patch 612 RMD160 332b135448f69e738d3d3546b64161850b8ba378 SHA1 53def4cb72c0bfad3f297e1793c837169a551a27 SHA256 edc4f8f53e5a6830251e42d0efdd416ab761fd3cb1a4551a78626be712dc7dcc
DIST koth-0.8.0.tar.bz2 140569 RMD160 3ea8ef52cab309a764e0379031606d2a949e6553 SHA1 6cb04ae1f09c4fb521fb47465ab91a1d67986c41 SHA256 1f61e1c354ab2b425b33b1504fb181d8bf9e0b6e154c6d3a516b2f98f7c805d8
EBUILD koth-0.8.0.ebuild 1127 RMD160 f9e51c0dfa4c37e7282f89ca76a1eb7871cf9489 SHA1 13499ec5d77ce9c2e53ee502b204db2eef7218f6 SHA256 4e91a69b0b0a843dfb5b1ab66079fcc8cac4c4cfcea2d659fce51b71f899da66
MISC ChangeLog 2187 RMD160 c5faffba589603d060bf24a276a5c3532f436e71 SHA1 8782bc26eaccd30bfb1e0618eebc633df0ce2281 SHA256 c21fef735cea887eeec54580feb9df543090d285c7292b79e87cf185578df17c
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHz2RjkT4lNIS36YERAqaLAJ0dXY33UwZfmOxsrNxXvd24f3f42gCdH5Ws
2q2rnQJOPGImex3Ju345jew=
=aNvH
-----END PGP SIGNATURE-----

files

koth-0.8.0.ebuild

# Copyright 1999-2008 Gentoo Foundation and Arcady Genkin
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.16 2008/03/06 03:26:28 wolf31o2 Exp $

inherit eutils games

DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons"
HOMEPAGE="http://www.nongnu.org/koth/"
SRC_URI="http://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.bz2"

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

DEPEND="media-libs/libggi"

src_unpack() {
unpack ${A}
cd "${S}"
sed -i 's:-g -O2::' configure \
|| die "sed configure failed"
cd src
epatch "${FILESDIR}"/${P}-gcc-3.4.patch
sed -i "s:/etc/koth:${GAMES_SYSCONFDIR}:" cfgfile.h \
|| die "sed cfgfile.h failed"
sed -i 's:(uint16):(uint16_t):' gfx.c gfx.h \
|| die "sed gfx.c gfx.h failed"
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
insinto "${GAMES_SYSCONFDIR}"
doins src/koth.cfg || die "doins failed"
dodoc AUTHORS ChangeLog NEWS README doc/*.txt
prepgamesdirs
}

metadata.xml




games