diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-08-20 09:27:25 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-10-15 12:09:44 -0400 |
commit | 09163f082baa4f2d25f1e8fa2f7befcf7afb1fb8 (patch) | |
tree | ab79cab69b71d5a673b99d9f9d52454991933237 /net-misc/ipv6calc | |
parent | app-emulation/libvirt: fix QA warning (diff) | |
download | gentoo-09163f082baa4f2d25f1e8fa2f7befcf7afb1fb8.tar.gz gentoo-09163f082baa4f2d25f1e8fa2f7befcf7afb1fb8.tar.bz2 gentoo-09163f082baa4f2d25f1e8fa2f7befcf7afb1fb8.zip |
net-misc/ipv6calc: update HOMEPAGE, SRC_URI, metadata
Closes: https://bugs.gentoo.org/680174
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-1.0.0.ebuild | 6 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-2.1.0.ebuild | 2 | ||||
-rw-r--r-- | net-misc/ipv6calc/metadata.xml | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild index b0e61d909d24..995376c6640e 100644 --- a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="IPv6 address calculator" -HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html" -SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz" +HOMEPAGE="https://www.deepspace6.net/projects/ipv6calc.html" +SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild b/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild index 077b47c137f1..898a06fd0de2 100644 --- a/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild @@ -4,7 +4,7 @@ EAPI="7" DESCRIPTION="IPv6 address calculator" -HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html" +HOMEPAGE="https://www.deepspace6.net/projects/ipv6calc.html" SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-misc/ipv6calc/metadata.xml b/net-misc/ipv6calc/metadata.xml index d920e3ba3e56..16255ab1a98b 100644 --- a/net-misc/ipv6calc/metadata.xml +++ b/net-misc/ipv6calc/metadata.xml @@ -5,4 +5,7 @@ <email>blueness@gentoo.org</email> <name>Anthony G. Basile</name> </maintainer> + <upstream> + <remote-id type="github">pbiering/ipv6calc</remote-id> + </upstream> </pkgmetadata> |