aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Puck Neuwirth <alexander@neuwirth-informatik.de>2022-07-20 22:00:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-07-21 17:28:17 +0200
commit232b76208100d9b7b8153a559bb0bd8653b7d3c2 (patch)
treeda871126c430dba7a64fd1c7b64720f92e34b519
parentsci-physics/feyncalc: new package, add 9.3.1, 9999 (diff)
downloadsci-232b76208100d9b7b8153a559bb0bd8653b7d3c2.tar.gz
sci-232b76208100d9b7b8153a559bb0bd8653b7d3c2.tar.bz2
sci-232b76208100d9b7b8153a559bb0bd8653b7d3c2.zip
sci-physics/feynarts: new package, add 3.11
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Closes: https://github.com/gentoo/sci/pull/1160 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-physics/feynarts/Manifest1
-rw-r--r--sci-physics/feynarts/feynarts-3.11.ebuild29
-rw-r--r--sci-physics/feynarts/metadata.xml19
3 files changed, 49 insertions, 0 deletions
diff --git a/sci-physics/feynarts/Manifest b/sci-physics/feynarts/Manifest
new file mode 100644
index 000000000..d66304b21
--- /dev/null
+++ b/sci-physics/feynarts/Manifest
@@ -0,0 +1 @@
+DIST FeynArts-3.11.tar.gz 3146405 BLAKE2B d22a19faecaa3a87ebf48b035736a04a6ae9b28e47300240edac541cb86438781092bf0a16d84808fb0256cf7547ba9d04024934007fa017cab08811d6b2b41b SHA512 2032172c86316b1703c0ff0c9cc511db0b97d6268bde30b6948ea98c5f2b39996071675d25aba4ed65af99f0c6535bce4e5eca8ca942be3591f922937c4aa79b
diff --git a/sci-physics/feynarts/feynarts-3.11.ebuild b/sci-physics/feynarts/feynarts-3.11.ebuild
new file mode 100644
index 000000000..0851757d3
--- /dev/null
+++ b/sci-physics/feynarts/feynarts-3.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=FeynArts
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="FeynArts renders Feynman diagrams and generates their topologies."
+HOMEPAGE="http://feynarts.de"
+SRC_URI="http://feynarts.de/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ sci-mathematics/mathematica
+ "
+DEPEND="${RDEPEND}"
+
+src_install() {
+ MMADIR=/usr/share/Mathematica/Applications
+ dosym "${MY_P}" "${MMADIR}/${MY_PN}"
+ dodir "${MMADIR}/${MY_P}"
+ insinto ${MMADIR}
+ doins -r "${S}"
+}
diff --git a/sci-physics/feynarts/metadata.xml b/sci-physics/feynarts/metadata.xml
new file mode 100644
index 000000000..14606c162
--- /dev/null
+++ b/sci-physics/feynarts/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-physics@gentoo.org</email>
+ <name>Gentoo Physics Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>alexander@neuwirth-informatik.de</email>
+ <name>Alexander Puck Neuwirth</name>
+ </maintainer>
+ <longdescription lang="en">
+ FeynArts is a Mathematica package for the generation and visualization of Feynman diagrams and amplitudes.
+ </longdescription>
+</pkgmetadata>