diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-04-18 08:58:28 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-18 08:15:39 +0100 |
commit | e812d3ca8a6547a8ab21038c643cdb79dcb86e87 (patch) | |
tree | aedfc7fb77cc7a6a8f33069999b2b4b560e74e3f /app-crypt/xca | |
parent | sys-fs/btrfs-progs: remove unused patches (diff) | |
download | gentoo-e812d3ca8a6547a8ab21038c643cdb79dcb86e87.tar.gz gentoo-e812d3ca8a6547a8ab21038c643cdb79dcb86e87.tar.bz2 gentoo-e812d3ca8a6547a8ab21038c643cdb79dcb86e87.zip |
app-crypt/xca: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25078
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/xca')
-rw-r--r-- | app-crypt/xca/files/xca-2.3.0-bug-733000.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-crypt/xca/files/xca-2.3.0-bug-733000.patch b/app-crypt/xca/files/xca-2.3.0-bug-733000.patch deleted file mode 100644 index 044575475c89..000000000000 --- a/app-crypt/xca/files/xca-2.3.0-bug-733000.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/doc/Makefile b/doc/Makefile -index d481c5a..dc5b49a 100644 ---- a/doc/Makefile -+++ b/doc/Makefile -@@ -5,13 +5,9 @@ endif - - DELFILES=xca*.html xca.1.gz changelog.html database_schema.html - --doc: xca.1.gz xca.html changelog.html database_schema.html -+doc: xca.1 xca.html changelog.html database_schema.html - include $(TOPDIR)/Rules.mak - --%.1.gz: %.1 -- @$(PRINT) " MAN [$(BASENAME)] $@" -- gzip -9 <$^ >$@ -- - xca.html: xca.sgml - rm -f xca*.html - echo 'The documentation for XCA can be viewed online at: <a href="http://hohnstaedt.de/documentation">http://hohnstaedt.de/documentation</a>.' > $@ -@@ -23,7 +19,7 @@ install: $(doc) - $(ENABLE_DOC)install -m 755 -d $(DESTDIR)$(htmldir) - $(ENABLE_DOC)install -m 644 xca*.html $(DESTDIR)$(htmldir) - install -m 755 -d $(DESTDIR)$(mandir)/man1 -- install -m 644 *.1.gz $(DESTDIR)/$(mandir)/man1 -+ install -m 644 *.1 $(DESTDIR)/$(mandir)/man1 - - app: xca.html - mkdir -p $(APPDIR)/Resources |