diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-31 08:00:18 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-31 08:00:18 +0000 |
commit | 80f23d268e85999fa726e72213f52bae16050912 (patch) | |
tree | 76e6873f9cfa48097ab15d858f332249da744477 /games-action | |
parent | Added to ~ppc (diff) | |
download | historical-80f23d268e85999fa726e72213f52bae16050912.tar.gz historical-80f23d268e85999fa726e72213f52bae16050912.tar.bz2 historical-80f23d268e85999fa726e72213f52bae16050912.zip |
Stable on amd64.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/koth/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/koth/Manifest | 18 | ||||
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 6 |
3 files changed, 22 insertions, 9 deletions
diff --git a/games-action/koth/ChangeLog b/games-action/koth/ChangeLog index 2c332837e89a..ea87c19250a4 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.10 2004/12/20 13:15:26 josejx Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.11 2005/05/31 08:00:18 cryos Exp $ + + 31 May 2005; Marcus D. Hanwell <marcus@gentoo.org> koth-0.8.0.ebuild: + Stable on amd64. 21 Dec 2004; Joseph Jezak <josejx@gentoo.org> koth-0.8.0.ebuild: Marked ppc stable. diff --git a/games-action/koth/Manifest b/games-action/koth/Manifest index eb8c2f494923..c91905625548 100644 --- a/games-action/koth/Manifest +++ b/games-action/koth/Manifest @@ -1,7 +1,17 @@ -MD5 e23a0b0ae1f22a58acdf96864a5a8f0c koth-0.8.0.ebuild 850 -MD5 18b412ea4f53478d80fcf6d3a4dbf0dd ChangeLog 1641 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9cdd71197af50cc9ec86f9023d5c40dd koth-0.7.7.ebuild 742 -MD5 639b4734a76c78db41e4ef7db6587fd1 files/digest-koth-0.8.0 63 +MD5 a0c5af1ec7d1a914285118fa40b0fbe4 koth-0.8.0.ebuild 848 +MD5 4ec8d9b13e1a2e35f22039241351683b ChangeLog 1732 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 74ab215bb3829c3e46c82a7607b6fa55 files/digest-koth-0.7.7 63 +MD5 639b4734a76c78db41e4ef7db6587fd1 files/digest-koth-0.8.0 63 MD5 8ad7c4c5d637f02056ba07416f3696a0 files/koth-0.8.0-gcc-3.4.patch 612 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCnBmxntT9W3vfTuoRAp5xAJ0UeJIdLIkEgtrVVvHfGsPjhXT6xwCfVtuU +sl32Ejcj1m2DdfeF+MgTaGY= +=Ot29 +-----END PGP SIGNATURE----- diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild index 945886550294..59b1ca2cd252 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-2004 Gentoo Foundation and Arcady Genkin <agenkin@thpoon.com> +# Copyright 1999-2005 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.11 2004/12/20 13:15:26 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.12 2005/05/31 08:00:18 cryos Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.bz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 alpha ~amd64 ppc" +KEYWORDS="alpha amd64 ppc x86" IUSE="" DEPEND="media-libs/libggi" |