Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Mon, 05 Dec 2016 22:42:02
Message-Id: 1480977715.9ceb49004ed4abc74a166dc20d65fd9e6dd17090.bircoph@gentoo
1 commit: 9ceb49004ed4abc74a166dc20d65fd9e6dd17090
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 22:24:17 2016 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 22:41:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ceb4900
7
8 sci-physics/root: rename USE flag avahi -> zeroconf
9
10 As suggested by pacho in bug 601682.
11
12 Package-Manager: portage-2.3.3
13 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
14
15 sci-physics/root/root-5.34.26.ebuild | 8 ++++----
16 sci-physics/root/root-5.34.32.ebuild | 9 +++++----
17 sci-physics/root/root-5.34.36.ebuild | 9 +++++----
18 3 files changed, 14 insertions(+), 12 deletions(-)
19
20 diff --git a/sci-physics/root/root-5.34.26.ebuild b/sci-physics/root/root-5.34.26.ebuild
21 index ccb4898..a99893b 100644
22 --- a/sci-physics/root/root-5.34.26.ebuild
23 +++ b/sci-physics/root/root-5.34.26.ebuild
24 @@ -22,10 +22,10 @@ HOMEPAGE="https://root.cern.ch"
25
26 SLOT="0/$(get_version_component_range 1-3 ${PV})"
27 LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
28 -IUSE="+X afs avahi c++11 c++14 doc emacs examples fits fftw
29 +IUSE="+X afs c++11 c++14 doc emacs examples fits fftw
30 graphviz http kerberos ldap +math minimal mpi mysql odbc
31 +opengl openmp oracle postgres prefix pythia6 pythia8
32 - python qt4 +reflex ruby sqlite ssl xinetd xml xrootd"
33 + python qt4 +reflex ruby sqlite ssl xinetd xml xrootd zeroconf"
34
35 # TODO: add support for: davix
36 # TODO: unbundle: vdt
37 @@ -74,7 +74,6 @@ CDEPEND="
38 )
39 !minimal? (
40 afs? ( net-fs/openafs )
41 - avahi? ( net-dns/avahi:0= )
42 emacs? ( virtual/emacs )
43 fits? ( sci-libs/cfitsio:0= )
44 fftw? ( sci-libs/fftw:3.0= )
45 @@ -102,6 +101,7 @@ CDEPEND="
46 ssl? ( dev-libs/openssl:0= )
47 xml? ( dev-libs/libxml2:2= )
48 xrootd? ( >=net-libs/xrootd-3.3.5:0= )
49 + zeroconf? ( net-dns/avahi:0= )
50 )"
51
52 DEPEND="${CDEPEND}
53 @@ -307,7 +307,6 @@ src_configure() {
54 $(use_enable X asimage)
55 $(use_enable X xft)
56 $(use_enable afs)
57 - $(use_enable avahi bonjour)
58 $(use_enable c++11 cxx11)
59 $(use_enable c++14 cxx14)
60 $(use_enable fits fitsio)
61 @@ -342,6 +341,7 @@ src_configure() {
62 $(use_enable ssl)
63 $(use_enable xml)
64 $(use_enable xrootd)
65 + $(use_enable zeroconf bonjour)
66 ${EXTRA_ECONF}
67 )
68 fi
69
70 diff --git a/sci-physics/root/root-5.34.32.ebuild b/sci-physics/root/root-5.34.32.ebuild
71 index b888d83..fe92a83 100644
72 --- a/sci-physics/root/root-5.34.32.ebuild
73 +++ b/sci-physics/root/root-5.34.32.ebuild
74 @@ -22,10 +22,11 @@ HOMEPAGE="https://root.cern.ch"
75
76 SLOT="0/$(get_version_component_range 1-3 ${PV})"
77 LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
78 -IUSE="+X afs avahi c++11 c++14 doc emacs examples fits fftw gdml
79 +IUSE="+X afs c++11 c++14 doc emacs examples fits fftw gdml
80 graphviz http kerberos ldap +math +memstat mpi mysql odbc
81 +opengl openmp oracle postgres prefix pythia6 pythia8
82 - python qt4 +reflex ruby shadow sqlite ssl table +tiff xinetd xml xrootd"
83 + python qt4 +reflex ruby shadow sqlite ssl table +tiff xinetd
84 + xml xrootd zeroconf"
85
86 # TODO: add support for: davix
87 # TODO: unbundle: vdt
88 @@ -67,7 +68,6 @@ CDEPEND="
89 x11-libs/libXft:0=
90 )
91 afs? ( net-fs/openafs )
92 - avahi? ( net-dns/avahi:0= )
93 emacs? ( virtual/emacs )
94 fits? ( sci-libs/cfitsio:0= )
95 fftw? ( sci-libs/fftw:3.0= )
96 @@ -96,6 +96,7 @@ CDEPEND="
97 ssl? ( dev-libs/openssl:0= )
98 xml? ( dev-libs/libxml2:2= )
99 xrootd? ( >=net-libs/xrootd-3.3.5:0= )
100 + zeroconf? ( net-dns/avahi:0= )
101 "
102
103 DEPEND="${CDEPEND}
104 @@ -287,7 +288,6 @@ src_configure() {
105 $(use_enable X asimage)
106 $(use_enable X xft)
107 $(use_enable afs)
108 - $(use_enable avahi bonjour)
109 $(use_enable c++11 cxx11)
110 $(use_enable c++14 cxx14)
111 $(use_enable fits fitsio)
112 @@ -329,6 +329,7 @@ src_configure() {
113 $(use_enable tiff astiff)
114 $(use_enable xml)
115 $(use_enable xrootd)
116 + $(use_enable zeroconf bonjour)
117 ${EXTRA_ECONF}
118 )
119
120
121 diff --git a/sci-physics/root/root-5.34.36.ebuild b/sci-physics/root/root-5.34.36.ebuild
122 index cb13f8f..0872b4d 100644
123 --- a/sci-physics/root/root-5.34.36.ebuild
124 +++ b/sci-physics/root/root-5.34.36.ebuild
125 @@ -22,10 +22,11 @@ HOMEPAGE="https://root.cern.ch"
126
127 SLOT="0/$(get_version_component_range 1-3 ${PV})"
128 LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
129 -IUSE="+X afs avahi c++11 c++14 doc emacs examples fits fftw gdml
130 +IUSE="+X afs c++11 c++14 doc emacs examples fits fftw gdml
131 graphviz http kerberos ldap +math +memstat mpi mysql odbc
132 +opengl openmp oracle postgres prefix pythia6 pythia8
133 - python qt4 +reflex ruby shadow sqlite ssl table +tiff xinetd xml xrootd"
134 + python qt4 +reflex ruby shadow sqlite ssl table +tiff xinetd
135 + xml xrootd zeroconf"
136
137 # TODO: add support for: davix
138 # TODO: unbundle: vdt
139 @@ -67,7 +68,6 @@ CDEPEND="
140 x11-libs/libXft:0=
141 )
142 afs? ( net-fs/openafs )
143 - avahi? ( net-dns/avahi:0= )
144 emacs? ( virtual/emacs )
145 fits? ( sci-libs/cfitsio:0= )
146 fftw? ( sci-libs/fftw:3.0= )
147 @@ -96,6 +96,7 @@ CDEPEND="
148 ssl? ( dev-libs/openssl:0= )
149 xml? ( dev-libs/libxml2:2= )
150 xrootd? ( >=net-libs/xrootd-3.3.5:0= )
151 + zeroconf? ( net-dns/avahi:0= )
152 "
153
154 DEPEND="${CDEPEND}
155 @@ -284,7 +285,6 @@ src_configure() {
156 $(use_enable X asimage)
157 $(use_enable X xft)
158 $(use_enable afs)
159 - $(use_enable avahi bonjour)
160 $(use_enable c++11 cxx11)
161 $(use_enable c++14 cxx14)
162 $(use_enable fits fitsio)
163 @@ -326,6 +326,7 @@ src_configure() {
164 $(use_enable tiff astiff)
165 $(use_enable xml)
166 $(use_enable xrootd)
167 + $(use_enable zeroconf bonjour)
168 ${EXTRA_ECONF}
169 )