Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/
Date: Sun, 04 Nov 2018 20:34:03
Message-Id: 1541363619.632066f854f558e60b3b60a0a7f8efe39493cf8d.asturm@gentoo
1 commit: 632066f854f558e60b3b60a0a7f8efe39493cf8d
2 Author: Sergey Ilinykh <rion4ik <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 2 20:48:09 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 20:33:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632066f8
7
8 net-im/psi-9999: updated according to upstream changes
9
10 Signed-off-by: Sergey Ilinykh <rion4ik <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-im/psi/psi-9999.ebuild | 19 +++++++++----------
14 1 file changed, 9 insertions(+), 10 deletions(-)
15
16 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
17 index 6e5d6038e68..504d2fa256f 100644
18 --- a/net-im/psi/psi-9999.ebuild
19 +++ b/net-im/psi/psi-9999.ebuild
20 @@ -20,7 +20,7 @@ EGIT_MIN_CLONE_TYPE="single"
21 LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS=""
24 -IUSE="aspell crypt dbus debug doc enchant extras +hunspell iconsets sql ssl webengine webkit whiteboarding xscreensaver"
25 +IUSE="aspell crypt dbus debug doc enchant extras +hunspell iconsets sql webengine webkit whiteboarding xscreensaver"
26
27 REQUIRED_USE="
28 ?? ( aspell enchant hunspell )
29 @@ -30,29 +30,28 @@ REQUIRED_USE="
30 "
31
32 RDEPEND="
33 - app-crypt/qca:2[qt5(+)]
34 + app-crypt/qca:2[ssl]
35 dev-qt/qtconcurrent:5
36 dev-qt/qtcore:5
37 dev-qt/qtgui:5
38 dev-qt/qtmultimedia:5
39 dev-qt/qtnetwork:5
40 + dev-qt/qtsql:5[sqlite]
41 dev-qt/qtwidgets:5
42 dev-qt/qtx11extras:5
43 dev-qt/qtxml:5
44 - net-dns/libidn
45 + net-dns/libidn:0
46 sys-libs/zlib[minizip]
47 x11-libs/libX11
48 x11-libs/libxcb
49 aspell? ( app-text/aspell )
50 dbus? ( dev-qt/qtdbus:5 )
51 enchant? ( >=app-text/enchant-1.3.0 )
52 - extras? (
53 - sql? ( dev-qt/qtsql:5 )
54 - )
55 hunspell? ( app-text/hunspell:= )
56 webengine? (
57 dev-qt/qtwebchannel:5
58 dev-qt/qtwebengine:5[widgets]
59 + net-libs/http-parser
60 )
61 webkit? ( dev-qt/qtwebkit:5 )
62 whiteboarding? ( dev-qt/qtsvg:5 )
63 @@ -65,8 +64,7 @@ DEPEND="${RDEPEND}
64 extras? ( >=sys-devel/qconf-2.4 )
65 "
66 PDEPEND="
67 - crypt? ( app-crypt/qca[gpg] )
68 - ssl? ( app-crypt/qca:2[ssl] )
69 + dev-qt/qtimageformats
70 "
71
72 RESTRICT="test iconsets? ( bindist )"
73 @@ -170,11 +168,11 @@ src_install() {
74 emake INSTALL_ROOT="${D}" install
75
76 # this way the docs will be installed in the standard gentoo dir
77 - rm "${ED}"/usr/share/${MY_PN}/{COPYING,README} || die "Installed file set seems to be changed by upstream"
78 + rm "${ED}"/usr/share/${MY_PN}/{COPYING,README.html} || die "Installed file set seems to be changed by upstream"
79 newdoc iconsets/roster/README README.roster
80 newdoc iconsets/system/README README.system
81 newdoc certs/README README.certs
82 - dodoc README
83 + dodoc README.html
84
85 use doc && HTML_DOCS=( doc/api/. )
86 einstalldocs
87 @@ -193,6 +191,7 @@ src_install() {
88 pkg_postinst() {
89 gnome2_icon_cache_update
90 xdg_desktop_database_update
91 + einfo "For GPG support make sure app-crypt/qca is compiled with gpg USE flag."
92 }
93
94 pkg_postrm() {