sci-physics/root: rename USE flag avahi -> zeroconf

As suggested by pacho in bug 601682.

Package-Manager: portage-2.3.3
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
This commit is contained in:
Andrew Savchenko
2016-12-06 01:24:17 +03:00
parent c7549b71a0
commit 9ceb49004e
3 changed files with 14 additions and 12 deletions

View File

@@ -22,10 +22,10 @@ HOMEPAGE="https://root.cern.ch"
SLOT="0/$(get_version_component_range 1-3 ${PV})"
LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
IUSE="+X afs avahi c++11 c++14 doc emacs examples fits fftw
IUSE="+X afs c++11 c++14 doc emacs examples fits fftw
graphviz http kerberos ldap +math minimal mpi mysql odbc
+opengl openmp oracle postgres prefix pythia6 pythia8
python qt4 +reflex ruby sqlite ssl xinetd xml xrootd"
python qt4 +reflex ruby sqlite ssl xinetd xml xrootd zeroconf"
# TODO: add support for: davix
# TODO: unbundle: vdt
@@ -74,7 +74,6 @@ CDEPEND="
)
!minimal? (
afs? ( net-fs/openafs )
avahi? ( net-dns/avahi:0= )
emacs? ( virtual/emacs )
fits? ( sci-libs/cfitsio:0= )
fftw? ( sci-libs/fftw:3.0= )
@@ -102,6 +101,7 @@ CDEPEND="
ssl? ( dev-libs/openssl:0= )
xml? ( dev-libs/libxml2:2= )
xrootd? ( >=net-libs/xrootd-3.3.5:0= )
zeroconf? ( net-dns/avahi:0= )
)"
DEPEND="${CDEPEND}
@@ -307,7 +307,6 @@ src_configure() {
$(use_enable X asimage)
$(use_enable X xft)
$(use_enable afs)
$(use_enable avahi bonjour)
$(use_enable c++11 cxx11)
$(use_enable c++14 cxx14)
$(use_enable fits fitsio)
@@ -342,6 +341,7 @@ src_configure() {
$(use_enable ssl)
$(use_enable xml)
$(use_enable xrootd)
$(use_enable zeroconf bonjour)
${EXTRA_ECONF}
)
fi

View File

@@ -22,10 +22,11 @@ HOMEPAGE="https://root.cern.ch"
SLOT="0/$(get_version_component_range 1-3 ${PV})"
LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
IUSE="+X afs avahi c++11 c++14 doc emacs examples fits fftw gdml
IUSE="+X afs c++11 c++14 doc emacs examples fits fftw gdml
graphviz http kerberos ldap +math +memstat mpi mysql odbc
+opengl openmp oracle postgres prefix pythia6 pythia8
python qt4 +reflex ruby shadow sqlite ssl table +tiff xinetd xml xrootd"
python qt4 +reflex ruby shadow sqlite ssl table +tiff xinetd
xml xrootd zeroconf"
# TODO: add support for: davix
# TODO: unbundle: vdt
@@ -67,7 +68,6 @@ CDEPEND="
x11-libs/libXft:0=
)
afs? ( net-fs/openafs )
avahi? ( net-dns/avahi:0= )
emacs? ( virtual/emacs )
fits? ( sci-libs/cfitsio:0= )
fftw? ( sci-libs/fftw:3.0= )
@@ -96,6 +96,7 @@ CDEPEND="
ssl? ( dev-libs/openssl:0= )
xml? ( dev-libs/libxml2:2= )
xrootd? ( >=net-libs/xrootd-3.3.5:0= )
zeroconf? ( net-dns/avahi:0= )
"
DEPEND="${CDEPEND}
@@ -287,7 +288,6 @@ src_configure() {
$(use_enable X asimage)
$(use_enable X xft)
$(use_enable afs)
$(use_enable avahi bonjour)
$(use_enable c++11 cxx11)
$(use_enable c++14 cxx14)
$(use_enable fits fitsio)
@@ -329,6 +329,7 @@ src_configure() {
$(use_enable tiff astiff)
$(use_enable xml)
$(use_enable xrootd)
$(use_enable zeroconf bonjour)
${EXTRA_ECONF}
)

View File

@@ -22,10 +22,11 @@ HOMEPAGE="https://root.cern.ch"
SLOT="0/$(get_version_component_range 1-3 ${PV})"
LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
IUSE="+X afs avahi c++11 c++14 doc emacs examples fits fftw gdml
IUSE="+X afs c++11 c++14 doc emacs examples fits fftw gdml
graphviz http kerberos ldap +math +memstat mpi mysql odbc
+opengl openmp oracle postgres prefix pythia6 pythia8
python qt4 +reflex ruby shadow sqlite ssl table +tiff xinetd xml xrootd"
python qt4 +reflex ruby shadow sqlite ssl table +tiff xinetd
xml xrootd zeroconf"
# TODO: add support for: davix
# TODO: unbundle: vdt
@@ -67,7 +68,6 @@ CDEPEND="
x11-libs/libXft:0=
)
afs? ( net-fs/openafs )
avahi? ( net-dns/avahi:0= )
emacs? ( virtual/emacs )
fits? ( sci-libs/cfitsio:0= )
fftw? ( sci-libs/fftw:3.0= )
@@ -96,6 +96,7 @@ CDEPEND="
ssl? ( dev-libs/openssl:0= )
xml? ( dev-libs/libxml2:2= )
xrootd? ( >=net-libs/xrootd-3.3.5:0= )
zeroconf? ( net-dns/avahi:0= )
"
DEPEND="${CDEPEND}
@@ -284,7 +285,6 @@ src_configure() {
$(use_enable X asimage)
$(use_enable X xft)
$(use_enable afs)
$(use_enable avahi bonjour)
$(use_enable c++11 cxx11)
$(use_enable c++14 cxx14)
$(use_enable fits fitsio)
@@ -326,6 +326,7 @@ src_configure() {
$(use_enable tiff astiff)
$(use_enable xml)
$(use_enable xrootd)
$(use_enable zeroconf bonjour)
${EXTRA_ECONF}
)