summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-01-17 12:09:20 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-01-17 12:16:46 +0200
commitf2cf41261b977773f35e3ba7285822f94485ce95 (patch)
tree5cf23aee50651cc55d377ef186cde7fc976e213c /sci-physics
parentsci-physics/geant-vmc: ebuild enhancement for 4.5.3 (diff)
downloadgentoo-f2cf41261b977773f35e3ba7285822f94485ce95.tar.gz
gentoo-f2cf41261b977773f35e3ba7285822f94485ce95.tar.bz2
gentoo-f2cf41261b977773f35e3ba7285822f94485ce95.zip
sci-physics/geant-vmc: sync live ebuild
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/geant-vmc/geant-vmc-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-physics/geant-vmc/geant-vmc-9999.ebuild b/sci-physics/geant-vmc/geant-vmc-9999.ebuild
index b28eff16cc8b..a4e3263f8afa 100644
--- a/sci-physics/geant-vmc/geant-vmc-9999.ebuild
+++ b/sci-physics/geant-vmc/geant-vmc-9999.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 )