Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.4.6.ebuild ChangeLog samba-3.4.8.ebuild
Date: Thu, 03 Jun 2010 19:30:35
Message-Id: 20100603193029.823D02CF48@corvid.gentoo.org
1 vostorga 10/06/03 19:30:29
2
3 Modified: samba-3.4.6.ebuild ChangeLog samba-3.4.8.ebuild
4 Log:
5 Adding dependency on netapi when client USE flag is enabled, bug #321483
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.8 net-fs/samba/samba-3.4.6.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild?r1=1.7&r2=1.8
14
15 Index: samba-3.4.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- samba-3.4.6.ebuild 1 Jun 2010 14:04:59 -0000 1.7
22 +++ samba-3.4.6.ebuild 3 Jun 2010 19:30:29 -0000 1.8
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-3.4.6.ebuild,v 1.7 2010/06/01 14:04:59 vostorga Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild,v 1.8 2010/06/03 19:30:29 vostorga Exp $
28
29 EAPI="2"
30
31 @@ -95,6 +95,7 @@
32
33 confutils_use_depend_all ads ldap
34 confutils_use_depend_all swat server
35 + confutils_use_depend_all client netapi
36 }
37
38 src_prepare() {
39
40
41
42 1.422 net-fs/samba/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.422&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.422&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.421&r2=1.422
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
51 retrieving revision 1.421
52 retrieving revision 1.422
53 diff -u -r1.421 -r1.422
54 --- ChangeLog 2 Jun 2010 16:03:31 -0000 1.421
55 +++ ChangeLog 3 Jun 2010 19:30:29 -0000 1.422
56 @@ -1,6 +1,10 @@
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.421 2010/06/02 16:03:31 vostorga Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.422 2010/06/03 19:30:29 vostorga Exp $
61 +
62 + 03 Jun 2010; Víctor Ostorga <vostorga@g.o> samba-3.4.6.ebuild,
63 + samba-3.4.8.ebuild:
64 + Adding dependency on netapi when client USE flag is enabled, bug #321483
65
66 02 Jun 2010; Víctor Ostorga <vostorga@g.o> samba-3.5.3.ebuild:
67 Adding support for winbind shared modules idmap_rid , idmap_ad and
68
69
70
71 1.5 net-fs/samba/samba-3.4.8.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild?rev=1.5&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild?rev=1.5&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild?r1=1.4&r2=1.5
76
77 Index: samba-3.4.8.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild,v
80 retrieving revision 1.4
81 retrieving revision 1.5
82 diff -u -r1.4 -r1.5
83 --- samba-3.4.8.ebuild 1 Jun 2010 14:04:59 -0000 1.4
84 +++ samba-3.4.8.ebuild 3 Jun 2010 19:30:29 -0000 1.5
85 @@ -1,6 +1,6 @@
86 # Copyright 1999-2010 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild,v 1.4 2010/06/01 14:04:59 vostorga Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild,v 1.5 2010/06/03 19:30:29 vostorga Exp $
90
91 EAPI="2"
92
93 @@ -94,6 +94,7 @@
94
95 confutils_use_depend_all ads ldap
96 confutils_use_depend_all swat server
97 + confutils_use_depend_all client netapi
98 }
99
100 src_prepare() {