commit: 3dc1585de1cf6648950a9722af6aa149c22a2cfe Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> AuthorDate: Tue Mar 3 10:50:17 2026 +0000 Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> CommitDate: Fri Mar 6 11:39:15 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc1585d
sci-physics/lhapdf: drop 6.5.5-r1 Part-of: https://github.com/gentoo/gentoo/pull/45883 Closes: https://github.com/gentoo/gentoo/pull/45883 Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org> sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild | 78 ------------------------------- 1 file changed, 78 deletions(-) diff --git a/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild b/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild deleted file mode 100644 index f3fa5dc2e648..000000000000 --- a/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -DOCS_BUILDER="doxygen" -DOCS_DEPEND=" - dev-texlive/texlive-bibtexextra - dev-texlive/texlive-fontsextra - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra -" -inherit python-single-r1 docs - -MY_PV=$(ver_cut 1-3) -MY_PF=LHAPDF-${MY_PV} - -DESCRIPTION="Les Houches Parton Density Function unified library" -HOMEPAGE="https://lhapdf.hepforge.org/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/hepcedar/lhapdf" -else - SRC_URI="https://www.hepforge.org/downloads/lhapdf/${MY_PF}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${MY_PF}" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="examples +python" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-cpp/yaml-cpp - python? ( ${PYTHON_DEPS} ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - python? ( - $(python_gen_cond_dep ' - >=dev-python/cython-0.19[${PYTHON_USEDEP}] - ') - ) -" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local -x CONFIG_SHELL="${BROOT}/bin/bash" - econf \ - --disable-static \ - --with-yaml-cpp="${ESYSROOT}/usr" \ - $(use_enable python) \ - $(use_enable doc doxygen) -} - -src_compile() { - emake all -} - -src_test() { - emake -C tests -} - -src_install() { - default - use examples && dodoc examples/*.cc - - use python && python_optimize - - find "${ED}" -name '*.la' -delete || die -}
