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, 20 Aug 2019 06:33:53
Message-Id: 1566282789.aaed0b67cad0edabed9ddb57fd8c4d8800055a39.amadio@gentoo
1 commit: aaed0b67cad0edabed9ddb57fd8c4d8800055a39
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 13:56:28 2019 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 20 06:33:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaed0b67
7
8 sci-physics/root: remove nosplash USE flag from live ebuild
9
10 This is now the default upstream.
11
12 Package-Manager: Portage-2.3.71, Repoman-2.3.17
13 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
14
15 sci-physics/root/root-9999.ebuild | 10 +++-------
16 1 file changed, 3 insertions(+), 7 deletions(-)
17
18 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
19 index 0b58a32c013..e841fafab73 100644
20 --- a/sci-physics/root/root-9999.ebuild
21 +++ b/sci-physics/root/root-9999.ebuild
22 @@ -16,9 +16,9 @@ HOMEPAGE="https://root.cern"
23
24 IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix debug emacs
25 +examples fits fftw fortran +gdml graphviz +gsl http libcxx +minuit
26 - mysql nosplash odbc +opengl oracle postgres prefix pythia6 pythia8
27 - +python qt5 R +roofit root7 shadow sqlite +ssl +tbb test +tmva
28 - +unuran vc vmc +xml xrootd"
29 + mysql odbc +opengl oracle postgres prefix pythia6 pythia8 +python
30 + qt5 R +roofit root7 shadow sqlite +ssl +tbb test +tmva +unuran vc
31 + vmc +xml xrootd"
32
33 if [[ ${PV} =~ "9999" ]] ; then
34 inherit git-r3
35 @@ -136,10 +136,6 @@ src_prepare() {
36
37 # CSS should use local images
38 sed -i -e 's,http://.*/,,' etc/html/ROOT.css || die "html sed failed"
39 -
40 - if use nosplash; then
41 - sed -i -e '/bool gNoLogo/s@false@true@' rootx/src/rootx.cxx
42 - fi
43 }
44
45 # Note: ROOT uses bundled clang because it is patched and API-incompatible