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.5.8-r1.ebuild ChangeLog
Date: Wed, 04 May 2011 16:36:17
Message-Id: 20110504163607.333B920054@flycatcher.gentoo.org
1 vostorga 11/05/04 16:36:07
2
3 Modified: samba-3.5.8-r1.ebuild ChangeLog
4 Log:
5 Fix build on uclibc systems, bug 365233 patch thanks to Tom Lloyd <napalmllama@×××××.com>
6
7 (Portage version: 2.1.9.42/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 net-fs/samba/samba-3.5.8-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.8-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.8-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.8-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: samba-3.5.8-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.8-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- samba-3.5.8-r1.ebuild 3 May 2011 15:26:29 -0000 1.2
23 +++ samba-3.5.8-r1.ebuild 4 May 2011 16:36:07 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.8-r1.ebuild,v 1.2 2011/05/03 15:26:29 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.8-r1.ebuild,v 1.3 2011/05/04 16:36:07 vostorga Exp $
29
30 EAPI=4
31
32 @@ -121,6 +121,7 @@
33
34 epatch "${CONFDIR}"/${PN}-3.5.6-kerberos-dummy.patch
35 use smbtav2 && cd "${WORKDIR}/${P}" && epatch "${WORKDIR}"/smb_traffic_analyzer_v2.diff
36 + cd "${WORKDIR}/${MY_P}" && epatch "${CONFDIR}"/${PN}-3.5.8-uclib-build.patch
37 }
38
39 src_configure() {
40
41
42
43 1.470 net-fs/samba/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.470&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.470&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.469&r2=1.470
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
52 retrieving revision 1.469
53 retrieving revision 1.470
54 diff -u -r1.469 -r1.470
55 --- ChangeLog 4 May 2011 14:08:27 -0000 1.469
56 +++ ChangeLog 4 May 2011 16:36:07 -0000 1.470
57 @@ -1,6 +1,11 @@
58 # ChangeLog for net-fs/samba
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.469 2011/05/04 14:08:27 vostorga Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.470 2011/05/04 16:36:07 vostorga Exp $
62 +
63 + 04 May 2011; Víctor Ostorga <vostorga@g.o> samba-3.5.8-r1.ebuild,
64 + +files/3.5/samba-3.5.8-uclib-build.patch:
65 + Fix build on uclibc systems, bug 365233 patch thanks to Tom Lloyd
66 + <napalmllama@×××××.com>
67
68 *samba-3.4.13 (04 May 2011)