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: ChangeLog samba-3.6.3.ebuild
Date: Wed, 28 Mar 2012 21:02:41
Message-Id: 20120328210226.E55572004B@flycatcher.gentoo.org
1 vostorga 12/03/28 21:02:26
2
3 Modified: ChangeLog samba-3.6.3.ebuild
4 Log:
5 Fixing DEPEND on ctdb, bug 404409
6
7 (Portage version: 2.1.10.44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.500 net-fs/samba/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.500&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.500&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.499&r2=1.500
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
19 retrieving revision 1.499
20 retrieving revision 1.500
21 diff -u -r1.499 -r1.500
22 --- ChangeLog 27 Mar 2012 16:50:51 -0000 1.499
23 +++ ChangeLog 28 Mar 2012 21:02:26 -0000 1.500
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-fs/samba
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.499 2012/03/27 16:50:51 vostorga Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.500 2012/03/28 21:02:26 vostorga Exp $
29 +
30 + 28 Mar 2012; Víctor Ostorga <vostorga@g.o> samba-3.6.3.ebuild:
31 + Fixing DEPEND on ctdb, bug 404409
32
33 27 Mar 2012; Víctor Ostorga <vostorga@g.o> samba-3.6.3.ebuild:
34 Adding findsmb script when smbclient use flag is enabled, bug 406033
35
36
37
38 1.5 net-fs/samba/samba-3.6.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild?r1=1.4&r2=1.5
43
44 Index: samba-3.6.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- samba-3.6.3.ebuild 27 Mar 2012 16:50:51 -0000 1.4
51 +++ samba-3.6.3.ebuild 28 Mar 2012 21:02:26 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild,v 1.4 2012/03/27 16:50:51 vostorga Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild,v 1.5 2012/03/28 21:02:26 vostorga Exp $
57
58 EAPI=4
59
60 @@ -31,7 +31,7 @@
61 client? ( !net-fs/mount-cifs
62 dev-libs/iniparser
63 kernel_linux? ( net-fs/cifs-utils ) )
64 - cluster? ( >=dev-db/ctdb-1.0.114_p1 )
65 + cluster? ( >=dev-db/ctdb-1.13 )
66 cups? ( net-print/cups )
67 debug? ( dev-libs/dmalloc )
68 fam? ( virtual/fam )