diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-09 12:06:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-09 12:06:49 +0000 |
commit | 65f11317f80e86e7c458ca2e6c660874f1eb586b (patch) | |
tree | de2c2db28d37de34c4f5a3e6de727be8169e6139 | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-65f11317f80e86e7c458ca2e6c660874f1eb586b.tar.gz gentoo-2-65f11317f80e86e7c458ca2e6c660874f1eb586b.tar.bz2 gentoo-2-65f11317f80e86e7c458ca2e6c660874f1eb586b.zip |
Updating remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
-rw-r--r-- | app-shells/pdsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/pdsh/metadata.xml | 13 |
2 files changed, 13 insertions, 7 deletions
diff --git a/app-shells/pdsh/ChangeLog b/app-shells/pdsh/ChangeLog index e1e2ac991d28..5f61f560a9aa 100644 --- a/app-shells/pdsh/ChangeLog +++ b/app-shells/pdsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/pdsh -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/ChangeLog,v 1.20 2014/08/10 18:22:03 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/ChangeLog,v 1.21 2015/06/09 12:06:49 jlec Exp $ + + 09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Updating remote-id in metadata.xml 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pdsh-2.18-r1.ebuild, pdsh-2.26.ebuild: diff --git a/app-shells/pdsh/metadata.xml b/app-shells/pdsh/metadata.xml index 6582bbdd08aa..a2891d928476 100644 --- a/app-shells/pdsh/metadata.xml +++ b/app-shells/pdsh/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>cluster</herd> -<longdescription> + <herd>cluster</herd> + <longdescription> Pdsh is a high-performance, parallel remote shell utility. It has built-in, thread-safe clients for Berkeley and Kerberos V4 rsh, and can call SSH externally (though with reduced performance). Pdsh uses a "sliding window" @@ -13,9 +13,12 @@ improved performance and handling of error conditions. It runs on a variety of platforms (including as a replacement for DSH on AIX/PSSP), but is primarily developed on Linux. </longdescription> -<use> - <flag name='rsh'>This allows the use of rsh (remote shell) and rcp + <use> + <flag name="rsh">This allows the use of rsh (remote shell) and rcp (remote copy) for authoring websites. sftp is a much more secure protocol and is preferred.</flag> -</use> + </use> + <upstream> + <remote-id type="sourceforge">pdsh</remote-id> + </upstream> </pkgmetadata> |