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-libs/libomp/
Date: Fri, 01 Nov 2019 13:16:12
Message-Id: 1572614156.f775b78eb6d6963ab9b9c2898525d55615becfa2.mgorny@gentoo
1 commit: f775b78eb6d6963ab9b9c2898525d55615becfa2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 08:34:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 13:15:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f775b78e
7
8 sys-libs/libomp: Switch live to monorepo
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libomp/libomp-10.0.0.9999.ebuild | 9 +++++++--
13 sys-libs/libomp/libomp-9.0.1.9999.ebuild | 11 ++++++++---
14 2 files changed, 15 insertions(+), 5 deletions(-)
15
16 diff --git a/sys-libs/libomp/libomp-10.0.0.9999.ebuild b/sys-libs/libomp/libomp-10.0.0.9999.ebuild
17 index 107506fa8c8..905a345680b 100644
18 --- a/sys-libs/libomp/libomp-10.0.0.9999.ebuild
19 +++ b/sys-libs/libomp/libomp-10.0.0.9999.ebuild
20 @@ -13,8 +13,8 @@ inherit cmake-multilib git-r3 linux-info multiprocessing python-any-r1
21 DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
22 HOMEPAGE="https://openmp.llvm.org"
23 SRC_URI=""
24 -EGIT_REPO_URI="https://git.llvm.org/git/openmp.git
25 - https://github.com/llvm-mirror/openmp.git"
26 +EGIT_REPO_URI="https://github.com/llvm/llvm-project.git"
27 +S=${WORKDIR}/${P}/openmp
28
29 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
30 SLOT="0"
31 @@ -71,6 +71,11 @@ pkg_setup() {
32 use test && python-any-r1_pkg_setup
33 }
34
35 +src_unpack() {
36 + git-r3_fetch
37 + git-r3_checkout '' '' '' openmp
38 +}
39 +
40 multilib_src_configure() {
41 local libdir="$(get_libdir)"
42 local mycmakeargs=(
43
44 diff --git a/sys-libs/libomp/libomp-9.0.1.9999.ebuild b/sys-libs/libomp/libomp-9.0.1.9999.ebuild
45 index 024defb5b3b..df9c8ea5a36 100644
46 --- a/sys-libs/libomp/libomp-9.0.1.9999.ebuild
47 +++ b/sys-libs/libomp/libomp-9.0.1.9999.ebuild
48 @@ -13,9 +13,9 @@ inherit cmake-multilib git-r3 linux-info multiprocessing python-any-r1
49 DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
50 HOMEPAGE="https://openmp.llvm.org"
51 SRC_URI=""
52 -EGIT_REPO_URI="https://git.llvm.org/git/openmp.git
53 - https://github.com/llvm-mirror/openmp.git"
54 -EGIT_BRANCH="release_90"
55 +EGIT_REPO_URI="https://github.com/llvm/llvm-project.git"
56 +EGIT_BRANCH="release/9.x"
57 +S=${WORKDIR}/${P}/openmp
58
59 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
60 SLOT="0"
61 @@ -72,6 +72,11 @@ pkg_setup() {
62 use test && python-any-r1_pkg_setup
63 }
64
65 +src_unpack() {
66 + git-r3_fetch
67 + git-r3_checkout '' '' '' openmp
68 +}
69 +
70 multilib_src_configure() {
71 local libdir="$(get_libdir)"
72 local mycmakeargs=(