public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
Date: Fri, 14 Jan 2022 09:55:12 +0000 (UTC)	[thread overview]
Message-ID: <1642154103.e514103f8b4cde49a3ed777958d3a8bb32b78b27.jsmolic@gentoo> (raw)

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
-}


             reply	other threads:[~2022-01-14  9:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14  9:55 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26 15:30 [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/ Arthur Zamarin
2025-01-03 16:41 Joonas Niilola
2025-01-03 16:41 Joonas Niilola
2022-07-02 22:58 Sam James
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=1642154103.e514103f8b4cde49a3ed777958d3a8bb32b78b27.jsmolic@gentoo \
    --to=jsmolic@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