Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netselect/
Date: Tue, 19 Oct 2021 19:09:31
Message-Id: 1634670539.abcc60821a11992093dc6aa395ff51bb91c24eb1.jsmolic@gentoo
1 commit: abcc60821a11992093dc6aa395ff51bb91c24eb1
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 19 19:03:46 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 19 19:08:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcc6082
7
8 net-analyzer/netselect: Update SRC_URI
9
10 jer@ is retired and I've archived the distfiles in my devspace
11
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 net-analyzer/netselect/netselect-0.4-r1.ebuild | 2 +-
15 net-analyzer/netselect/netselect-0.4-r2.ebuild | 2 +-
16 net-analyzer/netselect/netselect-9999.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-analyzer/netselect/netselect-0.4-r1.ebuild b/net-analyzer/netselect/netselect-0.4-r1.ebuild
20 index cf688a07340..80066a138a3 100644
21 --- a/net-analyzer/netselect/netselect-0.4-r1.ebuild
22 +++ b/net-analyzer/netselect/netselect-0.4-r1.ebuild
23 @@ -9,7 +9,7 @@ DESCRIPTION="Ultrafast implementation of ping"
24 HOMEPAGE="http://apenwarr.ca/netselect/"
25 SRC_URI="
26 https://github.com/apenwarr/${PN}/archive/${P}.tar.gz
27 - ipv6? ( https://dev.gentoo.org/~jer/${P}-ipv6.patch.xz )
28 + ipv6? ( https://dev.gentoo.org/~jsmolic/distfiles/${P}-ipv6.patch.xz )
29 "
30
31 LICENSE="BSD"
32
33 diff --git a/net-analyzer/netselect/netselect-0.4-r2.ebuild b/net-analyzer/netselect/netselect-0.4-r2.ebuild
34 index 12cedb9b920..c9f3a3a436d 100644
35 --- a/net-analyzer/netselect/netselect-0.4-r2.ebuild
36 +++ b/net-analyzer/netselect/netselect-0.4-r2.ebuild
37 @@ -9,7 +9,7 @@ DESCRIPTION="Ultrafast implementation of ping"
38 HOMEPAGE="http://apenwarr.ca/netselect/"
39 SRC_URI="
40 https://github.com/apenwarr/${PN}/archive/${P}.tar.gz
41 - ipv6? ( https://dev.gentoo.org/~jer/${P}-ipv6.patch.xz )
42 + ipv6? ( https://dev.gentoo.org/~jsmolic/distfiles/${P}-ipv6.patch.xz )
43 "
44 S="${WORKDIR}/${PN}-${P}"
45
46
47 diff --git a/net-analyzer/netselect/netselect-9999.ebuild b/net-analyzer/netselect/netselect-9999.ebuild
48 index 7fee270c477..5ed3fc2fde6 100644
49 --- a/net-analyzer/netselect/netselect-9999.ebuild
50 +++ b/net-analyzer/netselect/netselect-9999.ebuild
51 @@ -8,7 +8,7 @@ inherit fcaps git-r3 toolchain-funcs
52 DESCRIPTION="Ultrafast implementation of ping"
53 HOMEPAGE="http://apenwarr.ca/netselect/"
54 EGIT_REPO_URI="https://github.com/apenwarr/${PN}"
55 -SRC_URI="ipv6? ( https://dev.gentoo.org/~jer/${PN}-0.4-ipv6.patch.xz )"
56 +SRC_URI="ipv6? ( https://dev.gentoo.org/~jsmolic/distfiles/${PN}-0.4-ipv6.patch.xz )"
57 S="${WORKDIR}/${PN}-${P}"
58
59 LICENSE="BSD"