commit:     206d152259312650ad2f6611d5ee4f634565a33f
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 23 21:14:49 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> 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 <voyageur <AT> 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 @@
        <use>
                <flag name="dolphin">Install the <pkg>kde-apps/dolphin</pkg> 
extension</flag>
                <flag name="nautilus">Install the 
<pkg>gnome-base/nautilus</pkg> extension</flag>
-               <flag name="shibboleth">Build support for Shibboleth single 
sign-on</flag>
        </use>
        <upstream>
                <remote-id type="github">nextcloud/desktop</remote-id>

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)
        )
 

Reply via email to