From 082c6239c892b74164cdc226bd09bee0f0cc74f9 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 22 Aug 2008 19:10:44 +0000 Subject: Version bump. (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64) --- sys-auth/nss_ldap/ChangeLog | 7 ++- sys-auth/nss_ldap/nss_ldap-261.ebuild | 84 +++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 sys-auth/nss_ldap/nss_ldap-261.ebuild (limited to 'sys-auth') diff --git a/sys-auth/nss_ldap/ChangeLog b/sys-auth/nss_ldap/ChangeLog index 300901edf069..a5820a445baa 100644 --- a/sys-auth/nss_ldap/ChangeLog +++ b/sys-auth/nss_ldap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/nss_ldap # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.54 2008/02/26 13:24:58 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.55 2008/08/22 19:10:44 robbat2 Exp $ + +*nss_ldap-261 (22 Aug 2008) + + 22 Aug 2008; Robin H. Johnson +nss_ldap-261.ebuild: + Version bump. *nss_ldap-259 (20 Jan 2008) diff --git a/sys-auth/nss_ldap/nss_ldap-261.ebuild b/sys-auth/nss_ldap/nss_ldap-261.ebuild new file mode 100644 index 000000000000..c156dd92bdc5 --- /dev/null +++ b/sys-auth/nss_ldap/nss_ldap-261.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-261.ebuild,v 1.1 2008/08/22 19:10:44 robbat2 Exp $ + +inherit fixheadtails eutils multilib autotools + +IUSE="debug sasl kerberos" + +DESCRIPTION="NSS LDAP Module" +HOMEPAGE="http://www.padl.com/OSS/nss_ldap.html" +SRC_URI="http://www.padl.com/download/${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=net-nds/openldap-2.1.30-r5 + sasl? ( dev-libs/cyrus-sasl ) + kerberos? ( virtual/krb5 )" +RDEPEND="${DEPEND} + !