commit:     39378b15fd1df7a698fd5907e41daa00be405d8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 11:31:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 11:33:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39378b15

games-util/qstat: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-util/qstat/Manifest          |  1 -
 games-util/qstat/qstat-2.11.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/games-util/qstat/Manifest b/games-util/qstat/Manifest
index 61f59aa1b5e..c61dfd63739 100644
--- a/games-util/qstat/Manifest
+++ b/games-util/qstat/Manifest
@@ -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

diff --git a/games-util/qstat/qstat-2.11.ebuild 
b/games-util/qstat/qstat-2.11.ebuild
deleted file mode 100644
index 53d64d56b31..00000000000
--- a/games-util/qstat/qstat-2.11.ebuild
+++ /dev/null
@@ -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
-}

Reply via email to