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 465FC15808B for ; Fri, 4 Oct 2024 17:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 684A0E2A0B; Fri, 4 Oct 2024 17:37:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 48215E2A0B for ; Fri, 4 Oct 2024 17:37:24 +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 D1EB7343092 for ; Fri, 4 Oct 2024 17:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 084042800 for ; Fri, 4 Oct 2024 17:37:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1728063417.17dfaaea777979e2cd82da7510f2843d674c2f9f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ddrescue/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ddrescue/Manifest sys-fs/ddrescue/ddrescue-1.27.ebuild X-VCS-Directories: sys-fs/ddrescue/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17dfaaea777979e2cd82da7510f2843d674c2f9f X-VCS-Branch: master Date: Fri, 4 Oct 2024 17:37:20 +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: 1c118bd3-a2b1-410a-b682-a786598b55f5 X-Archives-Hash: 7b77f89e588440b151f88360b7849bdc commit: 17dfaaea777979e2cd82da7510f2843d674c2f9f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 4 12:04:40 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 4 17:36:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17dfaaea sys-fs/ddrescue: drop 1.27 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-fs/ddrescue/Manifest | 1 - sys-fs/ddrescue/ddrescue-1.27.ebuild | 38 ------------------------------------ 2 files changed, 39 deletions(-) diff --git a/sys-fs/ddrescue/Manifest b/sys-fs/ddrescue/Manifest index 0bb770634960..9333a2af998c 100644 --- a/sys-fs/ddrescue/Manifest +++ b/sys-fs/ddrescue/Manifest @@ -1,2 +1 @@ -DIST ddrescue-1.27.tar.lz 93496 BLAKE2B a8957819dec2255e446504c822331ae13a86193f4655cbe6d559a498db9daf8c0f8066355e395cfd44f08b2f15d831820003bdfde6fc59c8434a695f95bdbe21 SHA512 b9a8b462536c5ec29db69e3a5f70b0bce160d5c58373cb519f6d54aba2fc0c4907e74fbcd11d49291306dc29c76f1992575aef7cfff41f34748bbd96e33b745a DIST ddrescue-1.28.tar.lz 93823 BLAKE2B 8c212f0d495e0df8e0398b97730c812ea9ccb77bd42e730198222e9918e3652fc52d932449b1e0dc9bdd453a123e2450c962e33e98d9845ce81b9a934a5bbdaa SHA512 ad3df2361b3b0228e2875792e0f6b301dc4d9cefd3f4fcdbce180a53c32924ee026bd27397b8efc94f40ee10f5f9d453fa72bd19203b6cb90208881e287e2c46 diff --git a/sys-fs/ddrescue/ddrescue-1.27.ebuild b/sys-fs/ddrescue/ddrescue-1.27.ebuild deleted file mode 100644 index 56e199a7b459..000000000000 --- a/sys-fs/ddrescue/ddrescue-1.27.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic unpacker - -DESCRIPTION="Copy data from one file or block device to another with read-error recovery" -HOMEPAGE="https://www.gnu.org/software/ddrescue/ddrescue.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux" -IUSE="static" - -BDEPEND="$(unpacker_src_uri_depends)" - -src_configure() { - use static && append-ldflags -static - - # not a normal configure script - econf \ - --prefix="${EPREFIX}"/usr \ - CXX="$(tc-getCXX)" \ - CPPFLAGS="${CPPFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" -} - -src_test() { - ./testsuite/check.sh "${S}"/testsuite || die -} - -src_install() { - emake DESTDIR="${D}" install install-man - einstalldocs -}