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 99BE3139335 for ; 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 A6419E0845; Mon, 28 Jun 2021 16:15:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 81365E0845 for ; 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 08BE3335D56 for ; Mon, 28 Jun 2021 16:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67D247BC for ; Mon, 28 Jun 2021 16:15:34 +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: <1624896918.118ad82dfde41a0fe6b80aaa45e934b5a51b428c.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/geant/geant-4.10.7-r1.ebuild sci-physics/geant/geant-4.10.7.1-r1.ebuild sci-physics/geant/geant-4.10.7.1.ebuild sci-physics/geant/geant-4.10.7.2-r1.ebuild sci-physics/geant/geant-4.10.7.2.ebuild sci-physics/geant/geant-4.10.7.ebuild X-VCS-Directories: sci-physics/geant/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 118ad82dfde41a0fe6b80aaa45e934b5a51b428c X-VCS-Branch: master Date: Mon, 28 Jun 2021 16:15:34 +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: 5301de55-1348-43b0-ae5a-362e8ee3a714 X-Archives-Hash: 54057ae7e642596c9a33e16d9fa5d7e7 commit: 118ad82dfde41a0fe6b80aaa45e934b5a51b428c Author: Guilherme Amadio gentoo org> AuthorDate: Mon Jun 28 13:55:00 2021 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Jun 28 16:15:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118ad82d sci-physics/geant: move default C++ standard to C++17 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/geant/{geant-4.10.7.1.ebuild => geant-4.10.7-r1.ebuild} | 2 +- sci-physics/geant/{geant-4.10.7.ebuild => geant-4.10.7.1-r1.ebuild} | 2 +- sci-physics/geant/{geant-4.10.7.2.ebuild => geant-4.10.7.2-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/geant/geant-4.10.7.1.ebuild b/sci-physics/geant/geant-4.10.7-r1.ebuild similarity index 97% rename from sci-physics/geant/geant-4.10.7.1.ebuild rename to sci-physics/geant/geant-4.10.7-r1.ebuild index 4876bb60e54..7e6230175a6 100644 --- a/sci-physics/geant/geant-4.10.7.1.ebuild +++ b/sci-physics/geant/geant-4.10.7-r1.ebuild @@ -28,7 +28,7 @@ SRC_URI="https://geant4-data.web.cern.ch/geant4-data/releases/${MY_P}.tar.gz" LICENSE="geant4" SLOT="4" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="+c++11 c++14 c++17 +data dawn doc examples freetype gdml geant3 hdf5 +IUSE="c++11 c++14 +c++17 +data dawn doc examples freetype gdml geant3 hdf5 inventor motif opengl qt5 raytracerx static-libs threads vrml" REQUIRED_USE=" diff --git a/sci-physics/geant/geant-4.10.7.ebuild b/sci-physics/geant/geant-4.10.7.1-r1.ebuild similarity index 97% rename from sci-physics/geant/geant-4.10.7.ebuild rename to sci-physics/geant/geant-4.10.7.1-r1.ebuild index 4876bb60e54..7e6230175a6 100644 --- a/sci-physics/geant/geant-4.10.7.ebuild +++ b/sci-physics/geant/geant-4.10.7.1-r1.ebuild @@ -28,7 +28,7 @@ SRC_URI="https://geant4-data.web.cern.ch/geant4-data/releases/${MY_P}.tar.gz" LICENSE="geant4" SLOT="4" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="+c++11 c++14 c++17 +data dawn doc examples freetype gdml geant3 hdf5 +IUSE="c++11 c++14 +c++17 +data dawn doc examples freetype gdml geant3 hdf5 inventor motif opengl qt5 raytracerx static-libs threads vrml" REQUIRED_USE=" diff --git a/sci-physics/geant/geant-4.10.7.2.ebuild b/sci-physics/geant/geant-4.10.7.2-r1.ebuild similarity index 97% rename from sci-physics/geant/geant-4.10.7.2.ebuild rename to sci-physics/geant/geant-4.10.7.2-r1.ebuild index 9687486dde6..d67384d23d7 100644 --- a/sci-physics/geant/geant-4.10.7.2.ebuild +++ b/sci-physics/geant/geant-4.10.7.2-r1.ebuild @@ -28,7 +28,7 @@ SRC_URI="https://geant4-data.web.cern.ch/geant4-data/releases/${MY_P}.tar.gz" LICENSE="geant4" SLOT="4" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+c++11 c++14 c++17 +data dawn doc examples freetype gdml geant3 hdf5 +IUSE="c++11 c++14 +c++17 +data dawn doc examples freetype gdml geant3 hdf5 inventor motif opengl qt5 raytracerx static-libs threads vrml" REQUIRED_USE="