/[gentoo-x86]/net-misc/clusterssh/clusterssh-3.26.ebuild
Gentoo

Contents of /net-misc/clusterssh/clusterssh-3.26.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Jan 19 11:05:14 2011 UTC (2 years, 4 months ago) by ultrabug
Branch: MAIN
Moving x11-terms/clusterssh to net-misc/clusterssh. Fixes bug #352089

(Portage version: 2.1.9.29/cvs/Linux x86_64, RepoMan options: --force)

1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/clusterssh-3.26.ebuild,v 1.4 2009/09/27 14:52:09 nixnut Exp $
4
5 EAPI=2
6
7 DESCRIPTION="Concurrent Multi-Server Terminal Access."
8 HOMEPAGE="http://clusterssh.sourceforge.net"
9 SRC_URI="mirror://sourceforge/clusterssh/clusterssh-${PV}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="amd64 ppc ~ppc64 x86"
14 IUSE=""
15
16 RDEPEND=">=dev-lang/perl-5.6.1
17 dev-perl/perl-tk
18 dev-perl/Config-Simple
19 dev-perl/X11-Protocol
20 x11-apps/xlsfonts"
21 DEPEND="${RDEPEND}"
22
23 src_prepare() {
24 # Gentoo perl ebuilds remove podchecker
25 if grep -v podchecker "${S}"/src/Makefile.in \
26 > "${S}"/src/Makefile.in.new; then
27 mv "${S}"/src/Makefile.in.new "${S}"/src/Makefile.in
28 else
29 die "Makefile.in update failed"
30 fi
31 }
32
33 src_install() {
34 dobin src/cssh || die "dobin failed"
35 doman src/cssh.1
36 dodoc AUTHORS NEWS README THANKS
37 }

  ViewVC Help
Powered by ViewVC 1.1.17