public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2021-11-12  1:21 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-11-12  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ade61b79b6fcbe9576173c56c09821eab016af96
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 01:21:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2022-07-02 22:58 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-07-02 22:58 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2022-01-14  9:55 Jakov Smolić
  0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-01-14  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2f18e9fc4bd5b85d196008346bdb69cefed7f3e8
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 09:54:39 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 09:54:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f18e9fc

net-misc/clusterssh: stabilize 4.16 for x86

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/clusterssh/clusterssh-4.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/clusterssh/clusterssh-4.16.ebuild b/net-misc/clusterssh/clusterssh-4.16.ebuild
index 22c6617aa513..c98759fb454f 100644
--- a/net-misc/clusterssh/clusterssh-4.16.ebuild
+++ b/net-misc/clusterssh/clusterssh-4.16.ebuild
@@ -16,7 +16,7 @@ else
 	#DIST_VERSION="$(ver_cut 1-2)"
 	#die "|$(ver_cut 1-2)_$(ver_cut 3)|"
 
-	KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+	KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 inherit perl-module


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2022-01-14  9:55 Jakov Smolić
  0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-01-14  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e514103f8b4cde49a3ed777958d3a8bb32b78b27
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 09:55:03 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 09:55:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e514103f

net-misc/clusterssh: Drop 4.03.03 (EAPI 5--)

Bug: https://bugs.gentoo.org/831129
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/clusterssh/Manifest                  |  1 -
 net-misc/clusterssh/clusterssh-4.03.03.ebuild | 55 ---------------------------
 2 files changed, 56 deletions(-)

diff --git a/net-misc/clusterssh/Manifest b/net-misc/clusterssh/Manifest
index 953add07cb81..1a8bd15ecf6d 100644
--- a/net-misc/clusterssh/Manifest
+++ b/net-misc/clusterssh/Manifest
@@ -1,2 +1 @@
-DIST App-ClusterSSH-4.01_05.tar.gz 71502 BLAKE2B f9e1f9de36173c766a382660e34adee3005a64550a90cafe59101fd3f4b66307990e254334fb270398c9e36a9d27657a27e7348b1223a7ccef04181f8c88809b SHA512 4b63b91684c981a28871e5264502c66435b531ae3c4bad2eab2571f8b237d43e5f45ed93d036e7497c713f2982a110d93a3055ae0004d4f33e7786df9aa56ff8
 DIST App-ClusterSSH-4.16.tar.gz 96151 BLAKE2B c0b4ee36f42cb26853c264686fa6084133e0a75f9dba6e7233e341a2dedbb3c41642dd255bf6fa01b7285c9c3edd43485d3014b6d41957d6476382dcd00866a2 SHA512 3d4fc2aa681ea815020375bb3bb0f9a070e1638c5a4e38b1b279c58f9644a568bb687e0e611919afa48a32b44ff4e25cd5661c7d1330978f851bc506282f020e

