diff options
Diffstat (limited to 'games-util/qstat')
-rw-r--r-- | games-util/qstat/files/digest-qstat-2.5c | 1 | ||||
-rw-r--r-- | games-util/qstat/qstat-2.5c.ebuild | 30 |
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 -} |