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, 11 Dec 2018 11:19:34
Message-Id: 1544526237.133a18a406c326f50c980ef11ec589ff02e5eda0.amadio@gentoo
1 commit: 133a18a406c326f50c980ef11ec589ff02e5eda0
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 10 13:49:41 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 11:03:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133a18a4
7
8 sci-physics/root: rename 'avahi' USE flag to 'zeroconf'
9
10 Closes: https://bugs.gentoo.org/671914
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
13
14 sci-physics/root/root-6.14.08.ebuild | 6 +++---
15 sci-physics/root/root-9999.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sci-physics/root/root-6.14.08.ebuild b/sci-physics/root/root-6.14.08.ebuild
19 index d3be67f0726..2f447a38d26 100644
20 --- a/sci-physics/root/root-6.14.08.ebuild
21 +++ b/sci-physics/root/root-6.14.08.ebuild
22 @@ -16,7 +16,7 @@ DESCRIPTION="C++ data analysis framework and interpreter from CERN"
23 HOMEPAGE="https://root.cern"
24 SRC_URI="https://root.cern/download/${PN}_v${PV}.source.tar.gz"
25
26 -IUSE="+X avahi aqua +asimage +c++11 c++14 c++17 cuda +davix emacs
27 +IUSE="+X zeroconf aqua +asimage +c++11 c++14 c++17 cuda +davix emacs
28 +examples fits fftw fortran +gdml graphviz +gsl http jemalloc
29 kerberos ldap libcxx memstat +minuit mysql odbc +opengl oracle
30 postgres prefix pythia6 pythia8 +python qt5 R +roofit root7
31 @@ -70,7 +70,7 @@ CDEPEND="
32 media-libs/libafterimage[gif,jpeg,png,tiff?]
33 >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?]
34 ) )
35 - avahi? ( net-dns/avahi[mdnsresponder-compat] )
36 + zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
37 cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 )
38 davix? ( net-libs/davix )
39 emacs? ( virtual/emacs )
40 @@ -188,7 +188,7 @@ src_configure() {
41 -Dalien=OFF
42 -Dasimage=$(usex asimage)
43 -Dastiff=$(usex tiff)
44 - -Dbonjour=$(usex avahi)
45 + -Dbonjour=$(usex zeroconf)
46 -Dlibcxx=$(usex libcxx)
47 -Dccache=OFF # use ccache via portage
48 -Dcastor=OFF
49
50 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
51 index debd6388821..475f84f2947 100644
52 --- a/sci-physics/root/root-9999.ebuild
53 +++ b/sci-physics/root/root-9999.ebuild
54 @@ -26,7 +26,7 @@ fi
55 DESCRIPTION="C++ data analysis framework and interpreter from CERN"
56 HOMEPAGE="https://root.cern"
57
58 -IUSE="+X avahi aqua +asimage +c++11 c++14 c++17 cuda +davix emacs
59 +IUSE="+X zeroconf aqua +asimage +c++11 c++14 c++17 cuda +davix emacs
60 +examples fits fftw fortran +gdml graphviz +gsl http jemalloc
61 kerberos ldap libcxx memstat +minuit mysql odbc +opengl oracle
62 postgres prefix pythia6 pythia8 +python qt5 R +roofit root7
63 @@ -79,7 +79,7 @@ CDEPEND="
64 media-libs/libafterimage[gif,jpeg,png,tiff?]
65 >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?]
66 ) )
67 - avahi? ( net-dns/avahi[mdnsresponder-compat] )
68 + zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
69 cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 )
70 davix? ( net-libs/davix )
71 emacs? ( virtual/emacs )
72 @@ -196,7 +196,7 @@ src_configure() {
73 -Dalien=OFF
74 -Dasimage=$(usex asimage)
75 -Dastiff=$(usex tiff)
76 - -Dbonjour=$(usex avahi)
77 + -Dbonjour=$(usex zeroconf)
78 -Dlibcxx=$(usex libcxx)
79 -Dccache=OFF # use ccache via portage
80 -Dcastor=OFF