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 | 05c0cfa7d18b96c271934ed046fc25463c840b3c (patch) | |
tree | 0c7e003feb774843e637803d559c6b0785d11693 /app-shells/pdsh | |
parent | whitespace (diff) | |
download | historical-05c0cfa7d18b96c271934ed046fc25463c840b3c.tar.gz historical-05c0cfa7d18b96c271934ed046fc25463c840b3c.tar.bz2 historical-05c0cfa7d18b96c271934ed046fc25463c840b3c.zip |
whitespace
Package-Manager: portage-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" } - |