diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-07 20:54:04 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:53 -0400 |
commit | f12a83258961ec2f07b387aa840e3151f9f9cf20 (patch) | |
tree | a4eb5c9248da8766974fbed0a877c324dd8cb768 /net-wireless | |
parent | net-wireless/kismet: use HTTPS (diff) | |
download | gentoo-f12a83258961ec2f07b387aa840e3151f9f9cf20.tar.gz gentoo-f12a83258961ec2f07b387aa840e3151f9f9cf20.tar.bz2 gentoo-f12a83258961ec2f07b387aa840e3151f9f9cf20.zip |
net-wireless/spectools: use HTTPS
Diffstat (limited to 'net-wireless')
4 files changed, 11 insertions, 11 deletions
diff --git a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild b/net-wireless/spectools/spectools-2011.08.1-r2.ebuild index 49665d46e7a8..68f222743b44 100644 --- a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild +++ b/net-wireless/spectools/spectools-2011.08.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -15,12 +15,12 @@ if [[ ${PV} == "9999" ]] ; then inherit subversion KEYWORDS="" else - SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz" + SRC_URI="https://www.kismetwireless.net/code/${MY_P}.tar.gz" KEYWORDS="amd64 arm ~ppc x86" fi DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware" -HOMEPAGE="http://www.kismetwireless.net/spectools/" +HOMEPAGE="https://www.kismetwireless.net/spectools/" LICENSE="GPL-2" SLOT="0" diff --git a/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild b/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild index ab351ead5c92..06dea1eb6b58 100644 --- a/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild +++ b/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ else fi DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware" -HOMEPAGE="http://www.kismetwireless.net/spectools/" +HOMEPAGE="https://www.kismetwireless.net/spectools/" LICENSE="GPL-2" SLOT="0" diff --git a/net-wireless/spectools/spectools-2016.01.1.ebuild b/net-wireless/spectools/spectools-2016.01.1.ebuild index a42b3c3c808f..97fef673112a 100644 --- a/net-wireless/spectools/spectools-2016.01.1.ebuild +++ b/net-wireless/spectools/spectools-2016.01.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,12 +15,12 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://www.kismetwireless.net/${PN}.git" inherit git-r3 else - SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz" + SRC_URI="https://www.kismetwireless.net/code/${MY_P}.tar.xz" KEYWORDS="amd64 arm ~arm64 ~ppc x86" fi DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware" -HOMEPAGE="http://www.kismetwireless.net/spectools/" +HOMEPAGE="https://www.kismetwireless.net/spectools/" LICENSE="GPL-2" SLOT="0" diff --git a/net-wireless/spectools/spectools-9999.ebuild b/net-wireless/spectools/spectools-9999.ebuild index c19efade2e52..4ad586a2983e 100644 --- a/net-wireless/spectools/spectools-9999.ebuild +++ b/net-wireless/spectools/spectools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,12 +16,12 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 KEYWORDS="" else - SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz" + SRC_URI="https://www.kismetwireless.net/code/${MY_P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" fi DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware" -HOMEPAGE="http://www.kismetwireless.net/spectools/" +HOMEPAGE="https://www.kismetwireless.net/spectools/" LICENSE="GPL-2" SLOT="0" |