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 2D918138334 for ; Thu, 13 Dec 2018 07:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0725BE0C78; Thu, 13 Dec 2018 07:33:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B8893E0C78 for ; Thu, 13 Dec 2018 07:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EB953335CCB for ; Thu, 13 Dec 2018 07:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB4B4E5 for ; Thu, 13 Dec 2018 07:33:32 +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: <1544686388.77897a77c32e0ca4b91690febfb1098a60c7f4c3.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/parallel/Manifest sys-process/parallel/parallel-20181122.ebuild X-VCS-Directories: sys-process/parallel/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 77897a77c32e0ca4b91690febfb1098a60c7f4c3 X-VCS-Branch: master Date: Thu, 13 Dec 2018 07:33:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bac9ec44-2441-4912-a7b0-8a11abc38486 X-Archives-Hash: ed8b22543f2fef173007619b86d6c113 commit: 77897a77c32e0ca4b91690febfb1098a60c7f4c3 Author: Tim Harder gentoo org> AuthorDate: Thu Dec 13 07:31:18 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Dec 13 07:33:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77897a77 sys-process/parallel: version bump to 20181122 Closes: https://bugs.gentoo.org/671058 Signed-off-by: Tim Harder gentoo.org> sys-process/parallel/Manifest | 1 + sys-process/parallel/parallel-20181122.ebuild | 40 +++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest index 13d5826f655..4529b64c0f2 100644 --- a/sys-process/parallel/Manifest +++ b/sys-process/parallel/Manifest @@ -1,2 +1,3 @@ DIST parallel-20180322.tar.bz2 1735453 BLAKE2B 3dd93dc829850051b9701a673e1da167d7013e693935da2d9df3830ec61ffe871727971512fa631e7ef9e563b08a2100ddfdd6d82c717626f4d3a2528d66e934 SHA512 62299fc3aca77c3d7b844b928d266209735b9f8012dd299ab5c142e4588bc0bf4e039e48200c0602b36719b3f70dc2442c89469939be71f3bcff887b2885f5dd DIST parallel-20180622.tar.bz2 1758233 BLAKE2B 4796d35d8e34baacb50ac8669c53f6a3018d02b21d0ccedf3cda1ee955964a3ffed21a5e30a5071212b75d80ad8a71a0a5e348afeebc46b2cdea746de7313202 SHA512 c8ad8e747464ddfb59e1dcdb626c8a25b2da75f41e7a93e6a18a59b7370baf9f00810827868180034ca94f3eb2028452baf8cab41c5b76f91ed4d4a45c06cd24 +DIST parallel-20181122.tar.bz2 1797525 BLAKE2B 59fa14fffd205ec9846c6054e2b6832f4480ed9ba78466a0d3a3004e0aa4bb3d21f533d49d705d091bd8d55406f74404555453892036a21b8b4b69c8ca83458b SHA512 f832f4d5ca1b7f6149e73074b03fa7ce34e66b0e7d579651a1b52959dde658448da0ec3c9b066275c146a1a39715881237cc42f58a0c413d04240f0c15a98ed7 diff --git a/sys-process/parallel/parallel-20181122.ebuild b/sys-process/parallel/parallel-20181122.ebuild new file mode 100644 index 00000000000..11af9c4ffd5 --- /dev/null +++ b/sys-process/parallel/parallel-20181122.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines" +HOMEPAGE="https://www.gnu.org/software/parallel/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-lang/perl:= + dev-perl/Devel-Size + virtual/perl-Data-Dumper + virtual/perl-File-Temp + virtual/perl-IO" +DEPEND="${RDEPEND}" + +DOCS="NEWS README" + +src_configure() { + econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html +} + +src_install() { + default + + # See src/Makefile.am for this one: + rm -f "${ED}"usr/bin/sem + dosym ${PN} /usr/bin/sem +} + +pkg_postinst() { + elog "To distribute jobs to remote machines you'll need these dependencies" + elog " net-misc/openssh" + elog " net-misc/rsync" +}