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 49954138330 for ; Thu, 31 May 2018 13:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB82E0841; Thu, 31 May 2018 13:24:35 +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 E5977E0841 for ; Thu, 31 May 2018 13:24:34 +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 0F121335C43 for ; Thu, 31 May 2018 13:24:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75BF52B4 for ; Thu, 31 May 2018 13:24:32 +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: <1527773056.a269cc1ddd4b80ddcd22fe116194db7d4a4cd1e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild kde-misc/kdeconnect/metadata.xml X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a269cc1ddd4b80ddcd22fe116194db7d4a4cd1e1 X-VCS-Branch: master Date: Thu, 31 May 2018 13:24:32 +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: 95c150cd-9be6-4f95-a4ff-40e56ab96a6c X-Archives-Hash: 426630a66bdb7c73dae261249151b820 commit: a269cc1ddd4b80ddcd22fe116194db7d4a4cd1e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 31 13:23:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 31 13:24:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a269cc1d kde-misc/kdeconnect: Drop USE=sms, exists only in master branch Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild | 5 +---- kde-misc/kdeconnect/metadata.xml | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild index b826ef6e3ba..a4c3a879ba2 100644 --- a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild @@ -18,7 +18,7 @@ fi DESCRIPTION="Adds communication between KDE Plasma and your smartphone" HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect" LICENSE="GPL-2+" -IUSE="app sms wayland" +IUSE="app wayland" DEPEND=" $(add_frameworks_dep kcmutils) @@ -43,12 +43,10 @@ DEPEND=" x11-libs/libX11 x11-libs/libXtst app? ( $(add_frameworks_dep kdeclarative) ) - sms? ( $(add_frameworks_dep kpeople) ) wayland? ( $(add_frameworks_dep kwayland) ) " RDEPEND="${DEPEND} app? ( $(add_frameworks_dep kirigami) ) - sms? ( $(add_frameworks_dep kirigami) ) wayland? ( $(add_plasma_dep kwin) ) !kde-misc/kdeconnect:4 " @@ -68,7 +66,6 @@ src_prepare() { src_configure() { local mycmakeargs=( -DEXPERIMENTALAPP_ENABLED=$(usex app) - -DSMSAPP_ENABLED=$(usex sms) $(cmake-utils_use_find_package wayland KF5Wayland) ) diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml index ccae5861e28..b2a2f800e42 100644 --- a/kde-misc/kdeconnect/metadata.xml +++ b/kde-misc/kdeconnect/metadata.xml @@ -8,7 +8,6 @@ Enable experimental kcapp frontend Enable remote mousepad plugin using x11-libs/libfakekey - Enable SMS support using kde-frameworks/kpeople Enable kwin_wayland support for mousepad plugin using kde-frameworks/kwayland