summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2004-11-06 04:20:07 +0000
committerJoseph Jezak <josejx@gentoo.org>2004-11-06 04:20:07 +0000
commit3973092f5441f4de6382da06e7943754186e9022 (patch)
tree94bedd8ab490a8ae91cca159157adb360267f245 /games-action/koth
parentStable on sparc wrt bug #70199. (diff)
downloadhistorical-3973092f5441f4de6382da06e7943754186e9022.tar.gz
historical-3973092f5441f4de6382da06e7943754186e9022.tar.bz2
historical-3973092f5441f4de6382da06e7943754186e9022.zip
Correctly installs into games now.
Diffstat (limited to 'games-action/koth')
-rw-r--r--games-action/koth/ChangeLog5
-rw-r--r--games-action/koth/Manifest4
-rw-r--r--games-action/koth/koth-0.8.0.ebuild6
3 files changed, 9 insertions, 6 deletions
diff --git a/games-action/koth/ChangeLog b/games-action/koth/ChangeLog
index ca66825ea1f6..ee881b0fa213 100644
--- a/games-action/koth/ChangeLog
+++ b/games-action/koth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/koth
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.8 2004/11/01 09:32:51 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.9 2004/11/06 04:20:07 josejx Exp $
+
+ 06 Nov 2004; Joseph Jezak <josejx@gentoo.org> koth-0.8.0.ebuild:
+ Correctly installs into games now.
01 Nov 2004; Joseph Jezak <josejx@gentoo.org>
+files/koth-0.8.0-gcc-3.4.patch, koth-0.8.0.ebuild:
diff --git a/games-action/koth/Manifest b/games-action/koth/Manifest
index 5a9dbe89dc57..7ad62ab93ed6 100644
--- a/games-action/koth/Manifest
+++ b/games-action/koth/Manifest
@@ -1,6 +1,6 @@
-MD5 4ad133aa09adcef0d372d8680b212ff1 ChangeLog 1446
+MD5 bb1e69e45fea06f3e9aeaf633fc8e9b3 ChangeLog 1551
MD5 9cdd71197af50cc9ec86f9023d5c40dd koth-0.7.7.ebuild 742
-MD5 46322a4e9834b9974e68d34c4db04a93 koth-0.8.0.ebuild 845
+MD5 9c505ad8e170cc05d1dceee7a598da53 koth-0.8.0.ebuild 851
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 74ab215bb3829c3e46c82a7607b6fa55 files/digest-koth-0.7.7 63
MD5 639b4734a76c78db41e4ef7db6587fd1 files/digest-koth-0.8.0 63
diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild
index cd220e0ea7b2..4c6181b045fa 100644
--- a/games-action/koth/koth-0.8.0.ebuild
+++ b/games-action/koth/koth-0.8.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation and Arcady Genkin <agenkin@thpoon.com>
# 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.9 2004/11/01 09:32:51 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.10 2004/11/06 04:20:07 josejx Exp $
-inherit eutils
+inherit eutils games
DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons"
HOMEPAGE="http://www.nongnu.org/koth/"
@@ -22,9 +22,9 @@ src_unpack(){
}
src_install() {
- dodir /usr/bin
make DESTDIR=${D} install || die "make install failed"
insinto /etc/koth
doins src/koth.cfg
dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.txt
+ prepgamesdirs
}