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: Fri, 11 Sep 2015 20:58:05 +0000 (UTC)	[thread overview]
Message-ID: <1442005080.b97e2cc5541f4c4ca144badeeab81c0cf8fc28de.polynomial-c@gentoo> (raw)

commit:     b97e2cc5541f4c4ca144badeeab81c0cf8fc28de
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 20:57:41 2015 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 20:58:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97e2cc5

sys-fs/ddrescue: Removed old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

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

diff --git a/sys-fs/ddrescue/Manifest b/sys-fs/ddrescue/Manifest
index e1b6f66..4a52faf 100644
--- a/sys-fs/ddrescue/Manifest
+++ b/sys-fs/ddrescue/Manifest
@@ -1,4 +1,3 @@
-DIST ddrescue-1.16.tar.gz 104691 SHA256 76b3f2e5fb0306d24f2632c3e168cccb73dc0a348e3a7089cd9230748ff23de6 SHA512 c775ac34701b63ab7efd0a56cecf5c8b198874239e48383142db0ccb83c193c7101335374dc89efaa815b466258181f458a3589ea4abb230804b553fb42b345d WHIRLPOOL 63361744b8640241c59da06d1404b227d88008881a4360e52b654f4137cbef88b0b4e69118bd17a27dd887cf7a820b9cfcc5604ee226e0d57afd1b6d0ebf96c4
 DIST ddrescue-1.18.1.tar.lz 72233 SHA256 58614b4fd32706bd8cd3664349ca9fd0c0488b27a211d829d29e27e4978ba1a9 SHA512 66493da18f0c0cab5ad692ede2debad2376aeec53b23f96c5063d21da362f724370e785bfe38f5495bc57971d5ed428c6da8155b4eafd7d07a94e5a4d0955c96 WHIRLPOOL ec669a3905f6bac77e998e1cfdb609158141d0e53f9a2998662888253c4523f56e8d203af316d79e57b634ef198ef2acc48cb9d161468bdb86c53d301d9f9e84
 DIST ddrescue-1.19.tar.lz 68354 SHA256 ed8d0c9d9aac80a9110e9cb0d0a91a7390d3bf9f816b67a62ca4eb140f4747b8 SHA512 e95aab2f07b6759b8846ad2866cb763096d81655fb6fb8a718b5b4842eee4d834162817cbde830d2f7bb5dbbd1509a0d794389462c00679b18b63608ec180984 WHIRLPOOL 20cef1400876355dae7255b8075a026e115ed0f3cc35736b44838850716357aa33b8fc23bce97207b20c13ffe2af2e65be6c434c63814910bf04798788f47f06
 DIST ddrescue-1.20.tar.lz 73493 SHA256 83f993b1a167865d76e92e7c1406436331a8b3b337b9868fd6ca1ec2c45460bd SHA512 4caea73cc3a2950c09904dfbd028d4e677b0bdcb0ae63b774d63983dc26336ef37b48c4e05f19206dd8448a6ce41d87d81964db24796cf4f0fc5ac5900199847 WHIRLPOOL 52d3c70161bfc660ddbe41931135cd64a55e753f79be662cffa0a2e80e86afa0ca99600a8a98887762ab06d0483fff50882a67016e43904845d246e4c8e3cf8a

diff --git a/sys-fs/ddrescue/ddrescue-1.16.ebuild b/sys-fs/ddrescue/ddrescue-1.16.ebuild
deleted file mode 100644
index a1badf4..0000000
--- a/sys-fs/ddrescue/ddrescue-1.16.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit toolchain-funcs
-
-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.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86 ~amd64-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
-	# not a normal configure script
-	econf \
-		--prefix="${EPREFIX}"/usr \
-		CC="$(tc-getCC)" \
-		CXX="$(tc-getCXX)" \
-		CPPFLAGS="${CPPFLAGS}" \
-		CFLAGS="${CFLAGS}" \
-		CXXFLAGS="${CXXFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
-}
-
-src_test() {
-	./testsuite/check.sh "${S}"/testsuite || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install install-man
-	dodoc ChangeLog README NEWS AUTHORS
-}


             reply	other threads:[~2015-09-11 20:58 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-11 20:58 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26  6:06 [gentoo-commits] repo/gentoo:master commit in: sys-fs/ddrescue/ Arthur Zamarin
2025-04-26  1:54 Sam James
2025-04-26  0:53 Sam James
2025-04-26  0:39 Sam James
2025-03-23  6:02 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
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

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=1442005080.b97e2cc5541f4c4ca144badeeab81c0cf8fc28de.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