commit:     ba008a024f6aea824235e4ff823858e535dc1565
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 14:51:48 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 14:51:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba008a02

app-arch/lzip: Use HTTPS

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-arch/lzip/lzip-1.18.ebuild     | 7 ++++---
 app-arch/lzip/lzip-1.19.ebuild     | 8 ++++----
 app-arch/lzip/lzip-1.20_rc1.ebuild | 8 ++++----
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/app-arch/lzip/lzip-1.18.ebuild b/app-arch/lzip/lzip-1.18.ebuild
index 03a2a056d8b..0fe356a4b09 100644
--- a/app-arch/lzip/lzip-1.18.ebuild
+++ b/app-arch/lzip/lzip-1.18.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
@@ -6,8 +6,9 @@ EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="lossless data compressor based on the LZMA algorithm"
-HOMEPAGE="http://www.nongnu.org/lzip/lzip.html";
-SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz";
+HOMEPAGE="https://www.nongnu.org/lzip/lzip.html";
+SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
+       https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"

diff --git a/app-arch/lzip/lzip-1.19.ebuild b/app-arch/lzip/lzip-1.19.ebuild
index ead377f888a..51eba18e851 100644
--- a/app-arch/lzip/lzip-1.19.ebuild
+++ b/app-arch/lzip/lzip-1.19.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=6
@@ -6,9 +6,9 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="lossless data compressor based on the LZMA algorithm"
-HOMEPAGE="http://www.nongnu.org/lzip/lzip.html";
-SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
-       http://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz";
+HOMEPAGE="https://www.nongnu.org/lzip/lzip.html";
+SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
+       https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"

diff --git a/app-arch/lzip/lzip-1.20_rc1.ebuild 
b/app-arch/lzip/lzip-1.20_rc1.ebuild
index ead377f888a..51eba18e851 100644
--- a/app-arch/lzip/lzip-1.20_rc1.ebuild
+++ b/app-arch/lzip/lzip-1.20_rc1.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=6
@@ -6,9 +6,9 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="lossless data compressor based on the LZMA algorithm"
-HOMEPAGE="http://www.nongnu.org/lzip/lzip.html";
-SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
-       http://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz";
+HOMEPAGE="https://www.nongnu.org/lzip/lzip.html";
+SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
+       https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"

Reply via email to