Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/whowatch/files/
Date: Wed, 20 Jan 2021 23:04:56
Message-Id: 1611183878.61a73249d4422f26e2fe58354d70d71e665e0635.conikost@gentoo
1 commit: 61a73249d4422f26e2fe58354d70d71e665e0635
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 18 19:44:37 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 20 23:04:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a73249
7
8 app-admin/whowatch: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/19112
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-admin/whowatch/files/whowatch-1.8.4-select.patch | 17 -----------------
16 1 file changed, 17 deletions(-)
17
18 diff --git a/app-admin/whowatch/files/whowatch-1.8.4-select.patch b/app-admin/whowatch/files/whowatch-1.8.4-select.patch
19 deleted file mode 100644
20 index 0907c70e675..00000000000
21 --- a/app-admin/whowatch/files/whowatch-1.8.4-select.patch
22 +++ /dev/null
23 @@ -1,17 +0,0 @@
24 ---- a/src/whowatch.c
25 -+++ b/src/whowatch.c
26 -@@ -436,12 +436,12 @@
27 - gettimeofday(&after, 0);
28 - tv.tv_sec -= (after.tv_sec - before.tv_sec);
29 - if(retval > 0) {
30 -- int key = read_key();
31 -+ int key = getkey();
32 - key_action(key);
33 - }
34 - if(tv.tv_sec <= 0) {
35 - ticks++;
36 -- periodic();
37 -+ main_periodic();
38 - tv.tv_sec = TIMEOUT;
39 - }
40 - #endif