diff options
author | Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> | 2024-04-10 21:19:59 +0200 |
---|---|---|
committer | Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> | 2024-04-17 12:20:23 +0200 |
commit | 6d3d25d39b4f3ab569cc836491e3b3abf8994b49 (patch) | |
tree | 2552f91fd702796d5f1949aae0032711071aca97 /sci-physics | |
parent | sci-physics/mcfm: inherit fortran-2 (diff) | |
download | sci-6d3d25d39b4f3ab569cc836491e3b3abf8994b49.tar.gz sci-6d3d25d39b4f3ab569cc836491e3b3abf8994b49.tar.bz2 sci-6d3d25d39b4f3ab569cc836491e3b3abf8994b49.zip |
sci-physics/oneloop: add bitbucket upstream metadata
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/oneloop/metadata.xml | 3 | ||||
-rw-r--r-- | sci-physics/oneloop/oneloop-2020.07.31.ebuild | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-physics/oneloop/metadata.xml b/sci-physics/oneloop/metadata.xml index bdee6992b..35b6c2bd9 100644 --- a/sci-physics/oneloop/metadata.xml +++ b/sci-physics/oneloop/metadata.xml @@ -9,4 +9,7 @@ <email>sci-physics@gentoo.org</email> <name>Gentoo Physics Project</name> </maintainer> + <upstream> + <remote-id type="bitbucket">hameren/oneloop</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-physics/oneloop/oneloop-2020.07.31.ebuild b/sci-physics/oneloop/oneloop-2020.07.31.ebuild index 8b98d1e1d..9344d1513 100644 --- a/sci-physics/oneloop/oneloop-2020.07.31.ebuild +++ b/sci-physics/oneloop/oneloop-2020.07.31.ebuild @@ -5,7 +5,7 @@ EAPI=8 # python only needed for create.py to get binaries PYTHON_COMPAT=( python3_{10..11} ) -inherit toolchain-funcs python-any-r1 +inherit toolchain-funcs python-any-r1 fortran-2 DESCRIPTION="Library of one-loop scalar functions" HOMEPAGE="https://bitbucket.org/hameren/oneloop" @@ -16,12 +16,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -DEPEND="" -RDEPEND="${DEPEND}" BDEPEND=" ${PYTHON_DEPS} app-arch/unzip - virtual/fortran " PATCHES=( |