diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-10-23 23:14:49 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-10-23 23:15:12 +0200 |
commit | 206d152259312650ad2f6611d5ee4f634565a33f (patch) | |
tree | 7a28e8d3e66296e0d32fb87694718e4230d80c0b /net-misc/nextcloud-client | |
parent | net-misc/owncloud-client: drop old versions (diff) | |
download | gentoo-206d152259312650ad2f6611d5ee4f634565a33f.tar.gz gentoo-206d152259312650ad2f6611d5ee4f634565a33f.tar.bz2 gentoo-206d152259312650ad2f6611d5ee4f634565a33f.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/nextcloud-client')
-rw-r--r-- | net-misc/nextcloud-client/metadata.xml | 1 | ||||
-rw-r--r-- | net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild | 7 | ||||
-rw-r--r-- | 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 4342ef68dc63..dfcd23fb500c 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 52cdf94f2165..43b18edfd8e8 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 2c3d246de4b1..a3dd780f6e5f 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) ) |