public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ddrescue/
Date: Mon, 24 Jan 2022 06:39:26 +0000 (UTC)	[thread overview]
Message-ID: <1643006359.d2a7fb76d7086c3accc2cd3e09194a189bb15e7c.polynomial-c@gentoo> (raw)

commit:     d2a7fb76d7086c3accc2cd3e09194a189bb15e7c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 06:39:04 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 06:39:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a7fb76

sys-fs/ddrescue: Removed old

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-fs/ddrescue/Manifest             |  1 -
 sys-fs/ddrescue/ddrescue-1.24.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/sys-fs/ddrescue/Manifest b/sys-fs/ddrescue/Manifest
index 1c36d597a4b8..3c389a7e0746 100644
--- a/sys-fs/ddrescue/Manifest
+++ b/sys-fs/ddrescue/Manifest
@@ -1,3 +1,2 @@
-DIST ddrescue-1.24.tar.lz 85244 BLAKE2B e8b5ca5c89a65bed6126737125d78b2af9cdd7fe9b20f1f03636d58249d33dc08cb1907eca35c35d3ff81dd031290177084ae5dcc1cac20e79cb6c182cb894e4 SHA512 2c6a86c80bad122e0c44d6f8da49239e10362fbfbdb70acf39055ce02637daa05cce4f24adac732a1bb3a6fc97cf6985dd20827e99ab3bf6bad4db015a00fbaa
 DIST ddrescue-1.25.tar.lz 87001 BLAKE2B 45054ecb6ca12f8fe27d6b783f7e339fc11a9a3425160012e0682e39644fd3c91362ecd568a2a0b93f9f0af87fae2415b33a7c3fcd8fff2262898e8474818a00 SHA512 90e344a618e385730836218817588f6854db6d1acdf357bf60bdba04c76382e73041dfc367ba4de60062992ee74b2da58417f6e464ffbeed10ec89fac110f4b8
 DIST ddrescue-1.26.tar.lz 91930 BLAKE2B c545499e380587729eb3fcc90a7baf66288348dc88027dfc14401ec72254cc786d8ab7be076a346964327668ff719048dada916c9f1514a765a255f02c5666c7 SHA512 bbe414563d459a1ad1c4e55848214d195e01f8bc455104eddbeff7046623f5bc21d961457d27ace2605d13dff68c7948182706b8afe6755e5c363e8cad86a1cc

diff --git a/sys-fs/ddrescue/ddrescue-1.24.ebuild b/sys-fs/ddrescue/ddrescue-1.24.ebuild
deleted file mode 100644
index 8654cb69e953..000000000000
--- a/sys-fs/ddrescue/ddrescue-1.24.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux"
-IUSE="static"
-
-DEPEND="$(unpacker_src_uri_depends)"
-RDEPEND=""
-
-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
-}


             reply	other threads:[~2022-01-24  6:39 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24  6:39 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-23  6:02 [gentoo-commits] repo/gentoo:master commit in: sys-fs/ddrescue/ Sam James
2025-01-16  0:51 Sam James
2024-10-04 17:37 Andreas Sturmlechner
2024-09-23  7:38 Arthur Zamarin
2024-09-23  6:02 Arthur Zamarin
2024-09-23  0:32 Sam James
2024-09-23  0:32 Sam James
2024-04-07 15:22 Marek Szuba
2023-11-17 13:36 Sam James
2023-03-30 11:31 Marek Szuba
2023-03-30  9:56 Sam James
2023-03-30  9:56 Sam James
2023-03-30  9:38 Sam James
2023-03-30  9:30 Sam James
2023-01-25  7:13 Sam James
2023-01-24 11:00 Marek Szuba
2022-10-18  2:18 Sam James
2022-09-26  1:01 Marek Szuba
2022-06-29 11:08 Marek Szuba
2022-05-26 23:26 Jakov Smolić
2022-05-26 23:26 Jakov Smolić
2022-05-26 23:19 Jakov Smolić
2022-05-26 23:19 Jakov Smolić
2022-04-07 17:04 Jakov Smolić
2022-01-24  6:39 Lars Wendler
2020-08-02 12:04 Sergei Trofimovich
2020-08-02 11:48 Sergei Trofimovich
2020-03-03 16:07 Lars Wendler
2020-03-03 16:07 Lars Wendler
2020-02-05 10:34 Agostino Sarubbo
2019-11-20 15:40 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-02-25 21:09 Lars Wendler
2019-02-25 21:09 Lars Wendler
2018-11-18 10:52 Sergei Trofimovich
2018-02-16 19:23 Lars Wendler
2017-02-07  6:08 Lars Wendler
2017-02-03 23:13 Lars Wendler
2017-01-15 23:24 Lars Wendler
2017-01-02 15:15 Agostino Sarubbo
2016-03-18 21:50 Lars Wendler
2016-03-18 21:50 Lars Wendler
2016-02-14 10:11 Agostino Sarubbo
2016-01-23 16:59 Agostino Sarubbo
2015-09-11 20:58 Lars Wendler
2015-09-11 20:58 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1643006359.d2a7fb76d7086c3accc2cd3e09194a189bb15e7c.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox