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-crypt/xca/files/
Date: Fri, 27 Aug 2021 23:40:45
Message-Id: 1630107402.620deaf5e9e56f84ffb7aadad5b75555b44de059.conikost@gentoo
1 commit: 620deaf5e9e56f84ffb7aadad5b75555b44de059
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Aug 20 18:24:14 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 23:36:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620deaf5
7
8 app-crypt/xca: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/22056
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-crypt/xca/files/xca-2.1.2-bug-733000.patch | 31 --------------------------
16 1 file changed, 31 deletions(-)
17
18 diff --git a/app-crypt/xca/files/xca-2.1.2-bug-733000.patch b/app-crypt/xca/files/xca-2.1.2-bug-733000.patch
19 deleted file mode 100644
20 index 3e17a8aa9a9..00000000000
21 --- a/app-crypt/xca/files/xca-2.1.2-bug-733000.patch
22 +++ /dev/null
23 @@ -1,31 +0,0 @@
24 -diff --git a/doc/Makefile b/doc/Makefile
25 -index 7c9a643..f88c209 100644
26 ---- a/doc/Makefile
27 -+++ b/doc/Makefile
28 -@@ -3,15 +3,11 @@ TOPDIR=..
29 - BUILD=..
30 - endif
31 -
32 --DELFILES=xca*.html xca.1.gz changelog.html database_schema.html
33 -+DELFILES=xca*.html changelog.html database_schema.html
34 -
35 --doc: xca.1.gz xca.html changelog.html database_schema.html
36 -+doc: xca.1 xca.html changelog.html database_schema.html
37 - include $(TOPDIR)/Rules.mak
38 -
39 --%.1.gz: %.1
40 -- @$(PRINT) " MAN [$(BASENAME)] $@"
41 -- gzip -9 <$^ >$@
42 --
43 - xca.html: xca.sgml
44 - rm -f xca*.html
45 - echo 'The documentation for XCA can be viewed online at: <a href="http://hohnstaedt.de/documentation">http://hohnstaedt.de/documentation</a>.' > $@
46 -@@ -23,7 +19,7 @@ install: $(doc)
47 - $(ENABLE_DOC)install -m 755 -d $(destdir)$(htmldir)
48 - $(ENABLE_DOC)install -m 644 xca*.html $(destdir)$(htmldir)
49 - install -m 755 -d $(destdir)$(mandir)/man1
50 -- install -m 644 *.1.gz $(destdir)/$(mandir)/man1
51 -+ install -m 644 *.1 $(destdir)/$(mandir)/man1
52 -
53 - app: xca.html
54 - mkdir -p $(APPDIR)/Resources