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/lit/
Date: Fri, 01 Nov 2019 13:16:08
Message-Id: 1572614144.492a2bb37e62cd4186cb354f5be72bf351801d98.mgorny@gentoo
1 commit: 492a2bb37e62cd4186cb354f5be72bf351801d98
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 08:34:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 13:15:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492a2bb3
7
8 dev-python/lit: Switch live to monorepo
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lit/lit-10.0.0.9999.ebuild | 8 +++-----
13 dev-python/lit/lit-9.0.1.9999.ebuild | 10 ++++------
14 2 files changed, 7 insertions(+), 11 deletions(-)
15
16 diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild
17 index 32320b7920e..05acb219e32 100644
18 --- a/dev-python/lit/lit-10.0.0.9999.ebuild
19 +++ b/dev-python/lit/lit-10.0.0.9999.ebuild
20 @@ -9,10 +9,8 @@ inherit distutils-r1 git-r3 multiprocessing
21 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
22 HOMEPAGE="https://llvm.org/"
23 SRC_URI=""
24 -S=${WORKDIR}/${P}/utils/lit
25 -
26 -EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
27 - https://github.com/llvm-mirror/llvm.git"
28 +EGIT_REPO_URI="https://github.com/llvm/llvm-project.git"
29 +S=${WORKDIR}/${P}/llvm/utils/lit
30
31 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
32 SLOT="0"
33 @@ -31,7 +29,7 @@ BDEPEND="
34
35 src_unpack() {
36 git-r3_fetch
37 - git-r3_checkout '' '' '' utils/lit
38 + git-r3_checkout '' '' '' llvm/utils/lit
39 }
40
41 python_test() {
42
43 diff --git a/dev-python/lit/lit-9.0.1.9999.ebuild b/dev-python/lit/lit-9.0.1.9999.ebuild
44 index c9fb8cb2815..ca1cce6c00b 100644
45 --- a/dev-python/lit/lit-9.0.1.9999.ebuild
46 +++ b/dev-python/lit/lit-9.0.1.9999.ebuild
47 @@ -9,11 +9,9 @@ inherit distutils-r1 git-r3 multiprocessing
48 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
49 HOMEPAGE="https://llvm.org/"
50 SRC_URI=""
51 -S=${WORKDIR}/${P}/utils/lit
52 -
53 -EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
54 - https://github.com/llvm-mirror/llvm.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}/llvm/utils/lit
59
60 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
61 SLOT="0"
62 @@ -32,7 +30,7 @@ BDEPEND="
63
64 src_unpack() {
65 git-r3_fetch
66 - git-r3_checkout '' '' '' utils/lit
67 + git-r3_checkout '' '' '' llvm/utils/lit
68 }
69
70 python_test() {