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 8B0E4138334 for ; Fri, 10 Aug 2018 22:36:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99753E0891; Fri, 10 Aug 2018 22:35:59 +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 5305CE0891 for ; Fri, 10 Aug 2018 22:35:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AC7D5335CA9 for ; Fri, 10 Aug 2018 22:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1E063A0 for ; Fri, 10 Aug 2018 22:35:55 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1533940534.2b20228a72093b10443b3d2f9076cf18a3837384.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nextcloud-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nextcloud-client/metadata.xml net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild X-VCS-Directories: net-misc/nextcloud-client/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 2b20228a72093b10443b3d2f9076cf18a3837384 X-VCS-Branch: master Date: Fri, 10 Aug 2018 22:35:55 +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: 45bd3ccc-ade4-4b29-ac85-ae6e89f8f342 X-Archives-Hash: d0aec5b645832d10eb45cb3408dc5048 commit: 2b20228a72093b10443b3d2f9076cf18a3837384 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Aug 10 22:35:20 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Aug 10 22:35:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b20228a net-misc/nextcloud-client: drop obsolete deps and USE flags Also fix doc building disabling Closes: https://bugs.gentoo.org/659502 Package-Manager: Portage-2.3.45, Repoman-2.3.10 net-misc/nextcloud-client/metadata.xml | 1 - net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild | 8 ++------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/net-misc/nextcloud-client/metadata.xml b/net-misc/nextcloud-client/metadata.xml index 51270e9f5ec..965f93ab61b 100644 --- a/net-misc/nextcloud-client/metadata.xml +++ b/net-misc/nextcloud-client/metadata.xml @@ -9,7 +9,6 @@ Install the kde-apps/dolphin extension Install the gnome-base/nautilus extension Build support for Shibboleth single sign-on - Enable sftp transfer support via net-libs/libssh nextcloud/client_theming diff --git a/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild b/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild index 1129d0b1692..84b9e7850f9 100644 --- a/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://download.owncloud.com/desktop/stable/owncloudclient-${PV}.tar.xz LICENSE="CC-BY-3.0 GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="doc dolphin nautilus samba +sftp shibboleth test" +IUSE="doc dolphin nautilus shibboleth test" COMMON_DEPEND=">=dev-db/sqlite-3.4:3 dev-libs/qtkeychain[qt5(+)] @@ -32,8 +32,6 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3 kde-frameworks/kio:5 ) nautilus? ( dev-python/nautilus-python ) - samba? ( >=net-fs/samba-3.5 ) - sftp? ( >=net-libs/libssh-0.5 ) shibboleth? ( dev-qt/qtwebkit:5 ) " RDEPEND="${COMMON_DEPEND} @@ -87,11 +85,9 @@ src_configure() { -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} -DWITH_ICONV=ON - -DWITH_DOC=$(usex doc) + -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc) -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin) -DBUILD_WITH_QT4=OFF - -DCMAKE_DISABLE_FIND_PACKAGE_Libsmbclient=$(usex !samba) - -DCMAKE_DISABLE_FIND_PACKAGE_LibSSH=$(usex !sftp) -DNO_SHIBBOLETH=$(usex !shibboleth) -DUNIT_TESTING=$(usex test) -DOEM_THEME_DIR="${S}"/nextcloudtheme