Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
Date: Sat, 02 Jul 2022 22:58:29
Message-Id: 1656802676.3d9ac5a947bfdccc8c8387ed69a2366c0b8fcfe3.sam@gentoo
1 commit: 3d9ac5a947bfdccc8c8387ed69a2366c0b8fcfe3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 22:57:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 22:57:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9ac5a9
7
8 net-misc/clusterssh: fix DIST_TEST
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/clusterssh/clusterssh-4.16.ebuild | 8 ++++----
13 net-misc/clusterssh/clusterssh-9999.ebuild | 10 +++++-----
14 2 files changed, 9 insertions(+), 9 deletions(-)
15
16 diff --git a/net-misc/clusterssh/clusterssh-4.16.ebuild b/net-misc/clusterssh/clusterssh-4.16.ebuild
17 index c98759fb454f..5cde5cedf0cd 100644
18 --- a/net-misc/clusterssh/clusterssh-4.16.ebuild
19 +++ b/net-misc/clusterssh/clusterssh-4.16.ebuild
20 @@ -5,20 +5,22 @@ EAPI=8
21
22 DESCRIPTION="Concurrent Multi-Server Terminal Access"
23 HOMEPAGE="https://github.com/duncs/clusterssh"
24 +
25 if [[ ${PV} == *9999* ]] ; then
26 EGIT_REPO_URI="https://github.com/duncs/clusterssh"
27 inherit git-r3
28 else
29 - DIST_AUTHOR="DUNCS"
30 - DIST_NAME="App-ClusterSSH"
31 # Use dev-perl/Gentoo-PerlMod-Version to update this on bumps!
32 # DIST_VERSION=$(gentoo-perlmod-version.pl ${UPSTREAM_VERSION})
33 #DIST_VERSION="$(ver_cut 1-2)"
34 #die "|$(ver_cut 1-2)_$(ver_cut 3)|"
35 + DIST_AUTHOR="DUNCS"
36 + DIST_NAME="App-ClusterSSH"
37
38 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
39 fi
40
41 +DIST_TEST="do parallel"
42 inherit perl-module
43
44 LICENSE="GPL-2"
45 @@ -51,5 +53,3 @@ BDEPEND="
46 dev-perl/Module-Build
47 dev-perl/Test-Differences
48 dev-perl/Test-Pod"
49 -
50 -SRC_TEST="do parallel"
51
52 diff --git a/net-misc/clusterssh/clusterssh-9999.ebuild b/net-misc/clusterssh/clusterssh-9999.ebuild
53 index 7d85bec61967..7627c4d16310 100644
54 --- a/net-misc/clusterssh/clusterssh-9999.ebuild
55 +++ b/net-misc/clusterssh/clusterssh-9999.ebuild
56 @@ -1,24 +1,26 @@
57 -# Copyright 1999-2021 Gentoo Authors
58 +# Copyright 1999-2022 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=8
62
63 DESCRIPTION="Concurrent Multi-Server Terminal Access"
64 HOMEPAGE="https://github.com/duncs/clusterssh"
65 +
66 if [[ ${PV} == *9999* ]] ; then
67 EGIT_REPO_URI="https://github.com/duncs/clusterssh"
68 inherit git-r3
69 else
70 - DIST_AUTHOR="DUNCS"
71 - DIST_NAME="App-ClusterSSH"
72 # Use dev-perl/Gentoo-PerlMod-Version to update this on bumps!
73 # DIST_VERSION=$(gentoo-perlmod-version.pl ${UPSTREAM_VERSION})
74 #DIST_VERSION="$(ver_cut 1-2)"
75 #die "|$(ver_cut 1-2)_$(ver_cut 3)|"
76 + DIST_AUTHOR="DUNCS"
77 + DIST_NAME="App-ClusterSSH"
78
79 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
80 fi
81
82 +DIST_TEST="do parallel"
83 inherit perl-module
84
85 LICENSE="GPL-2"
86 @@ -51,5 +53,3 @@ BDEPEND="
87 dev-perl/Module-Build
88 dev-perl/Test-Differences
89 dev-perl/Test-Pod"
90 -
91 -SRC_TEST="do parallel"