From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1297357-garchives=archives.gentoo.org@lists.gentoo.org> 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 071D6139335 for <garchives@archives.gentoo.org>; Mon, 28 Jun 2021 16:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2319E085E; Mon, 28 Jun 2021 16:15:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8AE6AE085E for <gentoo-commits@lists.gentoo.org>; Mon, 28 Jun 2021 16:15:37 +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 B7E95335D05 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Jun 2021 16:15:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C984581 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Jun 2021 16:15:34 +0000 (UTC) From: "Guilherme Amadio" <amadio@gentoo.org> 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" <amadio@gentoo.org> Message-ID: <1624896918.f66c4566dca7d207a7fd83bd23c4a61939a221fe.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.22.08-r1.ebuild sci-physics/root/root-6.22.08-r2.ebuild sci-physics/root/root-6.24.02-r1.ebuild sci-physics/root/root-6.24.02.ebuild sci-physics/root/root-6.24.9999.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: f66c4566dca7d207a7fd83bd23c4a61939a221fe X-VCS-Branch: master Date: Mon, 28 Jun 2021 16:15:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67a9ca59-a57e-4296-aadb-b57768866f36 X-Archives-Hash: ca8f9104a1944bd4da8c6063598bb5a7 commit: f66c4566dca7d207a7fd83bd23c4a61939a221fe Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Mon Jun 28 13:52:56 2021 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Mon Jun 28 16:15:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66c4566 sci-physics/root: move default C++ standard to C++17 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> sci-physics/root/{root-6.22.08-r1.ebuild => root-6.22.08-r2.ebuild} | 2 +- sci-physics/root/{root-6.24.02.ebuild => root-6.24.02-r1.ebuild} | 2 +- sci-physics/root/root-6.24.9999.ebuild | 2 +- sci-physics/root/root-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-physics/root/root-6.22.08-r1.ebuild b/sci-physics/root/root-6.22.08-r2.ebuild similarity index 99% rename from sci-physics/root/root-6.22.08-r1.ebuild rename to sci-physics/root/root-6.22.08-r2.ebuild index 905c8eea79f..f19a12d4be9 100644 --- a/sci-physics/root/root-6.22.08-r1.ebuild +++ b/sci-physics/root/root-6.22.08-r2.ebuild @@ -14,7 +14,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 +c++11 c++14 c++17 cuda cudnn +davix debug emacs +IUSE="+X aqua +asimage c++11 c++14 +c++17 cuda cudnn +davix debug emacs +examples fits fftw fortran +gdml graphviz +gsl http libcxx +minuit mpi mysql odbc +opengl oracle postgres prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl +tbb test +tmva +unuran vc diff --git a/sci-physics/root/root-6.24.02.ebuild b/sci-physics/root/root-6.24.02-r1.ebuild similarity index 99% rename from sci-physics/root/root-6.24.02.ebuild rename to sci-physics/root/root-6.24.02-r1.ebuild index 176a2987b02..2c240f9fd74 100644 --- a/sci-physics/root/root-6.24.02.ebuild +++ b/sci-physics/root/root-6.24.02-r1.ebuild @@ -14,7 +14,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 +c++11 c++14 c++17 cuda cudnn +davix debug emacs +IUSE="+X aqua +asimage c++11 c++14 +c++17 cuda cudnn +davix debug emacs +examples fits fftw fortran +gdml graphviz +gsl http libcxx +minuit mpi mysql odbc +opengl oracle postgres prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl +tbb test +tmva +unuran uring diff --git a/sci-physics/root/root-6.24.9999.ebuild b/sci-physics/root/root-6.24.9999.ebuild index b9d938a4ba8..3412813a7a8 100644 --- a/sci-physics/root/root-6.24.9999.ebuild +++ b/sci-physics/root/root-6.24.9999.ebuild @@ -13,7 +13,7 @@ inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-func DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="https://root.cern" -IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda cudnn +davix debug emacs +IUSE="+X aqua +asimage c++11 c++14 +c++17 cuda cudnn +davix debug emacs +examples fits fftw fortran +gdml graphviz +gsl http libcxx +minuit mpi mysql odbc +opengl oracle postgres prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl +tbb test +tmva +unuran uring diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index b9d938a4ba8..3412813a7a8 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -13,7 +13,7 @@ inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-func DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="https://root.cern" -IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda cudnn +davix debug emacs +IUSE="+X aqua +asimage c++11 c++14 +c++17 cuda cudnn +davix debug emacs +examples fits fftw fortran +gdml graphviz +gsl http libcxx +minuit mpi mysql odbc +opengl oracle postgres prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl +tbb test +tmva +unuran uring