diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-02 07:14:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-02 07:14:41 +0000 |
commit | 0714793f2a600192aa092c35eacbbcb015eeff99 (patch) | |
tree | a75ff6887e76523a080b24558148d7c2f814c685 /sys-auth/pam_ldap | |
parent | Pull in a patch to build xchat with dbus-0.60. (diff) | |
download | historical-0714793f2a600192aa092c35eacbbcb015eeff99.tar.gz historical-0714793f2a600192aa092c35eacbbcb015eeff99.tar.bz2 historical-0714793f2a600192aa092c35eacbbcb015eeff99.zip |
Add missing inherit.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_ldap/Manifest | 10 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index ff89b7e1214f..8437a0e5962f 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.21 2005/12/30 19:25:19 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.22 2006/01/02 07:14:41 flameeyes Exp $ + + 02 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> pam_ldap-180.ebuild: + Add missing inherit. 30 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> pam_ldap-180.ebuild: Use dopammod instead of exeinto/doexe. diff --git a/sys-auth/pam_ldap/Manifest b/sys-auth/pam_ldap/Manifest index 2759f5491b0f..d084c7dd01af 100644 --- a/sys-auth/pam_ldap/Manifest +++ b/sys-auth/pam_ldap/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 63deec18ccb9aa6a8d5931563dfe3dde ChangeLog 5643 +MD5 ba0f8139d275a1a268266fd54f5cd7f5 ChangeLog 5741 MD5 f6a188644f736d46d200c045eff82bea files/digest-pam_ldap-156 64 MD5 e7be3daad202a50aecd0d3888bf5c46e files/digest-pam_ldap-161 64 MD5 58a43c49c9c6fac27d940fccdbfd5cf3 files/digest-pam_ldap-164 64 @@ -23,11 +23,11 @@ MD5 e4d4592b21f5043e86c060c5e2d9b238 pam_ldap-176-r1.ebuild 1128 MD5 5bbc539df75bd714f7edc0a204fba3fe pam_ldap-176.ebuild 905 MD5 19484f8cae5c130b09e5c5dcbeed92c4 pam_ldap-178-r1.ebuild 1138 MD5 35d27202dc788579d73b378aff38c077 pam_ldap-178.ebuild 916 -MD5 e8ccaeb99091e1c58a6cd617c8012d59 pam_ldap-180.ebuild 1114 +MD5 4ca1fb09370063483d15667474bfcce1 pam_ldap-180.ebuild 1118 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDtYmrAiZjviIA2XgRAk4/AKC7RqxfWp2rbaIMqR6ho+BXzBQBqgCeOMVt -88eWKgg4FABN9qFgBS8ShGI= -=Qk6p +iD8DBQFDuNL1AiZjviIA2XgRAmVxAKDelQZwqX5FwmoafRyd2C9yR9cRRACgi5W3 +ElCOlsFmFmGPOj7ouF07p0Y= +=f8TP -----END PGP SIGNATURE----- diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index 5f6abfecebdd..bd6db502cbb6 100644 --- a/sys-auth/pam_ldap/pam_ldap-180.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-180.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.10 2005/12/30 19:25:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.11 2006/01/02 07:14:41 flameeyes Exp $ -inherit eutils +inherit eutils pam DESCRIPTION="PAM LDAP Module" HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" |