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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66D4215808B for ; Thu, 24 Mar 2022 21:27:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21158E083D; Thu, 24 Mar 2022 21:27:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C6B3E0828 for ; Thu, 24 Mar 2022 21:27:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 161C2343296 for ; Thu, 24 Mar 2022 21:27:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A04833A for ; Thu, 24 Mar 2022 21:27:03 +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: <1648156695.883203f59e7e264f0725908c912eca82b60269eb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lziprecover/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lziprecover/Manifest app-arch/lziprecover/lziprecover-1.22.ebuild X-VCS-Directories: app-arch/lziprecover/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 883203f59e7e264f0725908c912eca82b60269eb X-VCS-Branch: master Date: Thu, 24 Mar 2022 21:27: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a08df45d-f34f-447b-be7b-75998e88fb58 X-Archives-Hash: edc906d7cccc47cfc74486059bab0b9e commit: 883203f59e7e264f0725908c912eca82b60269eb Author: Michał Górny gentoo org> AuthorDate: Thu Mar 24 21:18:15 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 24 21:18:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883203f5 app-arch/lziprecover: Remove old Signed-off-by: Michał Górny gentoo.org> app-arch/lziprecover/Manifest | 1 - app-arch/lziprecover/lziprecover-1.22.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-arch/lziprecover/Manifest b/app-arch/lziprecover/Manifest index e1928d7be13e..19a080027841 100644 --- a/app-arch/lziprecover/Manifest +++ b/app-arch/lziprecover/Manifest @@ -1,2 +1 @@ -DIST lziprecover-1.22.tar.gz 152840 BLAKE2B c6c5ca0bcb0309539d48c89a1259c5d1d9b47372a92935f762daa428a9e66d6ab0b0a2ac956b70e15824d699c7de0d92e92f0c7ff68ea091599754082771b928 SHA512 5fa209f6a80314ba7db45effc2546be660b6a31133570abf2e37a4d570910757fc4241e2496e63a95fadb66cffbca59976a8568659f4e8562baeb16517599e96 DIST lziprecover-1.23.tar.gz 156147 BLAKE2B 71a210c7143ff6f0f8b9cce7d5a1b6f681f8331fb971fa2836dfd04ad50e732ab595a415a9b8a3020c70c884c7e7fce5c605e63e0f28ea94f2de9d5447199a83 SHA512 9f2d40311f901c2c00fa6b106a2363dfcd7b6c73ae86282733d7c3451237ee30f6d5cce035ab5ba63300eea637eeb3ac5db7e7571bdef1bef259b801b10f1c7a diff --git a/app-arch/lziprecover/lziprecover-1.22.ebuild b/app-arch/lziprecover/lziprecover-1.22.ebuild deleted file mode 100644 index d328cc1e2e94..000000000000 --- a/app-arch/lziprecover/lziprecover-1.22.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=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" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S="${WORKDIR}/${P/_/-}" - -src_configure() { - # not autotools-based - ./configure \ - --prefix="${EPREFIX}"/usr \ - CXX="$(tc-getCXX)" \ - CPPFLAGS="${CPPFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" || die -}