43 lines
957 B
Bash
43 lines
957 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-9999.ebuild,v 1.4 2013/03/16 16:43:20 jlec Exp $
|
|
|
|
EAPI=2
|
|
|
|
inherit git-2 perl-module
|
|
|
|
EGIT_REPO_URI="git://clusterssh.git.sourceforge.net/gitroot/clusterssh/clusterssh"
|
|
|
|
DESCRIPTION="Concurrent Multi-Server Terminal Access."
|
|
HOMEPAGE="http://clusterssh.sourceforge.net"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
IUSE="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/perl-tk
|
|
dev-perl/Config-Simple
|
|
dev-perl/X11-Protocol
|
|
x11-apps/xlsfonts"
|
|
DEPEND="
|
|
${RDEPEND}
|
|
dev-perl/File-Which
|
|
virtual/perl-Module-Build
|
|
dev-perl/Test-Pod
|
|
test? ( dev-perl/Test-Differences )"
|
|
|
|
SRC_TEST="do parallel"
|
|
|
|
src_unpack() {
|
|
git-2_src_unpack
|
|
perl-module_src_unpack
|
|
}
|