From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hepmc/
Date: Mon, 24 Mar 2025 12:32:22 +0000 (UTC) [thread overview]
Message-ID: <1742819521.cfe8b64e5bc5783d45ef12d1a833f23bf5596bf1.nowa@gentoo> (raw)
commit: cfe8b64e5bc5783d45ef12d1a833f23bf5596bf1
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sun Mar 23 23:34:53 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> 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 <alexander <AT> neuwirth-informatik.de>
Closes: https://github.com/gentoo/gentoo/pull/41253
Signed-off-by: Nowa Ammerlaan <nowa <AT> 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
-}
next reply other threads:[~2025-03-24 12:32 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-24 12:32 Nowa Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-14 12:11 [gentoo-commits] repo/gentoo:master commit in: sci-physics/hepmc/ Nowa Ammerlaan
2025-03-27 11:22 Nowa Ammerlaan
2025-03-27 11:22 Nowa Ammerlaan
2025-03-27 11:22 Nowa Ammerlaan
2025-01-14 8:58 Nowa Ammerlaan
2024-12-03 8:54 Nowa Ammerlaan
2024-11-28 15:19 Nowa Ammerlaan
2024-06-20 11:22 Andrew Ammerlaan
2024-04-12 16:57 Andrew Ammerlaan
2024-03-15 14:17 Andrew Ammerlaan
2024-03-08 9:03 Guilherme Amadio
2024-03-08 9:03 Guilherme Amadio
2023-12-11 14:12 Andrew Ammerlaan
2023-06-09 15:06 Arthur Zamarin
2023-05-04 2:31 Sam James
2023-05-03 22:09 Sam James
2023-05-02 11:54 Andrew Ammerlaan
2023-05-02 11:54 Andrew Ammerlaan
2023-05-02 11:54 Andrew Ammerlaan
2023-02-25 22:23 Sam James
2023-02-25 22:23 Sam James
2022-12-11 17:55 Arthur Zamarin
2022-08-26 11:13 Andrew Ammerlaan
2022-08-26 11:13 Andrew Ammerlaan
2022-08-26 11:13 Andrew Ammerlaan
2022-03-05 21:40 David Seifert
2020-07-24 11:10 Ulrich Müller
2018-10-14 19:04 Andreas Sturmlechner
2018-10-14 19:04 Andreas Sturmlechner
2018-10-14 19:04 Andreas Sturmlechner
2018-10-14 19:04 Andreas Sturmlechner
2017-10-16 3:34 David Seifert
2016-11-13 9:39 David Seifert
2015-11-11 9:12 Agostino Sarubbo
2015-11-06 11:59 José María Alonso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1742819521.cfe8b64e5bc5783d45ef12d1a833f23bf5596bf1.nowa@gentoo \
--to=nowa@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox