diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2012-07-24 07:18:53 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2012-07-24 07:18:53 +0000 |
commit | b2016210447295f1df42757a57f88c241e22bf46 (patch) | |
tree | 0db52c06a120fedd2bad42a37ffbdef933a0d7e9 /sys-auth | |
parent | adding nss-pam-ldapd for reals this time (diff) | |
download | gentoo-2-b2016210447295f1df42757a57f88c241e22bf46.tar.gz gentoo-2-b2016210447295f1df42757a57f88c241e22bf46.tar.bz2 gentoo-2-b2016210447295f1df42757a57f88c241e22bf46.zip |
fix nss-ldapd to download the right version
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss-ldapd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/nss-ldapd/nss-ldapd-0.6.7-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/nss-ldapd/ChangeLog b/sys-auth/nss-ldapd/ChangeLog index 62d7db9a90a9..2f4e9e717f9c 100644 --- a/sys-auth/nss-ldapd/ChangeLog +++ b/sys-auth/nss-ldapd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/nss-ldapd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-ldapd/ChangeLog,v 1.6 2012/07/24 06:58:43 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-ldapd/ChangeLog,v 1.7 2012/07/24 07:18:53 prometheanfire Exp $ + + 24 Jul 2012; Matthew Thode <prometheanfire@gentoo.org> + nss-ldapd-0.6.7-r1.ebuild: + fix nss-ldapd to download the right version 24 Jul 2012; Matthew Thode <prometheanfire@gentoo.org> +nss-ldapd-0.6.7-r1.ebuild, -nss-pam-ldapd-0.6.7-r1.ebuild, diff --git a/sys-auth/nss-ldapd/nss-ldapd-0.6.7-r1.ebuild b/sys-auth/nss-ldapd/nss-ldapd-0.6.7-r1.ebuild index 4effdc418835..da0a8f8f816b 100644 --- a/sys-auth/nss-ldapd/nss-ldapd-0.6.7-r1.ebuild +++ b/sys-auth/nss-ldapd/nss-ldapd-0.6.7-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-ldapd/nss-ldapd-0.6.7-r1.ebuild,v 1.3 2012/07/24 06:58:43 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-ldapd/nss-ldapd-0.6.7-r1.ebuild,v 1.4 2012/07/24 07:18:53 prometheanfire Exp $ inherit multilib DESCRIPTION="NSS module for name lookups using LDAP" HOMEPAGE="http://ch.tudelft.nl/~arthur/nss-ldapd/" -SRC_URI="http://ch.tudelft.nl/~arthur/nss-ldapd/nss-ldapd-${PV}.tar.gz" +SRC_URI="http://ch.tudelft.nl/~arthur/nss-ldapd/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |