From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 049FE138331 for ; Mon, 19 Mar 2018 18:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F063AE095F; Mon, 19 Mar 2018 18:06:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C52CEE095F for ; Mon, 19 Mar 2018 18:06:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA02B335CA1 for ; Mon, 19 Mar 2018 18:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F13E262 for ; Mon, 19 Mar 2018 18:06:55 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1521482711.2b88251f9663817d14bfa834805e36290c626e46.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.12.06-r1.ebuild sci-physics/root/root-6.12.06.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 2b88251f9663817d14bfa834805e36290c626e46 X-VCS-Branch: master Date: Mon, 19 Mar 2018 18:06:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a4fd800-349b-4c46-86df-4b2b4baa2315 X-Archives-Hash: ea5c3aaa764536221305bbe6c76847e9 commit: 2b88251f9663817d14bfa834805e36290c626e46 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Mar 19 18:01:22 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Mar 19 18:05:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b88251f sci-physics/root: use newly added davix and xxhash Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-physics/root/{root-6.12.06.ebuild => root-6.12.06-r1.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-physics/root/root-6.12.06.ebuild b/sci-physics/root/root-6.12.06-r1.ebuild similarity index 98% rename from sci-physics/root/root-6.12.06.ebuild rename to sci-physics/root/root-6.12.06-r1.ebuild index c875fb4bddf..c0815302e7d 100644 --- a/sci-physics/root/root-6.12.06.ebuild +++ b/sci-physics/root/root-6.12.06-r1.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="https://root.cern" SRC_URI="https://root.cern/download/${PN}_v${PV}.source.tar.gz" -IUSE="+X avahi aqua +asimage davix emacs +examples fits fftw fortran +gdml +IUSE="+X avahi aqua +asimage +davix emacs +examples fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap libcxx +math memstat +minuit mysql odbc +opengl oracle postgres prefix pythia6 pythia8 +python qt4 R +roofit root7 shadow sqlite ssl table +tbb test +threads +tiff +tmva @@ -42,6 +42,7 @@ CDEPEND=" app-arch/xz-utils fortran? ( dev-lang/cfortran ) dev-libs/libpcre:3= + dev-libs/xxhash media-fonts/dejavu media-libs/freetype:2= media-libs/libpng:0= @@ -70,6 +71,7 @@ CDEPEND=" >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] ) ) avahi? ( net-dns/avahi[mdnsresponder-compat] ) + davix? ( net-libs/davix ) fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:0= ) graphviz? ( media-gfx/graphviz:0= ) @@ -168,18 +170,20 @@ src_configure() { -Dbuiltin_llvm=ON -Dbuiltin_afterimage=OFF -Dbuiltin_cfitsio=OFF - -Dbuiltin_davix=$(usex davix) # not in Gentoo yet + -Dbuiltin_davix=OFF -Dbuiltin_fftw3=OFF -Dbuiltin_freetype=OFF -Dbuiltin_ftgl=OFF -Dbuiltin_glew=OFF -Dbuiltin_gsl=OFF + -Dbuiltin_lz4=OFF -Dbuiltin_lzma=OFF -Dbuiltin_pcre=OFF -Dbuiltin_tbb=OFF -Dbuiltin_unuran=OFF -Dbuiltin_vc=OFF -Dbuiltin_xrootd=OFF + -Dbuiltin_xxhash=OFF -Dbuiltin_zlib=OFF -Dx11=$(usex X) -Dxft=$(usex X)