Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685484
Collapse All | Expand All

(-)a/net-fs/samba/metadata.xml (+1 lines)
Lines 19-24 Link Here
19
		<flag name="gpg">Use <pkg>app-crypt/gpgme</pkg> for AD DC</flag>
19
		<flag name="gpg">Use <pkg>app-crypt/gpgme</pkg> for AD DC</flag>
20
		<flag name="json">Enable json audit support through <pkg>dev-libs/jansson</pkg></flag>
20
		<flag name="json">Enable json audit support through <pkg>dev-libs/jansson</pkg></flag>
21
		<flag name="iprint">Enabling iPrint technology by Novell</flag>
21
		<flag name="iprint">Enabling iPrint technology by Novell</flag>
22
		<flag name="profiling-data">Enables support for collecting profiling data</flag>
22
		<flag name="quota">Enables support for user quotas</flag>
23
		<flag name="quota">Enables support for user quotas</flag>
23
		<flag name="system-heimdal">Use <pkg>app-crypt/heimdal</pkg> instead of
24
		<flag name="system-heimdal">Use <pkg>app-crypt/heimdal</pkg> instead of
24
			bundled heimdal.</flag>
25
			bundled heimdal.</flag>
(-)a/net-fs/samba/samba-4.10.2.ebuild (-3 / +5 lines)
Lines 15-21 SRC_PATH="stable" Link Here
15
15
16
SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
16
SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
17
[[ ${PV} = *_rc* ]] || \
17
[[ ${PV} = *_rc* ]] || \
18
KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
18
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
19
19
20
DESCRIPTION="Samba Suite Version 4"
20
DESCRIPTION="Samba Suite Version 4"
21
HOMEPAGE="https://www.samba.org/"
21
HOMEPAGE="https://www.samba.org/"
Lines 23-30 LICENSE="GPL-3" Link Here
23
23
24
SLOT="0"
24
SLOT="0"
25
25
26
IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg iprint json ldap
26
IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg
27
pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf"
27
iprint json ldap pam profiling-data python quota selinux syslog system-heimdal
28
+system-mitkrb5 systemd test winbind zeroconf"
28
29
29
MULTILIB_WRAPPED_HEADERS=(
30
MULTILIB_WRAPPED_HEADERS=(
30
	/usr/include/samba-4.0/policy.h
31
	/usr/include/samba-4.0/policy.h
Lines 219-224 multilib_src_configure() { Link Here
219
		$(use_enable gnutls)
220
		$(use_enable gnutls)
220
		$(use_with debug lttng)
221
		$(use_with debug lttng)
221
		$(use_with ldap)
222
		$(use_with ldap)
223
		$(use_with profiling-data)
222
	)
224
	)
223
225
224
	multilib_is_native_abi && myconf+=( --with-shared-modules=${SHAREDMODS} )
226
	multilib_is_native_abi && myconf+=( --with-shared-modules=${SHAREDMODS} )
(-)a/net-fs/samba/samba-4.5.16.ebuild (-4 / +6 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
Lines 16-22 SRC_PATH="stable" Link Here
16
SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
16
SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
17
	https://dev.gentoo.org/~polynomial-c/samba-4.5.11-disable-python-patches.tar.xz"
17
	https://dev.gentoo.org/~polynomial-c/samba-4.5.11-disable-python-patches.tar.xz"
18
[[ ${PV} = *_rc* ]] || \
18
[[ ${PV} = *_rc* ]] || \
19
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
19
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
20
20
21
DESCRIPTION="Samba Suite Version 4"
21
DESCRIPTION="Samba Suite Version 4"
22
HOMEPAGE="https://www.samba.org/"
22
HOMEPAGE="https://www.samba.org/"
Lines 24-31 LICENSE="GPL-3" Link Here
24
24
25
SLOT="0"
25
SLOT="0"
26
26
27
IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap pam
27
IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap
28
quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf"
28
pam profiling-data quota selinux syslog system-heimdal +system-mitkrb5 systemd
29
test winbind zeroconf"
29
30
30
# the test suite is messed, it uses system-installed samba
31
# the test suite is messed, it uses system-installed samba
31
# bits instead of what was built, tests things disabled via use
32
# bits instead of what was built, tests things disabled via use
Lines 214-219 multilib_src_configure() { Link Here
214
			--disable-iprint
215
			--disable-iprint
215
			$(use_with ldap)
216
			$(use_with ldap)
216
			--without-pam
217
			--without-pam
218
			$(use_with profiling-data)
217
			--without-quotas
219
			--without-quotas
218
			--without-syslog
220
			--without-syslog
219
			--without-systemd
221
			--without-systemd
(-)a/net-fs/samba/samba-4.7.12-r1.ebuild (-2 / +4 lines)
Lines 23-30 LICENSE="GPL-3" Link Here
23
23
24
SLOT="0"
24
SLOT="0"
25
25
26
IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python
26
IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg
27
quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf"
27
iprint ldap pam profiling-data python quota selinux syslog system-heimdal
28
+system-mitkrb5 systemd test winbind zeroconf"
28
29
29
MULTILIB_WRAPPED_HEADERS=(
30
MULTILIB_WRAPPED_HEADERS=(
30
	/usr/include/samba-4.0/policy.h
31
	/usr/include/samba-4.0/policy.h
Lines 211-216 multilib_src_configure() { Link Here
211
			$(use_with ldap)
212
			$(use_with ldap)
212
			$(use_with pam)
213
			$(use_with pam)
213
			$(usex pam "--with-pammodulesdir=${EPREFIX}/$(get_libdir)/security" '')
214
			$(usex pam "--with-pammodulesdir=${EPREFIX}/$(get_libdir)/security" '')
215
			$(use_with profiling-data)
214
			$(use_with quota quotas)
216
			$(use_with quota quotas)
215
			$(use_with syslog)
217
			$(use_with syslog)
216
			$(use_with systemd)
218
			$(use_with systemd)
(-)a/net-fs/samba/samba-4.8.9.ebuild (-2 / +4 lines)
Lines 23-30 LICENSE="GPL-3" Link Here
23
23
24
SLOT="0"
24
SLOT="0"
25
25
26
IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python
26
IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg
27
quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf"
27
iprint ldap pam profiling-data python quota selinux syslog system-heimdal
28
+system-mitkrb5 systemd test winbind zeroconf"
28
29
29
MULTILIB_WRAPPED_HEADERS=(
30
MULTILIB_WRAPPED_HEADERS=(
30
	/usr/include/samba-4.0/policy.h
31
	/usr/include/samba-4.0/policy.h
Lines 214-219 multilib_src_configure() { Link Here
214
		$(use_enable gnutls)
215
		$(use_enable gnutls)
215
		$(use_with debug lttng)
216
		$(use_with debug lttng)
216
		$(use_with ldap)
217
		$(use_with ldap)
218
		$(use_with profiling-data)
217
	)
219
	)
218
	multilib_is_native_abi && myconf+=( --with-shared-modules=${SHAREDMODS} )
220
	multilib_is_native_abi && myconf+=( --with-shared-modules=${SHAREDMODS} )
219
221
(-)a/net-fs/samba/samba-4.9.6.ebuild (-2 / +4 lines)
Lines 23-30 LICENSE="GPL-3" Link Here
23
23
24
SLOT="0"
24
SLOT="0"
25
25
26
IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg iprint json ldap
26
IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg
27
pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf"
27
iprint json ldap pam profiling-data python quota selinux syslog system-heimdal
28
+system-mitkrb5 systemd test winbind zeroconf"
28
29
29
MULTILIB_WRAPPED_HEADERS=(
30
MULTILIB_WRAPPED_HEADERS=(
30
	/usr/include/samba-4.0/policy.h
31
	/usr/include/samba-4.0/policy.h
Lines 218-223 multilib_src_configure() { Link Here
218
		$(use_enable gnutls)
219
		$(use_enable gnutls)
219
		$(use_with debug lttng)
220
		$(use_with debug lttng)
220
		$(use_with ldap)
221
		$(use_with ldap)
222
		$(use_with profiling-data)
221
	)
223
	)
222
	multilib_is_native_abi && myconf+=( --with-shared-modules=${SHAREDMODS} )
224
	multilib_is_native_abi && myconf+=( --with-shared-modules=${SHAREDMODS} )
223
225

Return to bug 685484