commit: 06b264fc4f0672c50c2e1488bcb03170c7fc04ee Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Mon Jan 20 13:37:11 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Mon Jan 20 13:37:11 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=06b264fc
sci-physics/qgraf: drop 3.5.2, 3.6.7 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> sci-physics/qgraf/qgraf-3.5.2.ebuild | 32 -------------------------------- sci-physics/qgraf/qgraf-3.6.7.ebuild | 32 -------------------------------- 2 files changed, 64 deletions(-) diff --git a/sci-physics/qgraf/qgraf-3.5.2.ebuild b/sci-physics/qgraf/qgraf-3.5.2.ebuild deleted file mode 100644 index 4194295a4..000000000 --- a/sci-physics/qgraf/qgraf-3.5.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs 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}" - -LICENSE="all-rights-reserved" -RESTRICT="bindist mirror" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc examples" - -src_compile() { - $(tc-getFC) ${P}.f08 -o ${PN} ${FFLAGS} ${LDFLAGS} || die "Failed to compile" -} - -src_install() { - dobin ${PN} - - use doc && dodoc *.pdf - if use examples; then - docinto examples - dodoc phi3 qed qcd *.sty *.dat - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/sci-physics/qgraf/qgraf-3.6.7.ebuild b/sci-physics/qgraf/qgraf-3.6.7.ebuild deleted file mode 100644 index 4194295a4..000000000 --- a/sci-physics/qgraf/qgraf-3.6.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs 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}" - -LICENSE="all-rights-reserved" -RESTRICT="bindist mirror" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc examples" - -src_compile() { - $(tc-getFC) ${P}.f08 -o ${PN} ${FFLAGS} ${LDFLAGS} || die "Failed to compile" -} - -src_install() { - dobin ${PN} - - use doc && dodoc *.pdf - if use examples; then - docinto examples - dodoc phi3 qed qcd *.sty *.dat - docompress -x /usr/share/doc/${PF}/examples - fi -}
