From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C977D138334 for ; Sun, 4 Nov 2018 20:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 910DCE0BF6; Sun, 4 Nov 2018 20:34:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D085E0BF1 for ; Sun, 4 Nov 2018 20:34:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8DAD335CCB for ; Sun, 4 Nov 2018 20:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3859A45B for ; Sun, 4 Nov 2018 20:33:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1541363619.632066f854f558e60b3b60a0a7f8efe39493cf8d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/psi/psi-9999.ebuild X-VCS-Directories: net-im/psi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 632066f854f558e60b3b60a0a7f8efe39493cf8d X-VCS-Branch: master Date: Sun, 4 Nov 2018 20:33:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe07b33c-81cf-4fbf-92c2-c1deadd8717d X-Archives-Hash: 48a352c3a20dd3284fbe9870710ef375 commit: 632066f854f558e60b3b60a0a7f8efe39493cf8d Author: Sergey Ilinykh gmail com> AuthorDate: Fri Nov 2 20:48:09 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 4 20:33:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632066f8 net-im/psi-9999: updated according to upstream changes Signed-off-by: Sergey Ilinykh gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/psi/psi-9999.ebuild | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 6e5d6038e68..504d2fa256f 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -20,7 +20,7 @@ EGIT_MIN_CLONE_TYPE="single" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="aspell crypt dbus debug doc enchant extras +hunspell iconsets sql ssl webengine webkit whiteboarding xscreensaver" +IUSE="aspell crypt dbus debug doc enchant extras +hunspell iconsets sql webengine webkit whiteboarding xscreensaver" REQUIRED_USE=" ?? ( aspell enchant hunspell ) @@ -30,29 +30,28 @@ REQUIRED_USE=" " RDEPEND=" - app-crypt/qca:2[qt5(+)] + app-crypt/qca:2[ssl] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 + dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 - net-dns/libidn + net-dns/libidn:0 sys-libs/zlib[minizip] x11-libs/libX11 x11-libs/libxcb aspell? ( app-text/aspell ) dbus? ( dev-qt/qtdbus:5 ) enchant? ( >=app-text/enchant-1.3.0 ) - extras? ( - sql? ( dev-qt/qtsql:5 ) - ) hunspell? ( app-text/hunspell:= ) webengine? ( dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] + net-libs/http-parser ) webkit? ( dev-qt/qtwebkit:5 ) whiteboarding? ( dev-qt/qtsvg:5 ) @@ -65,8 +64,7 @@ DEPEND="${RDEPEND} extras? ( >=sys-devel/qconf-2.4 ) " PDEPEND=" - crypt? ( app-crypt/qca[gpg] ) - ssl? ( app-crypt/qca:2[ssl] ) + dev-qt/qtimageformats " RESTRICT="test iconsets? ( bindist )" @@ -170,11 +168,11 @@ src_install() { emake INSTALL_ROOT="${D}" install # this way the docs will be installed in the standard gentoo dir - rm "${ED}"/usr/share/${MY_PN}/{COPYING,README} || die "Installed file set seems to be changed by upstream" + rm "${ED}"/usr/share/${MY_PN}/{COPYING,README.html} || die "Installed file set seems to be changed by upstream" newdoc iconsets/roster/README README.roster newdoc iconsets/system/README README.system newdoc certs/README README.certs - dodoc README + dodoc README.html use doc && HTML_DOCS=( doc/api/. ) einstalldocs @@ -193,6 +191,7 @@ src_install() { pkg_postinst() { gnome2_icon_cache_update xdg_desktop_database_update + einfo "For GPG support make sure app-crypt/qca is compiled with gpg USE flag." } pkg_postrm() {