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, 3 Feb 2017 23:13:36 +0000 (UTC) [thread overview]
Message-ID: <1486163612.07795b2af12206b6c23746997f3c1e7f4cb539f9.polynomial-c@gentoo> (raw)
commit: 07795b2af12206b6c23746997f3c1e7f4cb539f9
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 23:13:19 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 23:13:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07795b2a
sys-fs/ddrescue: Bump to version 1.22
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/ddrescue/Manifest | 1 +
sys-fs/ddrescue/ddrescue-1.22.ebuild | 43 ++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/sys-fs/ddrescue/Manifest b/sys-fs/ddrescue/Manifest
index f3228ed..0c25284 100644
--- a/sys-fs/ddrescue/Manifest
+++ b/sys-fs/ddrescue/Manifest
@@ -1 +1,2 @@
DIST ddrescue-1.21.tar.lz 74716 SHA256 f09e4eb6a209cbd0fe8ee6db2d558238cdc969afa1d94150f263402ac882e1ac SHA512 6b8fddc621af90acc90e54c8688ea5d18721ea922b4433f2ed76f44bbaf5bd90b560b380c02a133fa7f67da85436d058861820eeeb46bbb7d3ef53821c0de079 WHIRLPOOL 819c4166ba0595514996bebf3540fff091877991db069c177b696a854f9a80cccb47c847c5a179d20dbf8170eb49a03c9cd122b673d706589fa3b53dd1c2996a
+DIST ddrescue-1.22.tar.lz 80050 SHA256 09857b2e8074813ac19da5d262890f722e5f7900e521a4c60354cef95eea10a7 SHA512 3e5236374e2c1baae40026f59cf7040414d798a48d4edd6c6bde919e658ca958a795421301439ab2b8aa9f1d8fc60a2fff84b26e22a350e4150850b9830ce754 WHIRLPOOL 27df23ea4b470fa3955fa7e4c37e93af35e30bde6e1190106e14048c0b979a2eaf2e411bc928137f151eb8020e4d4df6fb8a894e66500e5edaeaca6a8d2bcd25
diff --git a/sys-fs/ddrescue/ddrescue-1.22.ebuild b/sys-fs/ddrescue/ddrescue-1.22.ebuild
new file mode 100644
index 00000000..dec580a
--- /dev/null
+++ b/sys-fs/ddrescue/ddrescue-1.22.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~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 \
+ --enable-linux \
+ 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
+ einstalldocs
+}
next reply other threads:[~2017-02-03 23:13 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-03 23:13 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-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=1486163612.07795b2af12206b6c23746997f3c1e7f4cb539f9.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