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 3A3381382C5 for ; Wed, 20 May 2020 12:38:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D7B9E0938; Wed, 20 May 2020 12:38:03 +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 3E209E0938 for ; Wed, 20 May 2020 12:38:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D2C2034F21B for ; Wed, 20 May 2020 12:38:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA2021E for ; Wed, 20 May 2020 12:37:59 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1589978245.45dde5fb4ae5c121d20e0104c6e61e198e9114fe.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/vmc/Manifest sci-physics/vmc/metadata.xml sci-physics/vmc/vmc-1.0_p2.ebuild sci-physics/vmc/vmc-9999.ebuild X-VCS-Directories: sci-physics/vmc/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 45dde5fb4ae5c121d20e0104c6e61e198e9114fe X-VCS-Branch: master Date: Wed, 20 May 2020 12:37:59 +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: 2f084c79-f8f8-4c10-a27d-2e708993a0c0 X-Archives-Hash: 4c28545a0537086575f26d30623c7f9b commit: 45dde5fb4ae5c121d20e0104c6e61e198e9114fe Author: Oliver Freyermuth googlemail com> AuthorDate: Sun May 3 18:14:27 2020 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed May 20 12:37:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45dde5fb sci-physics/vmc: New package sci-physics/root[vmc] has become a separate project, and is now deprecated and marked for removal within sci-physics/root. Closes: https://github.com/gentoo/gentoo/pull/15630 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Oliver Freyermuth googlemail.com> Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/vmc/Manifest | 1 + sci-physics/vmc/metadata.xml | 24 +++++++++++++++++++++ sci-physics/vmc/vmc-1.0_p2.ebuild | 45 +++++++++++++++++++++++++++++++++++++++ sci-physics/vmc/vmc-9999.ebuild | 45 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 115 insertions(+) diff --git a/sci-physics/vmc/Manifest b/sci-physics/vmc/Manifest new file mode 100644 index 00000000000..59a8546f3d8 --- /dev/null +++ b/sci-physics/vmc/Manifest @@ -0,0 +1 @@ +DIST vmc-1.0_p2.tar.gz 91400 BLAKE2B d444a003433f4939f1b737ee8aa117a3230f83428ff9a79f8219a88bf5146104460a8be80ada9ab3a0a0edebc7d85d02bc51de053d54b06739d26cb0bbec3429 SHA512 51d6a8462c854411b595a20a2657b8012f19cd9c139f3341ccd72eb262473d01f6909ad22ee8d083f01cc5a2e43b2af265a7ed7c62a1285e8fab34c1b68ee3cd diff --git a/sci-physics/vmc/metadata.xml b/sci-physics/vmc/metadata.xml new file mode 100644 index 00000000000..3cf146831dd --- /dev/null +++ b/sci-physics/vmc/metadata.xml @@ -0,0 +1,24 @@ + + + + + o.freyermuth@googlemail.com + Oliver Freyermuth + + + amadio@gentoo.org + Guilherme Amadio + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Build using the C++11 standard + Build using the C++14 standard + Build using the C++17 standard + + + vmc-project/vmc + + diff --git a/sci-physics/vmc/vmc-1.0_p2.ebuild b/sci-physics/vmc/vmc-1.0_p2.ebuild new file mode 100644 index 00000000000..fdebc4ac86f --- /dev/null +++ b/sci-physics/vmc/vmc-1.0_p2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/vmc-project/${PN}.git" +else + MY_PV=$(ver_rs 1-2 -) + SRC_URI="https://github.com/vmc-project/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${PN}-${MY_PV}" +fi + +DESCRIPTION="The Virtual Monte Carlo core library." +HOMEPAGE="https://vmc-project.github.io/" + +LICENSE="GPL-3" +SLOT="0" +IUSE="+c++11 c++14 c++17 doc" + +REQUIRED_USE="^^ ( c++11 c++14 c++17 )" + +RDEPEND=">=sci-physics/root-6.18:=[c++11?,c++14?,c++17?,-vmc]" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen[dot] )" + +DOCS=(README.md History) + +src_compile() { + cmake_src_compile + if use doc; then + # TRAVIS_BUILD_DIR hardcoded in Doxyfile by upstream. + TRAVIS_BUILD_DIR="${S}" doxygen doc/doxygen/Doxyfile || die + fi +} + +src_install() { + cmake_src_install + use doc && local HTML_DOCS=( doc/html/. ) + einstalldocs +} diff --git a/sci-physics/vmc/vmc-9999.ebuild b/sci-physics/vmc/vmc-9999.ebuild new file mode 100644 index 00000000000..fdebc4ac86f --- /dev/null +++ b/sci-physics/vmc/vmc-9999.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/vmc-project/${PN}.git" +else + MY_PV=$(ver_rs 1-2 -) + SRC_URI="https://github.com/vmc-project/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${PN}-${MY_PV}" +fi + +DESCRIPTION="The Virtual Monte Carlo core library." +HOMEPAGE="https://vmc-project.github.io/" + +LICENSE="GPL-3" +SLOT="0" +IUSE="+c++11 c++14 c++17 doc" + +REQUIRED_USE="^^ ( c++11 c++14 c++17 )" + +RDEPEND=">=sci-physics/root-6.18:=[c++11?,c++14?,c++17?,-vmc]" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen[dot] )" + +DOCS=(README.md History) + +src_compile() { + cmake_src_compile + if use doc; then + # TRAVIS_BUILD_DIR hardcoded in Doxyfile by upstream. + TRAVIS_BUILD_DIR="${S}" doxygen doc/doxygen/Doxyfile || die + fi +} + +src_install() { + cmake_src_install + use doc && local HTML_DOCS=( doc/html/. ) + einstalldocs +}