From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D4CC1581EE for ; Mon, 24 Mar 2025 12:32:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 45C4C343502 for ; Mon, 24 Mar 2025 12:32:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 933881104AD; Mon, 24 Mar 2025 12:32:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 887AF1104AD for ; Mon, 24 Mar 2025 12:32:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38051343280 for ; Mon, 24 Mar 2025 12:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 946142035 for ; Mon, 24 Mar 2025 12:32:22 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1742819521.cfe8b64e5bc5783d45ef12d1a833f23bf5596bf1.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hepmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/hepmc/hepmc-3.3.0.ebuild X-VCS-Directories: sci-physics/hepmc/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: cfe8b64e5bc5783d45ef12d1a833f23bf5596bf1 X-VCS-Branch: master Date: Mon, 24 Mar 2025 12:32:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be69dca9-3375-4f8c-ad53-59a6b95432fd X-Archives-Hash: 28e7bbee11e9e4c431803d37b31a5f34 commit: cfe8b64e5bc5783d45ef12d1a833f23bf5596bf1 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sun Mar 23 23:34:53 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Mon Mar 24 12:32:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe8b64e sci-physics/hepmc: drop 3.3.0 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/41253 Signed-off-by: Nowa Ammerlaan gentoo.org> sci-physics/hepmc/hepmc-3.3.0.ebuild | 64 ------------------------------------ 1 file changed, 64 deletions(-) diff --git a/sci-physics/hepmc/hepmc-3.3.0.ebuild b/sci-physics/hepmc/hepmc-3.3.0.ebuild deleted file mode 100644 index c5cb24ef7a3f..000000000000 --- a/sci-physics/hepmc/hepmc-3.3.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -inherit fortran-2 cmake flag-o-matic python-single-r1 - -MYP=HepMC3-${PV} - -DESCRIPTION="Event Record for Monte Carlo Generators" -HOMEPAGE="https://hepmc.web.cern.ch/hepmc/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.cern.ch/hepmc/HepMC3" -else - SRC_URI="https://hepmc.web.cern.ch/hepmc/releases/${MYP}.tar.gz" - S="${WORKDIR}/${MYP}" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="3" -IUSE="doc test examples python root" -RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - python? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_USEDEP}] - ') - ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - root? ( sci-physics/root:= ) - doc? ( - app-text/doxygen[dot] - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - dev-texlive/texlive-latexrecommended - ) -" - -src_configure() { - filter-lto # 941937 941936 - local mycmakeargs=( - -DHEPMC3_ENABLE_ROOTIO=$(usex root ON OFF) - -DHEPMC3_ENABLE_PYTHON=$(usex python ON OFF) - -DHEPMC3_ENABLE_TEST=$(usex test ON OFF) - -DHEPMC3_BUILD_DOCS=$(usex doc ON OFF) - -DHEPMC3_BUILD_EXAMPLES=$(usex examples ON OFF) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - use examples && docompress -x /usr/share/doc/${PF}/examples - use python && python_optimize -}