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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00989158086 for ; Fri, 12 Nov 2021 01:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D35E42BC022; Fri, 12 Nov 2021 01:21:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3088D2BC002 for ; Fri, 12 Nov 2021 01:21:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9804E342BF9 for ; Fri, 12 Nov 2021 01:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0506B1C1 for ; Fri, 12 Nov 2021 01:21:34 +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: <1636680083.ade61b79b6fcbe9576173c56c09821eab016af96.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/clusterssh/clusterssh-4.16.ebuild net-misc/clusterssh/clusterssh-9999.ebuild X-VCS-Directories: net-misc/clusterssh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ade61b79b6fcbe9576173c56c09821eab016af96 X-VCS-Branch: master Date: Fri, 12 Nov 2021 01:21:34 +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: c67e9fae-a594-4916-9e7d-9bd365e7815c X-Archives-Hash: 564f84cc9961f79125e81eab6095dcbf commit: ade61b79b6fcbe9576173c56c09821eab016af96 Author: Sam James gentoo org> AuthorDate: Fri Nov 12 01:21:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 12 01:21:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade61b79 net-misc/clusterssh: sync live ebuild Signed-off-by: Sam James gentoo.org> net-misc/clusterssh/clusterssh-4.16.ebuild | 23 +++++++++----- net-misc/clusterssh/clusterssh-9999.ebuild | 48 ++++++++++++++++++------------ 2 files changed, 44 insertions(+), 27 deletions(-) diff --git a/net-misc/clusterssh/clusterssh-4.16.ebuild b/net-misc/clusterssh/clusterssh-4.16.ebuild index df1418c856a..7d85bec6196 100644 --- a/net-misc/clusterssh/clusterssh-4.16.ebuild +++ b/net-misc/clusterssh/clusterssh-4.16.ebuild @@ -3,19 +3,26 @@ EAPI=8 -DIST_AUTHOR="DUNCS" -DIST_NAME="App-ClusterSSH" -#DIST_VERSION="$(ver_cut 1-2)" - -#die "|$(ver_cut 1-2)_$(ver_cut 3)|" -inherit perl-module - DESCRIPTION="Concurrent Multi-Server Terminal Access" HOMEPAGE="https://github.com/duncs/clusterssh" +if [[ ${PV} == *9999* ]] ; then + EGIT_REPO_URI="https://github.com/duncs/clusterssh" + inherit git-r3 +else + DIST_AUTHOR="DUNCS" + DIST_NAME="App-ClusterSSH" + # Use dev-perl/Gentoo-PerlMod-Version to update this on bumps! + # DIST_VERSION=$(gentoo-perlmod-version.pl ${UPSTREAM_VERSION}) + #DIST_VERSION="$(ver_cut 1-2)" + #die "|$(ver_cut 1-2)_$(ver_cut 3)|" + + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +fi + +inherit perl-module LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" diff --git a/net-misc/clusterssh/clusterssh-9999.ebuild b/net-misc/clusterssh/clusterssh-9999.ebuild index 19eec2cb92c..7d85bec6196 100644 --- a/net-misc/clusterssh/clusterssh-9999.ebuild +++ b/net-misc/clusterssh/clusterssh-9999.ebuild @@ -1,45 +1,55 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit git-r3 perl-module - -EGIT_REPO_URI="git://git.code.sf.net/p/clusterssh/code" +EAPI=8 DESCRIPTION="Concurrent Multi-Server Terminal Access" HOMEPAGE="https://github.com/duncs/clusterssh" +if [[ ${PV} == *9999* ]] ; then + EGIT_REPO_URI="https://github.com/duncs/clusterssh" + inherit git-r3 +else + DIST_AUTHOR="DUNCS" + DIST_NAME="App-ClusterSSH" + # Use dev-perl/Gentoo-PerlMod-Version to update this on bumps! + # DIST_VERSION=$(gentoo-perlmod-version.pl ${UPSTREAM_VERSION}) + #DIST_VERSION="$(ver_cut 1-2)" + #die "|$(ver_cut 1-2)_$(ver_cut 3)|" + + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +fi + +inherit perl-module LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" + dev-perl/Config-Simple dev-perl/Exception-Class dev-perl/Readonly + dev-perl/Sort-Naturally + dev-perl/Test-DistManifest dev-perl/Test-Pod dev-perl/Test-Pod-Coverage dev-perl/Test-Trap - dev-perl/Test-DistManifest - dev-perl/Try-Tiny dev-perl/Tk - dev-perl/Config-Simple + dev-perl/Try-Tiny dev-perl/X11-Protocol + dev-perl/X11-Protocol-Other dev-perl/XML-Simple x11-apps/xlsfonts - x11-terms/xterm" -DEPEND=" + x11-terms/xterm + " +BDEPEND=" ${RDEPEND} + dev-perl/CPAN-Changes + dev-perl/File-Slurp dev-perl/File-Which dev-perl/Module-Build - dev-perl/Test-Pod - test? ( dev-perl/Test-Differences )" + dev-perl/Test-Differences + dev-perl/Test-Pod" SRC_TEST="do parallel" - -src_unpack() { - git-r3_src_unpack - perl-module_src_unpack -}