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 9483813835A 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 A77F1E08E5; Mon, 22 Feb 2021 08:35:25 +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 90244E08E5 for ; Mon, 22 Feb 2021 08:35:25 +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 6BBC0335DD1 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 211E34DE 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: <1613982918.ff8327e8d2144ea9f60660dc1c3fef83de120e0d.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-20201222.ebuild sys-process/parallel/parallel-20210122.ebuild X-VCS-Directories: sys-process/parallel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff8327e8d2144ea9f60660dc1c3fef83de120e0d 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: 9f53862c-37cf-426f-a3b7-5bdcb602fa8d X-Archives-Hash: 947ff55241cd9f6e40eeeae474d59280 commit: ff8327e8d2144ea9f60660dc1c3fef83de120e0d Author: Sam James gentoo org> AuthorDate: Mon Feb 22 08:33:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 22 08:35:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8327e8 sys-process/parallel: fix git HOMEPAGE Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-process/parallel/parallel-20201222.ebuild | 2 +- sys-process/parallel/parallel-20210122.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/parallel/parallel-20201222.ebuild b/sys-process/parallel/parallel-20201222.ebuild index c04193c3fe6..9923b5d0378 100644 --- a/sys-process/parallel/parallel-20201222.ebuild +++ b/sys-process/parallel/parallel-20201222.ebuild @@ -4,7 +4,7 @@ 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" +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+" diff --git a/sys-process/parallel/parallel-20210122.ebuild b/sys-process/parallel/parallel-20210122.ebuild index c04193c3fe6..9923b5d0378 100644 --- a/sys-process/parallel/parallel-20210122.ebuild +++ b/sys-process/parallel/parallel-20210122.ebuild @@ -4,7 +4,7 @@ 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" +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+"