Skip to content

Commit

Permalink
net-misc/owncloud-client: drop obsolete deps and USE flags
Browse files Browse the repository at this point in the history
Also fix doc building disabling

Closes: https://bugs.gentoo.org/650446
Package-Manager: Portage-2.3.45, Repoman-2.3.10
  • Loading branch information
voyageur committed Aug 10, 2018
1 parent 904fa58 commit 5d87ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion net-misc/owncloud-client/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
<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>
<flag name="sftp">Enable sftp transfer support via <pkg>net-libs/libssh</pkg></flag>
</use>
</pkgmetadata>
8 changes: 2 additions & 6 deletions net-misc/owncloud-client/owncloud-client-2.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
LICENSE="CC-BY-3.0 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~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(+)]
Expand All @@ -30,8 +30,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}
Expand Down Expand Up @@ -71,10 +69,8 @@ src_configure() {
local mycmakeargs=(
-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-DWITH_DOC=$(usex doc)
-DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
-DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
-DCMAKE_DISABLE_FIND_PACKAGE_Libsmbclient=$(usex !samba)
-DCMAKE_DISABLE_FIND_PACKAGE_LibSSH=$(usex !sftp)
-DNO_SHIBBOLETH=$(usex !shibboleth)
-DUNIT_TESTING=$(usex test)
)
Expand Down

0 comments on commit 5d87ced

Please sign in to comment.