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-client: ChangeLog samba-client-3.3.7.ebuild
Date: Mon, 07 Sep 2009 23:18:25
Message-Id: E1MknTa-0004yj-LX@stork.gentoo.org
1 vostorga 09/09/07 23:18:22
2
3 Modified: ChangeLog samba-client-3.3.7.ebuild
4 Log:
5 Adding dev-libs/dmalloc as DEPEND when debug USE flag is set #283592 . Patch thanks to Viktor S <bugzilla@×××××××.org> and Rafał Mużyło <galtgendo@××.pl>
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 net-fs/samba-client/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba-client/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 1 Sep 2009 09:42:43 -0000 1.3
22 +++ ChangeLog 7 Sep 2009 23:18:22 -0000 1.4
23 @@ -1,6 +1,12 @@
24 # ChangeLog for net-fs/samba-client
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-client/ChangeLog,v 1.3 2009/09/01 09:42:43 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-client/ChangeLog,v 1.4 2009/09/07 23:18:22 vostorga Exp $
28 +
29 + 07 Sep 2009; Víctor Ostorga <vostorga@g.o>
30 + samba-client-3.3.7.ebuild:
31 + Adding dev-libs/dmalloc as DEPEND when debug USE flag is set #283592 .
32 + Patch thanks to Viktor S <bugzilla@×××××××.org> and Rafał Mużyło
33 + <galtgendo@××.pl>
34
35 01 Sep 2009; Patrick Lauer <patrick@g.o>
36 -samba-client-3.3.6.ebuild:
37
38
39
40 1.2 net-fs/samba-client/samba-client-3.3.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/samba-client-3.3.7.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/samba-client-3.3.7.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba-client/samba-client-3.3.7.ebuild?r1=1.1&r2=1.2
45
46 Index: samba-client-3.3.7.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba-client/samba-client-3.3.7.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- samba-client-3.3.7.ebuild 17 Aug 2009 17:34:23 -0000 1.1
53 +++ samba-client-3.3.7.ebuild 7 Sep 2009 23:18:22 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-client/samba-client-3.3.7.ebuild,v 1.1 2009/08/17 17:34:23 patrick Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-client/samba-client-3.3.7.ebuild,v 1.2 2009/09/07 23:18:22 vostorga Exp $
59
60 EAPI="2"
61
62 @@ -27,6 +27,7 @@
63 zeroconf? ( || ( net-dns/avahi[mdnsresponder-compat] net-misc/mDNSResponder ) )
64 caps? ( sys-libs/libcap )
65 cups? ( net-print/cups )
66 + debug? ( dev-libs/dmalloc )
67 ldap? ( net-nds/openldap )
68 syslog? ( virtual/logger )
69 net-fs/samba-libs[caps?,cups?,ldap?,syslog?,winbind?]