diff options
author | Francesco Riosa <vivo@gentoo.org> | 2007-03-04 17:09:24 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2007-03-04 17:09:24 +0000 |
commit | fccb15c98fd9be26b70cd0404fc2aeb7e72bc638 (patch) | |
tree | aaaae96a222fa8baa3f63691b9a063469cabfb50 /sys-auth/libnss-mysql | |
parent | Take runtime dependencies out of DEPEND. (Thanks to Thomas de Grenier de (diff) | |
download | gentoo-2-fccb15c98fd9be26b70cd0404fc2aeb7e72bc638.tar.gz gentoo-2-fccb15c98fd9be26b70cd0404fc2aeb7e72bc638.tar.bz2 gentoo-2-fccb15c98fd9be26b70cd0404fc2aeb7e72bc638.zip |
workaround new portage QA check
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-auth/libnss-mysql')
-rw-r--r-- | sys-auth/libnss-mysql/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/libnss-mysql/ChangeLog b/sys-auth/libnss-mysql/ChangeLog index 13c1d6b5ba0d..ee78040263b0 100644 --- a/sys-auth/libnss-mysql/ChangeLog +++ b/sys-auth/libnss-mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/libnss-mysql -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.6 2006/12/01 16:19:40 chtekk Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.7 2007/03/04 17:09:24 vivo Exp $ + + 04 Mar 2007; Francesco Riosa <vivo@gentoo.org> libnss-mysql-1.5.ebuild: + workaround new portage QA check 01 Dec 2006; Luca Longinotti <chtekk@gentoo.org> metadata.xml, -libnss-mysql-1.0.ebuild, -libnss-mysql-1.1.ebuild, diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild index 59f98ed887c0..846769ce2524 100644 --- a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild +++ b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.4 2006/12/01 16:19:40 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.5 2007/03/04 17:09:24 vivo Exp $ inherit multilib @@ -19,12 +19,13 @@ RDEPEND="${DEPEND}" src_install() { dodir "/etc" einstall libdir="${D}/$(get_libdir)" + rm -f "${D}/$(get_libdir)/libnss_mysql.la" newdoc sample/README README.sample dodoc AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS \ TODO UPGRADING ChangeLog - for subdir in sample/{,complex,minimal} ; do + for subdir in sample/{linux,freebsd,complex,minimal} ; do docinto "${subdir}" dodoc "${subdir}/"{*.sql,*.cfg} done |