swift       14/11/02 09:23:40

  Modified:             openldap-2.4.40-r2.ebuild openldap-2.4.39.ebuild
                        openldap-2.4.38-r2.ebuild openldap-2.4.40.ebuild
                        ChangeLog
  Log:
  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug 
#527698)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.4                  net-nds/openldap/openldap-2.4.40-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.40-r2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.40-r2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.40-r2.ebuild?r1=1.3&r2=1.4

Index: openldap-2.4.40-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.40-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openldap-2.4.40-r2.ebuild   1 Nov 2014 00:29:02 -0000       1.3
+++ openldap-2.4.40-r2.ebuild   2 Nov 2014 09:23:40 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.40-r2.ebuild,v 1.3 
2014/11/01 00:29:02 robbat2 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.40-r2.ebuild,v 1.4 
2014/11/02 09:23:40 swift Exp $
 
 EAPI="5"
 
@@ -39,7 +39,7 @@
 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
 
 # openssl is needed to generate lanman-passwords required by samba
-RDEPEND="icu? ( dev-libs/icu:= )
+CDEPEND="icu? ( dev-libs/icu:= )
        ssl? ( !gnutls? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
                gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] 
>=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) )
        sasl? ( dev-libs/cyrus-sasl:= )
@@ -64,14 +64,15 @@
                kerberos? ( virtual/krb5 )
                cxx? ( dev-libs/cyrus-sasl:= )
        )
-       selinux? ( sec-policy/selinux-ldap )
        abi_x86_32? (
                !<=app-emulation/emul-linux-x86-baselibs-20140508-r3
                !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
        )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        sys-apps/groff"
-
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-ldap )
+"
 # for tracking versions
 OPENLDAP_VERSIONTAG=".version-tag"
 OPENLDAP_DEFAULTDIR_VERSIONTAG="/var/lib/openldap-data"



1.3                  net-nds/openldap/openldap-2.4.39.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.39.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.39.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.39.ebuild?r1=1.2&r2=1.3

Index: openldap-2.4.39.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.39.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openldap-2.4.39.ebuild      12 Oct 2014 06:26:40 -0000      1.2
+++ openldap-2.4.39.ebuild      2 Nov 2014 09:23:40 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.39.ebuild,v 
1.2 2014/10/12 06:26:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.39.ebuild,v 
1.3 2014/11/02 09:23:40 swift Exp $
 
 EAPI="5"
 
@@ -32,7 +32,7 @@
 REQUIRED_USE="cxx? ( sasl )"
 
 # openssl is needed to generate lanman-passwords required by samba
-RDEPEND="icu? ( dev-libs/icu:= )
+CDEPEND="icu? ( dev-libs/icu:= )
        ssl? ( !gnutls? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
                gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] 
>=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) )
        sasl? ( dev-libs/cyrus-sasl:= )
@@ -51,14 +51,15 @@
                kerberos? ( virtual/krb5 )
                cxx? ( dev-libs/cyrus-sasl:= )
        )
-       selinux? ( sec-policy/selinux-ldap )
        abi_x86_32? (
                !<=app-emulation/emul-linux-x86-baselibs-20140508-r3
                !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
        )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        sys-apps/groff"
-
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-ldap )
+"
 # for tracking versions
 OPENLDAP_VERSIONTAG=".version-tag"
 OPENLDAP_DEFAULTDIR_VERSIONTAG="/var/lib/openldap-data"



1.17                 net-nds/openldap/openldap-2.4.38-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild?r1=1.16&r2=1.17

Index: openldap-2.4.38-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- openldap-2.4.38-r2.ebuild   12 Oct 2014 06:26:40 -0000      1.16
+++ openldap-2.4.38-r2.ebuild   2 Nov 2014 09:23:40 -0000       1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild,v 1.16 
2014/10/12 06:26:40 robbat2 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild,v 1.17 
2014/11/02 09:23:40 swift Exp $
 
 EAPI="5"
 
@@ -32,7 +32,7 @@
 REQUIRED_USE="cxx? ( sasl )"
 
 # openssl is needed to generate lanman-passwords required by samba
-RDEPEND="icu? ( dev-libs/icu:= )
+CDEPEND="icu? ( dev-libs/icu:= )
        ssl? ( !gnutls? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
                gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] 
>=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) )
        sasl? ( dev-libs/cyrus-sasl:= )
@@ -51,13 +51,15 @@
                kerberos? ( virtual/krb5 )
                cxx? ( dev-libs/cyrus-sasl:= )
        )
-       selinux? ( sec-policy/selinux-ldap )
        abi_x86_32? (
                !<=app-emulation/emul-linux-x86-baselibs-20140508-r3
                !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
        )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        sys-apps/groff"
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-ldap )
+"
 
 # for tracking versions
 OPENLDAP_VERSIONTAG=".version-tag"



1.6                  net-nds/openldap/openldap-2.4.40.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.40.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.40.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.40.ebuild?r1=1.5&r2=1.6

Index: openldap-2.4.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.40.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openldap-2.4.40.ebuild      30 Oct 2014 02:22:07 -0000      1.5
+++ openldap-2.4.40.ebuild      2 Nov 2014 09:23:40 -0000       1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.40.ebuild,v 
1.5 2014/10/30 02:22:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.40.ebuild,v 
1.6 2014/11/02 09:23:40 swift Exp $
 
 EAPI="5"
 
@@ -32,7 +32,7 @@
 REQUIRED_USE="cxx? ( sasl )"
 
 # openssl is needed to generate lanman-passwords required by samba
-RDEPEND="icu? ( dev-libs/icu:= )
+CDEPEND="icu? ( dev-libs/icu:= )
        ssl? ( !gnutls? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
                gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] 
>=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) )
        sasl? ( dev-libs/cyrus-sasl:= )
@@ -53,14 +53,15 @@
                kerberos? ( virtual/krb5 )
                cxx? ( dev-libs/cyrus-sasl:= )
        )
-       selinux? ( sec-policy/selinux-ldap )
        abi_x86_32? (
                !<=app-emulation/emul-linux-x86-baselibs-20140508-r3
                !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
        )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        sys-apps/groff"
-
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-ldap )
+"
 # for tracking versions
 OPENLDAP_VERSIONTAG=".version-tag"
 OPENLDAP_DEFAULTDIR_VERSIONTAG="/var/lib/openldap-data"



1.486                net-nds/openldap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?rev=1.486&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?rev=1.486&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?r1=1.485&r2=1.486

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -r1.485 -r1.486
--- ChangeLog   1 Nov 2014 00:29:02 -0000       1.485
+++ ChangeLog   2 Nov 2014 09:23:40 -0000       1.486
@@ -1,6 +1,11 @@
 # ChangeLog for net-nds/openldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.485 
2014/11/01 00:29:02 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.486 
2014/11/02 09:23:40 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <[email protected]> openldap-2.4.38-r2.ebuild,
+  openldap-2.4.39.ebuild, openldap-2.4.40-r2.ebuild, openldap-2.4.40.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
   01 Nov 2014; Robin H. Johnson <[email protected]> openldap-2.4.40-r2.ebuild:
   Bug #527140: avoid double-dep against bdb.




Reply via email to