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 2EC41138334 for ; Thu, 26 Dec 2019 10:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27600E0C94; Thu, 26 Dec 2019 10:53:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0A4CBE0C94 for ; Thu, 26 Dec 2019 10:53:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B49334DB81 for ; Thu, 26 Dec 2019 10:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8A0971 for ; Thu, 26 Dec 2019 10:53:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1577357592.5253b4b798d2a2a88aa6d80e984c0334768a334c.mgorny@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.21.ebuild X-VCS-Directories: app-arch/lzip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5253b4b798d2a2a88aa6d80e984c0334768a334c X-VCS-Branch: master Date: Thu, 26 Dec 2019 10:53:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4866a51-5771-43b8-9d9e-afe21f312f7f X-Archives-Hash: 92d2bcd8e066cb386d2a7ee871b9578b commit: 5253b4b798d2a2a88aa6d80e984c0334768a334c Author: Michał Górny gentoo org> AuthorDate: Thu Dec 26 10:46:10 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 26 10:53:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5253b4b7 app-arch/lzip: Remove dead SRC_URI Signed-off-by: Michał Górny gentoo.org> app-arch/lzip/lzip-1.21.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-arch/lzip/lzip-1.21.ebuild b/app-arch/lzip/lzip-1.21.ebuild index 989b82d540b..ff625a0087b 100644 --- a/app-arch/lzip/lzip-1.21.ebuild +++ b/app-arch/lzip/lzip-1.21.ebuild @@ -7,8 +7,7 @@ inherit toolchain-funcs DESCRIPTION="lossless data compressor based on the LZMA algorithm" 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" +SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz" LICENSE="GPL-2+" SLOT="0"