diff --git a/net-misc/clusterssh/clusterssh-4.03.03.ebuild b/net-misc/clusterssh/clusterssh-4.03.03.ebuild
deleted file mode 100644
index cb2f2702720f..000000000000
--- a/net-misc/clusterssh/clusterssh-4.03.03.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="App-ClusterSSH"
-MODULE_AUTHOR="DUNCS"
-MODULE_VERSION="4.01_05"
-
-inherit perl-module
-
-DESCRIPTION="Concurrent Multi-Server Terminal Access"
-HOMEPAGE="https://github.com/duncs/clusterssh"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/Exception-Class
-	dev-perl/Readonly
-	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/X11-Protocol
-	dev-perl/XML-Simple
-	x11-apps/xlsfonts
-	x11-terms/xterm"
-DEPEND="
-	${RDEPEND}
-	dev-perl/File-Which
-	dev-perl/Module-Build
-	dev-perl/Test-Pod
-	dev-perl/Test-Differences"
-
-#S="${WORKDIR}"/${MY_P}
-
-SRC_TEST="do parallel"
-
-src_prepare() {
-	# broken test, check again for new releases
-	sed \
-		-e '/boilerplate/d' \
-		-e '/manifest.t/d' \
-		-i MANIFEST || die
-	rm t/boilerplate.t t/manifest.t || die
-
-	perl-module_src_prepare
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2022-01-13 13:14 Jakov Smolić
  0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-01-13 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ef9c4b88e7dd07a57e5d6dbca310a84bdc1574cd
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 13:14:15 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 13:14:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9c4b88

net-misc/clusterssh: Stabilize 4.16 amd64, #831129

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/clusterssh/clusterssh-4.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/clusterssh/clusterssh-4.16.ebuild b/net-misc/clusterssh/clusterssh-4.16.ebuild
index 7d85bec61967..22c6617aa513 100644
--- a/net-misc/clusterssh/clusterssh-4.16.ebuild
+++ b/net-misc/clusterssh/clusterssh-4.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ else
 	#DIST_VERSION="$(ver_cut 1-2)"
 	#die "|$(ver_cut 1-2)_$(ver_cut 3)|"
 
-	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+	KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 inherit perl-module


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2021-11-12  1:21 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-11-12  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     80b0cd235fabed1caaf20c3718818a39b08f90ec
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Thu Nov 11 13:29:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 01:21:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b0cd23

net-misc/clusterssh: Bump to 4.16.

About versioning: https://wiki.gentoo.org/wiki/Project:Perl/Version-Scheme

Right, so with clusterssh using X.YY_ZZ, it's impossible to go larger
than 99 already.  As such, the benefit of using 4.160 (and then using
DIST_VERSION to wangle that back to 4.16 doesn't make sense for me).

Currently there is no third digit here, so in a future version I'll set
it up to double op on the versions, eg, 5.0 will likely be 5.00
upstream, and 5.0.1 or 4.16.1 will be 5.00_01 or 4.16.01 upstream (which
can be dealt with smartly using sprintf constructing DIST_VERSION).

Closes: https://bugs.gentoo.org/598420
Closes: https://bugs.gentoo.org/819306
Closes: https://bugs.gentoo.org/775947
Bug: https://bugs.gentoo.org/768105
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/clusterssh/Manifest               |  1 +
 net-misc/clusterssh/clusterssh-4.16.ebuild | 48 ++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-misc/clusterssh/Manifest b/net-misc/clusterssh/Manifest
index d260acf128d..6a17d252e44 100644
--- a/net-misc/clusterssh/Manifest
+++ b/net-misc/clusterssh/Manifest
@@ -1,2 +1,3 @@
 DIST App-ClusterSSH-4.01_05.tar.gz 71502 BLAKE2B f9e1f9de36173c766a382660e34adee3005a64550a90cafe59101fd3f4b66307990e254334fb270398c9e36a9d27657a27e7348b1223a7ccef04181f8c88809b SHA512 4b63b91684c981a28871e5264502c66435b531ae3c4bad2eab2571f8b237d43e5f45ed93d036e7497c713f2982a110d93a3055ae0004d4f33e7786df9aa56ff8
 DIST App-ClusterSSH-4.03_06.tar.gz 81476 BLAKE2B 6b513cb86fd4827eb510dd26ded9aa2d45ac1fe484dc10b8cb841c8b1fb50c7f279cbc6a63e817acbbf66e4aea5faa4f32cc612c387d018bf09abb18919fd7d6 SHA512 87dff4c0445436c10929bcf30a9295deb6ddacca16939091fdab0cf67765c77706745ce8e738145ea6c67ec06093567b7668e4387a72b48018f8e173da5709b4
+DIST App-ClusterSSH-4.16.tar.gz 96151 BLAKE2B c0b4ee36f42cb26853c264686fa6084133e0a75f9dba6e7233e341a2dedbb3c41642dd255bf6fa01b7285c9c3edd43485d3014b6d41957d6476382dcd00866a2 SHA512 3d4fc2aa681ea815020375bb3bb0f9a070e1638c5a4e38b1b279c58f9644a568bb687e0e611919afa48a32b44ff4e25cd5661c7d1330978f851bc506282f020e

diff --git a/net-misc/clusterssh/clusterssh-4.16.ebuild b/net-misc/clusterssh/clusterssh-4.16.ebuild
new file mode 100644
index 00000000000..df1418c856a
--- /dev/null
+++ b/net-misc/clusterssh/clusterssh-4.16.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+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/Tk
+	dev-perl/Try-Tiny
+	dev-perl/X11-Protocol
+	dev-perl/X11-Protocol-Other
+	dev-perl/XML-Simple
+	x11-apps/xlsfonts
+	x11-terms/xterm
+	"
+BDEPEND="
+	${RDEPEND}
+	dev-perl/CPAN-Changes
+	dev-perl/File-Slurp
+	dev-perl/File-Which
+	dev-perl/Module-Build
+	dev-perl/Test-Differences
+	dev-perl/Test-Pod"
+
+SRC_TEST="do parallel"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2021-11-12  1:21 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-11-12  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     bcc03d7b8f0ea80a17c106a1cd876f294a9786e5
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Thu Nov 11 13:30:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 01:21:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc03d7b

net-misc/clusterssh: Remove 4.03.06 aka 4.30.600

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/22901
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/clusterssh/Manifest                   |  1 -
 net-misc/clusterssh/clusterssh-4.30.600.ebuild | 48 --------------------------
 2 files changed, 49 deletions(-)

diff --git a/net-misc/clusterssh/Manifest b/net-misc/clusterssh/Manifest
index 6a17d252e44..953add07cb8 100644
--- a/net-misc/clusterssh/Manifest
+++ b/net-misc/clusterssh/Manifest
@@ -1,3 +1,2 @@
 DIST App-ClusterSSH-4.01_05.tar.gz 71502 BLAKE2B f9e1f9de36173c766a382660e34adee3005a64550a90cafe59101fd3f4b66307990e254334fb270398c9e36a9d27657a27e7348b1223a7ccef04181f8c88809b SHA512 4b63b91684c981a28871e5264502c66435b531ae3c4bad2eab2571f8b237d43e5f45ed93d036e7497c713f2982a110d93a3055ae0004d4f33e7786df9aa56ff8
-DIST App-ClusterSSH-4.03_06.tar.gz 81476 BLAKE2B 6b513cb86fd4827eb510dd26ded9aa2d45ac1fe484dc10b8cb841c8b1fb50c7f279cbc6a63e817acbbf66e4aea5faa4f32cc612c387d018bf09abb18919fd7d6 SHA512 87dff4c0445436c10929bcf30a9295deb6ddacca16939091fdab0cf67765c77706745ce8e738145ea6c67ec06093567b7668e4387a72b48018f8e173da5709b4
 DIST App-ClusterSSH-4.16.tar.gz 96151 BLAKE2B c0b4ee36f42cb26853c264686fa6084133e0a75f9dba6e7233e341a2dedbb3c41642dd255bf6fa01b7285c9c3edd43485d3014b6d41957d6476382dcd00866a2 SHA512 3d4fc2aa681ea815020375bb3bb0f9a070e1638c5a4e38b1b279c58f9644a568bb687e0e611919afa48a32b44ff4e25cd5661c7d1330978f851bc506282f020e

diff --git a/net-misc/clusterssh/clusterssh-4.30.600.ebuild b/net-misc/clusterssh/clusterssh-4.30.600.ebuild
deleted file mode 100644
index e2aa81d7cfa..00000000000
--- a/net-misc/clusterssh/clusterssh-4.30.600.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="App-ClusterSSH"
-MODULE_AUTHOR="DUNCS"
-###################
-# /!\ IMPORTANT /!\
-###################
-# CHANGE ME AT EVERY VERSION BUMP
-MODULE_VERSION="4.03_06"
-
-inherit perl-module
-
-DESCRIPTION="Concurrent Multi-Server Terminal Access"
-HOMEPAGE="https://github.com/duncs/clusterssh"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/Config-Simple
-	dev-perl/Exception-Class
-	dev-perl/Tk
-	dev-perl/Readonly
-	dev-perl/Test-DistManifest
-	dev-perl/Test-Pod
-	dev-perl/Test-Pod-Coverage
-	dev-perl/Test-Trap
-	dev-perl/Try-Tiny
-	dev-perl/X11-Protocol
-	dev-perl/XML-Simple
-	x11-apps/xlsfonts
-	x11-terms/xterm"
-DEPEND="
-	${RDEPEND}
-	dev-perl/CPAN-Changes
-	dev-perl/File-Slurp
-	dev-perl/File-Which
-	dev-perl/Module-Build
-	dev-perl/Test-Differences
-	dev-perl/Test-Pod"
-
-SRC_TEST="do parallel"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2021-11-12  1:21 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-11-12  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     1e945f1c11bbeb0ff7c00f064e16ae395af9b780
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Thu Nov 11 11:08:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 01:21:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e945f1c

net-misc/clusterssh: Add myself as maintainer (via p-m).

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/clusterssh/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/net-misc/clusterssh/metadata.xml b/net-misc/clusterssh/metadata.xml
index 2772a30ce58..8cd8ade0d8c 100644
--- a/net-misc/clusterssh/metadata.xml
+++ b/net-misc/clusterssh/metadata.xml
@@ -5,6 +5,14 @@
     <email>cluster@gentoo.org</email>
     <name>Gentoo Cluster Project</name>
   </maintainer>
+  <maintainer type="person" proxied="yes">
+    <email>jaco@uls.co.za</email>
+    <name>Jaco Kroon</name>
+  </maintainer>
+  <maintainer type="project" proxied="proxy">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
   <longdescription lang="en">
   ClusterSSH is a tool for making the same change on multiple servers 
   at the same time. The 'cssh' command opens an administration console 


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2019-12-15 20:24 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2019-12-15 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ba316bea61c851a24fcdd0c24ccea936a92d3ee3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 20:13:53 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2018-08-31 14:51 Justin Bronder
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Bronder @ 2018-08-31 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a4826d0e8fa231f88203ff56f916734f21918fa3
Author:     bes.internal <bes.internal <AT> gmail <DOT> com>
AuthorDate: Fri Aug 31 12:18:51 2018 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 14:51:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4826d0e

net-misc/clusterssh update homepage URL

 net-misc/clusterssh/clusterssh-4.03.03.ebuild  | 2 +-
 net-misc/clusterssh/clusterssh-4.30.600.ebuild | 2 +-
 net-misc/clusterssh/clusterssh-9999.ebuild     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/clusterssh/clusterssh-4.03.03.ebuild b/net-misc/clusterssh/clusterssh-4.03.03.ebuild
index 49423a9ddc3..863fe1fd08f 100644
--- a/net-misc/clusterssh/clusterssh-4.03.03.ebuild
+++ b/net-misc/clusterssh/clusterssh-4.03.03.ebuild
@@ -10,7 +10,7 @@ MODULE_VERSION="4.01_05"
 inherit eutils perl-module versionator
 
 DESCRIPTION="Concurrent Multi-Server Terminal Access"
-HOMEPAGE="http://clusterssh.sourceforge.net"
+HOMEPAGE="https://github.com/duncs/clusterssh"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-misc/clusterssh/clusterssh-4.30.600.ebuild b/net-misc/clusterssh/clusterssh-4.30.600.ebuild
index 13ac11db517..46eaa9f2708 100644
--- a/net-misc/clusterssh/clusterssh-4.30.600.ebuild
+++ b/net-misc/clusterssh/clusterssh-4.30.600.ebuild
@@ -14,7 +14,7 @@ MODULE_VERSION="4.03_06"
 inherit eutils perl-module
 
 DESCRIPTION="Concurrent Multi-Server Terminal Access"
-HOMEPAGE="http://clusterssh.sourceforge.net"
+HOMEPAGE="https://github.com/duncs/clusterssh"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-misc/clusterssh/clusterssh-9999.ebuild b/net-misc/clusterssh/clusterssh-9999.ebuild
index 7d055614d0e..28e0fdc6d1d 100644
--- a/net-misc/clusterssh/clusterssh-9999.ebuild
+++ b/net-misc/clusterssh/clusterssh-9999.ebuild
@@ -9,7 +9,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/clusterssh/code"
 EGIT_PROJECT="${PN}"
 
 DESCRIPTION="Concurrent Multi-Server Terminal Access"
-HOMEPAGE="http://clusterssh.sourceforge.net"
+HOMEPAGE="https://github.com/duncs/clusterssh"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2016-10-30 20:05 Sven Wegener
  0 siblings, 0 replies; 12+ messages in thread
From: Sven Wegener @ 2016-10-30 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ecf1c3e1a435410d5437923400f1b31e3a987948
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 11:17:00 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 20:04:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf1c3e1

net-misc/clusterssh: Update SourceForge GIT URLs

Package-Manager: portage-2.3.0

 net-misc/clusterssh/clusterssh-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/clusterssh/clusterssh-9999.ebuild b/net-misc/clusterssh/clusterssh-9999.ebuild
index 0e7e46e..833cc54 100644
--- a/net-misc/clusterssh/clusterssh-9999.ebuild
+++ b/net-misc/clusterssh/clusterssh-9999.ebuild
@@ -6,7 +6,8 @@ EAPI=5
 
 inherit git-2 perl-module
 
-EGIT_REPO_URI="git://clusterssh.git.sourceforge.net/gitroot/clusterssh/clusterssh"
+EGIT_REPO_URI="git://git.code.sf.net/p/clusterssh/code"
+EGIT_PROJECT="${PN}"
 
 DESCRIPTION="Concurrent Multi-Server Terminal Access"
 HOMEPAGE="http://clusterssh.sourceforge.net"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
@ 2015-08-31 14:45 Alexys Jacob
  0 siblings, 0 replies; 12+ messages in thread
From: Alexys Jacob @ 2015-08-31 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fcaae00c5cef3e34560e4ada8b8fbe42d364ec97
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 14:45:20 2015 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 14:45:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcaae00c

net-misc/clusterssh: fix ebuild source module version and naming thx to Kent Fredric on bug #559188

Package-Manager: portage-2.2.20.1

 net-misc/clusterssh/Manifest                   |  1 +
 net-misc/clusterssh/clusterssh-4.30.600.ebuild | 48 ++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-misc/clusterssh/Manifest b/net-misc/clusterssh/Manifest
index 7336cc5..3f71925 100644
--- a/net-misc/clusterssh/Manifest
+++ b/net-misc/clusterssh/Manifest
@@ -1 +1,2 @@
 DIST App-ClusterSSH-4.01_05.tar.gz 71502 SHA256 e57685ce83aa74a15fef868ac6d7aed11de5c81252db7c65332ad1c9972aaa3e SHA512 4b63b91684c981a28871e5264502c66435b531ae3c4bad2eab2571f8b237d43e5f45ed93d036e7497c713f2982a110d93a3055ae0004d4f33e7786df9aa56ff8 WHIRLPOOL 96df13f6f3096829949b1db8f26d8a2de8b3568597bc1b82d4d26f0fe56a9c303651f2ab58c77fa94f0e494cb90fba9e331de9f242fb0d7bfa4a8eb7796d6c48
+DIST App-ClusterSSH-4.03_06.tar.gz 81476 SHA256 f3c5c89669deb7a579be65a0dba1e197b6d8b9f1d5b3e48b8a0646193d0bf6f0 SHA512 87dff4c0445436c10929bcf30a9295deb6ddacca16939091fdab0cf67765c77706745ce8e738145ea6c67ec06093567b7668e4387a72b48018f8e173da5709b4 WHIRLPOOL b2ff28bd660fb8fc858c79423bb206ab33b17499ce5b5c680e1757b71ebc377c7c3db682070c8829bfcc9e0757149e462cff28672a215ee1888ec3807fb8d3cf

diff --git a/net-misc/clusterssh/clusterssh-4.30.600.ebuild b/net-misc/clusterssh/clusterssh-4.30.600.ebuild
new file mode 100644
index 0000000..f4e8ced
--- /dev/null
+++ b/net-misc/clusterssh/clusterssh-4.30.600.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="App-ClusterSSH"
+MODULE_AUTHOR="DUNCS"
+###################
+# /!\ IMPORTANT /!\
+###################
+# CHANGE ME AT EVERY VERSION BUMP
+MODULE_VERSION="4.03_06"
+
+inherit eutils perl-module
+
+DESCRIPTION="Concurrent Multi-Server Terminal Access"
+HOMEPAGE="http://clusterssh.sourceforge.net"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/Config-Simple
+	dev-perl/Exception-Class
+	dev-perl/perl-tk
+	dev-perl/Readonly
+	dev-perl/Test-DistManifest
+	dev-perl/Test-Pod
+	dev-perl/Test-Pod-Coverage
+	dev-perl/Test-Trap
+	dev-perl/Try-Tiny
+	dev-perl/X11-Protocol
+	dev-perl/XML-Simple
+	x11-apps/xlsfonts
+	x11-terms/xterm"
+DEPEND="
+	${RDEPEND}
+	dev-perl/CPAN-Changes
+	dev-perl/File-Slurp
+	dev-perl/File-Which
+	dev-perl/Module-Build
+	dev-perl/Test-Differences
+	dev-perl/Test-Pod"
+
+SRC_TEST="do parallel"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-07-02 22:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-12  1:21 [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-07-02 22:58 Sam James
2022-01-14  9:55 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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox