games-util/qstat: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-01-07 11:31:22 +00:00
parent 9096ebebeb
commit 39378b15fd
2 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +1 @@
DIST qstat-2.11.tar.gz 258335 BLAKE2B f12d0f69c8a73f9eeb273c46aefe2008b8c724b132e02d2fa156c2456f537d2162ae7db6acd0007c7db8bc87dafcfb41355466008c74ce3e912023a7c8cb42cc SHA512 e3ff732c6fc45300eb2f32b3f3e8e1e5f8ee32234535e8d2ca19cf95cf6d4a6de5b6f1e48a5c64315d60a8b388521106b2de9d307f718f6150ad2cf40ba75a22
DIST qstat-2.14.tar.gz 210440 BLAKE2B 2a33287a69fe63c59a1cb136e84ea29cccd27f4468cb4b38b4e9ce49f28a558dc67793eaa7ead7addd828730e084a15f9684ccba7753852ce1c2795c7c94cb78 SHA512 f2054d74399fe1773a19ca43629e10364fdd87e551459719685c11f38245a05906631b456848b1a3764b4e6843baf654af6a9b174c7b16908b6bcb97ac64c6d6

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Server statics collector supporting many FPS games"
HOMEPAGE="https://sourceforge.net/projects/qstat/"
SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ppc64 x86"
IUSE="debug"
DEPEND="!sys-cluster/torque"
src_prepare() {
# bug #530952
sed -i -e 's/strndup/l_strndup/g' qstat.c || die
}
src_configure() {
econf $(use_enable debug)
}
src_install() {
DOCS="CHANGES.txt COMPILE.txt template/README.txt" default
dosym qstat /usr/bin/quakestat
dohtml template/*.html qstatdoc.html
}