commit:     ace3d1cc93f8ea6c6efa12866897643202bb052d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 08:34:45 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 13:15:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace3d1cc

sys-devel/llvm-common: Switch live to monorepo

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild | 6 +++---
 sys-devel/llvm-common/llvm-common-9.0.1.9999.ebuild  | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

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
index 11a022242bd..7edf27153de 100644
--- a/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild
+++ b/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild
@@ -8,8 +8,8 @@ inherit git-r3
 DESCRIPTION="Common files shared between multiple slots of LLVM"
 HOMEPAGE="https://llvm.org/";
 SRC_URI=""
-EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
-       https://github.com/llvm-mirror/llvm.git";
+EGIT_REPO_URI="https://github.com/llvm/llvm-project.git";
+S=${WORKDIR}/${P}/llvm
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
@@ -20,7 +20,7 @@ RDEPEND="!sys-devel/llvm:0"
 
 src_unpack() {
        git-r3_fetch
-       git-r3_checkout '' '' '' utils/vim
+       git-r3_checkout '' '' '' llvm/utils/vim
 }
 
 src_configure() { :; }

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
index ae78e1164ce..b3b79ac4e6c 100644
--- a/sys-devel/llvm-common/llvm-common-9.0.1.9999.ebuild
+++ b/sys-devel/llvm-common/llvm-common-9.0.1.9999.ebuild
@@ -8,9 +8,9 @@ inherit git-r3
 DESCRIPTION="Common files shared between multiple slots of LLVM"
 HOMEPAGE="https://llvm.org/";
 SRC_URI=""
-EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
-       https://github.com/llvm-mirror/llvm.git";
-EGIT_BRANCH="release_90"
+EGIT_REPO_URI="https://github.com/llvm/llvm-project.git";
+EGIT_BRANCH="release/9.x"
+S=${WORKDIR}/${P}/llvm
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
@@ -21,7 +21,7 @@ RDEPEND="!sys-devel/llvm:0"
 
 src_unpack() {
        git-r3_fetch
-       git-r3_checkout '' '' '' utils/vim
+       git-r3_checkout '' '' '' llvm/utils/vim
 }
 
 src_configure() { :; }

Reply via email to