commit: abcb7d409fbfef280d0dbce418cbc6bdf120b1bb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 30 21:53:51 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Dec 31 20:15:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcb7d40
sci-physics/yoda: drop 1.9.5 (no ~x86 keyworded revdeps) Bug: https://bugs.gentoo.org/941638 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-physics/yoda/Manifest | 1 - sci-physics/yoda/yoda-1.9.5.ebuild | 39 -------------------------------------- 2 files changed, 40 deletions(-) diff --git a/sci-physics/yoda/Manifest b/sci-physics/yoda/Manifest index d0dc4b985d8d..f323558ad865 100644 --- a/sci-physics/yoda/Manifest +++ b/sci-physics/yoda/Manifest @@ -1,3 +1,2 @@ DIST YODA-1.9.10.tar.bz2 1278729 BLAKE2B f6ae9b579d79b6be62e9644e327f0b449882c0f1a0efaac09ac97eae90a2ced10bf2b13447d75390552b3e4d8c128e7a33184bf8b2d308236f828e611df6d7a4 SHA512 54a455a1b2772ea3201477d4dddcf0c92c85bfee8825d8726d62331ebacb37fc8d1f6e02cdfe592722f2a747a46786d2bdb3c36cc982794a30b25e718d32e998 -DIST YODA-1.9.5.tar.bz2 1077442 BLAKE2B 010ab725c57dfab8160e0304d461dc44c140d1ce234f3b70834ee58b8f269159529122095a94e6b79ef752612a6659a17e1874fda2941cfbcec1f53802916b6a SHA512 46e30b33d369f5d28ec228b71eaa298f3010cc06fe568785c74bbaf3d7468c26738cc2ee40da9bcc54d978f394187a2ee9289197283c86a3358583a3c0ecd247 DIST YODA-2.1.2.tar.bz2 1022526 BLAKE2B 75f13b04b66b632c66e2442f8bf8ccdb23ce15eec88e9b26a7924d0dc0e4ca80be0eadaf032aeec489a48b2b21beb9656d4f8fdf03ece02dca81133e23850d8d SHA512 39c21f97333c98744006d39903c3cdfd617a8ab6fc253f08412898e8998678963912bd6c6fb0b7bb58e162f48658606d9cdb891f12bc64ff730b158292ff9a85 diff --git a/sci-physics/yoda/yoda-1.9.5.ebuild b/sci-physics/yoda/yoda-1.9.5.ebuild deleted file mode 100644 index 3f12370c67d9..000000000000 --- a/sci-physics/yoda/yoda-1.9.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit bash-completion-r1 - -DESCRIPTION="Yet more Objects for (High Energy Physics) Data Analysis" -HOMEPAGE="https://yoda.hepforge.org/" -SRC_URI="https://yoda.hepforge.org/downloads?f=${P^^}.tar.bz2 -> ${P^^}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="root" - -RDEPEND="root? ( sci-physics/root:= )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${P^^}" - -src_configure() { - econf \ - --disable-pyext \ - --disable-static \ - $(use_enable root) -} - -src_test() { - # PYTESTS and SHTESTS both require python tools - emake check PYTESTS= SHTESTS= -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die - newbashcomp "${ED}"/etc/bash_completion.d/yoda-completion yoda - rm "${ED}"/etc/bash_completion.d/yoda-completion || die -}
