diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-19 21:03:46 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-19 21:08:59 +0200 |
commit | abcc60821a11992093dc6aa395ff51bb91c24eb1 (patch) | |
tree | a6d1a9b2fe99bf50ef547ba374994b01cf62e233 /net-analyzer/netselect | |
parent | net-analyzer/net-snmp: Update SRC_URI (diff) | |
download | gentoo-abcc60821a11992093dc6aa395ff51bb91c24eb1.tar.gz gentoo-abcc60821a11992093dc6aa395ff51bb91c24eb1.tar.bz2 gentoo-abcc60821a11992093dc6aa395ff51bb91c24eb1.zip |
net-analyzer/netselect: Update SRC_URI
jer@ is retired and I've archived the distfiles in my devspace
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/netselect-0.4-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.4-r2.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/netselect/netselect-0.4-r1.ebuild b/net-analyzer/netselect/netselect-0.4-r1.ebuild index cf688a073401..80066a138a33 100644 --- a/net-analyzer/netselect/netselect-0.4-r1.ebuild +++ b/net-analyzer/netselect/netselect-0.4-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Ultrafast implementation of ping" HOMEPAGE="http://apenwarr.ca/netselect/" SRC_URI=" https://github.com/apenwarr/${PN}/archive/${P}.tar.gz - ipv6? ( https://dev.gentoo.org/~jer/${P}-ipv6.patch.xz ) + ipv6? ( https://dev.gentoo.org/~jsmolic/distfiles/${P}-ipv6.patch.xz ) " LICENSE="BSD" diff --git a/net-analyzer/netselect/netselect-0.4-r2.ebuild b/net-analyzer/netselect/netselect-0.4-r2.ebuild index 12cedb9b9205..c9f3a3a436d4 100644 --- a/net-analyzer/netselect/netselect-0.4-r2.ebuild +++ b/net-analyzer/netselect/netselect-0.4-r2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Ultrafast implementation of ping" HOMEPAGE="http://apenwarr.ca/netselect/" SRC_URI=" https://github.com/apenwarr/${PN}/archive/${P}.tar.gz - ipv6? ( https://dev.gentoo.org/~jer/${P}-ipv6.patch.xz ) + ipv6? ( https://dev.gentoo.org/~jsmolic/distfiles/${P}-ipv6.patch.xz ) " S="${WORKDIR}/${PN}-${P}" diff --git a/net-analyzer/netselect/netselect-9999.ebuild b/net-analyzer/netselect/netselect-9999.ebuild index 7fee270c477b..5ed3fc2fde64 100644 --- a/net-analyzer/netselect/netselect-9999.ebuild +++ b/net-analyzer/netselect/netselect-9999.ebuild @@ -8,7 +8,7 @@ inherit fcaps git-r3 toolchain-funcs DESCRIPTION="Ultrafast implementation of ping" HOMEPAGE="http://apenwarr.ca/netselect/" EGIT_REPO_URI="https://github.com/apenwarr/${PN}" -SRC_URI="ipv6? ( https://dev.gentoo.org/~jer/${PN}-0.4-ipv6.patch.xz )" +SRC_URI="ipv6? ( https://dev.gentoo.org/~jsmolic/distfiles/${PN}-0.4-ipv6.patch.xz )" S="${WORKDIR}/${PN}-${P}" LICENSE="BSD" |