commit: d39c7e1a3a4c5f63f70d00c4ab558801d339e46a Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Sun Dec 12 20:08:38 2021 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Tue Dec 14 14:58:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39c7e1a
sci-physics/geant4_vmc: Bump to 5.4. Also, switch to EAPI 8. Closes: https://github.com/gentoo/gentoo/pull/23276 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com> Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> sci-physics/geant4_vmc/Manifest | 1 + .../geant4_vmc/{geant4_vmc-9999.ebuild => geant4_vmc-5.4.ebuild} | 4 ++-- sci-physics/geant4_vmc/geant4_vmc-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-physics/geant4_vmc/Manifest b/sci-physics/geant4_vmc/Manifest index ddfb4b445a2e..921ae0a6fb92 100644 --- a/sci-physics/geant4_vmc/Manifest +++ b/sci-physics/geant4_vmc/Manifest @@ -1 +1,2 @@ DIST geant4_vmc-5.3.tar.gz 7411643 BLAKE2B 31a486aa32f879093753aab09798eabf1a936f0aa246bb97c7f055eefb789c9c5a5097c14ce47b05a99f3cc2b46bea6edeba2af80ee362bb8fee039ee711eddc SHA512 918ce3ca4a4fb329f00000fce00dae3d4a4c9f348553f31bf474f727c1e67242b5ff28fe7dc5d3ab12d1174663b1dd96b654b5baf7edfa662ab3f66687792e94 +DIST geant4_vmc-5.4.tar.gz 7363185 BLAKE2B 3f1738a6d99d7cad1df1249a086b5257ff1d9c5c23657e12720b2d75ed61a96d6e45f2c964c471ba093d1c70fffb5b3df5a0d15fd7bdd54ab78a8f225649f0a1 SHA512 26b53c4b3a10943b9a5aa970dfc8c09b4086a385c6fea2a914bf8b020044032f9b73df7fd054185eba86f66ba50cd86372d0e874c0642bb3e357fba499fd7675 diff --git a/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild b/sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild similarity index 97% copy from sci-physics/geant4_vmc/geant4_vmc-9999.ebuild copy to sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild index e5a8d12edb26..9126c02198df 100644 --- a/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild +++ b/sci-physics/geant4_vmc/geant4_vmc-5.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -23,7 +23,7 @@ SLOT="4" IUSE="doc examples geant3 +g4root +mtroot vgm test" RDEPEND=" - sci-physics/geant[c++17,opengl,geant3?] + <sci-physics/geant-4.11[c++17,opengl,geant3?] sci-physics/root:=[c++17,-vmc] sci-physics/vmc:=[c++17] vgm? ( sci-physics/vgm:= )" diff --git a/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild b/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild index e5a8d12edb26..972ea0ba5344 100644 --- a/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild +++ b/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake
