commit: 498a26163102c36135fefce19f23ae34145cbb4f Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Jun 13 08:15:34 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jun 15 02:33:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498a2616
app-mobilephone/gnokii: use HTTPS Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild | 4 ++-- app-mobilephone/gnokii/gnokii-0.6.31-r2.ebuild | 6 +++--- app-mobilephone/gnokii/gnokii-9999.ebuild | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild index 4cff846749e..95e4c8ba687 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild @@ -4,14 +4,14 @@ EAPI=6 inherit autotools eutils linux-info -HOMEPAGE="http://www.gnokii.org/" +HOMEPAGE="https://www.gnokii.org/" if [[ $PV == *9999 ]]; then EGIT_REPO_URI=" git://git.savannah.nongnu.org/${PN}.git http://git.savannah.gnu.org/r/${PN}.git" inherit git-r3 else - SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2" + SRC_URI="https://www.gnokii.org/download/${PN}/${P}.tar.bz2" KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi DESCRIPTION="User space driver and tools for use with mobile phones" diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r2.ebuild index 30ba63e2ac4..05d602a9304 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.31-r2.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.31-r2.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools desktop eutils linux-info -HOMEPAGE="http://www.gnokii.org/" +HOMEPAGE="https://www.gnokii.org/" if [[ $PV == *9999 ]]; then EGIT_REPO_URI=" git://git.savannah.nongnu.org/${PN}.git http://git.savannah.gnu.org/r/${PN}.git" inherit git-r3 else - SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2" + SRC_URI="https://www.gnokii.org/download/${PN}/${P}.tar.bz2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi DESCRIPTION="User space driver and tools for use with mobile phones" diff --git a/app-mobilephone/gnokii/gnokii-9999.ebuild b/app-mobilephone/gnokii/gnokii-9999.ebuild index 39ddb284ab7..48d40e6b607 100644 --- a/app-mobilephone/gnokii/gnokii-9999.ebuild +++ b/app-mobilephone/gnokii/gnokii-9999.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools desktop eutils linux-info -HOMEPAGE="http://www.gnokii.org/" +HOMEPAGE="https://www.gnokii.org/" if [[ $PV == *9999 ]]; then EGIT_REPO_URI=" git://git.savannah.nongnu.org/${PN}.git http://git.savannah.gnu.org/r/${PN}.git" inherit git-r3 else - SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2" + SRC_URI="https://www.gnokii.org/download/${PN}/${P}.tar.bz2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi DESCRIPTION="User space driver and tools for use with mobile phones"
