From 6c988f4ed171aed46326587a0ec0d64297b20f49 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 11 Mar 2024 00:45:39 +0000 Subject: gentoo auto-resync : 11:03:2024 - 00:45:38 --- sci-physics/vgm/vgm-5.0-r1.ebuild | 86 --------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 sci-physics/vgm/vgm-5.0-r1.ebuild (limited to 'sci-physics/vgm/vgm-5.0-r1.ebuild') diff --git a/sci-physics/vgm/vgm-5.0-r1.ebuild b/sci-physics/vgm/vgm-5.0-r1.ebuild deleted file mode 100644 index 6edd821b53dc..000000000000 --- a/sci-physics/vgm/vgm-5.0-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/vmc-project/${PN}.git" -else - MY_PV=$(ver_rs 1- -) - SRC_URI="https://github.com/vmc-project/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-${MY_PV}" -fi - -DESCRIPTION="Virtual Geometry Model for High Energy Physics Experiments" -HOMEPAGE="https://github.com/vmc-project/vgm/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="doc examples +geant4 +root test" - -# upper version bound for Geant, see https://github.com/vmc-project/vgm/issues/10 -RDEPEND=" - sci-physics/clhep:= - geant4? ( - >=sci-physics/geant-4.11 -