diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-09-09 15:37:47 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-09-09 15:40:36 +0200 |
commit | 57910ecc3e953e124784addd6b73019e1a4b7e86 (patch) | |
tree | 21afacc393dca00f754f743fe6aa52deb5764d6b /net-fs/samba/metadata.xml | |
parent | sys-kernel/kergen: Version Bump (diff) | |
download | gentoo-57910ecc3e953e124784addd6b73019e1a4b7e86.tar.gz gentoo-57910ecc3e953e124784addd6b73019e1a4b7e86.tar.bz2 gentoo-57910ecc3e953e124784addd6b73019e1a4b7e86.zip |
net-fs/samba: Fixed compilation without gnutls (bug #559996).
Added two new USE flags:
-addc controls installation of Active Directory Domain Controller
functionality
-system-mitkrb5 uses app-crypt/mit-krb5 instead of app-crypt/heimdal
Re-added pam USE flag although samba still unconditionally links against
libpam when being found on the system. USE flag controls installation of
pam modules for now. Slightly reworked ebuilds. Added missing files for
samba-4.3
Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-fs/samba/metadata.xml')
-rw-r--r-- | net-fs/samba/metadata.xml | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/net-fs/samba/metadata.xml b/net-fs/samba/metadata.xml index d0c82d3de21f..643dad17497f 100644 --- a/net-fs/samba/metadata.xml +++ b/net-fs/samba/metadata.xml @@ -2,29 +2,32 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>samba</herd> -<maintainer> - <email>samba@gentoo.org</email> - <name>Samba Team</name> -</maintainer> -<longdescription> -Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Integration with various accounting and antivirus backends. License: GNU General Public License. -</longdescription> -<use> - <flag name="ads">Enable Active Directory support</flag> - <flag name="swat">Enables support for swat configuration gui</flag> - <flag name="winbind">Enables support for the winbind auth daemon</flag> - <flag name="client">Enables the client part</flag> - <flag name="server">Enables the server part</flag> - <flag name="netapi">Enable building of netapi bits</flag> - <flag name="addns">Enable AD DNS integration</flag> - <flag name="aio">Enable asynchronous IO support</flag> - <flag name="cluster">Enable support for clustering</flag> - <flag name="dmapi">Enable support for DMAPI. This currently works only in combination with XFS.</flag> - <flag name="ldb">Enable the ldb tools</flag> - <flag name="quota">Enables support for user quotas</flag> - <flag name="smbclient">Enable smbclient tool</flag> - <flag name="smbsharemodes">Enable special smb share modes (?) </flag> - <flag name="smbtav2">Enable Samba Traffic Analyzer version 2 </flag> - <flag name="iprint">Enabling iPrint technology by Novell</flag> -</use> + <maintainer> + <email>samba@gentoo.org</email> + <name>Samba Team</name> + </maintainer> + <longdescription> + Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Integration with various accounting and antivirus backends. License: GNU General Public License. + </longdescription> + <use> + <flag name="addc">Enable Active Directory Domain Controller support</flag> + <flag name="ads">Enable Active Directory support</flag> + <flag name="swat">Enables support for swat configuration gui</flag> + <flag name="winbind">Enables support for the winbind auth daemon</flag> + <flag name="client">Enables the client part</flag> + <flag name="server">Enables the server part</flag> + <flag name="netapi">Enable building of netapi bits</flag> + <flag name="addns">Enable AD DNS integration</flag> + <flag name="aio">Enable asynchronous IO support</flag> + <flag name="cluster">Enable support for clustering</flag> + <flag name="dmapi">Enable support for DMAPI. This currently works only in combination with XFS.</flag> + <flag name="ldb">Enable the ldb tools</flag> + <flag name="quota">Enables support for user quotas</flag> + <flag name="smbclient">Enable smbclient tool</flag> + <flag name="smbsharemodes">Enable special smb share modes (?) </flag> + <flag name="smbtav2">Enable Samba Traffic Analyzer version 2 </flag> + <flag name="system-mitkrb5">Use <pkg>app-crypt/mit-krb5</pkg> instead of + <pkg>app-crypt/heimdal</pkg>.</flag> + <flag name="iprint">Enabling iPrint technology by Novell</flag> + </use> </pkgmetadata> |