From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29932138330 for ; Fri, 12 Jan 2018 18:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B3FE092A; Fri, 12 Jan 2018 18:52:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32066E092A for ; Fri, 12 Jan 2018 18:52:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25D91335C54 for ; Fri, 12 Jan 2018 18:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F0E1AE for ; Fri, 12 Jan 2018 18:52:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515783143.6315e2d6419d6e258ecd1edc969c74f426d3a3aa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/geant/geant-4.10.03-r1.ebuild X-VCS-Directories: sci-physics/geant/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6315e2d6419d6e258ecd1edc969c74f426d3a3aa X-VCS-Branch: master Date: Fri, 12 Jan 2018 18:52:43 +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-Archives-Salt: 346378f5-c994-46b9-8e4d-36bdcf2b4866 X-Archives-Hash: 8eee4351bedd269ca6a864aad6345ebf commit: 6315e2d6419d6e258ecd1edc969c74f426d3a3aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 12 18:12:29 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 12 18:52:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6315e2d6 sci-physics/geant: Switch USE=qt4 -> Qt5 which is actually default Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-physics/geant/geant-4.10.03-r1.ebuild | 96 +++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) diff --git a/sci-physics/geant/geant-4.10.03-r1.ebuild b/sci-physics/geant/geant-4.10.03-r1.ebuild new file mode 100644 index 00000000000..1e6cd325d22 --- /dev/null +++ b/sci-physics/geant/geant-4.10.03-r1.ebuild @@ -0,0 +1,96 @@ +# Copyright 1999-2018 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 + qt5 raytracerx static-libs threads vrml zlib" + +RDEPEND=" + dev-libs/expat + >=sci-physics/clhep-2.3.3.0:2= + dawn? ( media-gfx/dawn ) + gdml? ( dev-libs/xerces-c ) + inventor? ( media-libs/SoXt ) + motif? ( x11-libs/motif:0 ) + opengl? ( virtual/opengl ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + opengl? ( dev-qt/qtopengl:5 ) + ) + 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 qt5) + -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)" +}