diff options
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/Manifest | 10 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index dd52f85b6703..565e705db6bf 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ldap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.16 2005/08/28 12:11:04 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.17 2005/09/03 23:32:15 flameeyes Exp $ + + 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> pam_ldap-180.ebuild: + Don't install COPYING file (on latest version). 28 Aug 2005; Simon Stelling <blubb@gentoo.org> pam_ldap-180.ebuild: stable on amd64 wrt bug 103659 diff --git a/sys-auth/pam_ldap/Manifest b/sys-auth/pam_ldap/Manifest index 20f94f12a8cd..2cd01aba4bae 100644 --- a/sys-auth/pam_ldap/Manifest +++ b/sys-auth/pam_ldap/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 8d79b755dad3224b3299639b1b29f92e pam_ldap-161.ebuild 787 MD5 19484f8cae5c130b09e5c5dcbeed92c4 pam_ldap-178-r1.ebuild 1138 MD5 bb30ee3ecc04f56295c52355c62c9b9e pam_ldap-167.ebuild 870 @@ -21,3 +24,10 @@ MD5 58a43c49c9c6fac27d940fccdbfd5cf3 files/digest-pam_ldap-164 64 MD5 e7be3daad202a50aecd0d3888bf5c46e files/digest-pam_ldap-161 64 MD5 593769a88e934c0a00456d35cce22316 files/digest-pam_ldap-171 64 MD5 f6a188644f736d46d200c045eff82bea files/digest-pam_ldap-156 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDGjKOj5H05b2HAEkRAtm/AJ9Fax+KzdQjq87uObrwcLwQEG6kzgCfT8WV +Z8HpL1+ML4iJ6913wAgcdtk= +=U4YZ +-----END PGP SIGNATURE----- diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index 7527e7cf2501..baa9d06a09b9 100644 --- a/sys-auth/pam_ldap/pam_ldap-180.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-180.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.6 2005/08/28 12:11:04 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.7 2005/09/03 23:32:15 flameeyes Exp $ inherit eutils @@ -37,7 +37,7 @@ src_install() { doexe pam_ldap.so dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil - dodoc ChangeLog COPYING.* CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema + dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema docinto pam.d dodoc pam.d/* } |