summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-09-08 18:21:56 +0200
committerHans de Graaff <graaff@gentoo.org>2023-09-08 18:22:35 +0200
commit20a314860ac08145fe4fb7de263d97195d13b0bb (patch)
tree21f1df0d408b49ace2c0f6b96fa4e90236250b07 /app-crypt/xca
parentgames-misc/lolcat: allow newer optimist versions to work (diff)
downloadgentoo-20a314860ac08145fe4fb7de263d97195d13b0bb.tar.gz
gentoo-20a314860ac08145fe4fb7de263d97195d13b0bb.tar.bz2
gentoo-20a314860ac08145fe4fb7de263d97195d13b0bb.zip
app-crypt/xca: add warning and xca-console symlink
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-crypt/xca')
-rw-r--r--app-crypt/xca/xca-2.4.0_p20230526.ebuild9
1 files 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() {