Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzip/
Date: Wed, 21 Feb 2018 14:52:08
Message-Id: 1519224708.ba008a024f6aea824235e4ff823858e535dc1565.whissi@gentoo
1 commit: ba008a024f6aea824235e4ff823858e535dc1565
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 14:51:48 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 14:51:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba008a02
7
8 app-arch/lzip: Use HTTPS
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-arch/lzip/lzip-1.18.ebuild | 7 ++++---
13 app-arch/lzip/lzip-1.19.ebuild | 8 ++++----
14 app-arch/lzip/lzip-1.20_rc1.ebuild | 8 ++++----
15 3 files changed, 12 insertions(+), 11 deletions(-)
16
17 diff --git a/app-arch/lzip/lzip-1.18.ebuild b/app-arch/lzip/lzip-1.18.ebuild
18 index 03a2a056d8b..0fe356a4b09 100644
19 --- a/app-arch/lzip/lzip-1.18.ebuild
20 +++ b/app-arch/lzip/lzip-1.18.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -6,8 +6,9 @@ EAPI=5
28 inherit toolchain-funcs
29
30 DESCRIPTION="lossless data compressor based on the LZMA algorithm"
31 -HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
32 -SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz"
33 +HOMEPAGE="https://www.nongnu.org/lzip/lzip.html"
34 +SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
35 + https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
36
37 LICENSE="GPL-2+"
38 SLOT="0"
39
40 diff --git a/app-arch/lzip/lzip-1.19.ebuild b/app-arch/lzip/lzip-1.19.ebuild
41 index ead377f888a..51eba18e851 100644
42 --- a/app-arch/lzip/lzip-1.19.ebuild
43 +++ b/app-arch/lzip/lzip-1.19.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -6,9 +6,9 @@ EAPI=6
51 inherit toolchain-funcs
52
53 DESCRIPTION="lossless data compressor based on the LZMA algorithm"
54 -HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
55 -SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
56 - http://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
57 +HOMEPAGE="https://www.nongnu.org/lzip/lzip.html"
58 +SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
59 + https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
60
61 LICENSE="GPL-2+"
62 SLOT="0"
63
64 diff --git a/app-arch/lzip/lzip-1.20_rc1.ebuild b/app-arch/lzip/lzip-1.20_rc1.ebuild
65 index ead377f888a..51eba18e851 100644
66 --- a/app-arch/lzip/lzip-1.20_rc1.ebuild
67 +++ b/app-arch/lzip/lzip-1.20_rc1.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2017 Gentoo Foundation
70 +# Copyright 1999-2018 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=6
74 @@ -6,9 +6,9 @@ EAPI=6
75 inherit toolchain-funcs
76
77 DESCRIPTION="lossless data compressor based on the LZMA algorithm"
78 -HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
79 -SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
80 - http://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
81 +HOMEPAGE="https://www.nongnu.org/lzip/lzip.html"
82 +SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
83 + https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
84
85 LICENSE="GPL-2+"
86 SLOT="0"