From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FDA01382C5 for ; Wed, 21 Feb 2018 14:52:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EB8EE08F6; Wed, 21 Feb 2018 14:52:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30C87E08F6 for ; Wed, 21 Feb 2018 14:52:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 560E8335C3C for ; Wed, 21 Feb 2018 14:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59066231 for ; Wed, 21 Feb 2018 14:52:03 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1519224708.ba008a024f6aea824235e4ff823858e535dc1565.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lzip/lzip-1.18.ebuild app-arch/lzip/lzip-1.19.ebuild app-arch/lzip/lzip-1.20_rc1.ebuild X-VCS-Directories: app-arch/lzip/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ba008a024f6aea824235e4ff823858e535dc1565 X-VCS-Branch: master Date: Wed, 21 Feb 2018 14:52:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a4e94126-c6ab-4e59-b498-a231c6d7280c X-Archives-Hash: 4d8aefbd03569cada15a6264f04920ec commit: ba008a024f6aea824235e4ff823858e535dc1565 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 21 14:51:48 2018 +0000 Commit: Thomas Deutschmann gentoo 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"