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 5B9FE1382C5 for ; Mon, 22 Feb 2021 08:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B664E08C8; Mon, 22 Feb 2021 08:35:25 +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 7FD03E08C8 for ; Mon, 22 Feb 2021 08:35:25 +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 9DA9C335DE6 for ; Mon, 22 Feb 2021 08:35:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36A0B4EF for ; Mon, 22 Feb 2021 08:35:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613982919.d7b828d069e252c42da9f485a1252b13dbd273c6.sam@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-20210222.ebuild X-VCS-Directories: sys-process/parallel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7b828d069e252c42da9f485a1252b13dbd273c6 X-VCS-Branch: master Date: Mon, 22 Feb 2021 08:35:23 +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: c0388801-f64f-47f8-a3dd-ea8ef80c51aa X-Archives-Hash: 452672c438548a28aa01e3f1dfc4dbf5 commit: d7b828d069e252c42da9f485a1252b13dbd273c6 Author: Sam James gentoo org> AuthorDate: Mon Feb 22 08:35:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 22 08:35:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b828d0 sys-process/parallel: bump to 20210222 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-process/parallel/Manifest | 1 + sys-process/parallel/parallel-20210222.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest index bb4201c9dc9..39c551f47ee 100644 --- a/sys-process/parallel/Manifest +++ b/sys-process/parallel/Manifest @@ -1,2 +1,3 @@ DIST parallel-20201222.tar.bz2 2115156 BLAKE2B 5e7194a1b0e8b14b9d1b866534eb2d96c40b1d7a4679ce094348f0a9670a9ceb6453de9cbf3e2b39077f9b4bb6034ef41e2c21e4225bc6af391ab6cc21588b58 SHA512 88359a211c0caf31a356a2095c31fea65e768880b82d9d9c820ae51b127928b0e5038d15355874cda3f7788cd0195b345f81c611cdfffd91697e075e9fa97e60 DIST parallel-20210122.tar.bz2 2129331 BLAKE2B a40f14fb262e2ca47240e893a2aa55bf33c633c23211a61f66a4d83506e7419d3e2603cd396d178ee93927fc00f50e2c9ec99cfaab8956eb2ef7ec77e357c48e SHA512 dcd3653b0ca49c5df114863dcc8d69f820c2ec3c2f8c39a86ec566f600fa80eeb218f500f982e74eb683a50bb58b55a496d9bbe002b4358e94315ba728235451 +DIST parallel-20210222.tar.bz2 2215691 BLAKE2B 2b738a7c185d49359be059788e4949fc82cc27cd2beb3b3073f057af8c0c541141c66fc87fe4d0ad17d5e85108461a0533bae2bc358a211300e31bc2e8811aaf SHA512 7f100e9a80bb20e1099b081bdf0cda7480203ccea55fecd18e8e7d066f7d2c3883b5b8ed4509e34b8c7e59c7d46182ea33a486dfc9a302980b94f06206b701ab diff --git a/sys-process/parallel/parallel-20210222.ebuild b/sys-process/parallel/parallel-20210222.ebuild new file mode 100644 index 00000000000..437e58e6ef9 --- /dev/null +++ b/sys-process/parallel/parallel-20210222.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines" +HOMEPAGE="https://www.gnu.org/software/parallel/ https://git.savannah.gnu.org/cgit/parallel.git/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +RDEPEND="dev-lang/perl:= + dev-perl/Devel-Size + virtual/perl-Data-Dumper + virtual/perl-File-Temp + virtual/perl-IO" +DEPEND="${RDEPEND}" + +src_configure() { + econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html +}