Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/files/9999/, dev-python/clang-python/files/7.0.0/, ...
Date: Thu, 18 Oct 2018 15:47:59
Message-Id: 1539877665.787f858be59c567331b550819725455384ef9f22.mgorny@gentoo
1 commit: 787f858be59c567331b550819725455384ef9f22
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 15:47:20 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 15:47:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787f858b
7
8 dev-python/clang-python: Test fix is in -9999 for some time
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/clang-python/clang-python-7.0.0.ebuild | 2 +-
13 dev-python/clang-python/clang-python-7.0.9999.ebuild | 2 +-
14 dev-python/clang-python/clang-python-9999.ebuild | 6 ------
15 .../0001-python-tests-Update-test_code_completion.patch | 0
16 4 files changed, 2 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-python/clang-python/clang-python-7.0.0.ebuild b/dev-python/clang-python/clang-python-7.0.0.ebuild
19 index 6587ca010e1..cb4c02ae749 100644
20 --- a/dev-python/clang-python/clang-python-7.0.0.ebuild
21 +++ b/dev-python/clang-python/clang-python-7.0.0.ebuild
22 @@ -32,7 +32,7 @@ S=${WORKDIR}/${MY_P}/bindings/python
23 PATCHES=(
24 # update completion test results due to completion changes
25 # https://reviews.llvm.org/D50171
26 - "${FILESDIR}"/9999/0001-python-tests-Update-test_code_completion.patch
27 + "${FILESDIR}"/7.0.0/0001-python-tests-Update-test_code_completion.patch
28 )
29
30 src_unpack() {
31
32 diff --git a/dev-python/clang-python/clang-python-7.0.9999.ebuild b/dev-python/clang-python/clang-python-7.0.9999.ebuild
33 index 56917d10ff1..ff42c58b9e7 100644
34 --- a/dev-python/clang-python/clang-python-7.0.9999.ebuild
35 +++ b/dev-python/clang-python/clang-python-7.0.9999.ebuild
36 @@ -34,7 +34,7 @@ S=${WORKDIR}/${P}/bindings/python
37 PATCHES=(
38 # update completion test results due to completion changes
39 # https://reviews.llvm.org/D50171
40 - "${FILESDIR}"/9999/0001-python-tests-Update-test_code_completion.patch
41 + "${FILESDIR}"/7.0.0/0001-python-tests-Update-test_code_completion.patch
42 )
43
44 src_unpack() {
45
46 diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild
47 index b3138a01e17..cf488945799 100644
48 --- a/dev-python/clang-python/clang-python-9999.ebuild
49 +++ b/dev-python/clang-python/clang-python-9999.ebuild
50 @@ -30,12 +30,6 @@ DEPEND="${RDEPEND}"
51
52 S=${WORKDIR}/${P}/bindings/python
53
54 -PATCHES=(
55 - # update completion test results due to completion changes
56 - # https://reviews.llvm.org/D50171
57 - "${FILESDIR}"/9999/0001-python-tests-Update-test_code_completion.patch
58 -)
59 -
60 src_unpack() {
61 git-r3_fetch
62 git-r3_checkout '' '' '' bindings/python
63
64 diff --git a/dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch b/dev-python/clang-python/files/7.0.0/0001-python-tests-Update-test_code_completion.patch
65 similarity index 100%
66 rename from dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch
67 rename to dev-python/clang-python/files/7.0.0/0001-python-tests-Update-test_code_completion.patch