commit: 20a314860ac08145fe4fb7de263d97195d13b0bb
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 8 16:21:56 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 8 16:22:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a31486
app-crypt/xca: add warning and xca-console symlink
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-crypt/xca/xca-2.4.0_p20230526.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/app-crypt/xca/xca-2.4.0_p20230526.ebuild
b/app-crypt/xca/xca-2.4.0_p20230526.ebuild
index 3945599273e0..281147c04226 100644
--- a/app-crypt/xca/xca-2.4.0_p20230526.ebuild
+++ b/app-crypt/xca/xca-2.4.0_p20230526.ebuild
@@ -50,9 +50,12 @@ src_install() {
insinto /etc/xca
doins misc/*.txt
- ewarn "Make a backup copy of your database!"
- ewarn "Version 2 completely changes the database format to SQL(ite)"
- ewarn "Don't try to open it with older versions of XCA (< 1.4.0). They
will corrupt the database."
+ dosym xca /usr/bin/xca-console
+
+ ewarn "This is an unofficial snapshot that is compatible with openssl
3."
+ ewarn "One known flaw is that starting xca without a database will no
longer open"
+ ewarn "the GUI. Provide either a new or existing database as an
argument on the"
+ ewarn "command line."
}
pkg_postinst() {