diff options
author | 2005-01-20 23:26:41 +0000 | |
---|---|---|
committer | 2005-01-20 23:26:41 +0000 | |
commit | 04f02378b667db1a179535b05b0676740caffc46 (patch) | |
tree | fec17a0c94c83181c7fbec6f6bdba264d73adfe6 /games-util/qstat | |
parent | Adding emul depend back in so it works when people do 'USE=-multilib emerge <... (diff) | |
download | historical-04f02378b667db1a179535b05b0676740caffc46.tar.gz historical-04f02378b667db1a179535b05b0676740caffc46.tar.bz2 historical-04f02378b667db1a179535b05b0676740caffc46.zip |
Keyworded ~ppc-macos.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'games-util/qstat')
-rw-r--r-- | games-util/qstat/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/qstat/Manifest | 8 | ||||
-rw-r--r-- | games-util/qstat/qstat-2.6.ebuild | 4 | ||||
-rw-r--r-- | games-util/qstat/qstat-2.7.ebuild | 6 |
4 files changed, 14 insertions, 11 deletions
diff --git a/games-util/qstat/ChangeLog b/games-util/qstat/ChangeLog index a42b1744b175..5e29bb2c5762 100644 --- a/games-util/qstat/ChangeLog +++ b/games-util/qstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/qstat -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.9 2004/12/28 23:44:02 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.10 2005/01/20 23:26:41 gongloo Exp $ + + 20 Jan 2005; <gongloo@gentoo.org> qstat-2.7.ebuild: + Keyworded ~ppc-macos. 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/games-util/qstat/Manifest b/games-util/qstat/Manifest index bef0222fe447..b5b025248358 100644 --- a/games-util/qstat/Manifest +++ b/games-util/qstat/Manifest @@ -1,6 +1,6 @@ -MD5 fd8b5c49bac1bf8ac784493120347a9a qstat-2.6.ebuild 700 -MD5 eced08e67675515b61b72a5e1bef69d7 ChangeLog 1961 -MD5 7fbcc719db093b4ca43e7da75760699d qstat-2.7.ebuild 706 +MD5 73a53338241a8ce61c110b0a12d79129 ChangeLog 2041 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 4c6bd6c9dcda3d5e4a889b4c5ed5f81f files/digest-qstat-2.6 61 +MD5 287da18857bb8dc64495f2f20f5b2ba5 qstat-2.6.ebuild 698 +MD5 1f93bb8cf5fbb46289851c713c1b0daa qstat-2.7.ebuild 718 MD5 565d1e1f9c6239d0f9b94aaf4a3ba703 files/digest-qstat-2.7 61 +MD5 4c6bd6c9dcda3d5e4a889b4c5ed5f81f files/digest-qstat-2.6 61 diff --git a/games-util/qstat/qstat-2.6.ebuild b/games-util/qstat/qstat-2.6.ebuild index 45aef8bb4961..9796a5e4856a 100644 --- a/games-util/qstat/qstat-2.6.ebuild +++ b/games-util/qstat/qstat-2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.6.ebuild,v 1.2 2004/12/08 21:30:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.6.ebuild,v 1.3 2005/01/20 23:26:41 gongloo Exp $ DESCRIPTION="Server statics collector supporting many FPS games" HOMEPAGE="http://www.qstat.org/" diff --git a/games-util/qstat/qstat-2.7.ebuild b/games-util/qstat/qstat-2.7.ebuild index a03b84cfc921..7690f6a52671 100644 --- a/games-util/qstat/qstat-2.7.ebuild +++ b/games-util/qstat/qstat-2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.7.ebuild,v 1.1 2004/12/24 07:41:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.7.ebuild,v 1.2 2005/01/20 23:26:41 gongloo Exp $ DESCRIPTION="Server statics collector supporting many FPS games" HOMEPAGE="http://www.qstat.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-macos" IUSE="debug" DEPEND="virtual/libc" |