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 9D6501396D0 for ; Thu, 28 Sep 2017 19:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2B892BC028; Thu, 28 Sep 2017 19:47:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A52B12BC028 for ; Thu, 28 Sep 2017 19:47:40 +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 D3537341709 for ; Thu, 28 Sep 2017 19:47:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BD2A906C for ; Thu, 28 Sep 2017 19:47:38 +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: <1506628026.b51e7fe03e95306cb67124c1a6ccc45ec8157af3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qutim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/qutim/qutim-0.3.3_p1.ebuild X-VCS-Directories: net-im/qutim/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b51e7fe03e95306cb67124c1a6ccc45ec8157af3 X-VCS-Branch: master Date: Thu, 28 Sep 2017 19:47:38 +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: eca433a9-dc59-4527-86d7-622022d9906e X-Archives-Hash: d57f13514f368ac245cc81fd188c06f4 commit: b51e7fe03e95306cb67124c1a6ccc45ec8157af3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 16 13:03:40 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 28 19:47:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51e7fe0 net-im/qutim: Drop USE=kde Gentoo-bug: 631122 Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-im/qutim/qutim-0.3.3_p1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net-im/qutim/qutim-0.3.3_p1.ebuild b/net-im/qutim/qutim-0.3.3_p1.ebuild index 94d11a57265..998b0b5189c 100644 --- a/net-im/qutim/qutim-0.3.3_p1.ebuild +++ b/net-im/qutim/qutim-0.3.3_p1.ebuild @@ -9,8 +9,8 @@ inherit qt4-r2 cmake-utils MY_PV="${PV/_p/.p_}" DESCRIPTION="Qt4-based multi-protocol instant messenger" -HOMEPAGE="http://www.qutim.org" -SRC_URI="http://www.qutim.org/dwnl/80/${PN}-${MY_PV}.tar.xz" +HOMEPAGE="https://www.qutim.org" +SRC_URI="https://www.qutim.org/dwnl/80/${PN}-${MY_PV}.tar.xz" LICENSE="GPL-3" SLOT="0" @@ -22,7 +22,7 @@ IUSE="doc +sound tools" IUSE="$IUSE telepathy irc xmpp mrim oscar purple vkontakte" # plugins IUSE="$IUSE antiboss aspell ayatana awn crypt dbus debug -espionage histman hunspell - kde otr plugman phonon purple qml sdl +ssl +xscreensaver webkit" + otr plugman phonon purple qml sdl +ssl +xscreensaver webkit" REQUIRED_USE=" oscar? ( ssl ) @@ -56,7 +56,6 @@ CDEPEND=" histman? ( >=dev-qt/qtsql-${QT_PV} ) ayatana? ( >=dev-libs/libindicate-qt-0.2.2 ) hunspell? ( app-text/hunspell ) - kde? ( kde-frameworks/kdelibs:4 ) otr? ( >=net-libs/libotr-4.0.0 ) phonon? ( media-libs/phonon[qt4] ) plugman? ( @@ -73,7 +72,6 @@ CDEPEND=" DEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) - kde? ( dev-util/automoc ) " RDEPEND="${CDEPEND} xmpp? ( app-crypt/qca:2[gpg] ) @@ -135,7 +133,6 @@ src_configure() { $(cmake-utils_use histman HISTMAN ) $(cmake-utils_use hunspell HUNSPELLER ) $(cmake-utils_use ayatana INDICATOR ) - $(cmake-utils_use kde KDEINTEGRATION ) $(cmake-utils_use qml KINETICPOPUPS ) $(cmake-utils_use phonon PHONONSOUND ) $(cmake-utils_use plugman PLUGMAN ) @@ -150,6 +147,7 @@ src_configure() { # consider to make it optional if it also support kde or whatever -DUPDATER=OFF -DCMAKE_DISABLE_FIND_PACKAGE_QtMobility=ON # required dependency last-rited + -DKDEINTEGRATION=OFF # bug 631122 ) # NOTE: Integration plugins are autodisabled: # symbianintegration macintegration maemo5integration haikunotifications meegointegration winintegration