summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-02 09:23:40 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-02 09:23:40 +0000
commit0053b6a0740d49f38689eef945022f2c39260a37 (patch)
tree2d8c782e6c2f4b2270ba63d86e7f7dc82ff3c744 /net-nds
parentRemove unneeded flags from metadata.xml (diff)
downloadgentoo-2-0053b6a0740d49f38689eef945022f2c39260a37.tar.gz
gentoo-2-0053b6a0740d49f38689eef945022f2c39260a37.tar.bz2
gentoo-2-0053b6a0740d49f38689eef945022f2c39260a37.zip
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)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/ChangeLog7
-rw-r--r--net-nds/openldap/openldap-2.4.38-r2.ebuild10
-rw-r--r--net-nds/openldap/openldap-2.4.39.ebuild11
-rw-r--r--net-nds/openldap/openldap-2.4.40-r2.ebuild11
-rw-r--r--net-nds/openldap/openldap-2.4.40.ebuild11
5 files changed, 30 insertions, 20 deletions
diff --git a/net-nds/openldap/ChangeLog b/net-nds/openldap/ChangeLog
index 3f36c54e2c8d..36074619bc79 100644
--- a/net-nds/openldap/ChangeLog
+++ b/net-nds/openldap/ChangeLog
@@ -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 <swift@gentoo.org> 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 <robbat2@gentoo.org> openldap-2.4.40-r2.ebuild:
Bug #527140: avoid double-dep against bdb.
diff --git a/net-nds/openldap/openldap-2.4.38-r2.ebuild b/net-nds/openldap/openldap-2.4.38-r2.ebuild
index 2a1019293a24..0b5010c4c57c 100644
--- a/net-nds/openldap/openldap-2.4.38-r2.ebuild
+++ b/net-nds/openldap/openldap-2.4.38-r2.ebuild
@@ -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 @@ IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CON
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 @@ RDEPEND="icu? ( dev-libs/icu:= )
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"
diff --git a/net-nds/openldap/openldap-2.4.39.ebuild b/net-nds/openldap/openldap-2.4.39.ebuild
index de89cfb5491c..8c030b08d185 100644
--- a/net-nds/openldap/openldap-2.4.39.ebuild
+++ b/net-nds/openldap/openldap-2.4.39.ebuild
@@ -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 @@ IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CON
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 @@ RDEPEND="icu? ( dev-libs/icu:= )
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"
diff --git a/net-nds/openldap/openldap-2.4.40-r2.ebuild b/net-nds/openldap/openldap-2.4.40-r2.ebuild
index 52cface6a820..fdef0933c320 100644
--- a/net-nds/openldap/openldap-2.4.40-r2.ebuild
+++ b/net-nds/openldap/openldap-2.4.40-r2.ebuild
@@ -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 @@ BDB_PKGS=''
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 @@ RDEPEND="icu? ( dev-libs/icu:= )
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"
diff --git a/net-nds/openldap/openldap-2.4.40.ebuild b/net-nds/openldap/openldap-2.4.40.ebuild
index 23b76b3666aa..15dddc0e7a5e 100644
--- a/net-nds/openldap/openldap-2.4.40.ebuild
+++ b/net-nds/openldap/openldap-2.4.40.ebuild
@@ -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 @@ IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CON
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 @@ RDEPEND="icu? ( dev-libs/icu:= )
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"