From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BCE41382C5 for ; Thu, 7 Jan 2021 11:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6969E08EF; Thu, 7 Jan 2021 11:33:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAE4FE08EF for ; Thu, 7 Jan 2021 11:33:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D427C3413DD for ; Thu, 7 Jan 2021 11:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD2A64A8 for ; Thu, 7 Jan 2021 11:33:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610019202.39378b15fd1df7a698fd5907e41daa00be405d8a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/qstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/qstat/Manifest games-util/qstat/qstat-2.11.ebuild X-VCS-Directories: games-util/qstat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 39378b15fd1df7a698fd5907e41daa00be405d8a X-VCS-Branch: master Date: Thu, 7 Jan 2021 11:33:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa43abab-f818-405a-b940-8db5bbacfcf8 X-Archives-Hash: 0d52a343814e79076c3897786ac0e487 commit: 39378b15fd1df7a698fd5907e41daa00be405d8a Author: Sam James gentoo org> AuthorDate: Thu Jan 7 11:31:22 2021 +0000 Commit: Sam James gentoo 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 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 -}