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: Fri, 24 Aug 2018 12:57:44
Message-Id: 1535115451.143741d9cc38a3716aab3a2274d2f4f9036fe684.amadio@gentoo
1 commit: 143741d9cc38a3716aab3a2274d2f4f9036fe684
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 24 12:53:43 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 24 12:57:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143741d9
7
8 sci-physics/root: version bump to 6.14.04
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sci-physics/root/Manifest | 2 +-
13 sci-physics/root/{root-6.14.02.ebuild => root-6.14.04.ebuild} | 3 ++-
14 2 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-physics/root/Manifest b/sci-physics/root/Manifest
17 index 2b73e555130..91e7e9b5c73 100644
18 --- a/sci-physics/root/Manifest
19 +++ b/sci-physics/root/Manifest
20 @@ -1,2 +1,2 @@
21 DIST root_v6.12.06.source.tar.gz 162284452 BLAKE2B 944b5e899677bab40842d7ec969ff08cfa470e63be9a02b948a49ae088e8da72ce433a5071d9196bfd98f71e6861b1bda285354012620eee6c61cffcee71a0c8 SHA512 3d44749ccfc3d40a2f516ae53ef40fb244ed785eee0dbc18ff822bbb811a15b943039d30282ef5358a283d485e62531880c877ec77a86089503b06d6f37e42e1
22 -DIST root_v6.14.02.source.tar.gz 162458882 BLAKE2B 70778819c6348f3fda9d7a224639da41f2a1522baec669e0cb88680f978fc64e98f87790d96b177e42ca5639e47f2646b94e65c112dd3b237bdd3dcfa9f6aeac SHA512 7117a74c622cc2d7d8b616abf8571444f6178c911dd768274af6def95e7cd7d1e39506a3b57f694fd4a687ad3bd1f6c68e64ff3eccdcd3236b0b59b08db6b934
23 +DIST root_v6.14.04.source.tar.gz 162451369 BLAKE2B c7af9cf18736c900f71c35b7f9df91784058406c738ac49cf93aa6d1caee13b79e1f68be53ea600fc7311a5af76207f9de71f8438bf6eb43681c93f1815b39a7 SHA512 eb8f3fe89f70b222962ecec7bb7a1ff107dd600bc7ad63cbefc5d4e00561cc80b6430da90d1e59f70dbff69158929eec54614bb5df9894d342482b41c051353f
24
25 diff --git a/sci-physics/root/root-6.14.02.ebuild b/sci-physics/root/root-6.14.04.ebuild
26 similarity index 99%
27 rename from sci-physics/root/root-6.14.02.ebuild
28 rename to sci-physics/root/root-6.14.04.ebuild
29 index 24d19074d97..e34bbf30b94 100644
30 --- a/sci-physics/root/root-6.14.02.ebuild
31 +++ b/sci-physics/root/root-6.14.04.ebuild
32 @@ -155,6 +155,7 @@ src_configure() {
33 -Dshared=ON
34 -Dsoversion=ON
35 -Dbuiltin_llvm=ON
36 + -Dbuiltin_clang=ON
37 -Dbuiltin_afterimage=OFF
38 -Dbuiltin_cfitsio=OFF
39 -Dbuiltin_davix=OFF
40 @@ -238,7 +239,7 @@ src_configure() {
41 -Droot7=$(usex root7)
42 -Drootbench=OFF
43 -Droottest=$(usex test)
44 - # -Drpath=ON # needed for multi-slot to work
45 + -Drpath=OFF
46 -Druby=OFF # deprecated and broken
47 -Druntime_cxxmodules=OFF # does not work yet
48 -Dr=$(usex R)