Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzip/
Date: Thu, 26 Dec 2019 10:53:30
Message-Id: 1577357592.5253b4b798d2a2a88aa6d80e984c0334768a334c.mgorny@gentoo
1 commit: 5253b4b798d2a2a88aa6d80e984c0334768a334c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 10:46:10 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 10:53:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5253b4b7
7
8 app-arch/lzip: Remove dead SRC_URI
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/lzip/lzip-1.21.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/app-arch/lzip/lzip-1.21.ebuild b/app-arch/lzip/lzip-1.21.ebuild
16 index 989b82d540b..ff625a0087b 100644
17 --- a/app-arch/lzip/lzip-1.21.ebuild
18 +++ b/app-arch/lzip/lzip-1.21.ebuild
19 @@ -7,8 +7,7 @@ inherit toolchain-funcs
20
21 DESCRIPTION="lossless data compressor based on the LZMA algorithm"
22 HOMEPAGE="https://www.nongnu.org/lzip/lzip.html"
23 -SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
24 - https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
25 +SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
26
27 LICENSE="GPL-2+"
28 SLOT="0"