Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/popura/
Date: Sat, 05 Nov 2022 15:26:38
Message-Id: 1667635965.ac5657a28f0606232873075419b11effd33301c1.arthurzam@gentoo
1 commit: ac5657a28f0606232873075419b11effd33301c1
2 Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
3 AuthorDate: Sat Nov 5 08:12:45 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 08:12:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac5657a2
7
8 net-p2p/popura: move dependency tarball to upstream
9
10 Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me>
11
12 net-p2p/popura/Manifest | 2 +-
13 net-p2p/popura/popura-0.4.6.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-p2p/popura/Manifest b/net-p2p/popura/Manifest
17 index 5cb67bc38..f09b7165a 100644
18 --- a/net-p2p/popura/Manifest
19 +++ b/net-p2p/popura/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST popura-0.4.6-deps.tar.bz2 39539473 BLAKE2B a9b12f4897bdd03c5d72985704f908714c0a93b1689dbea64b1cfdaa2f19beb8e6a39f390dca0a57be0e7d4fbbeb505404262df9d64a439871a61f6f3f7d6c7f SHA512 981343f356bf0e826539f0af470e3451aa1e1c98490d8ca293bfd6c3d2faa40a0f25ba231a15c7d5a0918bcdd346a0610c9373a75de7f65da633e67e890ce1d0
22 +DIST popura-0.4.6-go-mod-download.tar.bz2 39539473 BLAKE2B a9b12f4897bdd03c5d72985704f908714c0a93b1689dbea64b1cfdaa2f19beb8e6a39f390dca0a57be0e7d4fbbeb505404262df9d64a439871a61f6f3f7d6c7f SHA512 981343f356bf0e826539f0af470e3451aa1e1c98490d8ca293bfd6c3d2faa40a0f25ba231a15c7d5a0918bcdd346a0610c9373a75de7f65da633e67e890ce1d0
23 DIST popura-0.4.6.tar.gz 45804 BLAKE2B 52da18837dfdc3350d339374b1a8903875d5bb60643aa337365d3f0ed741a228775b61191b6cfa6908f797fae0b8a387b41ed1474b6d694d5d044dd06317e549 SHA512 0ff3c00a844302b8b4d30d6bf5544b45b49b2a3db0d602038fae8f9ea75b2de3bd14a38f865df1a0f67196dc1781a0cb12fa0c85a3cd0469581c45106bc5b75b
24
25 diff --git a/net-p2p/popura/popura-0.4.6.ebuild b/net-p2p/popura/popura-0.4.6.ebuild
26 index 61b1e3282..ca9a72293 100644
27 --- a/net-p2p/popura/popura-0.4.6.ebuild
28 +++ b/net-p2p/popura/popura-0.4.6.ebuild
29 @@ -8,8 +8,8 @@ inherit go-module linux-info systemd fcaps
30 DESCRIPTION="Popura: alternative Yggdrasil network client"
31 HOMEPAGE="https://github.com/popura-network/Popura/"
32 SRC_URI="
33 - https://github.com/popura-network/Popura/archive/v${PV}.tar.gz -> ${P}.tar.gz
34 - https://codeberg.org/BratishkaErik/distfiles/media/branch/master/${P}-deps.tar.bz2
35 + https://github.com/popura-network/Popura/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
36 + https://github.com/popura-network/Popura/releases/download/v${PV}/popura-${PV}-go-mod-download.tar.bz2
37 "
38
39 LICENSE="LGPL-3 MPL-2.0 MIT Apache-2.0 BSD ZLIB"