Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.0.12.ebuild ChangeLog samba-4.1.2.ebuild
Date: Fri, 06 Dec 2013 17:56:28
Message-Id: 20131206175625.6CCB92004B@flycatcher.gentoo.org
1 polynomial-c 13/12/06 17:56:25
2
3 Modified: samba-4.0.12.ebuild ChangeLog samba-4.1.2.ebuild
4 Log:
5 Install ldap schema. Thanks to Chan Min Wai for providing an ebuild patch in bug #491002
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.2 net-fs/samba/samba-4.0.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.12.ebuild?r1=1.1&r2=1.2
15
16 Index: samba-4.0.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- samba-4.0.12.ebuild 25 Nov 2013 13:58:56 -0000 1.1
23 +++ samba-4.0.12.ebuild 6 Dec 2013 17:56:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.12.ebuild,v 1.1 2013/11/25 13:58:56 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.12.ebuild,v 1.2 2013/12/06 17:56:25 polynomial-c Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_{6,7} )
32 @@ -136,14 +136,11 @@
33 src_install() {
34 waf-utils_src_install
35
36 - # Seems like the build script gets the shebangs correct by itself
37 - # (4.0.6)
38 - #python_replicate_script \
39 - # "${D}/usr/sbin/samba_dnsupdate" \
40 - # "${D}/usr/sbin/samba_spnupdate" \
41 - # "${D}/usr/sbin/samba_upgradedns" \
42 - # "${D}/usr/sbin/samba_kcc" \
43 - # "${D}/usr/bin/samba-tool"
44 + # install ldap schema for server (bug #491002)
45 + if use ldap ; then
46 + insinto /etc/openldap/schema
47 + doins examples/LDAP/samba.schema
48 + fi
49
50 # Make all .so files executable
51 find "${D}" -type f -name "*.so" -exec chmod +x {} +
52
53
54
55 1.635 net-fs/samba/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.635&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.635&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.634&r2=1.635
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
64 retrieving revision 1.634
65 retrieving revision 1.635
66 diff -u -r1.634 -r1.635
67 --- ChangeLog 30 Nov 2013 20:03:47 -0000 1.634
68 +++ ChangeLog 6 Dec 2013 17:56:25 -0000 1.635
69 @@ -1,6 +1,11 @@
70 # ChangeLog for net-fs/samba
71 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.634 2013/11/30 20:03:47 polynomial-c Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.635 2013/12/06 17:56:25 polynomial-c Exp $
74 +
75 + 06 Dec 2013; Lars Wendler <polynomial-c@g.o> samba-4.0.12.ebuild,
76 + samba-4.1.2.ebuild:
77 + Install ldap schema. Thanks to Chan Min Wai for providing an ebuild patch in
78 + bug #491002.
79
80 *samba-3.6.21 (30 Nov 2013)
81
82
83
84
85 1.3 net-fs/samba/samba-4.1.2.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild?rev=1.3&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild?rev=1.3&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild?r1=1.2&r2=1.3
90
91 Index: samba-4.1.2.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild,v
94 retrieving revision 1.2
95 retrieving revision 1.3
96 diff -u -r1.2 -r1.3
97 --- samba-4.1.2.ebuild 27 Nov 2013 20:53:24 -0000 1.2
98 +++ samba-4.1.2.ebuild 6 Dec 2013 17:56:25 -0000 1.3
99 @@ -1,6 +1,6 @@
100 # Copyright 1999-2013 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild,v 1.2 2013/11/27 20:53:24 pacho Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild,v 1.3 2013/12/06 17:56:25 polynomial-c Exp $
104
105 EAPI=5
106 PYTHON_COMPAT=( python2_{6,7} )
107 @@ -128,14 +128,11 @@
108 src_install() {
109 waf-utils_src_install
110
111 - # Seems like the build script gets the shebangs correct by itself
112 - # (4.0.6)
113 - #python_replicate_script \
114 - # "${D}/usr/sbin/samba_dnsupdate" \
115 - # "${D}/usr/sbin/samba_spnupdate" \
116 - # "${D}/usr/sbin/samba_upgradedns" \
117 - # "${D}/usr/sbin/samba_kcc" \
118 - # "${D}/usr/bin/samba-tool"
119 + # install ldap schema for server (bug #491002)
120 + if use ldap ; then
121 + insinto /etc/openldap/schema
122 + doins examples/LDAP/samba.schema
123 + fi
124
125 # Make all .so files executable
126 find "${D}" -type f -name "*.so" -exec chmod +x {} +