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 5EBAD138334 for ; Sun, 15 Dec 2019 20:24:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBB1E087A; Sun, 15 Dec 2019 20:24:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 38462E087A for ; Sun, 15 Dec 2019 20:24:14 +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 0885734D8BD for ; Sun, 15 Dec 2019 20:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 890028D7 for ; Sun, 15 Dec 2019 20:24:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576441440.ba316bea61c851a24fcdd0c24ccea936a92d3ee3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/clusterssh/clusterssh-9999.ebuild X-VCS-Directories: net-misc/clusterssh/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ba316bea61c851a24fcdd0c24ccea936a92d3ee3 X-VCS-Branch: master Date: Sun, 15 Dec 2019 20:24:11 +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: c702be0f-7c47-4387-946a-ab47332b5c6d X-Archives-Hash: 1fe54e333e24524aab4426aba0abe1d2 commit: ba316bea61c851a24fcdd0c24ccea936a92d3ee3 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 15 20:13:53 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 15 20:24:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba316bea net-misc/clusterssh: Switch to git-r3 Signed-off-by: Michał Górny gentoo.org> net-misc/clusterssh/clusterssh-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-misc/clusterssh/clusterssh-9999.ebuild b/net-misc/clusterssh/clusterssh-9999.ebuild index 666c202462f..19eec2cb92c 100644 --- a/net-misc/clusterssh/clusterssh-9999.ebuild +++ b/net-misc/clusterssh/clusterssh-9999.ebuild @@ -3,10 +3,9 @@ EAPI=5 -inherit git-2 perl-module +inherit git-r3 perl-module EGIT_REPO_URI="git://git.code.sf.net/p/clusterssh/code" -EGIT_PROJECT="${PN}" DESCRIPTION="Concurrent Multi-Server Terminal Access" HOMEPAGE="https://github.com/duncs/clusterssh" @@ -41,6 +40,6 @@ DEPEND=" SRC_TEST="do parallel" src_unpack() { - git-2_src_unpack + git-r3_src_unpack perl-module_src_unpack }