From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/
Date: Tue, 29 Apr 2025 13:21:19 +0000 (UTC) [thread overview]
Message-ID: <1745932560.117dba6aab8e9fe294078aa2601ff8aeacc8bb58.amadio@gentoo> (raw)
commit: 117dba6aab8e9fe294078aa2601ff8aeacc8bb58
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 29 13:14:32 2025 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 13:16:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117dba6a
sci-physics/geant: drop 4.11.2.2-r1, 4.11.3.0-r1
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sci-physics/geant/Manifest | 2 -
sci-physics/geant/geant-4.11.2.2-r1.ebuild | 109 ----------------------------
sci-physics/geant/geant-4.11.3.0-r1.ebuild | 110 -----------------------------
3 files changed, 221 deletions(-)
diff --git a/sci-physics/geant/Manifest b/sci-physics/geant/Manifest
index 44e3ce6aa5ae..4ac85957b327 100644
--- a/sci-physics/geant/Manifest
+++ b/sci-physics/geant/Manifest
@@ -1,4 +1,2 @@
-DIST geant4-v11.2.2.tar.gz 36649158 BLAKE2B 5eaa3949f1322aec13839bae2a851f1346560fa373efd1e91a725fcec8652c6469ab0cd77e7cba2cf1bb7e2bd66700735dfada285f25b55364a3b913211a1f05 SHA512 dd7ffb35f0578208283edf094c0c80e26cbc583a58840cd847f850fd129e5d6330646fb0cd1af6a8ffdc2f82d6423d671d650f656fe79cfc6a8c436adf848fea
-DIST geant4-v11.3.0.tar.gz 36793222 BLAKE2B d59862e55f2a977fd0370203d2adcb2d31eb9f45fd8fb7b7f7fa20abcc5da6be4d7176dec992c2e22df96624a3319f354c87e04e903b1db148e52a630e2d77e0 SHA512 033e89d2ecf6521bab3742dfdab008c9f419731ce14abfef9ed1420193b3719b66dbacedaff3cfdf1ee13a52cf1c657c5f60bc52c37c9dccadef21b282724f29
DIST geant4-v11.3.1.tar.gz 36801325 BLAKE2B 4105e47f241066f1baa23a237875567d207ebb9f9113eb654d36c73284607f8ec926241b6a7bdb169b1084c58eed12fc60a5b6437aa0d0c85b49269d164ec4ec SHA512 f433ee530ff95c244884f0e781dd626251dfc45360924c9bfcbe1023c05faab15cf643dfc2feae5cf838b6157391c87ab9d55ff2b78d9db698c5ef70c6b86873
DIST geant4-v11.3.2.tar.gz 36805069 BLAKE2B 8aafea80778469f5603919c3dc89e1c0546229d7f99f9660cc420d8f9f3703dbf1822666e3dc14c3bfdd5164b7b484594b0c07000002f044b0c7684d12111eff SHA512 bc1218aff4b69046e24f5b0cca7de99f9a39bb7e443b658110f9202a735c59308f8ad0cfae7422992c0531c69ff3b8c83198b83fb495ec0aad38ae0baa867538
diff --git a/sci-physics/geant/geant-4.11.2.2-r1.ebuild b/sci-physics/geant/geant-4.11.2.2-r1.ebuild
deleted file mode 100644
index 398b31c542e7..000000000000
--- a/sci-physics/geant/geant-4.11.2.2-r1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_P=${PN}$(ver_cut 1)-v$(ver_cut 2-4)
-
-case ${PV} in
-*_beta*)
- DOCS="ReleaseNotes/Beta.$(ver_cut 2-3)-*.txt"
- ;;
-*)
- if [[ $(ver_cut 4) -gt 0 ]]; then
- DOCS="ReleaseNotes/Patch.$(ver_cut 2-3)-*.txt"
- fi
- HTML_DOCS="ReleaseNotes/ReleaseNotes.$(ver_cut 2-3).html"
- ;;
-esac
-
-DESCRIPTION="Toolkit for simulation of passage of particles through matter"
-HOMEPAGE="https://geant4.web.cern.ch/"
-SRC_URI="https://geant4-data.web.cern.ch/geant4-data/releases/${MY_P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="geant4"
-SLOT="4/$(ver_cut 1-4)"
-
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+data debug doc examples freetype gdml geant3 hdf5 inventor motif opengl
- qt6 raytracerx static-libs tbb threads trajectories vtk"
-
-REQUIRED_USE="
- inventor? ( opengl )
- motif? ( opengl )
- qt6? ( opengl )
- tbb? ( threads )
- vtk? ( qt6 )
-"
-
-RDEPEND="
- dev-libs/expat
- >=sci-physics/clhep-2.4.7.1:2=[threads?]
- data? ( ~sci-physics/geant-data-4.11.2.0 )
- doc? ( app-doc/geant-docs )
- gdml? ( dev-libs/xerces-c )
- hdf5? ( sci-libs/hdf5:=[threads?] )
- inventor? ( media-libs/SoXt )
- motif? ( x11-libs/motif:0 )
- opengl? ( virtual/opengl )
- qt6? (
- dev-qt/qt3d:6
- dev-qt/qtbase:6[gui,opengl?,widgets]
- )
- raytracerx? (
- x11-libs/libX11
- x11-libs/libXmu
- )
- vtk? ( sci-libs/vtk:=[qt6] )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.11.0.2-musl-avoid-execinfo.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_DATADIR="${EPREFIX}/usr/share/geant4"
- -DGEANT4_BUILD_BUILTIN_BACKTRACE=$(usex debug)
- -DGEANT4_BUILD_MULTITHREADED=$(usex threads)
- -DGEANT4_BUILD_STORE_TRAJECTORY=$(usex trajectories)
- -DGEANT4_BUILD_TLS_MODEL=$(usex threads global-dynamic initial-exec)
- -DGEANT4_BUILD_VERBOSE_CODE=$(usex debug)
- -DGEANT4_INSTALL_DATA=OFF
- -DGEANT4_INSTALL_DATADIR="${EPREFIX}/usr/share/geant4/data"
- -DGEANT4_INSTALL_EXAMPLES=$(usex examples)
- -DGEANT4_INSTALL_PACKAGE_CACHE=OFF
- -DGEANT4_USE_FREETYPE=$(usex freetype)
- -DGEANT4_USE_G3TOG4=$(usex geant3)
- -DGEANT4_USE_GDML=$(usex gdml)
- -DGEANT4_USE_HDF5=$(usex hdf5)
- -DGEANT4_USE_INVENTOR=$(usex inventor)
- -DGEANT4_USE_OPENGL_X11=$(usex opengl)
- -DGEANT4_USE_QT=$(usex qt6)
- -DGEANT4_USE_QT_QT6=$(usex qt6)
- -DGEANT4_USE_RAYTRACER_X11=$(usex raytracerx)
- -DGEANT4_USE_SYSTEM_CLHEP=ON
- -DGEANT4_USE_SYSTEM_EXPAT=ON
- -DGEANT4_USE_SYSTEM_ZLIB=ON
- -DGEANT4_USE_TBB=$(usex tbb)
- -DGEANT4_USE_XM=$(usex motif)
- -DGEANT4_USE_VTK=$(usex vtk)
- -DBUILD_STATIC_LIBS=$(usex static-libs)
- )
-
- cmake_src_configure
-}
-
-src_install() {
- # adjust clhep linking flags for system clhep
- # binmake.gmk is only useful for legacy build systems
- sed -i -e 's/-lG4clhep/-lCLHEP/' config/binmake.gmk || die
- cmake_src_install
- rm "${ED}"/usr/bin/*.{sh,csh} || die "failed to remove obsolete shell scripts"
- einstalldocs
-}
diff --git a/sci-physics/geant/geant-4.11.3.0-r1.ebuild b/sci-physics/geant/geant-4.11.3.0-r1.ebuild
deleted file mode 100644
index 1d855b238d23..000000000000
--- a/sci-physics/geant/geant-4.11.3.0-r1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_P=${PN}$(ver_cut 1)-v$(ver_cut 2-4)
-
-case ${PV} in
-*_beta*)
- DOCS="ReleaseNotes/Beta.$(ver_cut 2-3)-*.txt"
- ;;
-*)
- if [[ $(ver_cut 4) -gt 0 ]]; then
- DOCS="ReleaseNotes/Patch.$(ver_cut 2-3)-*.txt"
- fi
- HTML_DOCS="ReleaseNotes/ReleaseNotes.$(ver_cut 2-3).html"
- ;;
-esac
-
-DESCRIPTION="Toolkit for simulation of passage of particles through matter"
-HOMEPAGE="https://geant4.web.cern.ch/"
-SRC_URI="https://geant4-data.web.cern.ch/geant4-data/releases/${MY_P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="geant4"
-SLOT="4/$(ver_cut 1-4)"
-
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+data debug doc examples freetype gdml geant3 hdf5 inventor motif opengl
- qt6 raytracerx static-libs tbb threads trajectories vtk"
-
-REQUIRED_USE="
- inventor? ( opengl )
- motif? ( opengl )
- qt6? ( opengl )
- raytracerx? ( opengl )
- tbb? ( threads )
- vtk? ( qt6 )
-"
-
-RDEPEND="
- dev-libs/expat
- >=sci-physics/clhep-2.4.7.1:2=[threads?]
- data? ( ~sci-physics/geant-data-4.11.3 )
- doc? ( app-doc/geant-docs )
- gdml? ( dev-libs/xerces-c )
- hdf5? ( sci-libs/hdf5:=[threads?] )
- inventor? ( media-libs/SoXt )
- motif? ( x11-libs/motif:0 )
- opengl? (
- virtual/opengl
- x11-libs/libX11
- x11-libs/libXmu
- )
- qt6? (
- dev-qt/qt3d:6
- dev-qt/qtbase:6[gui,opengl?,widgets]
- )
- vtk? ( sci-libs/vtk:=[qt6] )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.11.0.2-musl-avoid-execinfo.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_DATADIR="${EPREFIX}/usr/share/geant4"
- -DGEANT4_BUILD_BUILTIN_BACKTRACE=$(usex debug)
- -DGEANT4_BUILD_MULTITHREADED=$(usex threads)
- -DGEANT4_BUILD_STORE_TRAJECTORY=$(usex trajectories)
- -DGEANT4_BUILD_TLS_MODEL=$(usex threads global-dynamic initial-exec)
- -DGEANT4_BUILD_VERBOSE_CODE=$(usex debug)
- -DGEANT4_INSTALL_DATA=OFF
- -DGEANT4_INSTALL_DATADIR="${EPREFIX}/usr/share/geant4/data"
- -DGEANT4_INSTALL_EXAMPLES=$(usex examples)
- -DGEANT4_INSTALL_PACKAGE_CACHE=OFF
- -DGEANT4_USE_FREETYPE=$(usex freetype)
- -DGEANT4_USE_G3TOG4=$(usex geant3)
- -DGEANT4_USE_GDML=$(usex gdml)
- -DGEANT4_USE_HDF5=$(usex hdf5)
- -DGEANT4_USE_INVENTOR=$(usex inventor)
- -DGEANT4_USE_OPENGL_X11=$(usex opengl)
- -DGEANT4_USE_QT=$(usex qt6)
- -DGEANT4_USE_QT_QT6=$(usex qt6)
- -DGEANT4_USE_RAYTRACER_X11=$(usex raytracerx)
- -DGEANT4_USE_SYSTEM_CLHEP=ON
- -DGEANT4_USE_SYSTEM_EXPAT=ON
- -DGEANT4_USE_SYSTEM_ZLIB=ON
- -DGEANT4_USE_TBB=$(usex tbb)
- -DGEANT4_USE_XM=$(usex motif)
- -DGEANT4_USE_VTK=$(usex vtk)
- -DBUILD_STATIC_LIBS=$(usex static-libs)
- )
-
- cmake_src_configure
-}
-
-src_install() {
- # adjust clhep linking flags for system clhep
- # binmake.gmk is only useful for legacy build systems
- sed -i -e 's/-lG4clhep/-lCLHEP/' config/binmake.gmk || die
- cmake_src_install
- rm "${ED}"/usr/bin/*.{sh,csh} || die "failed to remove obsolete shell scripts"
- einstalldocs
-}
next reply other threads:[~2025-04-29 13:21 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-29 13:21 Guilherme Amadio [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-29 13:21 [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/ Guilherme Amadio
2025-04-29 13:21 Guilherme Amadio
2025-04-04 16:46 Guilherme Amadio
2025-02-02 13:32 Guilherme Amadio
2024-12-12 16:36 Guilherme Amadio
2024-12-06 15:28 Guilherme Amadio
2024-12-06 15:06 Guilherme Amadio
2024-11-30 10:46 Arthur Zamarin
2024-11-25 15:32 Andreas Sturmlechner
2024-11-25 15:32 Andreas Sturmlechner
2024-09-30 14:19 Guilherme Amadio
2024-04-23 20:37 Sam James
2024-03-10 20:04 Guilherme Amadio
2024-03-10 20:04 Guilherme Amadio
2024-03-10 20:04 Guilherme Amadio
2023-12-13 12:40 Guilherme Amadio
2023-12-05 12:16 Guilherme Amadio
2023-12-05 12:16 Guilherme Amadio
2023-11-23 7:59 Guilherme Amadio
2023-10-31 11:46 Guilherme Amadio
2023-10-31 11:46 Guilherme Amadio
2023-09-12 21:14 Guilherme Amadio
2023-06-09 15:06 Arthur Zamarin
2023-05-24 6:50 Guilherme Amadio
2023-05-24 6:50 Guilherme Amadio
2023-05-24 6:50 Guilherme Amadio
2023-05-24 6:50 Guilherme Amadio
2023-05-24 6:50 Guilherme Amadio
2023-01-30 19:48 Andreas Sturmlechner
2022-12-18 20:01 Arthur Zamarin
2022-12-15 15:40 Guilherme Amadio
2022-11-03 22:57 Sam James
2022-09-19 13:31 Guilherme Amadio
2022-09-19 12:11 Guilherme Amadio
2022-09-19 12:11 Guilherme Amadio
2022-09-19 12:11 Guilherme Amadio
2022-09-04 12:12 David Seifert
2022-08-26 10:46 Sam James
2022-05-31 6:53 Guilherme Amadio
2022-05-31 6:53 Guilherme Amadio
2022-05-31 6:53 Guilherme Amadio
2022-05-23 15:21 Guilherme Amadio
2022-03-10 13:07 Guilherme Amadio
2021-12-15 9:57 Guilherme Amadio
2021-12-14 22:03 Guilherme Amadio
2021-12-14 15:12 Guilherme Amadio
2021-12-14 15:12 Guilherme Amadio
2021-12-14 15:12 Guilherme Amadio
2021-11-19 16:27 Guilherme Amadio
2021-06-29 11:48 Guilherme Amadio
2021-06-28 16:15 Guilherme Amadio
2021-06-28 13:10 Guilherme Amadio
2021-06-28 10:46 Guilherme Amadio
2021-06-14 9:27 Guilherme Amadio
2021-06-14 9:27 Guilherme Amadio
2021-03-04 11:03 Guilherme Amadio
2021-03-04 10:53 Guilherme Amadio
2020-12-05 14:58 Guilherme Amadio
2020-12-01 9:42 Guilherme Amadio
2020-11-18 15:50 Guilherme Amadio
2020-11-18 15:50 Guilherme Amadio
2020-06-03 7:47 Guilherme Amadio
2020-06-02 8:48 Guilherme Amadio
2020-04-07 12:50 Guilherme Amadio
2020-03-16 16:59 Guilherme Amadio
2020-03-16 16:59 Guilherme Amadio
2019-06-30 3:56 Benda XU
2018-05-18 15:38 Guilherme Amadio
2018-01-12 18:52 Andreas Sturmlechner
2018-01-12 18:52 Andreas Sturmlechner
2018-01-12 18:52 Andreas Sturmlechner
2017-02-06 22:47 David Seifert
2017-02-06 22:47 David Seifert
2017-01-01 16:32 Johannes Huber
2016-07-04 18:20 Andrew Savchenko
2016-01-12 19:58 Guilherme Amadio
2016-01-12 19:06 Guilherme Amadio
2015-11-11 10:04 Justin Lecher
2015-11-11 9:54 Agostino Sarubbo
2015-11-10 11:45 Agostino Sarubbo
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=1745932560.117dba6aab8e9fe294078aa2601ff8aeacc8bb58.amadio@gentoo \
--to=amadio@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