Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.1.18.ebuild samba-4.1.19.ebuild samba-4.0.26.ebuild samba-4.2.0.ebuild ChangeLog
Date: Sun, 28 Jun 2015 03:35:04
Message-Id: 20150628033452.3CA67744@oystercatcher.gentoo.org
1 patrick 15/06/28 03:34:52
2
3 Modified: samba-4.1.18.ebuild samba-4.1.19.ebuild
4 samba-4.0.26.ebuild samba-4.2.0.ebuild ChangeLog
5 Log:
6 Temporary fix for #553384
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.4 net-fs/samba/samba-4.1.18.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild?r1=1.3&r2=1.4
16
17 Index: samba-4.1.18.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- samba-4.1.18.ebuild 3 Jun 2015 17:03:40 -0000 1.3
24 +++ samba-4.1.18.ebuild 28 Jun 2015 03:34:52 -0000 1.4
25 @@ -1,12 +1,12 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v 1.3 2015/06/03 17:03:40 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v 1.4 2015/06/28 03:34:52 patrick Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 )
33 PYTHON_REQ_USE='threads(+)'
34
35 -inherit python-single-r1 waf-utils multilib linux-info systemd
36 +inherit python-single-r1 waf-utils multilib linux-info systemd base
37
38 MY_PV="${PV/_rc/rc}"
39 MY_P="${PN}-${MY_PV}"
40 @@ -26,7 +26,7 @@
41 # sys-apps/attr is an automagic dependency (see bug #489748)
42 # sys-libs/pam is an automagic dependency (see bug #489770)
43 CDEPEND="${PYTHON_DEPS}
44 - >=app-crypt/heimdal-1.5[-ssl]
45 + >=app-crypt/heimdal-1.5[-ssl,-threads]
46 dev-libs/iniparser
47 dev-libs/popt
48 sys-libs/readline:=
49
50
51
52 1.2 net-fs/samba/samba-4.1.19.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.19.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.19.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.19.ebuild?r1=1.1&r2=1.2
57
58 Index: samba-4.1.19.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.19.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- samba-4.1.19.ebuild 26 Jun 2015 07:37:20 -0000 1.1
65 +++ samba-4.1.19.ebuild 28 Jun 2015 03:34:52 -0000 1.2
66 @@ -1,12 +1,12 @@
67 # Copyright 1999-2015 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.19.ebuild,v 1.1 2015/06/26 07:37:20 polynomial-c Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.19.ebuild,v 1.2 2015/06/28 03:34:52 patrick Exp $
71
72 EAPI=5
73 PYTHON_COMPAT=( python2_7 )
74 PYTHON_REQ_USE='threads(+)'
75
76 -inherit python-single-r1 waf-utils multilib linux-info systemd
77 +inherit python-single-r1 waf-utils multilib linux-info systemd base
78
79 MY_PV="${PV/_rc/rc}"
80 MY_P="${PN}-${MY_PV}"
81 @@ -26,7 +26,7 @@
82 # sys-apps/attr is an automagic dependency (see bug #489748)
83 # sys-libs/pam is an automagic dependency (see bug #489770)
84 CDEPEND="${PYTHON_DEPS}
85 - >=app-crypt/heimdal-1.5[-ssl]
86 + >=app-crypt/heimdal-1.5[-ssl,-threads]
87 dev-libs/iniparser
88 dev-libs/popt
89 sys-libs/readline:=
90
91
92
93 1.3 net-fs/samba/samba-4.0.26.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild?rev=1.3&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild?rev=1.3&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild?r1=1.2&r2=1.3
98
99 Index: samba-4.0.26.ebuild
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild,v
102 retrieving revision 1.2
103 retrieving revision 1.3
104 diff -u -r1.2 -r1.3
105 --- samba-4.0.26.ebuild 3 Jun 2015 17:03:40 -0000 1.2
106 +++ samba-4.0.26.ebuild 28 Jun 2015 03:34:52 -0000 1.3
107 @@ -1,12 +1,12 @@
108 # Copyright 1999-2015 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild,v 1.2 2015/06/03 17:03:40 vapier Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild,v 1.3 2015/06/28 03:34:52 patrick Exp $
112
113 EAPI=5
114 PYTHON_COMPAT=( python2_7 )
115 PYTHON_REQ_USE='threads(+)'
116
117 -inherit python-single-r1 waf-utils multilib linux-info systemd
118 +inherit python-single-r1 waf-utils multilib linux-info systemd eutils
119
120 MY_PV="${PV/_rc/rc}"
121 MY_P="${PN}-${MY_PV}"
122
123
124
125 1.3 net-fs/samba/samba-4.2.0.ebuild
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild?rev=1.3&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild?rev=1.3&content-type=text/plain
129 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild?r1=1.2&r2=1.3
130
131 Index: samba-4.2.0.ebuild
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild,v
134 retrieving revision 1.2
135 retrieving revision 1.3
136 diff -u -r1.2 -r1.3
137 --- samba-4.2.0.ebuild 3 Jun 2015 17:03:40 -0000 1.2
138 +++ samba-4.2.0.ebuild 28 Jun 2015 03:34:52 -0000 1.3
139 @@ -1,12 +1,12 @@
140 # Copyright 1999-2015 Gentoo Foundation
141 # Distributed under the terms of the GNU General Public License v2
142 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild,v 1.2 2015/06/03 17:03:40 vapier Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild,v 1.3 2015/06/28 03:34:52 patrick Exp $
144
145 EAPI=5
146 PYTHON_COMPAT=( python2_7 )
147 PYTHON_REQ_USE='threads(+)'
148
149 -inherit python-single-r1 waf-utils multilib linux-info systemd
150 +inherit python-single-r1 waf-utils multilib linux-info systemd eutils
151
152 MY_PV="${PV/_rc/rc}"
153 MY_P="${PN}-${MY_PV}"
154
155
156
157 1.718 net-fs/samba/ChangeLog
158
159 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.718&view=markup
160 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.718&content-type=text/plain
161 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.717&r2=1.718
162
163 Index: ChangeLog
164 ===================================================================
165 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
166 retrieving revision 1.717
167 retrieving revision 1.718
168 diff -u -r1.717 -r1.718
169 --- ChangeLog 26 Jun 2015 07:37:20 -0000 1.717
170 +++ ChangeLog 28 Jun 2015 03:34:52 -0000 1.718
171 @@ -1,6 +1,10 @@
172 # ChangeLog for net-fs/samba
173 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
174 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.717 2015/06/26 07:37:20 polynomial-c Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.718 2015/06/28 03:34:52 patrick Exp $
176 +
177 + 28 Jun 2015; Patrick Lauer <patrick@g.o> samba-4.0.26.ebuild,
178 + samba-4.1.18.ebuild, samba-4.1.19.ebuild, samba-4.2.0.ebuild:
179 + Temporary fix for #553384
180
181 *samba-4.1.19 (26 Jun 2015)