diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-14 10:08:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-14 10:08:02 +0000 |
commit | 572904e215b4d78fc267ae911f8a6a7100513737 (patch) | |
tree | 3268c7e7ba2e8ccc51a71667221df751cb95bd9d /net-misc/clusterssh | |
parent | sci-libs/djbfft: Drop old, fixes #423877 (diff) | |
download | gentoo-2-572904e215b4d78fc267ae911f8a6a7100513737.tar.gz gentoo-2-572904e215b4d78fc267ae911f8a6a7100513737.tar.bz2 gentoo-2-572904e215b4d78fc267ae911f8a6a7100513737.zip |
net-misc/clusterssh: Drop old, fix #426810
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'net-misc/clusterssh')
-rw-r--r-- | net-misc/clusterssh/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/clusterssh/clusterssh-3.28.ebuild | 37 |
2 files changed, 5 insertions, 39 deletions
diff --git a/net-misc/clusterssh/ChangeLog b/net-misc/clusterssh/ChangeLog index 652f341e97b2..1bac37871beb 100644 --- a/net-misc/clusterssh/ChangeLog +++ b/net-misc/clusterssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/clusterssh -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/ChangeLog,v 1.13 2012/12/25 16:34:45 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/ChangeLog,v 1.14 2013/01/14 10:08:02 jlec Exp $ + + 14 Jan 2013; Justin Lecher <jlec@gentoo.org> -clusterssh-3.28.ebuild: + Drop old, fix #426810 25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> clusterssh-4.01.01.ebuild: Stable for x86, wrt bug #447672 diff --git a/net-misc/clusterssh/clusterssh-3.28.ebuild b/net-misc/clusterssh/clusterssh-3.28.ebuild deleted file mode 100644 index 633a17748f2a..000000000000 --- a/net-misc/clusterssh/clusterssh-3.28.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-3.28.ebuild,v 1.4 2012/02/16 19:05:33 phajdan.jr Exp $ - -EAPI=2 - -DESCRIPTION="Concurrent Multi-Server Terminal Access." -HOMEPAGE="http://clusterssh.sourceforge.net" -SRC_URI="mirror://sourceforge/clusterssh/clusterssh-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=dev-lang/perl-5.6.1 - dev-perl/perl-tk - dev-perl/Config-Simple - dev-perl/X11-Protocol - x11-apps/xlsfonts" -DEPEND="${RDEPEND}" - -src_prepare() { - # Gentoo perl ebuilds remove podchecker - if grep -v podchecker "${S}"/src/Makefile.in \ - > "${S}"/src/Makefile.in.new; then - mv "${S}"/src/Makefile.in.new "${S}"/src/Makefile.in - else - die "Makefile.in update failed" - fi -} - -src_install() { - dobin src/cssh || die "dobin failed" - doman src/cssh.1 - dodoc AUTHORS NEWS README THANKS -} |