diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:32:15 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:32:15 +0000 |
commit | 9bdb9f9dfd9a6573fa1f67a6c9ad13ef03f5f101 (patch) | |
tree | 48b6c16943aa372dbd945d5b0492cd6a0a641ce2 /sys-auth | |
parent | Don't install COPYING and INSTALL files. (diff) | |
download | gentoo-2-9bdb9f9dfd9a6573fa1f67a6c9ad13ef03f5f101.tar.gz gentoo-2-9bdb9f9dfd9a6573fa1f67a6c9ad13ef03f5f101.tar.bz2 gentoo-2-9bdb9f9dfd9a6573fa1f67a6c9ad13ef03f5f101.zip |
Don't install COPYING file (on latest version).
(Portage version: 2.0.51.22)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 4 |
2 files changed, 6 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/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/* } |