public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
Date: Sun, 13 May 2018 19:20:17 +0000 (UTC)	[thread overview]
Message-ID: <1526239133.f12a83258961ec2f07b387aa840e3151f9f9cf20.bman@gentoo> (raw)

commit:     f12a83258961ec2f07b387aa840e3151f9f9cf20
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon May  7 18:54:04 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 13 19:18:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12a8325

net-wireless/spectools: use HTTPS

 net-wireless/spectools/spectools-2011.08.1-r2.ebuild           | 6 +++---
 net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild | 4 ++--
 net-wireless/spectools/spectools-2016.01.1.ebuild              | 6 +++---
 net-wireless/spectools/spectools-9999.ebuild                   | 6 +++---
 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 49665d46e7a..68f222743b4 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 ab351ead5c9..06dea1eb6b5 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 a42b3c3c808..97fef673112 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 c19efade2e5..4ad586a2983 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"


             reply	other threads:[~2018-05-13 19:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-13 19:20 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22 20:44 [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/ Rick Farina
2020-06-18 17:34 Rick Farina
2020-06-18 17:21 Andreas Sturmlechner
2018-03-10 11:31 Pacho Ramos
2018-02-11 11:12 Michał Górny
2017-03-21 23:26 Matt Turner
2017-03-17 10:26 Agostino Sarubbo
2017-03-16 18:51 Michael Weber
2017-03-13 12:58 Agostino Sarubbo
2016-03-20 21:14 Stephen Klimaszewski
2016-03-20  9:54 David Seifert
2016-03-14 18:59 Richard Farina
2015-12-26 22:46 Michał Górny
2015-11-23  4:01 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526239133.f12a83258961ec2f07b387aa840e3151f9f9cf20.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox