summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-10-06 19:27:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-10-06 19:27:47 +0000
commitfba8e6b6aea37c2de07d72c3ab55e4140495d9bd (patch)
tree21526c9f64588b24fc579601877333a85a34b89d /games-util
parentDon't look for bootstrap compiler in the wrong path on ppc/sparc (#240303 by ... (diff)
downloadgentoo-2-fba8e6b6aea37c2de07d72c3ab55e4140495d9bd.tar.gz
gentoo-2-fba8e6b6aea37c2de07d72c3ab55e4140495d9bd.tar.bz2
gentoo-2-fba8e6b6aea37c2de07d72c3ab55e4140495d9bd.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/qstat/qstat-2.10.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/games-util/qstat/qstat-2.10.ebuild b/games-util/qstat/qstat-2.10.ebuild
deleted file mode 100644
index c9c9244ec49d..000000000000
--- a/games-util/qstat/qstat-2.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.10.ebuild,v 1.6 2008/04/06 00:32:40 nyhm 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="~alpha amd64 hppa ppc ppc64 x86"
-IUSE="debug"
-
-DEPEND="!sys-cluster/torque"
-
-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
-}