Gentoo Archives: gentoo-commits

From: "Robert Piasek (dagger)" <dagger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.0.0_alpha11.ebuild ChangeLog
Date: Tue, 23 Feb 2010 12:19:11
Message-Id: E1NjtjE-0007vI-Nm@stork.gentoo.org
1 dagger 10/02/23 12:19:04
2
3 Modified: samba-4.0.0_alpha11.ebuild ChangeLog
4 Log:
5 fix: added emake installpc to install PKG-CONFIG files in samba4 ebuild
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-fs/samba/samba-4.0.0_alpha11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild?r1=1.1&r2=1.2
14
15 Index: samba-4.0.0_alpha11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- samba-4.0.0_alpha11.ebuild 23 Feb 2010 09:50:58 -0000 1.1
22 +++ samba-4.0.0_alpha11.ebuild 23 Feb 2010 12:19:03 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild,v 1.1 2010/02/23 09:50:58 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.0_alpha11.ebuild,v 1.2 2010/02/23 12:19:03 dagger Exp $
28
29 EAPI="2"
30
31 @@ -114,6 +114,7 @@
32 # install libs
33 emake installlib DESTDIR="${D}" || die "emake installib failed"
34 emake installheader DESTDIR="${D}" || die "emake installheader failed"
35 + emake installpc DESTDIR="${D}" || die "make installpc failed"
36
37 # compile python
38 if use python ; then
39
40
41
42 1.400 net-fs/samba/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.400&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.400&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?r1=1.399&r2=1.400
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
51 retrieving revision 1.399
52 retrieving revision 1.400
53 diff -u -r1.399 -r1.400
54 --- ChangeLog 23 Feb 2010 09:50:58 -0000 1.399
55 +++ ChangeLog 23 Feb 2010 12:19:03 -0000 1.400
56 @@ -1,6 +1,9 @@
57 # ChangeLog for net-fs/samba
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.399 2010/02/23 09:50:58 patrick Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.400 2010/02/23 12:19:03 dagger Exp $
61 +
62 + 23 Feb 2010; Robert Piasek <dagger@g.o> samba-4.0.0_alpha11.ebuild:
63 + We need emake installpc to install PKG-CONFIG files
64
65 *samba-4.0.0_alpha11 (23 Feb 2010)