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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E75A11396D0 for ; Thu, 14 Sep 2017 06:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14816E085E; Thu, 14 Sep 2017 06:08:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6BE5E085E for ; Thu, 14 Sep 2017 06:08:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3F3F33BEA7 for ; Thu, 14 Sep 2017 06:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03F249063 for ; Thu, 14 Sep 2017 06:08:31 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1505368779.0cef19d9c8c949fb785153a6d4bad2a4958c0933.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/par2cmdline/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/par2cmdline/Manifest app-arch/par2cmdline/par2cmdline-0.7.4.ebuild X-VCS-Directories: app-arch/par2cmdline/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 0cef19d9c8c949fb785153a6d4bad2a4958c0933 X-VCS-Branch: master Date: Thu, 14 Sep 2017 06:08:31 +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-Archives-Salt: 5fffd6cd-b768-48f9-b60c-7dd34d7be745 X-Archives-Hash: aab28d8f21fb3c4c05055b4fce184832 commit: 0cef19d9c8c949fb785153a6d4bad2a4958c0933 Author: Tim Harder gentoo org> AuthorDate: Thu Sep 14 05:59:01 2017 +0000 Commit: Tim Harder gentoo 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 +}