summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-08-20 20:24:14 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-08-28 01:36:42 +0200
commit620deaf5e9e56f84ffb7aadad5b75555b44de059 (patch)
tree9538b16b9650dc75c18c71af2ce5fcf9e7b90a14 /app-crypt
parentapp-text/lesspipe: remove unused patch(es) (diff)
downloadgentoo-620deaf5e9e56f84ffb7aadad5b75555b44de059.tar.gz
gentoo-620deaf5e9e56f84ffb7aadad5b75555b44de059.tar.bz2
gentoo-620deaf5e9e56f84ffb7aadad5b75555b44de059.zip
app-crypt/xca: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/22056 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/xca/files/xca-2.1.2-bug-733000.patch31
1 files changed, 0 insertions, 31 deletions
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
deleted file mode 100644
index 3e17a8aa9a91..000000000000
--- a/app-crypt/xca/files/xca-2.1.2-bug-733000.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/doc/Makefile b/doc/Makefile
-index 7c9a643..f88c209 100644
---- a/doc/Makefile
-+++ b/doc/Makefile
-@@ -3,15 +3,11 @@ TOPDIR=..
- BUILD=..
- endif
-
--DELFILES=xca*.html xca.1.gz changelog.html database_schema.html
-+DELFILES=xca*.html 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