Gentoo Archives: gentoo-commits

From: "Luca Longinotti (chtekk)" <chtekk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-mysql: ChangeLog libnss-mysql-1.5.ebuild
Date: Sun, 30 Dec 2007 03:22:39
Message-Id: E1J8oku-00084R-DS@stork.gentoo.org
1 chtekk 07/12/30 03:22:28
2
3 Modified: ChangeLog libnss-mysql-1.5.ebuild
4 Log:
5 Change install location.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.13 sys-auth/libnss-mysql/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 30 Dec 2007 03:11:38 -0000 1.12
22 +++ ChangeLog 30 Dec 2007 03:22:27 -0000 1.13
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-auth/libnss-mysql
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.12 2007/12/30 03:11:38 chtekk Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.13 2007/12/30 03:22:27 chtekk Exp $
28 +
29 + 30 Dec 2007; Luca Longinotti <chtekk@g.o> libnss-mysql-1.5.ebuild:
30 + Install NSS libs to /usr/lib instead of /lib.
31
32 30 Dec 2007; Luca Longinotti <chtekk@g.o> -libnss-mysql-1.2.ebuild:
33 Remove old version.
34
35
36
37 1.10 sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild?rev=1.10&view=markup
40 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
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild?r1=1.9&r2=1.10
42
43 Index: libnss-mysql-1.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v
46 retrieving revision 1.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- libnss-mysql-1.5.ebuild 14 Nov 2007 14:56:33 -0000 1.9
50 +++ libnss-mysql-1.5.ebuild 30 Dec 2007 03:22:27 -0000 1.10
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $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 $
55 +# $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 $
56
57 inherit multilib
58
59 @@ -19,8 +19,7 @@
60 src_install() {
61 dodir "/etc"
62 dodir "/usr/$(get_libdir)"
63 - einstall libdir="${D}/$(get_libdir)"
64 - mv "${D}/$(get_libdir)/libnss_mysql.la" "${D}/usr/$(get_libdir)/"
65 + einstall libdir="${D}/usr/$(get_libdir)"
66
67 newdoc sample/README README.sample
68 dodoc AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS \
69
70
71
72 --
73 gentoo-commits@g.o mailing list