From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD15D15813A for ; Mon, 20 Jan 2025 13:40:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B95AAE07E1; Mon, 20 Jan 2025 13:40:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3210E07E1 for ; Mon, 20 Jan 2025 13:40:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEC7B340DD9 for ; Mon, 20 Jan 2025 13:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41F342558 for ; Mon, 20 Jan 2025 13:40:06 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1737380369.9f6e1da238819f6c9f9cfc163cfa85446fcffb36.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/qgraf/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/qgraf/qgraf-3.5.3.ebuild sci-physics/qgraf/qgraf-3.6.9.ebuild X-VCS-Directories: sci-physics/qgraf/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 9f6e1da238819f6c9f9cfc163cfa85446fcffb36 X-VCS-Branch: master Date: Mon, 20 Jan 2025 13:40:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 385751bc-d55c-44d3-a319-12840723091f X-Archives-Hash: 4665bd9ef2f1658cf300a23d60bf3f6a commit: 9f6e1da238819f6c9f9cfc163cfa85446fcffb36 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Mon Jan 20 13:38:01 2025 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Mon Jan 20 13:39:29 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9f6e1da2 sci-physics/qgraf: add 3.5.3, 3.6.9 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-physics/qgraf/qgraf-3.5.3.ebuild | 32 ++++++++++++++++++++++++++++++++ sci-physics/qgraf/qgraf-3.6.9.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/sci-physics/qgraf/qgraf-3.5.3.ebuild b/sci-physics/qgraf/qgraf-3.5.3.ebuild new file mode 100644 index 000000000..942ef732a --- /dev/null +++ b/sci-physics/qgraf/qgraf-3.5.3.ebuild @@ -0,0 +1,32 @@ +# 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:anonymous@qgraf.tecnico.ulisboa.pt/v$(ver_cut 1-2)/qgraf-${PV}.tgz" +S="${WORKDIR}" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc examples" +RESTRICT="bindist mirror" + +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.9.ebuild b/sci-physics/qgraf/qgraf-3.6.9.ebuild new file mode 100644 index 000000000..942ef732a --- /dev/null +++ b/sci-physics/qgraf/qgraf-3.6.9.ebuild @@ -0,0 +1,32 @@ +# 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:anonymous@qgraf.tecnico.ulisboa.pt/v$(ver_cut 1-2)/qgraf-${PV}.tgz" +S="${WORKDIR}" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc examples" +RESTRICT="bindist mirror" + +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 +}