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 27A02138335 for ; Thu, 18 Jul 2019 18:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C70E081A; Thu, 18 Jul 2019 18:00:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EE125E081A for ; Thu, 18 Jul 2019 18:00:27 +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 5494B347FF4 for ; Thu, 18 Jul 2019 18:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE136EA for ; Thu, 18 Jul 2019 18:00:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563472821.674d27c66a39b9483bcf34699f17d4cdcabf1558.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vgm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/vgm/Manifest sci-physics/vgm/vgm-4.5.ebuild X-VCS-Directories: sci-physics/vgm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 674d27c66a39b9483bcf34699f17d4cdcabf1558 X-VCS-Branch: master Date: Thu, 18 Jul 2019 18:00:24 +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: 4fe84d96-cf07-4cfa-a970-c9f94522e546 X-Archives-Hash: 1ad82e9551dbcbecb88778b96f84613d commit: 674d27c66a39b9483bcf34699f17d4cdcabf1558 Author: Oliver Freyermuth googlemail com> AuthorDate: Mon Jul 15 17:50:19 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 18 18:00:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674d27c6 sci-physics/vgm: Version bump to 4.5. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Oliver Freyermuth googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/12449 Signed-off-by: Michał Górny gentoo.org> sci-physics/vgm/Manifest | 1 + sci-physics/vgm/vgm-4.5.ebuild | 82 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) diff --git a/sci-physics/vgm/Manifest b/sci-physics/vgm/Manifest index ea44ee2059a..0ff4444fb7a 100644 --- a/sci-physics/vgm/Manifest +++ b/sci-physics/vgm/Manifest @@ -1 +1,2 @@ DIST vgm.4.4.tar.gz 3064087 BLAKE2B 845d04fa3ebaaa07f90ef7f216cac10e5ca4129ebbd6161e3fecce39663379b2575026186fe2b88ae8bf08f71bed6d8afcbbd5d7aa9922d37b3f9ed900d35a33 SHA512 500ae0e2ac66b580bbc26b6cd1a8bd6d6e3127c99e6fe6babe5825406e576d72da5cd76d22d0d1b82d7df9eb74ddddf084ee9a96b544c97af5b12cbf948d3406 +DIST vgm.4.5.tar.gz 9602541 BLAKE2B 183c8ed91546e5421c4f1a873a48285e9d2ab6bf4bb6a7bb7b46ab2c3c80a5dfc50cd5f97890c3994ada67014067349726e9f4d65cda1e1e4f1ae9484a4249ef SHA512 a873e24ed2c6cfc09d1828b60af9059a0bee341410e5cb77c9312aa72f1650a913779a0ff929d98910f01fcc5a3e6a04b352dd1a780a8bf60b1fa925b1985491 diff --git a/sci-physics/vgm/vgm-4.5.ebuild b/sci-physics/vgm/vgm-4.5.ebuild new file mode 100644 index 00000000000..7053d1d2a92 --- /dev/null +++ b/sci-physics/vgm/vgm-4.5.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/vmc-project/${PN}.git" +else + SRC_URI="http://ivana.home.cern.ch/ivana/${PN}.${PV}.tar.gz" + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + S="${WORKDIR}/${PN}" +fi + +DESCRIPTION="Virtual Geometry Model for High Energy Physics Experiments" +HOMEPAGE="http://ivana.home.cern.ch/ivana/VGM.html" + +LICENSE="GPL-2" +SLOT="0" +IUSE="doc examples +geant4 +root test" + +# sci-physics/root[c++11] required to match sci-physics/geant +RDEPEND=" + sci-physics/clhep:= + root? ( sci-physics/root:=[c++11] ) + geant4? ( >=sci-physics/geant-4.10.03 )" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen[dot] ) + test? ( sci-physics/geant-vmc[g4root] )" +RESTRICT=" + !geant4? ( test ) + !root? ( test ) + !test? ( test )" + +DOCS=( + doc/README + doc/todo.txt + doc/VGMhistory.txt + doc/VGM.html + doc/VGMversions.html +) +PATCHES=( + "${FILESDIR}"/"${PN}-fix-FindCLHEP.patch" +) + +src_configure() { + local mycmakeargs=( + -DCLHEP_DIR="${EROOT}usr" + -DWITH_EXAMPLES="$(usex examples)" + -DINSTALL_EXAMPLES="$(usex examples)" + -DWITH_GEANT4="$(usex geant4)" + -DWITH_ROOT="$(usex root)" + -DWITH_TEST="$(usex test)" + ) + if use test && use root && use geant4; then + mycmakeargs+=( -DWITH_G4ROOT=yes ) + else + mycmakeargs+=( -DWITH_G4ROOT=no ) + fi + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile + if use doc; then + cd packages + doxygen || die + fi +} + +src_test() { + cd "${BUILD_DIR}"/test || die + ./test_suite.sh || die +} + +src_install() { + cmake-utils_src_install + use doc && local HTML_DOCS=( doc/html/. ) + einstalldocs +}