public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
Date: Sat,  2 Jul 2022 22:58:25 +0000 (UTC)	[thread overview]
Message-ID: <1656802676.3d9ac5a947bfdccc8c8387ed69a2366c0b8fcfe3.sam@gentoo> (raw)

commit:     3d9ac5a947bfdccc8c8387ed69a2366c0b8fcfe3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 22:57:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 22:57:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9ac5a9

net-misc/clusterssh: fix DIST_TEST

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/clusterssh/clusterssh-4.16.ebuild |  8 ++++----
 net-misc/clusterssh/clusterssh-9999.ebuild | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-misc/clusterssh/clusterssh-4.16.ebuild b/net-misc/clusterssh/clusterssh-4.16.ebuild
index c98759fb454f..5cde5cedf0cd 100644
--- a/net-misc/clusterssh/clusterssh-4.16.ebuild
+++ b/net-misc/clusterssh/clusterssh-4.16.ebuild
@@ -5,20 +5,22 @@ 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)|"
+	DIST_AUTHOR="DUNCS"
+	DIST_NAME="App-ClusterSSH"
 
 	KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
+DIST_TEST="do parallel"
 inherit perl-module
 
 LICENSE="GPL-2"
@@ -51,5 +53,3 @@ BDEPEND="
 	dev-perl/Module-Build
 	dev-perl/Test-Differences
 	dev-perl/Test-Pod"
-
-SRC_TEST="do parallel"

diff --git a/net-misc/clusterssh/clusterssh-9999.ebuild b/net-misc/clusterssh/clusterssh-9999.ebuild
index 7d85bec61967..7627c4d16310 100644
--- a/net-misc/clusterssh/clusterssh-9999.ebuild
+++ b/net-misc/clusterssh/clusterssh-9999.ebuild
@@ -1,24 +1,26 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 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)|"
+	DIST_AUTHOR="DUNCS"
+	DIST_NAME="App-ClusterSSH"
 
 	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
+DIST_TEST="do parallel"
 inherit perl-module
 
 LICENSE="GPL-2"
@@ -51,5 +53,3 @@ BDEPEND="
 	dev-perl/Module-Build
 	dev-perl/Test-Differences
 	dev-perl/Test-Pod"
-
-SRC_TEST="do parallel"


             reply	other threads:[~2022-07-02 22:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02 22:58 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-14  9:55 [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/ Jakov Smolić
2022-01-14  9:55 Jakov Smolić
2022-01-13 13:14 Jakov Smolić
2021-11-12  1:21 Sam James
2021-11-12  1:21 Sam James
2021-11-12  1:21 Sam James
2021-11-12  1:21 Sam James
2019-12-15 20:24 Michał Górny
2018-08-31 14:51 Justin Bronder
2016-10-30 20:05 Sven Wegener
2015-08-31 14:45 Alexys Jacob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1656802676.3d9ac5a947bfdccc8c8387ed69a2366c0b8fcfe3.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox