diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-07 22:46:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-07 22:46:13 +0000 |
commit | ea1d27a00611872d56a347b1d1090d5234249529 (patch) | |
tree | cfeacc108687af4f33e3958faf30f6eebc243980 /sys-auth/nss_ldap | |
parent | Stable for HPPA (bug #438692). (diff) | |
download | gentoo-2-ea1d27a00611872d56a347b1d1090d5234249529.tar.gz gentoo-2-ea1d27a00611872d56a347b1d1090d5234249529.tar.bz2 gentoo-2-ea1d27a00611872d56a347b1d1090d5234249529.zip |
Do not install COPYING.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-auth/nss_ldap')
-rw-r--r-- | sys-auth/nss_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/nss_ldap/nss_ldap-265-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/nss_ldap/ChangeLog b/sys-auth/nss_ldap/ChangeLog index 0eb818baffb5..329b1f7c5de2 100644 --- a/sys-auth/nss_ldap/ChangeLog +++ b/sys-auth/nss_ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/nss_ldap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.77 2014/01/07 22:44:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.78 2014/01/07 22:46:13 jer Exp $ + + 07 Jan 2014; Jeroen Roovers <jer@gentoo.org> nss_ldap-265-r2.ebuild: + Do not install COPYING. 07 Jan 2014; Jeroen Roovers <jer@gentoo.org> nss_ldap-265-r2.ebuild: Stable for HPPA (bug #438692). diff --git a/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild b/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild index 688678924a14..9783541bd95b 100644 --- a/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild +++ b/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild,v 1.3 2014/01/07 22:44:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild,v 1.4 2014/01/07 22:46:13 jer Exp $ EAPI=5 inherit fixheadtails eutils multilib autotools prefix @@ -112,7 +112,7 @@ src_install() { -e '$inss_initgroups_ignoreusers ldap,openldap,mysql,syslog,root,postgres' dodoc ldap.conf ANNOUNCE NEWS ChangeLog AUTHORS \ - COPYING CVSVersionInfo.txt README nsswitch.ldap certutil + CVSVersionInfo.txt README nsswitch.ldap certutil docinto docs; dodoc doc/* } |