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/
Date: Fri, 01 Nov 2019 13:16:08
Message-Id: 1572614143.671b66357a902ec45cc5f379b12faacf1bc8d8a2.mgorny@gentoo
1 commit: 671b66357a902ec45cc5f379b12faacf1bc8d8a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 08:34:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 13:15:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671b6635
7
8 dev-python/clang-python: Switch live to monorepo
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/clang-python/clang-python-10.0.0.9999.ebuild | 8 +++-----
13 dev-python/clang-python/clang-python-9.0.1.9999.ebuild | 10 ++++------
14 2 files changed, 7 insertions(+), 11 deletions(-)
15
16 diff --git a/dev-python/clang-python/clang-python-10.0.0.9999.ebuild b/dev-python/clang-python/clang-python-10.0.0.9999.ebuild
17 index 5a65d445f01..24e14b038ec 100644
18 --- a/dev-python/clang-python/clang-python-10.0.0.9999.ebuild
19 +++ b/dev-python/clang-python/clang-python-10.0.0.9999.ebuild
20 @@ -9,10 +9,8 @@ inherit git-r3 python-r1
21 DESCRIPTION="Python bindings for sys-devel/clang"
22 HOMEPAGE="https://llvm.org/"
23 SRC_URI=""
24 -S=${WORKDIR}/${P}/bindings/python
25 -
26 -EGIT_REPO_URI="https://git.llvm.org/git/clang.git
27 - https://github.com/llvm-mirror/clang.git"
28 +EGIT_REPO_URI="https://github.com/llvm/llvm-project.git"
29 +S=${WORKDIR}/${P}/clang/bindings/python
30
31 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
32 SLOT="0"
33 @@ -32,7 +30,7 @@ DEPEND="${RDEPEND}"
34
35 src_unpack() {
36 git-r3_fetch
37 - git-r3_checkout '' '' '' bindings/python
38 + git-r3_checkout '' '' '' clang/bindings/python
39 }
40
41 python_test() {
42
43 diff --git a/dev-python/clang-python/clang-python-9.0.1.9999.ebuild b/dev-python/clang-python/clang-python-9.0.1.9999.ebuild
44 index d1c47b42ebf..45d2a38e5e5 100644
45 --- a/dev-python/clang-python/clang-python-9.0.1.9999.ebuild
46 +++ b/dev-python/clang-python/clang-python-9.0.1.9999.ebuild
47 @@ -9,11 +9,9 @@ inherit git-r3 python-r1
48 DESCRIPTION="Python bindings for sys-devel/clang"
49 HOMEPAGE="https://llvm.org/"
50 SRC_URI=""
51 -S=${WORKDIR}/${P}/bindings/python
52 -
53 -EGIT_REPO_URI="https://git.llvm.org/git/clang.git
54 - https://github.com/llvm-mirror/clang.git"
55 -EGIT_BRANCH="release_90"
56 +EGIT_REPO_URI="https://github.com/llvm/llvm-project.git"
57 +EGIT_BRANCH="release/9.x"
58 +S=${WORKDIR}/${P}/clang/bindings/python
59
60 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
61 SLOT="0"
62 @@ -33,7 +31,7 @@ DEPEND="${RDEPEND}"
63
64 src_unpack() {
65 git-r3_fetch
66 - git-r3_checkout '' '' '' bindings/python
67 + git-r3_checkout '' '' '' clang/bindings/python
68 }
69
70 python_test() {