diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 05:23:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 05:23:38 +0000 |
commit | 2d9f0fd9cf1be98ac55c57cac56b8140bbdcacd7 (patch) | |
tree | 7b523c30bea0e5a586a7376ca80c8d1826a6e2c7 /app-shells/pdsh | |
parent | whitespace (diff) | |
download | gentoo-2-2d9f0fd9cf1be98ac55c57cac56b8140bbdcacd7.tar.gz gentoo-2-2d9f0fd9cf1be98ac55c57cac56b8140bbdcacd7.tar.bz2 gentoo-2-2d9f0fd9cf1be98ac55c57cac56b8140bbdcacd7.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-shells/pdsh')
-rw-r--r-- | app-shells/pdsh/pdsh-2.11.ebuild | 3 | ||||
-rw-r--r-- | app-shells/pdsh/pdsh-2.9.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-shells/pdsh/pdsh-2.11.ebuild b/app-shells/pdsh/pdsh-2.11.ebuild index cc4216e5c73e..632394f4f1a2 100644 --- a/app-shells/pdsh/pdsh-2.11.ebuild +++ b/app-shells/pdsh/pdsh-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.11.ebuild,v 1.1 2006/11/22 19:19:35 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.11.ebuild,v 1.2 2007/07/15 05:23:38 mr_bones_ Exp $ DESCRIPTION="A high-performance, parallel remote shell utility." HOMEPAGE="http://www.llnl.gov/linux/pdsh/pdsh.html" @@ -28,4 +28,3 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" } - diff --git a/app-shells/pdsh/pdsh-2.9.ebuild b/app-shells/pdsh/pdsh-2.9.ebuild index 4a50856e6b35..deb633f4fb59 100644 --- a/app-shells/pdsh/pdsh-2.9.ebuild +++ b/app-shells/pdsh/pdsh-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.9.ebuild,v 1.1 2006/07/20 05:29:57 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.9.ebuild,v 1.2 2007/07/15 05:23:38 mr_bones_ Exp $ inherit versionator @@ -32,4 +32,3 @@ src_compile() { src_install() { einstall || die "install failed" } - |