Gentoo Archives: gentoo-commits

From: Sergey Torokhov <torokhov-s-a@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/opencoarrays/
Date: Tue, 26 Apr 2022 17:13:20
Message-Id: 1650993062.5a9185cce37557c8cde809c609836f5cab4c4750.SergeyTorokhov@gentoo
1 commit: 5a9185cce37557c8cde809c609836f5cab4c4750
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Tue Apr 26 16:56:00 2022 +0000
4 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
5 CommitDate: Tue Apr 26 17:11:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a9185cc
7
8 sys-cluster/opencoarrays: fix Manifest
9
10 It's strange but ".VERSION" file of initial tarball for created Manifest
11 doesn't contain some additional information about tags.
12
13 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
14
15 sys-cluster/opencoarrays/Manifest | 2 +-
16 sys-cluster/opencoarrays/opencoarrays-2.9.2.ebuild | 4 ++--
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/sys-cluster/opencoarrays/Manifest b/sys-cluster/opencoarrays/Manifest
20 index 379b42f5b..00141e62c 100644
21 --- a/sys-cluster/opencoarrays/Manifest
22 +++ b/sys-cluster/opencoarrays/Manifest
23 @@ -1 +1 @@
24 -DIST opencoarrays-2.9.2.tar.gz 325027 BLAKE2B 61a9dd790fd04a6330418ebc78f105c768cf1cd4fdea4991219f94878ca1c119e598a4e5246e15fe43cca5f6c3b4af709f4a09831d3b27035b8932db531830d5 SHA512 3c0038607c63bb8a7db52a54e4c207c857e2f2c06d315454d8b6e4d463b1343f69cba5bed3d091a3792eff2288ba0a442f7b762a49b7dc6362a27025bf6ca7be
25 +DIST OpenCoarrays-2.9.2.tar.gz 324933 BLAKE2B 36f4273aa5241b6bb48459f2fc3c68103382406fc733bb3b0b3eca698f94df9623d6364c227143d26b4c7fc6abcaa91e1730c6bbc19b4a662bdb59259bef7dd6 SHA512 4588d665a65fe5715bd283949ff2f65277e4379466a935e92512c34e92c9bdcdd4809ae5422d3c9898e6ecfb534ea9cf4467666acf3fda9b22011528a055f96f
26
27 diff --git a/sys-cluster/opencoarrays/opencoarrays-2.9.2.ebuild b/sys-cluster/opencoarrays/opencoarrays-2.9.2.ebuild
28 index eac668bef..c5ad2e47e 100644
29 --- a/sys-cluster/opencoarrays/opencoarrays-2.9.2.ebuild
30 +++ b/sys-cluster/opencoarrays/opencoarrays-2.9.2.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 +# Copyright 1999-2022 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=8
37 @@ -12,7 +12,7 @@ MY_PN="OpenCoarrays"
38
39 DESCRIPTION="A parallel application binary interface for Fortran 2018 compilers"
40 HOMEPAGE="http://www.opencoarrays.org/"
41 -SRC_URI="https://github.com/sourceryinstitute/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +SRC_URI="https://github.com/sourceryinstitute/${MY_PN}/releases/download/${PV}/${MY_PN}-${PV}.tar.gz"
43
44 S="${WORKDIR}/${MY_PN}-${PV}"