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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9572815800F for ; Thu, 19 Jan 2023 07:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFBD3E094A; Thu, 19 Jan 2023 07:31:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F2A8E094A for ; Thu, 19 Jan 2023 07:31:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE9B3335D8D for ; Thu, 19 Jan 2023 07:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A1727DE for ; Thu, 19 Jan 2023 07:31:51 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1674113444.936ffe3af825714c24cbc2f5de1acaebf1d568e9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lhapdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lhapdf/lhapdf-6.3.0.ebuild X-VCS-Directories: sci-physics/lhapdf/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 936ffe3af825714c24cbc2f5de1acaebf1d568e9 X-VCS-Branch: master Date: Thu, 19 Jan 2023 07:31:51 +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: 76c25404-eae8-491e-bf2a-cc637759dcc4 X-Archives-Hash: 9c456ca23141fb48e65276052015754e commit: 936ffe3af825714c24cbc2f5de1acaebf1d568e9 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Jan 19 07:30:44 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jan 19 07:30:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936ffe3a sci-physics/lhapdf: drop 6.3.0 Closes: https://bugs.gentoo.org/870139 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 81 ---------------------------------- 1 file changed, 81 deletions(-) diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild deleted file mode 100644 index 954144b95a18..000000000000 --- a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_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:= - 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() { - CONFIG_SHELL="${EPREFIX}/bin/bash" \ - 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" -}