Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/firejail/files/
Date: Sun, 30 Aug 2020 17:34:05
Message-Id: 1598808835.ae4a64803b42834713fd3cfd18750f0230f82de2.expeditioneer@gentoo
1 commit: ae4a64803b42834713fd3cfd18750f0230f82de2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 30 11:06:06 2020 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 17:33:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4a6480
7
8 sys-apps/firejail: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/17329
13 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
14
15 .../firejail/files/firejail-compressed-manpages.patch | 17 -----------------
16 1 file changed, 17 deletions(-)
17
18 diff --git a/sys-apps/firejail/files/firejail-compressed-manpages.patch b/sys-apps/firejail/files/firejail-compressed-manpages.patch
19 deleted file mode 100644
20 index 8a43bcac261..00000000000
21 --- a/sys-apps/firejail/files/firejail-compressed-manpages.patch
22 +++ /dev/null
23 @@ -1,17 +0,0 @@
24 -diff --git a/Makefile b/Makefile
25 -index 9c9b93d..2eb8ab2 100644
26 ---- a/Makefile.in
27 -+++ b/Makefile.in
28 -@@ -141,10 +141,9 @@ endif
29 - install -m 0755 -d $(DESTDIR)/$(mandir)/man5
30 - for man in $(MANPAGES); do \
31 - rm -f $$man.gz; \
32 -- gzip -9n $$man; \
33 - case "$$man" in \
34 -- *.1) install -c -m 0644 $$man.gz $(DESTDIR)/$(mandir)/man1/; ;; \
35 -- *.5) install -c -m 0644 $$man.gz $(DESTDIR)/$(mandir)/man5/; ;; \
36 -+ *.1) install -c -m 0644 $$man $(DESTDIR)/$(mandir)/man1/; ;; \
37 -+ *.5) install -c -m 0644 $$man $(DESTDIR)/$(mandir)/man5/; ;; \
38 - esac; \
39 - done
40 - rm -f $(MANPAGES) $(MANPAGES:%=%.gz)