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