commit: 58417294c2fc73bab2651a56666d4bf772ce0bdc
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Thu Feb 13 10:52:26 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Thu Feb 13 10:55:02 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=58417294
sci-physics/qgraf: add 4.0.5, drop 4.0.1
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
sci-physics/qgraf/{qgraf-4.0.1.ebuild => qgraf-4.0.5.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/sci-physics/qgraf/qgraf-4.0.1.ebuild
b/sci-physics/qgraf/qgraf-4.0.5.ebuild
similarity index 83%
rename from sci-physics/qgraf/qgraf-4.0.1.ebuild
rename to sci-physics/qgraf/qgraf-4.0.5.ebuild
index 942ef732a..1a2533a2c 100644
--- a/sci-physics/qgraf/qgraf-4.0.1.ebuild
+++ b/sci-physics/qgraf/qgraf-4.0.5.ebuild
@@ -3,12 +3,12 @@
EAPI=8
-inherit toolchain-funcs fortran-2
+inherit fortran-2
DESCRIPTION="qgraf generates Feynman diagrams for various types of QFT models"
HOMEPAGE="http://cfif.ist.utl.pt/~paulo/qgraf.html"
SRC_URI="http://anonymous:[email protected]/v$(ver_cut
1-2)/qgraf-${PV}.tgz"
-S="${WORKDIR}"
+S="${WORKDIR}/${P}.dir"
LICENSE="all-rights-reserved"
SLOT="0"
@@ -17,7 +17,8 @@ IUSE="doc examples"
RESTRICT="bindist mirror"
src_compile() {
- $(tc-getFC) ${P}.f08 -o ${PN} ${FFLAGS} ${LDFLAGS} || die "Failed to
compile"
+ sed -i -e 's:gfortran:$(FC) $(FFLAGS) $(LDFLAGS):' Makefile || die
+ emake qgraf
}
src_install() {