diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-10 17:26:16 +0200 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2019-05-10 16:46:17 +0100 |
commit | ab46276a89bf902cf895e3cef64b121f644824f1 (patch) | |
tree | 77727d6b6d975d9e7d864acfbb3e2e5bd64c74e9 /net-analyzer/scapy | |
parent | dev-python/setuptools_scm: Block old versions (diff) | |
download | gentoo-ab46276a89bf902cf895e3cef64b121f644824f1.tar.gz gentoo-ab46276a89bf902cf895e3cef64b121f644824f1.tar.bz2 gentoo-ab46276a89bf902cf895e3cef64b121f644824f1.zip |
net-analyzer/scapy: update HOMEPAGE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Mike Auty <ikelos@gentoo.org>
Diffstat (limited to 'net-analyzer/scapy')
-rw-r--r-- | net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-2.4.0.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-2.4.2.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-9999.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild index 69f18cdf55a9..e3f662d3328b 100644 --- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild +++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils distutils-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" -HOMEPAGE="http://www.secdev.org/projects/scapy/" +HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy" SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-analyzer/scapy/scapy-2.4.0.ebuild b/net-analyzer/scapy/scapy-2.4.0.ebuild index f5c9435fdff2..25d400437783 100644 --- a/net-analyzer/scapy/scapy-2.4.0.ebuild +++ b/net-analyzer/scapy/scapy-2.4.0.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} ) inherit distutils-r1 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" -HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy" +HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy" SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild b/net-analyzer/scapy/scapy-2.4.2.ebuild index 113734a51279..121abefbe78e 100644 --- a/net-analyzer/scapy/scapy-2.4.2.ebuild +++ b/net-analyzer/scapy/scapy-2.4.2.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) inherit distutils-r1 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" -HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy" +HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy" SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index 3005f30dde5d..ee534593de55 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} ) inherit distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" -HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy" +HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy" EGIT_REPO_URI="https://github.com/secdev/${PN}" LICENSE="GPL-2" |