diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-21 15:51:48 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-21 15:51:48 +0100 |
commit | ba008a024f6aea824235e4ff823858e535dc1565 (patch) | |
tree | 57ea67fe106849295c4b4491e80f1cba61ed9afe /app-arch/lzip | |
parent | app-arch/lzip: Bump to lzip v1.20 (diff) | |
download | gentoo-ba008a024f6aea824235e4ff823858e535dc1565.tar.gz gentoo-ba008a024f6aea824235e4ff823858e535dc1565.tar.bz2 gentoo-ba008a024f6aea824235e4ff823858e535dc1565.zip |
app-arch/lzip: Use HTTPS
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-arch/lzip')
-rw-r--r-- | app-arch/lzip/lzip-1.18.ebuild | 7 | ||||
-rw-r--r-- | app-arch/lzip/lzip-1.19.ebuild | 8 | ||||
-rw-r--r-- | 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 03a2a056d8bb..0fe356a4b09f 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 ead377f888aa..51eba18e851f 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 ead377f888aa..51eba18e851f 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" |