Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/files/
Date: Sun, 01 Jan 2023 13:59:39
Message-Id: 1672581519.202f0335f04d765f2f70a6a5032c4f0a25b42988.flow@gentoo
1 commit: 202f0335f04d765f2f70a6a5032c4f0a25b42988
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Jan 1 13:47:17 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 13:58:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202f0335
7
8 x11-misc/rofi: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28923
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 x11-misc/rofi/files/rofi-0.15.12-Werror.patch | 11 --------
15 .../rofi/files/rofi-1.5.0-gtk-settings-test.patch | 13 ----------
16 x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch | 30 ----------------------
17 3 files changed, 54 deletions(-)
18
19 diff --git a/x11-misc/rofi/files/rofi-0.15.12-Werror.patch b/x11-misc/rofi/files/rofi-0.15.12-Werror.patch
20 deleted file mode 100644
21 index 89755ee4d0c5..000000000000
22 --- a/x11-misc/rofi/files/rofi-0.15.12-Werror.patch
23 +++ /dev/null
24 @@ -1,11 +0,0 @@
25 ---- a/configure.ac
26 -+++ b/configure.ac
27 -@@ -7,7 +7,7 @@
28 - dnl Setup automake to be silent and in foreign mode.
29 - dnl We want xz distribution
30 - dnl ---------------------------------------------------------------------
31 --AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects dist-xz])
32 -+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-xz])
33 - AM_SILENT_RULES([yes])
34 -
35 - dnl ---------------------------------------------------------------------
36
37 diff --git a/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch b/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch
38 deleted file mode 100644
39 index 82aa264ac29e..000000000000
40 --- a/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch
41 +++ /dev/null
42 @@ -1,13 +0,0 @@
43 ---- a/subprojects/libnkutils/libnkutils-common.mk
44 -+++ b/subprojects/libnkutils/libnkutils-common.mk
45 -@@ -130,8 +130,8 @@
46 - %D%/src/gtk-settings.c \
47 - %D%/src/nkutils-gtk-settings.h
48 -
49 --_libnkutils_tests += \
50 -- %D%/tests/gtk-settings.test
51 -+#_libnkutils_tests += \
52 -+# %D%/tests/gtk-settings.test
53 - endif
54 -
55 - if NK_ENABLE_XDG_DE
56
57 diff --git a/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch b/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch
58 deleted file mode 100644
59 index d2ac9510d3cb..000000000000
60 --- a/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch
61 +++ /dev/null
62 @@ -1,30 +0,0 @@
63 -From 7e426c597539c1b6f33c34300b84d2074f94c9b6 Mon Sep 17 00:00:00 2001
64 -From: Lars Wendler <polynomial-c@g.o>
65 -Date: Mon, 4 Jan 2021 22:27:37 +0100
66 -Subject: [PATCH] configure.ac: Remove argument from AC_PROG_LEX
67 -
68 -autoconf-2.70 only accepts "yywrap" and "noyywrap" as arguments to
69 -AC_PROG_LEX. Calling it with no arguments will trigger the old behavior
70 -from autoconf-2.69.
71 -
72 -Signed-off-by: Lars Wendler <polynomial-c@g.o>
73 ----
74 - configure.ac | 2 +-
75 - 1 file changed, 1 insertion(+), 1 deletion(-)
76 -
77 -diff --git a/configure.ac b/configure.ac
78 -index e0968b65..03dc1d2f 100644
79 ---- a/configure.ac
80 -+++ b/configure.ac
81 -@@ -7,7 +7,7 @@ AH_BOTTOM([#include "gitconfig.h"])
82 - dnl ---------------------------------------------------------------------
83 - dnl Lex & Bison language parser.
84 - dnl ---------------------------------------------------------------------
85 --AC_PROG_LEX([flex])
86 -+AC_PROG_LEX
87 - AC_PROG_YACC
88 -
89 -
90 ---
91 -2.30.0
92 -