summaryrefslogtreecommitdiff
path: root/games-util
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /games-util
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'games-util')
-rw-r--r--games-util/Manifest.gzbin7731 -> 7731 bytes
-rw-r--r--games-util/qstat/Manifest4
-rw-r--r--games-util/qstat/qstat-2.11.ebuild29
-rw-r--r--games-util/qstat/qstat-2.14.ebuild4
4 files changed, 3 insertions, 34 deletions
diff --git a/games-util/Manifest.gz b/games-util/Manifest.gz
index 23af65391ca7..71da43b1279e 100644
--- a/games-util/Manifest.gz
+++ b/games-util/Manifest.gz
Binary files differ
diff --git a/games-util/qstat/Manifest b/games-util/qstat/Manifest
index fa409832f417..a418c0830f79 100644
--- a/games-util/qstat/Manifest
+++ b/games-util/qstat/Manifest
@@ -1,6 +1,4 @@
AUX qstat-2.14-gcc-10.patch 1546 BLAKE2B 4510244b1bd6cbaa0488b13c413d6ed2e58f0cb189cea23e4777415fd4d7b9b67b300eee30c14e39f0ef8c594117eab23962232de65683b37bcc5bc88f707fb1 SHA512 445c7fa7ba892ece7a6ae55c3fadb4a5691ad9e37bdca40541efece6cd053651a4bd6089aadaa0661c5d97db76530d2b04def3df6ca9bf11af3eb37de3c410e6
-DIST qstat-2.11.tar.gz 258335 BLAKE2B f12d0f69c8a73f9eeb273c46aefe2008b8c724b132e02d2fa156c2456f537d2162ae7db6acd0007c7db8bc87dafcfb41355466008c74ce3e912023a7c8cb42cc SHA512 e3ff732c6fc45300eb2f32b3f3e8e1e5f8ee32234535e8d2ca19cf95cf6d4a6de5b6f1e48a5c64315d60a8b388521106b2de9d307f718f6150ad2cf40ba75a22
DIST qstat-2.14.tar.gz 210440 BLAKE2B 2a33287a69fe63c59a1cb136e84ea29cccd27f4468cb4b38b4e9ce49f28a558dc67793eaa7ead7addd828730e084a15f9684ccba7753852ce1c2795c7c94cb78 SHA512 f2054d74399fe1773a19ca43629e10364fdd87e551459719685c11f38245a05906631b456848b1a3764b4e6843baf654af6a9b174c7b16908b6bcb97ac64c6d6
-EBUILD qstat-2.11.ebuild 678 BLAKE2B b82abcce93b850a11eb4386500da8e6f0ba3b063f99724bcebb4065a29aada111d388b4f5b53f8a16e8ec2557c343ba1cf30609129f43e8fc8584458016a9ad0 SHA512 bc0d98eec518c172f44197b1a721f4c18684dc6fdf8fbc3a07a5daa15a2305ef0cb0fb4cb7d825e61054e071275234a505043d41088785892d873187e3c72139
-EBUILD qstat-2.14.ebuild 818 BLAKE2B c19fe95427c004be3c1357f01b89b95d89fd4b7cc8d4c2736381a43cd29b6b64ea86ea351d5f23dd859186627029812244e9c7461c57e7358f6567692be9acb8 SHA512 0016b864ba3c90ae6b92681e70f0f5991d030b33e0fb4d4da11abf68907f5c55b29b503e2176435ddddb61de462c37a5ff24cbdb8d882a2d1391715388421257
+EBUILD qstat-2.14.ebuild 815 BLAKE2B 8d1073e20485896f9709da6b57befc9cbb8b60e83742d1ef6ebac3535a6811fa26a15d1d1d61f2cf957adffa9f0616324e675f180a8921d4a69e61d0314329e7 SHA512 e8b7583bee846d5e74c9c4ecbc9da7ec165fd389805c54290dabccc80ae561f784b1a0a4a0ba717973fdd24e88b549b2bbd7e8c10ba672d422b89862a521d7eb
MISC metadata.xml 328 BLAKE2B 05e29df4e66acb89893251aec455d3f05f38344bd12414e74ac46d23573afcd8c7e4d7b2e03d217c443a32e31beaea3d122cd474e317e3490c1d6bbdb7de4c4d SHA512 1f3cbc63b69d59880ff6fe131bf838f69bfd259a93882ef9b38c1d101d4048c2894cf99725d3ce683f9f05da035567d6e4bdafa9d4349844f7b8af98c13f999f
diff --git a/games-util/qstat/qstat-2.11.ebuild b/games-util/qstat/qstat-2.11.ebuild
deleted file mode 100644
index 53d64d56b313..000000000000
--- 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
-}
diff --git a/games-util/qstat/qstat-2.14.ebuild b/games-util/qstat/qstat-2.14.ebuild
index ee781cb84953..c93323374a6e 100644
--- a/games-util/qstat/qstat-2.14.ebuild
+++ b/games-util/qstat/qstat-2.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/multiplay/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc64 x86"
IUSE="debug"
DEPEND="!sys-cluster/torque"