Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Wed, 29 Aug 2018 15:07:10
Message-Id: 1535555215.30e10c187fd8c24ad9d865218d9fb8fb9099cc28.amadio@gentoo
1 commit: 30e10c187fd8c24ad9d865218d9fb8fb9099cc28
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 13:48:45 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 15:06:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e10c18
7
8 sci-physics/root: add back patch for bug 653124
9
10 The patch was dropped by mistake on a revision bump.
11
12 Bug: https://bugs.gentoo.org/653124
13 Package-Manager: Portage-2.3.48, Repoman-2.3.10
14
15 sci-physics/root/{root-6.12.06-r6.ebuild => root-6.12.06-r7.ebuild} | 1 +
16 sci-physics/root/{root-6.14.04-r1.ebuild => root-6.14.04-r2.ebuild} | 1 +
17 sci-physics/root/root-9999.ebuild | 1 +
18 3 files changed, 3 insertions(+)
19
20 diff --git a/sci-physics/root/root-6.12.06-r6.ebuild b/sci-physics/root/root-6.12.06-r7.ebuild
21 similarity index 99%
22 rename from sci-physics/root/root-6.12.06-r6.ebuild
23 rename to sci-physics/root/root-6.12.06-r7.ebuild
24 index 307ec1356b4..87b5d83bd4f 100644
25 --- a/sci-physics/root/root-6.12.06-r6.ebuild
26 +++ b/sci-physics/root/root-6.12.06-r7.ebuild
27 @@ -110,6 +110,7 @@ PATCHES=(
28 "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch
29 "${FILESDIR}"/${PN}-6.12.04-no-opengl.patch
30 "${FILESDIR}"/${PN}-6.12.04-z3.patch
31 + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch
32 )
33
34 pkg_setup() {
35
36 diff --git a/sci-physics/root/root-6.14.04-r1.ebuild b/sci-physics/root/root-6.14.04-r2.ebuild
37 similarity index 99%
38 rename from sci-physics/root/root-6.14.04-r1.ebuild
39 rename to sci-physics/root/root-6.14.04-r2.ebuild
40 index d7cbcaa7059..cc9edde9d8d 100644
41 --- a/sci-physics/root/root-6.14.04-r1.ebuild
42 +++ b/sci-physics/root/root-6.14.04-r2.ebuild
43 @@ -108,6 +108,7 @@ RDEPEND="${CDEPEND}
44
45 PATCHES=(
46 "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch
47 + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch
48 "${FILESDIR}"/${PN}-6.13.02-hsimple.patch
49 )
50
51
52 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
53 index 717498866e1..41a7e18306a 100644
54 --- a/sci-physics/root/root-9999.ebuild
55 +++ b/sci-physics/root/root-9999.ebuild
56 @@ -117,6 +117,7 @@ RDEPEND="${CDEPEND}
57
58 PATCHES=(
59 "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch
60 + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch
61 "${FILESDIR}"/${PN}-6.13.02-hsimple.patch
62 )