Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/files/
Date: Sun, 03 Mar 2019 21:48:58
Message-Id: 1551649728.1767d5282d3a6d1a6403e997fb8ba9b2c716cd5c.polynomial-c@gentoo
1 commit: 1767d5282d3a6d1a6403e997fb8ba9b2c716cd5c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 1 17:28:23 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 21:48:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1767d528
7
8 sys-libs/tevent: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11191
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 sys-libs/tevent/files/talloc-disable-python.patch | 34 -----------------------
15 1 file changed, 34 deletions(-)
16
17 diff --git a/sys-libs/tevent/files/talloc-disable-python.patch b/sys-libs/tevent/files/talloc-disable-python.patch
18 deleted file mode 100644
19 index 6ef45eb37fb..00000000000
20 --- a/sys-libs/tevent/files/talloc-disable-python.patch
21 +++ /dev/null
22 @@ -1,34 +0,0 @@
23 ---- a/lib/talloc/wscript 2017-04-28 04:57:26.000000000 -0400
24 -+++ b/lib/talloc/wscript 2017-07-05 14:30:42.700580464 -0400
25 -@@ -74,19 +74,22 @@
26 - implied_deps='replace'):
27 - conf.define('USING_SYSTEM_TALLOC', 1)
28 -
29 -- using_system_pytalloc_util = True
30 -- if not conf.CHECK_BUNDLED_SYSTEM_PKG('pytalloc-util', minversion=VERSION,
31 -- implied_deps='talloc replace'):
32 -+ if conf.env.disable_python:
33 - using_system_pytalloc_util = False
34 --
35 -- # We need to get a pytalloc-util for all the python versions
36 -- # we are building for
37 -- if conf.env['EXTRA_PYTHON']:
38 -- name = 'pytalloc-util' + conf.all_envs['extrapython']['PYTHON_SO_ABI_FLAG']
39 -- if not conf.CHECK_BUNDLED_SYSTEM_PKG(name, minversion=VERSION,
40 -+ else:
41 -+ using_system_pytalloc_util = True
42 -+ if not conf.CHECK_BUNDLED_SYSTEM_PKG('pytalloc-util', minversion=VERSION,
43 - implied_deps='talloc replace'):
44 - using_system_pytalloc_util = False
45 -
46 -+ # We need to get a pytalloc-util for all the python versions
47 -+ # we are building for
48 -+ if conf.env['EXTRA_PYTHON']:
49 -+ name = 'pytalloc-util' + conf.all_envs['extrapython']['PYTHON_SO_ABI_FLAG']
50 -+ if not conf.CHECK_BUNDLED_SYSTEM_PKG(name, minversion=VERSION,
51 -+ implied_deps='talloc replace'):
52 -+ using_system_pytalloc_util = False
53 -+
54 - if using_system_pytalloc_util:
55 - conf.define('USING_SYSTEM_PYTALLOC_UTIL', 1)
56 -