public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/
Date: Mon, 31 Aug 2015 14:45:52 +0000 (UTC)	[thread overview]
Message-ID: <1441032346.fcaae00c5cef3e34560e4ada8b8fbe42d364ec97.ultrabug@gentoo> (raw)

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"


             reply	other threads:[~2015-08-31 14:45 UTC|newest]

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

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=1441032346.fcaae00c5cef3e34560e4ada8b8fbe42d364ec97.ultrabug@gentoo \
    --to=ultrabug@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