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 42BA113835A for ; Sat, 13 Feb 2021 22:52:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84E36E07FE; Sat, 13 Feb 2021 22:52:42 +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 6C991E07FE for ; Sat, 13 Feb 2021 22:52:42 +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 4B75534076D for ; Sat, 13 Feb 2021 22:52:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B62746B for ; Sat, 13 Feb 2021 22:52:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1613256668.a99ea6a04ac3a53f870ccd4986439f701d3bad63.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lhapdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lhapdf/Manifest sci-physics/lhapdf/lhapdf-6.3.0.ebuild X-VCS-Directories: sci-physics/lhapdf/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a99ea6a04ac3a53f870ccd4986439f701d3bad63 X-VCS-Branch: master Date: Sat, 13 Feb 2021 22:52:38 +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: d7c460ef-7db7-4275-9bbd-7f9e80b2f82a X-Archives-Hash: 5ef77bd903a7191ae3b5930218fbb872 commit: a99ea6a04ac3a53f870ccd4986439f701d3bad63 Author: Jakov Smolic sartura hr> AuthorDate: Sat Feb 13 22:51:08 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 13 22:51:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99ea6a0 sci-physics/lhapdf: Bump to 6.3.0 Closes: https://bugs.gentoo.org/690672 Closes: https://bugs.gentoo.org/685100 Closes: https://bugs.gentoo.org/685088 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> sci-physics/lhapdf/Manifest | 1 + sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 80 ++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) diff --git a/sci-physics/lhapdf/Manifest b/sci-physics/lhapdf/Manifest index 56058d468e3..c992963b79a 100644 --- a/sci-physics/lhapdf/Manifest +++ b/sci-physics/lhapdf/Manifest @@ -1 +1,2 @@ DIST LHAPDF-6.2.3.tar.gz 750659 BLAKE2B a16f67c69f41e96cdb5434cc53658c6b085b94c9ad06443fdfb49aa1de50eeb2a59aa41442a032c29b361bad4f749cef42499f3d16f2774efb0b399f889576e4 SHA512 167064a141f46e5c834d950690a989330b940acec62377b8b4c40e14665503cf7b4ddb79e05c71ebe1f801231192d951e294bec3944ec37b2bca484b2e5ce894 +DIST LHAPDF-6.3.0.tar.gz 770744 BLAKE2B 02b9fe3507b87c6f0c635ceb203304eb9b3ee8ac4d17c8b83578f8c05b78b17035b63b6d3d9a0b9fe3505a3daf8e9376fe25040b8826ea4976d2a717b1447eb9 SHA512 4a5aca6e2f06b59a44acc23ef76f1fae747f38e425803e7625cc68130da0c76d1e0d534b7b1867f09c86ee838d4f769d5097257170740db704c966d91c41f94b diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild new file mode 100644 index 00000000000..f28072c4f40 --- /dev/null +++ b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=no +inherit distutils-r1 + +MY_PV=$(ver_cut 1-3) +MY_PF=LHAPDF-${MY_PV} + +DESCRIPTION="Les Houches Parton Density Function unified library" +HOMEPAGE="http://lhapdf.hepforge.org/" +SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc examples python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=" + dev-libs/boost:0= + python? ( ${PYTHON_DEPS} )" +DEPEND="${RDEPEND}" +BDEPEND=" + doc? ( + app-doc/doxygen + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + )" + +S="${WORKDIR}/${MY_PF}" + +src_configure() { + econf \ + --disable-static \ + $(use_enable python) + + if use python; then + cd "${S}"/wrappers/python || die + distutils-r1_src_prepare + fi +} + +src_compile() { + emake all $(use doc && echo doxy) + + if use python; then + cd "${S}"/wrappers/python || die + distutils-r1_src_compile + fi +} + +src_test() { + emake -C tests +} + +src_install() { + emake DESTDIR="${D}" install + use doc && dodoc -r doc/doxygen/. + use examples && doins examples/*.cc + + if use python; then + cd "${S}"/wrappers/python || die + distutils-r1_src_install + fi + + find "${ED}" -name '*.la' -delete || die +} + +pkg_postinst() { + elog "Download data files from:" + elog "http://www.hepforge.org/archive/${PN}/pdfsets/$(ver_cut 1-2)" + elog "and untar them into ${EPREFIX}/usr/share/LHAPDF" +}