summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-24 07:34:59 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-24 07:34:59 +0000
commite61c4eb1ead10544b49ef7e8446cf62c07384a6f (patch)
tree52efb16ed7e7f68da888a6831b053ad36d5ce6d6 /games-util/qstat
parentold (diff)
downloadhistorical-e61c4eb1ead10544b49ef7e8446cf62c07384a6f.tar.gz
historical-e61c4eb1ead10544b49ef7e8446cf62c07384a6f.tar.bz2
historical-e61c4eb1ead10544b49ef7e8446cf62c07384a6f.zip
old
Diffstat (limited to 'games-util/qstat')
-rw-r--r--games-util/qstat/files/digest-qstat-2.5c1
-rw-r--r--games-util/qstat/qstat-2.5c.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/games-util/qstat/files/digest-qstat-2.5c b/games-util/qstat/files/digest-qstat-2.5c
deleted file mode 100644
index a61a80b2607e..000000000000
--- a/games-util/qstat/files/digest-qstat-2.5c
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a936dc3e15ece567378a026737fe45e2 qstat25c.tar.gz 111739
diff --git a/games-util/qstat/qstat-2.5c.ebuild b/games-util/qstat/qstat-2.5c.ebuild
deleted file mode 100644
index dbd6b71f6b12..000000000000
--- a/games-util/qstat/qstat-2.5c.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.5c.ebuild,v 1.1 2004/08/17 01:35:38 vapier Exp $
-
-MY_P="${PN}${PV/.}"
-DESCRIPTION="Server statics collector supporting many FPS games"
-HOMEPAGE="http://www.qstat.org/"
-SRC_URI="http://www.qstat.org/${MY_P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86 ppc hppa amd64"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install () {
- dobin qstat || die "dobin failed"
-
- dosym /usr/bin/qstat /usr/bin/quakestat
-
- dodoc CHANGES.txt COMPILE.txt
- dohtml template/* qstatdoc.html
-}