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 4A4741396DA for ; Thu, 26 Oct 2017 07:53:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FDAEE0D35; Thu, 26 Oct 2017 07:53:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 411B1E0D35 for ; Thu, 26 Oct 2017 07:53:25 +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 8B6DC33D3CE for ; Thu, 26 Oct 2017 07:53:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 243B782F for ; Thu, 26 Oct 2017 07:53:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1509004377.3863cb68ebf5709d2549ee278180c615f2288bc9.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/metadata.xml net-fs/samba/samba-4.6.9.ebuild net-fs/samba/samba-4.7.0-r1.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3863cb68ebf5709d2549ee278180c615f2288bc9 X-VCS-Branch: master Date: Thu, 26 Oct 2017 07:53:23 +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: 76dbe540-6404-4afa-a2fe-015e7b5c05f8 X-Archives-Hash: 124def9dc726c55754384f0168f5b224 commit: 3863cb68ebf5709d2549ee278180c615f2288bc9 Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 26 07:52:57 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 26 07:52:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3863cb68 net-fs/samba: Fixed automagic linking against sys-cluster/ceph Closes: https://bugs.gentoo.org/563146 Package-Manager: Portage-2.3.12, Repoman-2.3.4 net-fs/samba/metadata.xml | 1 + net-fs/samba/samba-4.6.9.ebuild | 5 ++++- net-fs/samba/samba-4.7.0-r1.ebuild | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/net-fs/samba/metadata.xml b/net-fs/samba/metadata.xml index c6b9bbe87e4..2a3bd677e0d 100644 --- a/net-fs/samba/metadata.xml +++ b/net-fs/samba/metadata.xml @@ -13,6 +13,7 @@ Enable AD DNS integration Enable Active Directory support Enable asynchronous IO support + Enable support for Ceph distributed filesystem via sys-cluster/ceph Enables the client part Enable support for clustering Enable support for DMAPI. This currently works only in combination with XFS. diff --git a/net-fs/samba/samba-4.6.9.ebuild b/net-fs/samba/samba-4.6.9.ebuild index b4690d4142e..43d075a4a99 100644 --- a/net-fs/samba/samba-4.6.9.ebuild +++ b/net-fs/samba/samba-4.6.9.ebuild @@ -24,7 +24,7 @@ LICENSE="GPL-3" SLOT="0" -IUSE="acl addc addns ads client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python +IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf" MULTILIB_WRAPPED_HEADERS=( @@ -65,6 +65,7 @@ CDEPEND=" net-dns/bind-tools[gssapi] dev-python/dnspython:=[${PYTHON_USEDEP}] ) + ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) @@ -187,6 +188,7 @@ multilib_src_configure() { $(usex addc '' '--without-ad-dc') $(use_with addns dnsupdate) $(use_with ads) + $(use_enable ceph cephfs) $(use_with cluster cluster-support) $(use_enable cups) $(use_with debug lttng) @@ -215,6 +217,7 @@ multilib_src_configure() { --without-dnsupdate --without-ads --disable-avahi + --disable-cephfs --without-cluster-support --disable-cups --without-dmapi diff --git a/net-fs/samba/samba-4.7.0-r1.ebuild b/net-fs/samba/samba-4.7.0-r1.ebuild index 38286265176..8e9afc791ab 100644 --- a/net-fs/samba/samba-4.7.0-r1.ebuild +++ b/net-fs/samba/samba-4.7.0-r1.ebuild @@ -23,7 +23,7 @@ LICENSE="GPL-3" SLOT="0" -IUSE="acl addc addns ads client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python +IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf" MULTILIB_WRAPPED_HEADERS=( @@ -63,6 +63,7 @@ CDEPEND=" net-dns/bind-tools[gssapi] dev-python/dnspython:=[${PYTHON_USEDEP}] ) + ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) @@ -183,6 +184,7 @@ multilib_src_configure() { $(usex addc '' '--without-ad-dc') $(use_with addns dnsupdate) $(use_with ads) + $(use_enable ceph cephfs) $(use_with cluster cluster-support) $(use_enable cups) $(use_with debug lttng) @@ -211,6 +213,7 @@ multilib_src_configure() { --without-dnsupdate --without-ads --disable-avahi + --disable-cephfs --without-cluster-support --disable-cups --without-dmapi