Gentoo Archives: gentoo-commits

From: Eric Joldasov <bratishkaerik@××××××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/popura/, net-p2p/yggdrasil-go/
Date: Sat, 21 May 2022 07:02:47
Message-Id: 1653116542.0a5c48ae0ba1557ba968036484c14e5a7dc0b4f3.bratishkaerik@gentoo
1 commit: 0a5c48ae0ba1557ba968036484c14e5a7dc0b4f3
2 Author: BratishkaErik <bratishkaerik <AT> getgoogleoff <DOT> me>
3 AuthorDate: Sat May 21 07:02:22 2022 +0000
4 Commit: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
5 CommitDate: Sat May 21 07:02:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a5c48ae
7
8 net-p2p/*: net-p2p/yggdrasil-go, net-p2p/popura: update SRC_URI
9
10 Signed-off-by: BratishkaErik <bratishkaerik <AT> getgoogleoff.me>
11
12 net-p2p/popura/popura-0.4.3.ebuild | 2 +-
13 net-p2p/yggdrasil-go/yggdrasil-go-0.4.3.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-p2p/popura/popura-0.4.3.ebuild b/net-p2p/popura/popura-0.4.3.ebuild
17 index 9f7544f95..28d1a02a3 100644
18 --- a/net-p2p/popura/popura-0.4.3.ebuild
19 +++ b/net-p2p/popura/popura-0.4.3.ebuild
20 @@ -12,7 +12,7 @@ DOCS=( README.md )
21 KEYWORDS="~amd64"
22 SRC_URI="
23 https://github.com/popura-network/Popura/archive/v${PV}+popura1.tar.gz -> ${P}+popura1.tar.gz
24 - https://github.com/BratishkaErik/distfiles/raw/master/${P}+popura1-deps.tar.bz2
25 + https://codeberg.org/BratishkaErik/distfiles/media/branch/master/${P}+popura1-deps.tar.bz2
26 "
27
28 S="${WORKDIR}/Popura-${PV}-popura1"
29
30 diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.3.ebuild b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.3.ebuild
31 index d6237019d..6188c6171 100644
32 --- a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.3.ebuild
33 +++ b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.3.ebuild
34 @@ -9,7 +9,7 @@ DESCRIPTION="An experiment in scalable routing as an encrypted IPv6 overlay netw
35 HOMEPAGE="https://yggdrasil-network.github.io/"
36 SRC_URI="
37 https://github.com/yggdrasil-network/yggdrasil-go/archive/v${PV}.tar.gz -> ${P}.tar.gz
38 - https://github.com/BratishkaErik/distfiles/raw/master/${P}-deps.tar.bz2
39 + https://codeberg.org/BratishkaErik/distfiles/media/branch/master/${P}-deps.tar.bz2
40 "
41
42 LICENSE="LGPL-3 MIT Apache-2.0 BSD ZLIB"