summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-util/qstat/Manifest14
-rw-r--r--games-util/qstat/files/digest-qstat-2.61
-rw-r--r--games-util/qstat/files/digest-qstat-2.71
-rw-r--r--games-util/qstat/qstat-2.6.ebuild26
-rw-r--r--games-util/qstat/qstat-2.7.ebuild27
-rw-r--r--games-util/qstat/qstat-2.8.ebuild4
6 files changed, 7 insertions, 66 deletions
diff --git a/games-util/qstat/Manifest b/games-util/qstat/Manifest
index ff5184d77812..a93e86c3cebd 100644
--- a/games-util/qstat/Manifest
+++ b/games-util/qstat/Manifest
@@ -1,18 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 46818db3c12825a7218f0ce54a1a2430 qstat-2.8.ebuild 713
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 ee93c87ffde3d4b4ea878e581183904c qstat-2.7.ebuild 712
MD5 e28253a9c49e1ede65bdd6442723745d ChangeLog 2411
-MD5 287da18857bb8dc64495f2f20f5b2ba5 qstat-2.6.ebuild 698
-MD5 4c6bd6c9dcda3d5e4a889b4c5ed5f81f files/digest-qstat-2.6 61
MD5 dac50c59f937c5744939c8d374e74e86 files/digest-qstat-2.8 61
-MD5 565d1e1f9c6239d0f9b94aaf4a3ba703 files/digest-qstat-2.7 61
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 e2ec844a658e8b4de76d21bfaed15e2c qstat-2.8.ebuild 712
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDF48egIKl8Uu19MoRAuuBAJ46HZ0C/zN5rYhZu/l9pRIGGz8nGgCeIqwt
-TZz5cRTiOpsWDKZAvFMzKkw=
-=olGw
+iD8DBQFDWHYOgIKl8Uu19MoRAkBHAJsGoO+SXHZEklKXkgTh4HsNOux3twCfTwRE
+/K2kbN/1Gn4kXaVYTB6bpZw=
+=grqN
-----END PGP SIGNATURE-----
diff --git a/games-util/qstat/files/digest-qstat-2.6 b/games-util/qstat/files/digest-qstat-2.6
deleted file mode 100644
index 5d0713c74da7..000000000000
--- a/games-util/qstat/files/digest-qstat-2.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 68e96ea9dd444ddd7759db02444d398a qstat-2.6.tar.gz 133834
diff --git a/games-util/qstat/files/digest-qstat-2.7 b/games-util/qstat/files/digest-qstat-2.7
deleted file mode 100644
index a2f781322f18..000000000000
--- a/games-util/qstat/files/digest-qstat-2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 131457c75e831407d1e127306e866181 qstat-2.7.tar.gz 211872
diff --git a/games-util/qstat/qstat-2.6.ebuild b/games-util/qstat/qstat-2.6.ebuild
deleted file mode 100644
index 9796a5e4856a..000000000000
--- a/games-util/qstat/qstat-2.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.3 2005/01/20 23:26:41 gongloo Exp $
-
-DESCRIPTION="Server statics collector supporting many FPS games"
-HOMEPAGE="http://www.qstat.org/"
-SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86 ppc hppa amd64"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -Dsysconfdir=\\\"/etc\\\"" || die "emake failed"
-}
-
-src_install() {
- dobin qstat || die "dobin failed"
- dosym qstat /usr/bin/quakestat
-
- dodoc CHANGES.txt COMPILE.txt
- dohtml template/* qstatdoc.html
-}
diff --git a/games-util/qstat/qstat-2.7.ebuild b/games-util/qstat/qstat-2.7.ebuild
deleted file mode 100644
index 5f39d542da96..000000000000
--- a/games-util/qstat/qstat-2.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.4 2005/04/05 23:56:01 vapier Exp $
-
-DESCRIPTION="Server statics collector supporting many FPS games"
-HOMEPAGE="http://www.qstat.org/"
-SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc-macos x86"
-IUSE="debug"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- econf $(use_enable debug) || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- dosym qstat /usr/bin/quakestat
-
- dodoc CHANGES.txt COMPILE.txt template/README.txt
- dohtml template/*.html qstatdoc.html
-}
diff --git a/games-util/qstat/qstat-2.8.ebuild b/games-util/qstat/qstat-2.8.ebuild
index 15c320eb597f..748b226bab6b 100644
--- a/games-util/qstat/qstat-2.8.ebuild
+++ b/games-util/qstat/qstat-2.8.ebuild
@@ -1,6 +1,6 @@
# 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.8.ebuild,v 1.4 2005/09/01 23:30:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.8.ebuild,v 1.5 2005/10/21 05:00:43 vapier 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 ~ppc-macos x86"
+KEYWORDS="amd64 hppa ppc ppc-macos x86"
IUSE="debug"
DEPEND="virtual/libc"