Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/
Date: Wed, 17 Aug 2022 15:48:13
Message-Id: 1660751087.1e66eb82f760f38e1c97df630891c40f900f96b2.ionen@gentoo
1 commit: 1e66eb82f760f38e1c97df630891c40f900f96b2
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 13:14:14 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 15:44:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e66eb82
7
8 www-client/qutebrowser: don't warn about backup on first installs
9
10 Also reword expected issues, still WIP but realistically there's
11 no notable issues anymore from user-perspective.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild | 12 +++++++-----
16 1 file changed, 7 insertions(+), 5 deletions(-)
17
18 diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
19 index baadc7dc34b0..a08871af437f 100644
20 --- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
21 +++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
22 @@ -156,13 +156,15 @@ pkg_postinst() {
23
24 if [[ ! -v QUTEBROWSER_HAD_QT6 ]] && use qt6; then
25 elog "USE=qt6 is enabled using the qt6-v2 branch, it is work-in-progress"
26 - elog "and some issues are to be expected. Can follow upstream progress at:"
27 + elog "and some issues may be expected. Can follow upstream progress at:"
28 elog " https://github.com/qutebrowser/qutebrowser/issues/7202 [qt6 general]"
29 elog " https://github.com/qutebrowser/qutebrowser/tree/qt6-v2 [used branch]"
30 - elog
31 - elog "You may optionally want to backup your ~/.local/share/${PN} before"
32 - elog "it is converted to use Qt6 WebEngine (one-way conversion). ${PN}"
33 - elog "will also warn about this on launch for a last chance to abort."
34 + if [[ ${REPLACING_VERSIONS} ]]; then
35 + elog
36 + elog "You may optionally want to backup your ~/.local/share/${PN} before"
37 + elog "it is converted to use Qt6 WebEngine (one-way conversion). ${PN}"
38 + elog "will also warn about this on launch for a last chance to abort."
39 + fi
40 fi
41
42 # TODO: left-out given be confusing while IUSE is masked anywhere