commit: 2897891d10bb8774c3768760cf2daad1e6e45f86
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 14:07:25 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 16:34:23 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2897891d
sci-physics/looptools: drop 2.15
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-physics/looptools/looptools-2.15.ebuild | 38 -----------------------------
1 file changed, 38 deletions(-)
diff --git a/sci-physics/looptools/looptools-2.15.ebuild
b/sci-physics/looptools/looptools-2.15.ebuild
deleted file mode 100644
index b60ae930f667..000000000000
--- a/sci-physics/looptools/looptools-2.15.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fortran-2
-
-MY_P=LoopTools-${PV}
-
-DESCRIPTION="Tools for evaluation of scalar and tensor one-loop integrals"
-HOMEPAGE="http://www.feynarts.de/looptools"
-SRC_URI="http://www.feynarts.de/looptools/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3"
-
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
-
- export VER="${PV}"
- # necessary fix for prefix
- sed -i "s/lib\$(LIBDIRSUFFIX)/$(get_libdir)/" makefile.in || die
-}
-
-src_install() {
- default
-
- dolib.so build/libooptools.so.2.15
- rm "${ED}"/usr/$(get_libdir)/libooptools.a || die
- use doc && dodoc manual/*.pdf
-}