From b0640a2b12c78bf5e1eed4b98c2edebb8b7172ec Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 29 Dec 2025 17:31:14 +0100 Subject: [PATCH] sci-physics/rivet: drop 3.1.11 Signed-off-by: Andreas Sturmlechner --- sci-physics/rivet/metadata.xml | 2 - sci-physics/rivet/rivet-3.1.11.ebuild | 115 -------------------------- 2 files changed, 117 deletions(-) delete mode 100644 sci-physics/rivet/rivet-3.1.11.ebuild diff --git a/sci-physics/rivet/metadata.xml b/sci-physics/rivet/metadata.xml index 7b76411f729ac..3c3d7657ceeca 100644 --- a/sci-physics/rivet/metadata.xml +++ b/sci-physics/rivet/metadata.xml @@ -16,8 +16,6 @@ Build with virtual/zlib - Build with sci-physics/hepmc version 3 - Build with sci-physics/hepmc version 2 Build with sci-libs/highfive and sci-libs/hdf5 diff --git a/sci-physics/rivet/rivet-3.1.11.ebuild b/sci-physics/rivet/rivet-3.1.11.ebuild deleted file mode 100644 index db8a89394ac20..0000000000000 --- a/sci-physics/rivet/rivet-3.1.11.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..13} ) - -inherit python-single-r1 flag-o-matic autotools optfeature bash-completion-r1 - -MY_PN="Rivet" -MY_PF=${MY_PN}-${PV} - -DESCRIPTION="Rivet toolkit (Robust Independent Validation of Experiment and Theory)" -HOMEPAGE=" - https://rivet.hepforge.org/ - https://gitlab.com/hepcedar/rivet -" -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/hepcedar/rivet" -else - SRC_URI="https://www.hepforge.org/archive/rivet/${MY_PF}.tar.gz -> ${P}.tar.gz" - S=${WORKDIR}/${MY_PF} - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3+" -SLOT="4/${PV}" -IUSE="+hepmc3 hepmc2 +zlib +python" -REQUIRED_USE=" - ^^ ( hepmc3 hepmc2 ) - python? ( ${PYTHON_REQUIRED_USE} ) -" - -RDEPEND=" - >=sci-physics/fastjet-3.4.0[plugins] - >=sci-physics/fastjet-contrib-1.048 - hepmc2? ( sci-physics/hepmc:2=[-cm(-),gev(+)] ) - hepmc3? ( =sci-physics/yoda-1.9.8[${PYTHON_SINGLE_USEDEP}] - =sci-physics/yoda-1.9.8 -