diff options
author | Jérôme Carretero <cJ@zougloub.eu> | 2022-11-12 05:12:23 -0500 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-15 12:53:43 +0100 |
commit | b20587d17391fd67cf942830328eb1befffed609 (patch) | |
tree | 31fb728add2d084257a6df0902e01ef9989329e6 /dev-cpp | |
parent | sci-biology/bidsschematools: add 0.6.0 (diff) | |
download | sci-b20587d17391fd67cf942830328eb1befffed609.tar.gz sci-b20587d17391fd67cf942830328eb1befffed609.tar.bz2 sci-b20587d17391fd67cf942830328eb1befffed609.zip |
add github remote-id when possible
Semi-automatically done with:
https://gitlab.com/cJ/gentoo-bug-881037-github-reproducible-downloads
Closes: https://github.com/gentoo/sci/pull/1182
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/Fastor/metadata.xml | 3 | ||||
-rw-r--r-- | dev-cpp/highwayhash/metadata.xml | 3 | ||||
-rw-r--r-- | dev-cpp/xor_singleheader/metadata.xml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/dev-cpp/Fastor/metadata.xml b/dev-cpp/Fastor/metadata.xml index e97c4322a..9937ac435 100644 --- a/dev-cpp/Fastor/metadata.xml +++ b/dev-cpp/Fastor/metadata.xml @@ -9,4 +9,7 @@ <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> + <upstream> + <remote-id type="github">romeric/Fastor</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-cpp/highwayhash/metadata.xml b/dev-cpp/highwayhash/metadata.xml index ef6b5dcd5..ce99f4b00 100644 --- a/dev-cpp/highwayhash/metadata.xml +++ b/dev-cpp/highwayhash/metadata.xml @@ -5,4 +5,7 @@ <email>junghans@gentoo.org</email> <name>Christoph Junghans</name> </maintainer> + <upstream> + <remote-id type="github">google/highwayhash</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-cpp/xor_singleheader/metadata.xml b/dev-cpp/xor_singleheader/metadata.xml index e97c4322a..cebb00f2c 100644 --- a/dev-cpp/xor_singleheader/metadata.xml +++ b/dev-cpp/xor_singleheader/metadata.xml @@ -9,4 +9,7 @@ <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> + <upstream> + <remote-id type="github">FastFilter/xor_singleheader</remote-id> + </upstream> </pkgmetadata> |