Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsysmon/files/
Date: Wed, 14 Sep 2022 07:39:08
Message-Id: 1663141123.6b33a4f101a2ce8e7e3742507ca1ded48796cac4.asturm@gentoo
1 commit: 6b33a4f101a2ce8e7e3742507ca1ded48796cac4
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Sep 14 06:46:24 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 07:38:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b33a4f1
7
8 x11-plugins/wmsysmon: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14
12 Closes: https://github.com/gentoo/gentoo/pull/27250
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 .../wmsysmon/files/wmsysmon-0.7.8-gcc-10.patch | 23 ----------------------
16 1 file changed, 23 deletions(-)
17
18 diff --git a/x11-plugins/wmsysmon/files/wmsysmon-0.7.8-gcc-10.patch b/x11-plugins/wmsysmon/files/wmsysmon-0.7.8-gcc-10.patch
19 deleted file mode 100644
20 index e9477899b1b9..000000000000
21 --- a/x11-plugins/wmsysmon/files/wmsysmon-0.7.8-gcc-10.patch
22 +++ /dev/null
23 @@ -1,23 +0,0 @@
24 -diff -Naur src.orig/wmgeneral.h src/wmgeneral.h
25 ---- src.orig/wmgeneral.h 2017-12-06 15:00:16.000000000 +0100
26 -+++ src/wmgeneral.h 2020-03-01 16:03:18.293199660 +0100
27 -@@ -38,7 +38,7 @@
28 - /* Global variable */
29 - /*******************/
30 -
31 --Display *display;
32 -+extern Display *display;
33 -
34 - /***********************/
35 - /* Function Prototypes */
36 -diff -Naur src.orig/wmsysmon.c src/wmsysmon.c
37 ---- src.orig/wmsysmon.c 2017-12-06 15:00:16.000000000 +0100
38 -+++ src/wmsysmon.c 2020-03-01 16:03:32.992203044 +0100
39 -@@ -138,6 +138,7 @@
40 - time_t curtime;
41 - time_t prevtime;
42 -
43 -+Display *display;
44 -
45 - kernel_versions Get_Kernel_version(void);
46 - void usage(void);