From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- games-util/qstat/Manifest | 4 ++-- games-util/qstat/files/qstat-2.14-gcc-10.patch | 8 -------- games-util/qstat/qstat-2.14.ebuild | 3 ++- 3 files changed, 4 insertions(+), 11 deletions(-) (limited to 'games-util/qstat') diff --git a/games-util/qstat/Manifest b/games-util/qstat/Manifest index a418c0830f79..1ace9a51e6e8 100644 --- a/games-util/qstat/Manifest +++ b/games-util/qstat/Manifest @@ -1,4 +1,4 @@ -AUX qstat-2.14-gcc-10.patch 1546 BLAKE2B 4510244b1bd6cbaa0488b13c413d6ed2e58f0cb189cea23e4777415fd4d7b9b67b300eee30c14e39f0ef8c594117eab23962232de65683b37bcc5bc88f707fb1 SHA512 445c7fa7ba892ece7a6ae55c3fadb4a5691ad9e37bdca40541efece6cd053651a4bd6089aadaa0661c5d97db76530d2b04def3df6ca9bf11af3eb37de3c410e6 +AUX qstat-2.14-gcc-10.patch 1334 BLAKE2B fa9b03cb80fe5fc480ee7c5c7bddce86ee5c8dddba6c96cf70e14c904652d32bb09a2deed710eabbfb3546beddc69ed962d370f7ff7d3ac2644c9c10b3c4802b SHA512 aa00412a37417b6b16801d0aff67f98b721db9b56f069a0eac0922f31f5bc3eb522ec32c17c93c3e631039584e5cd058ddb80e621d946ae9ddaff5c7b09880b2 DIST qstat-2.14.tar.gz 210440 BLAKE2B 2a33287a69fe63c59a1cb136e84ea29cccd27f4468cb4b38b4e9ce49f28a558dc67793eaa7ead7addd828730e084a15f9684ccba7753852ce1c2795c7c94cb78 SHA512 f2054d74399fe1773a19ca43629e10364fdd87e551459719685c11f38245a05906631b456848b1a3764b4e6843baf654af6a9b174c7b16908b6bcb97ac64c6d6 -EBUILD qstat-2.14.ebuild 815 BLAKE2B 8d1073e20485896f9709da6b57befc9cbb8b60e83742d1ef6ebac3535a6811fa26a15d1d1d61f2cf957adffa9f0616324e675f180a8921d4a69e61d0314329e7 SHA512 e8b7583bee846d5e74c9c4ecbc9da7ec165fd389805c54290dabccc80ae561f784b1a0a4a0ba717973fdd24e88b549b2bbd7e8c10ba672d422b89862a521d7eb +EBUILD qstat-2.14.ebuild 816 BLAKE2B a57a57914b87f1e8be356a123dc6fd1db26c1799a7e70e2407c0bac081556d497c1bf3ee9167f1958eccc95cfea22e3ad12e994daa1bc9b460a788044453a723 SHA512 6636e82ff1db076fd24361754a0677307a870337ccdd22ab6bbf1a447997f3f15f7e1fd9892568b6a115aa1e96e292ab1cc844b8fd81d8c0b86bc67b2d1bb6cc MISC metadata.xml 328 BLAKE2B 05e29df4e66acb89893251aec455d3f05f38344bd12414e74ac46d23573afcd8c7e4d7b2e03d217c443a32e31beaea3d122cd474e317e3490c1d6bbdb7de4c4d SHA512 1f3cbc63b69d59880ff6fe131bf838f69bfd259a93882ef9b38c1d101d4048c2894cf99725d3ce683f9f05da035567d6e4bdafa9d4349844f7b8af98c13f999f diff --git a/games-util/qstat/files/qstat-2.14-gcc-10.patch b/games-util/qstat/files/qstat-2.14-gcc-10.patch index e16e701330a0..9900ccdbaa85 100644 --- a/games-util/qstat/files/qstat-2.14-gcc-10.patch +++ b/games-util/qstat/files/qstat-2.14-gcc-10.patch @@ -1,10 +1,6 @@ -From 878fa5fd6475685c3465a6e71a10c2fc61c1a09c Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 26 Jan 2020 11:15:10 +0000 Subject: [PATCH] qstat: fix build failure against gcc-10 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit On gcc-10 (and gcc-9 -fno-common) build fails as: @@ -24,10 +20,6 @@ The error also happens if CFLAGS=-fno-common passed explicitly. Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/706390 Signed-off-by: Sergei Trofimovich ---- - debug.c | 2 +- - debug.h | 2 +- - --- a/debug.c +++ b/debug.c @@ -114,6 +114,7 @@ static void _dump_packet(const char* tag, const char* buf, int buflen) diff --git a/games-util/qstat/qstat-2.14.ebuild b/games-util/qstat/qstat-2.14.ebuild index c93323374a6e..d7a0d38b8c34 100644 --- a/games-util/qstat/qstat-2.14.ebuild +++ b/games-util/qstat/qstat-2.14.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -37,6 +37,7 @@ src_configure() { src_install() { default dosym qstat /usr/bin/quakestat + docinto html dodoc template/*.html qstatdoc.html } -- cgit v1.2.3