commit:     b51e7fe03e95306cb67124c1a6ccc45ec8157af3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 13:03:40 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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

Reply via email to