Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
Date: Fri, 10 May 2019 15:46:31
Message-Id: 1557503177.ab46276a89bf902cf895e3cef64b121f644824f1.ikelos@gentoo
1 commit: ab46276a89bf902cf895e3cef64b121f644824f1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 10 15:26:16 2019 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 15:46:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab46276a
7
8 net-analyzer/scapy: update HOMEPAGE, use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>
12
13 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 4 ++--
14 net-analyzer/scapy/scapy-2.4.0.ebuild | 2 +-
15 net-analyzer/scapy/scapy-2.4.2.ebuild | 2 +-
16 net-analyzer/scapy/scapy-9999.ebuild | 2 +-
17 4 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
20 index 69f18cdf55a..e3f662d3328 100644
21 --- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
22 +++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="5"
29 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
30 inherit eutils distutils-r1
31
32 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
33 -HOMEPAGE="http://www.secdev.org/projects/scapy/"
34 +HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
35 SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="GPL-2"
38
39 diff --git a/net-analyzer/scapy/scapy-2.4.0.ebuild b/net-analyzer/scapy/scapy-2.4.0.ebuild
40 index f5c9435fdff..25d40043778 100644
41 --- a/net-analyzer/scapy/scapy-2.4.0.ebuild
42 +++ b/net-analyzer/scapy/scapy-2.4.0.ebuild
43 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} )
44 inherit distutils-r1 readme.gentoo-r1
45
46 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
47 -HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
48 +HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
49 SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
50
51 LICENSE="GPL-2"
52
53 diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild b/net-analyzer/scapy/scapy-2.4.2.ebuild
54 index 113734a5127..121abefbe78 100644
55 --- a/net-analyzer/scapy/scapy-2.4.2.ebuild
56 +++ b/net-analyzer/scapy/scapy-2.4.2.ebuild
57 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
58 inherit distutils-r1 readme.gentoo-r1
59
60 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
61 -HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
62 +HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
63 SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
64
65 LICENSE="GPL-2"
66
67 diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
68 index 3005f30dde5..ee534593de5 100644
69 --- a/net-analyzer/scapy/scapy-9999.ebuild
70 +++ b/net-analyzer/scapy/scapy-9999.ebuild
71 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} )
72 inherit distutils-r1 git-r3 readme.gentoo-r1
73
74 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
75 -HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
76 +HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
77 EGIT_REPO_URI="https://github.com/secdev/${PN}"
78
79 LICENSE="GPL-2"