summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2021-02-27 19:30:00 +0000
committerMike Auty <ikelos@gentoo.org>2021-02-27 19:31:11 +0000
commitbb305819a4c39bb9a0da7f248a9ebbedc3097c7a (patch)
tree726f240cbcbefa5a392ef84e8b526e3ca384fcf1 /app-crypt/xca/files
parentdev-util/pkgdev: add tests (diff)
downloadgentoo-bb305819a4c39bb9a0da7f248a9ebbedc3097c7a.tar.gz
gentoo-bb305819a4c39bb9a0da7f248a9ebbedc3097c7a.tar.bz2
gentoo-bb305819a4c39bb9a0da7f248a9ebbedc3097c7a.zip
app-crypt/xca: Bump stable for 733000
Closes: https://bugs.gentoo.org/733000 Signed-off-by: Mike Auty <ikelos@gentoo.org>
Diffstat (limited to 'app-crypt/xca/files')
-rw-r--r--app-crypt/xca/files/xca-2.1.2-bug-733000.patch31
-rw-r--r--app-crypt/xca/files/xca-2.3.0-bug-733000.patch (renamed from app-crypt/xca/files/xca-bug-733000.patch)0
2 files changed, 31 insertions, 0 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
new file mode 100644
index 000000000000..3e17a8aa9a91
--- /dev/null
+++ b/app-crypt/xca/files/xca-2.1.2-bug-733000.patch
@@ -0,0 +1,31 @@
+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
diff --git a/app-crypt/xca/files/xca-bug-733000.patch b/app-crypt/xca/files/xca-2.3.0-bug-733000.patch
index 044575475c89..044575475c89 100644
--- a/app-crypt/xca/files/xca-bug-733000.patch
+++ b/app-crypt/xca/files/xca-2.3.0-bug-733000.patch