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 964FE138335 for ; Thu, 26 Dec 2019 10:53:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95250E0C7A; Thu, 26 Dec 2019 10:53:27 +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 272B7E0C7A for ; Thu, 26 Dec 2019 10:53:27 +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 C9B2934DB91 for ; Thu, 26 Dec 2019 10:53:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0B8540 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: <1577357589.adb3880e1540bf521409c53bf4eee173258626e0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lziprecover/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lziprecover/lziprecover-1.21.ebuild X-VCS-Directories: app-arch/lziprecover/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: adb3880e1540bf521409c53bf4eee173258626e0 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: 288f2fef-d2f6-4221-ae0b-4fcc7beaacff X-Archives-Hash: ebf8a2782aa273492cb3ea295023df9e commit: adb3880e1540bf521409c53bf4eee173258626e0 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 26 10:44:16 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 26 10:53:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb3880e app-arch/lziprecover: Remove dead SRC_URI Signed-off-by: Michał Górny gentoo.org> app-arch/lziprecover/lziprecover-1.21.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-arch/lziprecover/lziprecover-1.21.ebuild b/app-arch/lziprecover/lziprecover-1.21.ebuild index 0ab539cf990..5c6d0c31853 100644 --- a/app-arch/lziprecover/lziprecover-1.21.ebuild +++ b/app-arch/lziprecover/lziprecover-1.21.ebuild @@ -7,8 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Lziprecover is a data recovery tool and decompressor for lzip compressed files" HOMEPAGE="https://www.nongnu.org/lzip/lziprecover.html" -SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz - https://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P/_/-}.tar.gz" +SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz" LICENSE="GPL-2+" SLOT="0"