From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/par2cmdline/
Date: Thu, 14 Sep 2017 06:08:31 +0000 (UTC) [thread overview]
Message-ID: <1505368779.0cef19d9c8c949fb785153a6d4bad2a4958c0933.radhermit@gentoo> (raw)
commit: 0cef19d9c8c949fb785153a6d4bad2a4958c0933
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 05:59:01 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 05:59:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cef19d9
app-arch/par2cmdline: version bump to 0.7.4
app-arch/par2cmdline/Manifest | 1 +
app-arch/par2cmdline/par2cmdline-0.7.4.ebuild | 30 +++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-arch/par2cmdline/Manifest b/app-arch/par2cmdline/Manifest
index 703df869025..04bf838b558 100644
--- a/app-arch/par2cmdline/Manifest
+++ b/app-arch/par2cmdline/Manifest
@@ -1 +1,2 @@
DIST par2cmdline-0.7.3.tar.bz2 3129759 SHA256 dfd8cb54c8ce6672ca1f94ae180179d702bbd2c2f88b36dac256d7cf1edfad55 SHA512 85fe91f2e7cc1888171390f82fe2d12279e65eab17b3a6db209998aed316c5ea9dd5e63004cf975cbe460c1ef27860af31160e8757921c4027e27997dcd8be8a WHIRLPOOL e40818de0da3ddf5df8b17fdb2e62d39647161de1cd7368f615ccc05efbfabaa47dedf9e56181e638dba51bc1e41828afb415e26acddaa8881c7b73e70b1d288
+DIST par2cmdline-0.7.4.tar.bz2 3129835 SHA256 e602db3d8bdc49e2cb9e0e089ec31cd262e661ef7450f5d556e43a97a299e71d SHA512 20f99556b4dae2e4467d781a96adab8d9f9a42dd43707de788b268eeea2bf59d92847e3c4faf413ea3de361360ef1236e97343ee8b625c9c2cd65ec9546e61ec WHIRLPOOL 38c11146bc7829352f33dbe57d68ed91e41547df5bd394efb6ea3d18ded5ca2770a98ac5c9364183afd9b46340218d9dc6239e7a15555a89702c473cb273e6d0
diff --git a/app-arch/par2cmdline/par2cmdline-0.7.4.ebuild b/app-arch/par2cmdline/par2cmdline-0.7.4.ebuild
new file mode 100644
index 00000000000..5dfb2290f55
--- /dev/null
+++ b/app-arch/par2cmdline/par2cmdline-0.7.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A PAR-2.0 file verification and repair tool"
+HOMEPAGE="https://github.com/Parchive/par2cmdline"
+SRC_URI="https://github.com/Parchive/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="openmp"
+
+DOCS="AUTHORS ChangeLog README" # NEWS is empty, PORTING and ROADMAP are for building
+
+pkg_pretend() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_test() {
+ # test22 fails when run in parallel
+ emake -j1 check
+}
next reply other threads:[~2017-09-14 6:08 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-14 6:08 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-14 14:11 [gentoo-commits] repo/gentoo:master commit in: app-arch/par2cmdline/ Sam James
2025-02-08 21:56 Sven Wegener
2024-12-02 13:15 Jakov Smolić
2024-12-01 19:57 Arthur Zamarin
2023-09-02 15:00 Sam James
2022-07-14 8:20 David Seifert
2022-07-14 8:20 David Seifert
2022-07-14 7:05 Agostino Sarubbo
2022-07-02 22:25 Sam James
2022-07-02 22:25 Sam James
2021-07-17 20:30 Sven Wegener
2021-07-17 20:28 Sven Wegener
2021-01-06 12:52 Fabian Groffen
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 12:03 Agostino Sarubbo
2019-11-17 22:10 Tim Harder
2017-12-20 8:29 Tim Harder
2017-08-31 15:58 Tim Harder
2017-08-31 15:58 Tim Harder
2017-08-31 15:58 Tim Harder
2017-07-13 6:41 Tim Harder
2017-05-20 13:49 Tim Harder
2017-04-19 3:37 Tim Harder
2017-04-19 3:37 Tim Harder
2015-11-22 7:54 Markus Meier
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=1505368779.0cef19d9c8c949fb785153a6d4bad2a4958c0933.radhermit@gentoo \
--to=radhermit@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