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/files/3.9.0/, sys-devel/llvm/files/9999/, sys-devel/llvm/
Date: Fri, 30 Sep 2016 18:47:46
Message-Id: 1475261258.50136b87a1488e6753dcda89398152a515913409.mgorny@gentoo
1 commit: 50136b87a1488e6753dcda89398152a515913409
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 18:45:49 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 18:47:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50136b87
7
8 sys-devel/llvm: OCaml install path patch has been merged upstream
9
10 .../0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch | 0
11 sys-devel/llvm/llvm-3.7.1-r3.ebuild | 2 +-
12 sys-devel/llvm/llvm-3.8.0-r3.ebuild | 2 +-
13 sys-devel/llvm/llvm-3.8.1-r2.ebuild | 2 +-
14 sys-devel/llvm/llvm-3.8.1.ebuild | 2 +-
15 sys-devel/llvm/llvm-3.9.0.ebuild | 2 +-
16 sys-devel/llvm/llvm-9999.ebuild | 3 ---
17 7 files changed, 5 insertions(+), 8 deletions(-)
18
19 diff --git a/sys-devel/llvm/files/9999/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch b/sys-devel/llvm/files/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
20 similarity index 100%
21 rename from sys-devel/llvm/files/9999/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
22 rename to sys-devel/llvm/files/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
23
24 diff --git a/sys-devel/llvm/llvm-3.7.1-r3.ebuild b/sys-devel/llvm/llvm-3.7.1-r3.ebuild
25 index ef041e6..5b80975 100644
26 --- a/sys-devel/llvm/llvm-3.7.1-r3.ebuild
27 +++ b/sys-devel/llvm/llvm-3.7.1-r3.ebuild
28 @@ -141,7 +141,7 @@ src_prepare() {
29 # Make ocaml warnings non-fatal, bug #537308
30 sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml || die
31 # Fix libdir for ocaml bindings install, bug #559134
32 - eapply "${FILESDIR}"/9999/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
33 + eapply "${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
34 # Do not build/install ocaml docs with USE=-doc, bug #562008
35 eapply "${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
36
37
38 diff --git a/sys-devel/llvm/llvm-3.8.0-r3.ebuild b/sys-devel/llvm/llvm-3.8.0-r3.ebuild
39 index 773c353..7731a4b 100644
40 --- a/sys-devel/llvm/llvm-3.8.0-r3.ebuild
41 +++ b/sys-devel/llvm/llvm-3.8.0-r3.ebuild
42 @@ -142,7 +142,7 @@ src_prepare() {
43 # Make ocaml warnings non-fatal, bug #537308
44 sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml || die
45 # Fix libdir for ocaml bindings install, bug #559134
46 - eapply "${FILESDIR}"/9999/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
47 + eapply "${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
48 # Do not build/install ocaml docs with USE=-doc, bug #562008
49 eapply "${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
50
51
52 diff --git a/sys-devel/llvm/llvm-3.8.1-r2.ebuild b/sys-devel/llvm/llvm-3.8.1-r2.ebuild
53 index f0bb43b..f16aca4 100644
54 --- a/sys-devel/llvm/llvm-3.8.1-r2.ebuild
55 +++ b/sys-devel/llvm/llvm-3.8.1-r2.ebuild
56 @@ -143,7 +143,7 @@ src_prepare() {
57 # Make ocaml warnings non-fatal, bug #537308
58 sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml || die
59 # Fix libdir for ocaml bindings install, bug #559134
60 - eapply "${FILESDIR}"/9999/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
61 + eapply "${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
62 # Do not build/install ocaml docs with USE=-doc, bug #562008
63 eapply "${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
64
65
66 diff --git a/sys-devel/llvm/llvm-3.8.1.ebuild b/sys-devel/llvm/llvm-3.8.1.ebuild
67 index 2e81b58..036de49 100644
68 --- a/sys-devel/llvm/llvm-3.8.1.ebuild
69 +++ b/sys-devel/llvm/llvm-3.8.1.ebuild
70 @@ -142,7 +142,7 @@ src_prepare() {
71 # Make ocaml warnings non-fatal, bug #537308
72 sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml || die
73 # Fix libdir for ocaml bindings install, bug #559134
74 - eapply "${FILESDIR}"/9999/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
75 + eapply "${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
76 # Do not build/install ocaml docs with USE=-doc, bug #562008
77 eapply "${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
78
79
80 diff --git a/sys-devel/llvm/llvm-3.9.0.ebuild b/sys-devel/llvm/llvm-3.9.0.ebuild
81 index 454f997..a5269d3 100644
82 --- a/sys-devel/llvm/llvm-3.9.0.ebuild
83 +++ b/sys-devel/llvm/llvm-3.9.0.ebuild
84 @@ -151,7 +151,7 @@ src_prepare() {
85 python_setup
86
87 # Fix libdir for ocaml bindings install, bug #559134
88 - eapply "${FILESDIR}"/9999/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
89 + eapply "${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
90 # Do not build/install ocaml docs with USE=-doc, bug #562008
91 eapply "${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
92
93
94 diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
95 index 526f253..6af306e 100644
96 --- a/sys-devel/llvm/llvm-9999.ebuild
97 +++ b/sys-devel/llvm/llvm-9999.ebuild
98 @@ -96,9 +96,6 @@ src_prepare() {
99 # Python is needed to run tests using lit
100 python_setup
101
102 - # Fix libdir for ocaml bindings install, bug #559134
103 - eapply "${FILESDIR}"/9999/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
104 -
105 # Prevent race conditions with parallel Sphinx runs
106 # https://llvm.org/bugs/show_bug.cgi?id=23781
107 eapply "${FILESDIR}"/9999/0004-cmake-Add-an-ordering-dep-between-HTML-man-Sphinx-ta.patch