From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/
Date: Fri, 12 Jan 2018 18:52:43 +0000 (UTC) [thread overview]
Message-ID: <1515783143.23794b8be78e16bd6511d2cb1178dfedb7eba929.asturm@gentoo> (raw)
commit: 23794b8be78e16bd6511d2cb1178dfedb7eba929
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 18:19:06 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 18:52:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23794b8b
sci-physics/geant: Drop 4.10.3 (r0)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sci-physics/geant/geant-4.10.03.ebuild | 93 ----------------------------------
1 file changed, 93 deletions(-)
diff --git a/sci-physics/geant/geant-4.10.03.ebuild b/sci-physics/geant/geant-4.10.03.ebuild
deleted file mode 100644
index ad7340f6f64..00000000000
--- a/sci-physics/geant/geant-4.10.03.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils versionator
-
-MY_P=${PN}${PV}
-SPV="$(get_version_component_range 1 ${PV}).$(get_version_component_range 2 ${PV}).$(printf %1d $(get_version_component_range 3 ${PV}))"
-
-DESCRIPTION="Toolkit for simulation of passage of particles through matter"
-HOMEPAGE="http://geant4.cern.ch/"
-SRC_URI="http://geant4.cern.ch/support/source/${MY_P}.tar.gz"
-
-LICENSE="geant4"
-SLOT="4"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+data dawn doc examples gdml geant3 inventor motif opengl
- raytracerx qt4 static-libs vrml zlib threads"
-
-RDEPEND="
- dev-libs/expat
- >=sci-physics/clhep-2.3.3.0:2=
- dawn? ( media-gfx/dawn )
- gdml? ( dev-libs/xerces-c )
- motif? ( x11-libs/motif:0 )
- opengl? ( virtual/opengl )
- inventor? ( media-libs/SoXt )
- qt4? (
- dev-qt/qtgui:4
- opengl? ( dev-qt/qtopengl:4 )
- )
- raytracerx? (
- x11-libs/libX11
- x11-libs/libXmu
- )
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND} prefix? ( app-shells/tcsh )"
-PDEPEND="
- data? ( ~sci-physics/geant-data-${PV} )
- doc? ( ~app-doc/geant-docs-${PV} )"
-
-HTML_DOCS=( ReleaseNotes/ReleaseNotes${SPV}.html )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- cmake-utils_src_prepare
-
- if ! use examples; then
- sed -i '/install(DIRECTORY examples/,/)/d' CMakeLists.txt || die
- fi
-}
-
-src_configure() {
- local mycmakeargs=(
- -DGEANT4_USE_SYSTEM_CLHEP=ON
- -DGEANT4_INSTALL_DATA=OFF
- -DUSE_GEANT4_BUILD_MULTITHREADED=$(usex threads)
- -DUSE_GEANT4_USE_NETWORKDAWN=$(usex dawn)
- -DUSE_GEANT4_USE_GDML=$(usex gdml)
- -DUSE_GEANT4_USE_G3TOG4=$(usex geant3)
- -DUSE_GEANT4_USE_XM=$(usex motif)
- -DUSE_GEANT4_USE_OPENGL_X11=$(usex opengl)
- -DUSE_GEANT4_USE_INVENTOR=$(usex inventor)
- -DUSE_GEANT4_USE_QT=$(usex qt4)
- -DUSE_GEANT4_USE_RAYTRACER_X11=$(usex raytracerx)
- -DUSE_GEANT4_USE_NETWORKVRML=$(usex vrml)
- -DUSE_GEANT4_USE_SYSTEM_ZLIB=$(usex zlib)
- -DBUILD_STATIC_LIBS=$(usex static-libs)
- )
- if use inventor; then
- mycmakeargs+=(
- -DINVENTOR_INCLUDE_DIR="$(coin-config --includedir)"
- -DINVENTOR_SOXT_INCLUDE_DIR="$(coin-config --includedir)"
- )
- fi
- cmake-utils_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-utils_src_install
- [[ -f ReleaseNotes/Patch${SPV}-1.txt ]] && DOCS+=( ReleaseNotes/Patch${SPV}-*.txt )
- einstalldocs
-}
-
-pkg_postinst() {
- elog "The following scripts are provided for backward compatibility:"
- elog "$(ls -1 ${EROOT%/}/usr/share/${PN^}${SPV}.*/geant4make/*sh)"
-}
next reply other threads:[~2018-01-12 18:52 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-12 18:52 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-07 14:49 [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/ Guilherme Amadio
2025-06-04 2:13 Sam James
2025-04-29 13:21 Guilherme Amadio
2025-04-29 13:21 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
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=1515783143.23794b8be78e16bd6511d2cb1178dfedb7eba929.asturm@gentoo \
--to=asturm@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