mgorny      15/01/03 17:28:06

  Modified:             samba-4.1.14.ebuild ChangeLog
  Log:
  Make systemd library support optional, bug #512510.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  net-fs/samba/samba-4.1.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild?r1=1.1&r2=1.2

Index: samba-4.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.1.14.ebuild 2 Dec 2014 09:34:05 -0000       1.1
+++ samba-4.1.14.ebuild 3 Jan 2015 17:28:06 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild,v 1.1 
2014/12/02 09:34:05 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild,v 1.2 
2015/01/03 17:28:06 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -20,7 +20,7 @@
 SLOT="0"
 
 IUSE="acl addns ads aio avahi client cluster cups dmapi fam gnutls iprint
-ldap quota selinux syslog test winbind"
+ldap quota selinux syslog systemd test winbind"
 
 # sys-apps/attr is an automagic dependency (see bug #489748)
 # sys-libs/pam is an automagic dependency (see bug #489770)
@@ -49,7 +49,8 @@
        fam? ( virtual/fam )
        gnutls? ( dev-libs/libgcrypt:0
                >=net-libs/gnutls-1.4.0 )
-       ldap? ( net-nds/openldap )"
+       ldap? ( net-nds/openldap )
+       systemd? ( sys-apps/systemd:0= )"
 DEPEND="${CDEPEND}
        virtual/pkgconfig"
 RDEPEND="${CDEPEND}
@@ -122,6 +123,7 @@
                --with-pam_smbpass \
                $(use_with quota quotas) \
                $(use_with syslog) \
+               $(use_with systemd) \
                $(use_with winbind)
                "
        use "ads" && myconf+=" --with-shared-modules=idmap_ad"



1.702                net-fs/samba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.702&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.702&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.701&r2=1.702

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -r1.701 -r1.702
--- ChangeLog   26 Dec 2014 09:18:35 -0000      1.701
+++ ChangeLog   3 Jan 2015 17:28:06 -0000       1.702
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/samba
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.701 2014/12/26 
09:18:35 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.702 2015/01/03 
17:28:06 mgorny Exp $
+
+  03 Jan 2015; Michał Górny <[email protected]> samba-4.1.14.ebuild:
+  Make systemd library support optional, bug #512510.
 
   26 Dec 2014; Agostino Sarubbo <[email protected]> samba-3.6.24.ebuild:
   Stable for sparc, wrt bug #514676




Reply via email to