diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-17 12:08:41 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-17 12:16:46 +0200 |
commit | 8a64b8d592525697c072b352925f00cec8cb732b (patch) | |
tree | 42a930d558cd56d7cb0ad3859fc688b424a679a5 /sci-physics | |
parent | sci-physics/geant-vmc: Drop oldest version. (diff) | |
download | gentoo-8a64b8d592525697c072b352925f00cec8cb732b.tar.gz gentoo-8a64b8d592525697c072b352925f00cec8cb732b.tar.bz2 gentoo-8a64b8d592525697c072b352925f00cec8cb732b.zip |
sci-physics/geant-vmc: ebuild enhancement for 4.5.3
- add BDEPEND,
- remove KEYWORDS line from 9999 if-block,
- update HOMEPAGE.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant-vmc/geant-vmc-4.5.3.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-physics/geant-vmc/geant-vmc-4.5.3.ebuild b/sci-physics/geant-vmc/geant-vmc-4.5.3.ebuild index b28eff16cc8b..a4e3263f8afa 100644 --- a/sci-physics/geant-vmc/geant-vmc-4.5.3.ebuild +++ b/sci-physics/geant-vmc/geant-vmc-4.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,6 @@ inherit cmake if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/vmc-project/geant4_vmc.git" - KEYWORDS="" else MY_PV=$(ver_rs 1-2 - $(ver_cut 2-)) SRC_URI="https://github.com/vmc-project/geant4-vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" @@ -17,7 +16,7 @@ else fi DESCRIPTION="Virtual Monte Carlo Geant4 implementation" -HOMEPAGE="http://root.cern.ch/root/vmc/VirtualMC.html" +HOMEPAGE="https://github.com/vmc-project/vmc" LICENSE="GPL-3" SLOT="4" @@ -37,8 +36,8 @@ RDEPEND=" >=sci-physics/geant-4.10.6[c++11?,c++14?,c++17?,opengl,geant3?] >=sci-physics/root-6.18:=[c++11?,c++14?,c++17?] vgm? ( >=sci-physics/vgm-4.8:=[c++11?,c++14?,c++17?] )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" +DEPEND="${RDEPEND}" +BDEPEND="doc? ( app-doc/doxygen )" RESTRICT=" !examples? ( test ) !geant3? ( test ) |