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 A3FF813835A for ; Mon, 24 May 2021 03:12:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9072BE0826; Mon, 24 May 2021 03:12:36 +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 77CC7E0826 for ; Mon, 24 May 2021 03:12:36 +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 3A8D0340BCD for ; Mon, 24 May 2021 03:12:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B902791 for ; Mon, 24 May 2021 03:12:33 +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: <1621825743.02f3bcc8e96cd3afe35f1995c3eab73f90c24fae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/parallel/parallel-20210422.ebuild X-VCS-Directories: sys-process/parallel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02f3bcc8e96cd3afe35f1995c3eab73f90c24fae X-VCS-Branch: master Date: Mon, 24 May 2021 03:12:33 +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: 3adf7270-c24f-405a-af91-33fd239eb6e1 X-Archives-Hash: d0f0e1b9d8d88c4667e462b046bd00ee commit: 02f3bcc8e96cd3afe35f1995c3eab73f90c24fae Author: Sam James gentoo org> AuthorDate: Mon May 24 03:09:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 24 03:09:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f3bcc8 sys-process/parallel: drop 20210422 Signed-off-by: Sam James gentoo.org> sys-process/parallel/parallel-20210422.ebuild | 28 --------------------------- 1 file changed, 28 deletions(-) diff --git a/sys-process/parallel/parallel-20210422.ebuild b/sys-process/parallel/parallel-20210422.ebuild deleted file mode 100644 index 0f99a281c65..00000000000 --- a/sys-process/parallel/parallel-20210422.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/oletange.asc -inherit verify-sig - -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" -SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig )" - -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}" -BDEPEND="verify-sig? ( >=app-crypt/openpgp-keys-oletange-20210423 )" - -src_configure() { - econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html -}