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:40
Message-Id: 1667636494.dc14dbf87440b54b6d0342a07cd0c976e6c93068.arthurzam@gentoo
1 commit: dc14dbf87440b54b6d0342a07cd0c976e6c93068
2 Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
3 AuthorDate: Sat Nov 5 08:21:34 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 08:21:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc14dbf8
7
8 net-p2p/popura: change dependency tarball to vendor tarball
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 | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-p2p/popura/Manifest b/net-p2p/popura/Manifest
17 index f09b7165a..ebea2836a 100644
18 --- a/net-p2p/popura/Manifest
19 +++ b/net-p2p/popura/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST popura-0.4.6-go-mod-download.tar.bz2 39539473 BLAKE2B a9b12f4897bdd03c5d72985704f908714c0a93b1689dbea64b1cfdaa2f19beb8e6a39f390dca0a57be0e7d4fbbeb505404262df9d64a439871a61f6f3f7d6c7f SHA512 981343f356bf0e826539f0af470e3451aa1e1c98490d8ca293bfd6c3d2faa40a0f25ba231a15c7d5a0918bcdd346a0610c9373a75de7f65da633e67e890ce1d0
22 +DIST popura-0.4.6-vendor.tar.xz 1075916 BLAKE2B af54506ea8ec27de78c2481ba47b1b8bb25ef20bb90a198492eec9b0b5e0e72b94f40e441ed0218032665bf3860dc060481ae217dc0d2a8149cd352fa8a4ea9e SHA512 f241ec372952fd9730b477d5cb72fc9f3efc4c98c5f0a65d4f03be98e90a76eb3090d21abbb46c72c74a282f33edc080b73ac1ed66cd31694fe81aca6aa7d061
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 ca9a72293..0b8ec247b 100644
27 --- a/net-p2p/popura/popura-0.4.6.ebuild
28 +++ b/net-p2p/popura/popura-0.4.6.ebuild
29 @@ -9,7 +9,7 @@ DESCRIPTION="Popura: alternative Yggdrasil network client"
30 HOMEPAGE="https://github.com/popura-network/Popura/"
31 SRC_URI="
32 https://github.com/popura-network/Popura/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
33 - https://github.com/popura-network/Popura/releases/download/v${PV}/popura-${PV}-go-mod-download.tar.bz2
34 + https://github.com/popura-network/Popura/releases/download/v${PV}/popura-${PV}-vendor.tar.xz
35 "
36
37 LICENSE="LGPL-3 MPL-2.0 MIT Apache-2.0 BSD ZLIB"