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 94ACE138334 for ; Thu, 8 Aug 2019 14:49:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E2DBE07FE; Thu, 8 Aug 2019 14:49:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6DB74E07FE for ; Thu, 8 Aug 2019 14:49:54 +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 7C978349682 for ; Thu, 8 Aug 2019 14:49:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DF122A5 for ; Thu, 8 Aug 2019 14:49:50 +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: <1565275774.516351ec1f1104fee68c4e5688f47a16a8a22d30.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-r10.ebuild sci-physics/root/root-6.12.06-r11.ebuild sci-physics/root/root-6.14.08-r3.ebuild sci-physics/root/root-6.14.08-r4.ebuild sci-physics/root/root-6.16.00-r2.ebuild sci-physics/root/root-6.16.00-r3.ebuild sci-physics/root/root-6.18.00-r1.ebuild sci-physics/root/root-6.18.00-r2.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 516351ec1f1104fee68c4e5688f47a16a8a22d30 X-VCS-Branch: master Date: Thu, 8 Aug 2019 14:49:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0bfd1be6-db91-4864-a5ca-23aefdcb4bba X-Archives-Hash: 3cc7e4ea1ce13e3fa95996410888fba9 commit: 516351ec1f1104fee68c4e5688f47a16a8a22d30 Author: Guilherme Amadio gentoo org> AuthorDate: Thu Aug 8 14:39:26 2019 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Aug 8 14:49:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516351ec sci-physics/root: add debug USE flag Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Guilherme Amadio gentoo.org> .../{root-6.12.06-r10.ebuild => root-6.12.06-r11.ebuild} | 4 ++-- .../{root-6.14.08-r3.ebuild => root-6.14.08-r4.ebuild} | 14 +++++++------- .../{root-6.16.00-r2.ebuild => root-6.16.00-r3.ebuild} | 14 +++++++------- .../{root-6.18.00-r1.ebuild => root-6.18.00-r2.ebuild} | 12 ++++++------ sci-physics/root/root-9999.ebuild | 8 ++++---- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/sci-physics/root/root-6.12.06-r10.ebuild b/sci-physics/root/root-6.12.06-r11.ebuild similarity index 98% rename from sci-physics/root/root-6.12.06-r10.ebuild rename to sci-physics/root/root-6.12.06-r11.ebuild index 43923b51d70..9a28b0fd7fb 100644 --- a/sci-physics/root/root-6.12.06-r10.ebuild +++ b/sci-physics/root/root-6.12.06-r11.ebuild @@ -3,7 +3,6 @@ EAPI=6 -CMAKE_BUILD_TYPE=Release # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" @@ -16,7 +15,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 aqua +asimage +davix emacs +examples fits fftw fortran +IUSE="+X aqua +asimage +davix debug emacs +examples fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap libcxx memstat +minuit mysql nosplash odbc +opengl oracle postgres prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl table +tbb @@ -266,6 +265,7 @@ src_configure() { ${EXTRA_ECONF} ) + CMAKE_BUILD_TYPE=$(usex debug Debug Release) \ cmake-utils_src_configure } diff --git a/sci-physics/root/root-6.14.08-r3.ebuild b/sci-physics/root/root-6.14.08-r4.ebuild similarity index 94% rename from sci-physics/root/root-6.14.08-r3.ebuild rename to sci-physics/root/root-6.14.08-r4.ebuild index 58b0d4a14fb..e3ab9e14f94 100644 --- a/sci-physics/root/root-6.14.08-r3.ebuild +++ b/sci-physics/root/root-6.14.08-r4.ebuild @@ -3,7 +3,6 @@ EAPI=6 -CMAKE_BUILD_TYPE=Release # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" @@ -16,12 +15,12 @@ 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 aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples - fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap - libcxx memstat +minuit mysql nosplash odbc +opengl oracle postgres - prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite - +ssl table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml - xrootd zeroconf" +IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix debug emacs + +examples fits fftw fortran +gdml graphviz +gsl http jemalloc + kerberos ldap libcxx memstat +minuit mysql nosplash odbc +opengl + oracle postgres prefix pythia6 pythia8 +python qt5 R +roofit root7 + shadow sqlite +ssl table +tbb test +threads +tiff +tmva +unuran vc + xinetd +xml xrootd zeroconf" SLOT="$(ver_cut 1-2)/$(ver_cut 3)" LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" @@ -272,6 +271,7 @@ src_configure() { ${EXTRA_ECONF} ) + CMAKE_BUILD_TYPE=$(usex debug Debug Release) \ cmake-utils_src_configure } diff --git a/sci-physics/root/root-6.16.00-r2.ebuild b/sci-physics/root/root-6.16.00-r3.ebuild similarity index 94% rename from sci-physics/root/root-6.16.00-r2.ebuild rename to sci-physics/root/root-6.16.00-r3.ebuild index 62d33225b7a..c57209cefee 100644 --- a/sci-physics/root/root-6.16.00-r2.ebuild +++ b/sci-physics/root/root-6.16.00-r3.ebuild @@ -3,7 +3,6 @@ EAPI=6 -CMAKE_BUILD_TYPE=Release # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" @@ -16,12 +15,12 @@ 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 aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples - fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap - libcxx memstat +minuit mysql nosplash odbc +opengl oracle postgres - prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite - +ssl table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml - xrootd zeroconf" +IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix debug emacs + +examples fits fftw fortran +gdml graphviz +gsl http jemalloc + kerberos ldap libcxx memstat +minuit mysql nosplash odbc +opengl + oracle postgres prefix pythia6 pythia8 +python qt5 R +roofit root7 + shadow sqlite +ssl table +tbb test +threads +tiff +tmva +unuran vc + xinetd +xml xrootd zeroconf" SLOT="$(ver_cut 1-2)/$(ver_cut 3)" LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" @@ -275,6 +274,7 @@ src_configure() { ${EXTRA_ECONF} ) + CMAKE_BUILD_TYPE=$(usex debug Debug Release) \ cmake-utils_src_configure } diff --git a/sci-physics/root/root-6.18.00-r1.ebuild b/sci-physics/root/root-6.18.00-r2.ebuild similarity index 95% rename from sci-physics/root/root-6.18.00-r1.ebuild rename to sci-physics/root/root-6.18.00-r2.ebuild index a9a02ada21d..18d23f22fd5 100644 --- a/sci-physics/root/root-6.18.00-r1.ebuild +++ b/sci-physics/root/root-6.18.00-r2.ebuild @@ -3,7 +3,6 @@ EAPI=6 -CMAKE_BUILD_TYPE=Release # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" @@ -16,11 +15,11 @@ 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 aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples - fits fftw fortran +gdml graphviz +gsl http jemalloc libcxx memstat - +minuit mysql nosplash odbc +opengl oracle postgres prefix pythia6 - pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl +tbb test - +threads +tiff +tmva +unuran vc +vmc +xml xrootd" +IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix debug emacs + +examples fits fftw fortran +gdml graphviz +gsl http jemalloc + libcxx memstat +minuit mysql nosplash odbc +opengl oracle postgres + prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite + +ssl +tbb test +threads +tiff +tmva +unuran vc +vmc +xml xrootd" SLOT="$(ver_cut 1-2)/$(ver_cut 3)" LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" @@ -254,6 +253,7 @@ src_configure() { ${EXTRA_ECONF} ) + CMAKE_BUILD_TYPE=$(usex debug Debug Release) \ cmake-utils_src_configure } diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index c537b3c26eb..0b58a32c013 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -3,7 +3,6 @@ EAPI=6 -CMAKE_BUILD_TYPE=Release # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" @@ -15,9 +14,9 @@ inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \ DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="https://root.cern" -IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples - fits fftw fortran +gdml graphviz +gsl http libcxx +minuit mysql - nosplash odbc +opengl oracle postgres prefix pythia6 pythia8 +IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix debug emacs + +examples fits fftw fortran +gdml graphviz +gsl http libcxx +minuit + mysql nosplash odbc +opengl oracle postgres prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl +tbb test +tmva +unuran vc vmc +xml xrootd" @@ -255,6 +254,7 @@ src_configure() { ${EXTRA_ECONF} ) + CMAKE_BUILD_TYPE=$(usex debug Debug Release) \ cmake-utils_src_configure }