From ab46276a89bf902cf895e3cef64b121f644824f1 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 10 May 2019 17:26:16 +0200 Subject: net-analyzer/scapy: update HOMEPAGE, use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Mike Auty --- net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 4 ++-- net-analyzer/scapy/scapy-2.4.0.ebuild | 2 +- net-analyzer/scapy/scapy-2.4.2.ebuild | 2 +- net-analyzer/scapy/scapy-9999.ebuild | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net-analyzer') 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" -- cgit v1.2.3-65-gdbad