mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/clusterssh: add 4.18
Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/39579 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
7dd84678e3
commit
a4f100a5fc
@@ -1 +1,2 @@
|
||||
DIST App-ClusterSSH-4.16.tar.gz 96151 BLAKE2B c0b4ee36f42cb26853c264686fa6084133e0a75f9dba6e7233e341a2dedbb3c41642dd255bf6fa01b7285c9c3edd43485d3014b6d41957d6476382dcd00866a2 SHA512 3d4fc2aa681ea815020375bb3bb0f9a070e1638c5a4e38b1b279c58f9644a568bb687e0e611919afa48a32b44ff4e25cd5661c7d1330978f851bc506282f020e
|
||||
DIST App-ClusterSSH-4.18.tar.gz 94068 BLAKE2B cf9a7bd41406c6d1225805c506a59b4508cfc2b9397bbe0f6914ea5ccc0c4a35c24ac5b60154aca942de98aa169331911812bb6ebad935db03399ba4c908742c SHA512 0bfbe41b75cdd2a63da22c97ad5095d51a10d7455b0b09c8d6f6d08749b6c59cd40a1151cf086d97b9fcc7d440995a0a61dedc02b67978277f458afab8bb83f6
|
||||
|
||||
55
net-misc/clusterssh/clusterssh-4.18.ebuild
Normal file
55
net-misc/clusterssh/clusterssh-4.18.ebuild
Normal file
@@ -0,0 +1,55 @@
|
||||
# Copyright 1999-2025 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
|
||||
# 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"
|
||||
SLOT="0"
|
||||
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"
|
||||
Reference in New Issue
Block a user