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 583D6138359 for ; Fri, 23 Oct 2020 21:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44C0EE08A0; Fri, 23 Oct 2020 21:16:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 20E0EE08A0 for ; Fri, 23 Oct 2020 21:16:07 +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 30D9C335D52 for ; Fri, 23 Oct 2020 21:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F32C43B7 for ; Fri, 23 Oct 2020 21:16:03 +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: <1603487712.206d152259312650ad2f6611d5ee4f634565a33f.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.6.5.ebuild net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild X-VCS-Directories: net-misc/nextcloud-client/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 206d152259312650ad2f6611d5ee4f634565a33f X-VCS-Branch: master Date: Fri, 23 Oct 2020 21:16:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b7e75d7-8f8e-4a1e-a382-aeaf5bc907fc X-Archives-Hash: 9857f34cef52f5ae8186592833d4b515 commit: 206d152259312650ad2f6611d5ee4f634565a33f Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Oct 23 21:14:49 2020 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Oct 23 21:15:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206d1522 net-misc/nextcloud-client: drop USE=shibboleth flag It needs deprecated dev-qt/qtwebkit:5 Closes: https://bugs.gentoo.org/750884 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Bernard Cafarelli gentoo.org> net-misc/nextcloud-client/metadata.xml | 1 - net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild | 7 +++---- net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild | 7 +++---- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/net-misc/nextcloud-client/metadata.xml b/net-misc/nextcloud-client/metadata.xml index 4342ef68dc6..dfcd23fb500 100644 --- a/net-misc/nextcloud-client/metadata.xml +++ b/net-misc/nextcloud-client/metadata.xml @@ -8,7 +8,6 @@ Install the kde-apps/dolphin extension Install the gnome-base/nautilus extension - Build support for Shibboleth single sign-on nextcloud/desktop diff --git a/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild b/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild index 52cdf94f216..43b18edfd8e 100644 --- a/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> ${P}. LICENSE="CC-BY-3.0 GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="doc dolphin nautilus shibboleth test" +IUSE="doc dolphin nautilus test" COMMON_DEPEND=">=dev-db/sqlite-3.4:3 >=dev-libs/openssl-1.1.0:0= @@ -31,8 +31,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3 kde-frameworks/kcoreaddons:5 kde-frameworks/kio:5 ) - nautilus? ( dev-python/nautilus-python ) - shibboleth? ( dev-qt/qtwebkit:5 )" + nautilus? ( dev-python/nautilus-python )" RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} @@ -74,8 +73,8 @@ src_configure() { -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc) -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin) - -DNO_SHIBBOLETH=$(usex !shibboleth) -DUNIT_TESTING=$(usex test) + -DNO_SHIBBOLETH=yes ) cmake_src_configure diff --git a/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild index 2c3d246de4b..a3dd780f6e5 100644 --- a/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> ${P}. LICENSE="CC-BY-3.0 GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="doc dolphin libressl nautilus shibboleth test" +IUSE="doc dolphin libressl nautilus test" COMMON_DEPEND=">=dev-db/sqlite-3.4:3 dev-libs/qtkeychain[qt5(+)] @@ -35,8 +35,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3 ) !libressl? ( >=dev-libs/openssl-1.1.0:0= ) libressl? ( >=dev-libs/libressl-3.1:0= ) - nautilus? ( dev-python/nautilus-python ) - shibboleth? ( dev-qt/qtwebkit:5 )" + nautilus? ( dev-python/nautilus-python )" RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} @@ -75,7 +74,7 @@ src_configure() { -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc) -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin) - -DNO_SHIBBOLETH=$(usex !shibboleth) + -DNO_SHIBBOLETH=yes -DUNIT_TESTING=$(usex test) )