summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/clusterssh/clusterssh-2.16.ebuild')
-rw-r--r--x11-terms/clusterssh/clusterssh-2.16.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-terms/clusterssh/clusterssh-2.16.ebuild b/x11-terms/clusterssh/clusterssh-2.16.ebuild
deleted file mode 100644
index d2a9549bd92b..000000000000
--- a/x11-terms/clusterssh/clusterssh-2.16.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/clusterssh-2.16.ebuild,v 1.3 2007/07/14 21:54:51 mr_bones_ Exp $
-
-DESCRIPTION="Concurrent Multi-Server Terminal Access."
-HOMEPAGE="http://clusterssh.sourceforge.net"
-SRC_URI="mirror://sourceforge/clusterssh/clusterssh_${PV}_Beta.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.6.1
- dev-perl/perl-tk
- dev-perl/Config-Simple"
-
-src_install() {
- cd ${WORKDIR}
- dodoc LICENSE
- dobin {cchp,crsh,cssh}
-}