From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J8ol4-0004v2-In for garchives@archives.gentoo.org; Sun, 30 Dec 2007 03:22:39 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBU3MUIO003043; Sun, 30 Dec 2007 03:22:30 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBU3MTVG003012 for ; Sun, 30 Dec 2007 03:22:30 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9C00A65E69 for ; Sun, 30 Dec 2007 03:22:29 +0000 (UTC) Received: from chtekk by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J8oku-00084R-DS for gentoo-commits@lists.gentoo.org; Sun, 30 Dec 2007 03:22:28 +0000 From: "Luca Longinotti (chtekk)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chtekk@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-mysql: ChangeLog libnss-mysql-1.5.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog libnss-mysql-1.5.ebuild X-VCS-Directories: sys-auth/libnss-mysql X-VCS-Committer: chtekk X-VCS-Committer-Name: Luca Longinotti Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Luca Longinotti Date: Sun, 30 Dec 2007 03:22:28 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 76e23624-ba35-4260-9597-747c5d50760d X-Archives-Hash: b4315019336ce2baa1dd310234d6ffc3 chtekk 07/12/30 03:22:28 Modified: ChangeLog libnss-mysql-1.5.ebuild Log: Change install location. (Portage version: 2.1.4_rc11) Revision Changes Path 1.13 sys-auth/libnss-mysql/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 30 Dec 2007 03:11:38 -0000 1.12 +++ ChangeLog 30 Dec 2007 03:22:27 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/libnss-mysql # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.12 2007/12/30 03:11:38 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.13 2007/12/30 03:22:27 chtekk Exp $ + + 30 Dec 2007; Luca Longinotti libnss-mysql-1.5.ebuild: + Install NSS libs to /usr/lib instead of /lib. 30 Dec 2007; Luca Longinotti -libnss-mysql-1.2.ebuild: Remove old version. 1.10 sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild?r1=1.9&r2=1.10 Index: libnss-mysql-1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libnss-mysql-1.5.ebuild 14 Nov 2007 14:56:33 -0000 1.9 +++ libnss-mysql-1.5.ebuild 30 Dec 2007 03:22:27 -0000 1.10 @@ -1,6 +1,6 @@ # 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.9 2007/11/14 14:56:33 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.10 2007/12/30 03:22:27 chtekk Exp $ inherit multilib @@ -19,8 +19,7 @@ src_install() { dodir "/etc" dodir "/usr/$(get_libdir)" - einstall libdir="${D}/$(get_libdir)" - mv "${D}/$(get_libdir)/libnss_mysql.la" "${D}/usr/$(get_libdir)/" + einstall libdir="${D}/usr/$(get_libdir)" newdoc sample/README README.sample dodoc AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS \ -- gentoo-commits@gentoo.org mailing list