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, 12 Dec 2018 07:12:29
Message-Id: 1544598720.898a2da911f856d7c838aa29cbddbe8e4df07c0b.amadio@gentoo
1 commit: 898a2da911f856d7c838aa29cbddbe8e4df07c0b
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 07:09:43 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 07:12:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898a2da9
7
8 sci-physics/root: put USE flags back into alphabetical order
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 sci-physics/root/root-6.14.08-r1.ebuild | 12 ++++++------
14 sci-physics/root/root-9999.ebuild | 12 ++++++------
15 2 files changed, 12 insertions(+), 12 deletions(-)
16
17 diff --git a/sci-physics/root/root-6.14.08-r1.ebuild b/sci-physics/root/root-6.14.08-r1.ebuild
18 index 75fc74ce6d8..d107740182a 100644
19 --- a/sci-physics/root/root-6.14.08-r1.ebuild
20 +++ b/sci-physics/root/root-6.14.08-r1.ebuild
21 @@ -16,12 +16,12 @@ DESCRIPTION="C++ data analysis framework and interpreter from CERN"
22 HOMEPAGE="https://root.cern"
23 SRC_URI="https://root.cern/download/${PN}_v${PV}.source.tar.gz"
24
25 -IUSE="+X zeroconf aqua +asimage +c++11 c++14 c++17 cuda +davix emacs
26 - +examples fits fftw fortran +gdml graphviz +gsl http jemalloc
27 - kerberos ldap libcxx memstat +minuit mysql odbc +opengl oracle
28 - postgres prefix pythia6 pythia8 +python qt5 R +roofit root7
29 - shadow sqlite +ssl table +tbb test +threads +tiff +tmva +unuran
30 - vc xinetd +xml xrootd"
31 +IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples
32 + fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap
33 + libcxx memstat +minuit mysql odbc +opengl oracle postgres prefix
34 + pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl
35 + table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml xrootd
36 + zeroconf"
37
38 SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
39 LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
40
41 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
42 index 16556ca1679..d3d0e474cc7 100644
43 --- a/sci-physics/root/root-9999.ebuild
44 +++ b/sci-physics/root/root-9999.ebuild
45 @@ -26,12 +26,12 @@ fi
46 DESCRIPTION="C++ data analysis framework and interpreter from CERN"
47 HOMEPAGE="https://root.cern"
48
49 -IUSE="+X zeroconf aqua +asimage +c++11 c++14 c++17 cuda +davix emacs
50 - +examples fits fftw fortran +gdml graphviz +gsl http jemalloc
51 - kerberos ldap libcxx memstat +minuit mysql odbc +opengl oracle
52 - postgres prefix pythia6 pythia8 +python qt5 R +roofit root7
53 - shadow sqlite +ssl table +tbb test +threads +tiff +tmva +unuran
54 - vc xinetd +xml xrootd"
55 +IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples
56 + fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap
57 + libcxx memstat +minuit mysql odbc +opengl oracle postgres prefix
58 + pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl
59 + table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml xrootd
60 + zeroconf"
61
62 LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"