diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-03-14 12:18:01 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-03-14 12:18:01 +0000 |
commit | ceb50eb63e0a7d87b19fca706758a67b02a5f168 (patch) | |
tree | 9bba1528edcd650b0009f027a3fd8af6a79d0f69 /app-shells | |
parent | amd64 stable (diff) | |
download | gentoo-2-ceb50eb63e0a7d87b19fca706758a67b02a5f168.tar.gz gentoo-2-ceb50eb63e0a7d87b19fca706758a67b02a5f168.tar.bz2 gentoo-2-ceb50eb63e0a7d87b19fca706758a67b02a5f168.zip |
amd64 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/pdsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/pdsh/pdsh-2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/pdsh/ChangeLog b/app-shells/pdsh/ChangeLog index d1cb950a5dc9..696b01a0a532 100644 --- a/app-shells/pdsh/ChangeLog +++ b/app-shells/pdsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/pdsh # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/ChangeLog,v 1.8 2008/01/31 06:44:04 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/ChangeLog,v 1.9 2008/03/14 12:18:01 caleb Exp $ + + 14 Mar 2008; Caleb Tennis <caleb@gentoo.org> pdsh-2.14.ebuild: + amd64 stable 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; -pdsh-2.9.ebuild, -pdsh-2.11.ebuild, -pdsh-2.12.ebuild: diff --git a/app-shells/pdsh/pdsh-2.14.ebuild b/app-shells/pdsh/pdsh-2.14.ebuild index 4bd343756f1c..9e5aa904e98c 100644 --- a/app-shells/pdsh/pdsh-2.14.ebuild +++ b/app-shells/pdsh/pdsh-2.14.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.14.ebuild,v 1.3 2008/01/29 01:38:04 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.14.ebuild,v 1.4 2008/03/14 12:18:01 caleb Exp $ DESCRIPTION="A high-performance, parallel remote shell utility." HOMEPAGE="https://computing.llnl.gov/linux/pdsh.html" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="crypt readline rsh" RDEPEND="crypt? ( net-misc/openssh ) rsh? ( net-misc/netkit-rsh ) |