diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 01:25:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 01:25:23 +0000 |
commit | 26330f5940dc54ee0449950f6a5161095782ebf9 (patch) | |
tree | 5e79ee5686d66c0ee8600b0d15f0cd0306c1d690 /games-action/koth | |
parent | tidy old patches (diff) | |
download | gentoo-2-26330f5940dc54ee0449950f6a5161095782ebf9.tar.gz gentoo-2-26330f5940dc54ee0449950f6a5161095782ebf9.tar.bz2 gentoo-2-26330f5940dc54ee0449950f6a5161095782ebf9.zip |
header fix
Diffstat (limited to 'games-action/koth')
-rw-r--r-- | games-action/koth/Manifest | 8 | ||||
-rw-r--r-- | games-action/koth/koth-0.7.7.ebuild | 6 | ||||
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games-action/koth/Manifest b/games-action/koth/Manifest index 286aa5168ea2..f429e0737d43 100644 --- a/games-action/koth/Manifest +++ b/games-action/koth/Manifest @@ -1,6 +1,6 @@ -MD5 74ab215bb3829c3e46c82a7607b6fa55 files/digest-koth-0.7.7 63 -MD5 639b4734a76c78db41e4ef7db6587fd1 files/digest-koth-0.8.0 63 -MD5 578f154d33aaa298326ad93baeb00ff5 koth-0.7.7.ebuild 749 -MD5 b7c0b740383721fc1c1f2c6817ac0c40 koth-0.8.0.ebuild 749 MD5 3fd2bf292a9c9c58fc3a8acb758e13fa ChangeLog 884 +MD5 e46e9afba07c4b3daa9e36b8aa1e5d08 koth-0.7.7.ebuild 744 +MD5 d1cbd0eabc6320434a9f3e23eaba7bfc koth-0.8.0.ebuild 744 MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245 +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.7.7.ebuild b/games-action/koth/koth-0.7.7.ebuild index 62621b774abf..d0f77eabd46b 100644 --- a/games-action/koth/koth-0.7.7.ebuild +++ b/games-action/koth/koth-0.7.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. and Arcady Genkin <agenkin@thpoon.com> +# Copyright 1999-2004 Gentoo Technologies, Inc. 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.7.7.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.7.7.ebuild,v 1.2 2004/02/03 01:21:14 mr_bones_ Exp $ inherit eutils @@ -19,5 +19,5 @@ src_install () { make DESTDIR=${D} install || die "make install failed" insinto /etc/koth doins src/koth.cfg - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README doc/*.txt + dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.txt } diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild index c4d72a798a12..e594c3303e64 100644 --- a/games-action/koth/koth-0.8.0.ebuild +++ b/games-action/koth/koth-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. and Arcady Genkin <agenkin@thpoon.com> +# Copyright 1999-2004 Gentoo Technologies, Inc. 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.1 2003/09/10 19:29:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.2 2004/02/03 01:21:14 mr_bones_ Exp $ inherit eutils @@ -19,5 +19,5 @@ src_install () { make DESTDIR=${D} install || die "make install failed" insinto /etc/koth doins src/koth.cfg - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README doc/*.txt + dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.txt } |