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: Tue, 31 Jul 2018 17:49:23
Message-Id: 1533058967.c6551549b4727c59ce82eff99eb2cf714a4964fb.amadio@gentoo
1 commit: c6551549b4727c59ce82eff99eb2cf714a4964fb
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 31 17:27:00 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 17:42:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6551549
7
8 sci-physics/root: version bump to 6.14/02
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 sci-physics/root/Manifest | 2 +-
13 sci-physics/root/{root-6.14.00-r1.ebuild => root-6.14.02.ebuild} | 5 ++---
14 2 files changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-physics/root/Manifest b/sci-physics/root/Manifest
17 index 4409b07a8de..2b73e555130 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.00.source.tar.gz 162436586 BLAKE2B 6047fe9fb898be9d4f00f2e6eb378d213996b49b9677f61ccc0250bb6d0801d8410850a39e0983534da2c6a307bd64b0ed6c03ab873a6c8b844500a96444a455 SHA512 2d4e754e3054018a53af28408b218bc52c0c60bea69a3c9e48f0d3feadbfebb559087fb453505b281fe01043f723e4b766cda8fca1e68dbf9e202c67d417e5b3
23 +DIST root_v6.14.02.source.tar.gz 162458882 BLAKE2B 70778819c6348f3fda9d7a224639da41f2a1522baec669e0cb88680f978fc64e98f87790d96b177e42ca5639e47f2646b94e65c112dd3b237bdd3dcfa9f6aeac SHA512 7117a74c622cc2d7d8b616abf8571444f6178c911dd768274af6def95e7cd7d1e39506a3b57f694fd4a687ad3bd1f6c68e64ff3eccdcd3236b0b59b08db6b934
24
25 diff --git a/sci-physics/root/root-6.14.00-r1.ebuild b/sci-physics/root/root-6.14.02.ebuild
26 similarity index 98%
27 rename from sci-physics/root/root-6.14.00-r1.ebuild
28 rename to sci-physics/root/root-6.14.02.ebuild
29 index 124bdd2658f..4d725bd70a5 100644
30 --- a/sci-physics/root/root-6.14.00-r1.ebuild
31 +++ b/sci-physics/root/root-6.14.02.ebuild
32 @@ -111,7 +111,6 @@ RDEPEND="${CDEPEND}
33 PATCHES=(
34 "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch
35 "${FILESDIR}"/${PN}-6.13.02-hsimple.patch
36 - "${FILESDIR}"/${PN}-6.14.00-http.patch
37 )
38
39 pkg_setup() {
40 @@ -154,6 +153,7 @@ src_configure() {
41 -Dexplicitlink=ON
42 -Dexceptions=ON
43 -Dfail-on-missing=ON
44 + -Dgnuinstall=OFF
45 -Dshared=ON
46 -Dsoversion=ON
47 -Dbuiltin_llvm=ON
48 @@ -208,7 +208,6 @@ src_configure() {
49 -Dglite=OFF # not implemented
50 -Dglobus=OFF
51 -Dgminimal=OFF
52 - -Dgnuinstall=OFF
53 -Dgsl_shared=$(usex gsl)
54 -Dgviz=$(usex graphviz)
55 -Dhdfs=OFF
56 @@ -240,7 +239,7 @@ src_configure() {
57 -Droot7=$(usex root7)
58 -Drootbench=OFF
59 -Droottest=$(usex test)
60 - -Drpath=ON # needed for multi-slot to work
61 + # -Drpath=ON # needed for multi-slot to work
62 -Druby=OFF # deprecated and broken
63 -Druntime_cxxmodules=OFF # does not work yet
64 -Dr=$(usex R)