diff options
author | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2006-03-15 18:28:45 +0000 |
---|---|---|
committer | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2006-03-15 18:28:45 +0000 |
commit | 7d63596f8dafd2a5885940623e1f0a74e78ecb67 (patch) | |
tree | f002bf01cba1d1857af5ee210941add129979f07 /sys-cluster | |
parent | added torque-2.0.0_p8.ebuild and patches (diff) | |
download | sci-7d63596f8dafd2a5885940623e1f0a74e78ecb67.tar.gz sci-7d63596f8dafd2a5885940623e1f0a74e78ecb67.tar.bz2 sci-7d63596f8dafd2a5885940623e1f0a74e78ecb67.zip |
white space cleaning for torque-2.0.0_p8.ebuild
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@125 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/torque/Manifest | 4 | ||||
-rw-r--r-- | sys-cluster/torque/metadata.xml | 4 | ||||
-rw-r--r-- | sys-cluster/torque/torque-2.0.0_p8.ebuild | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/sys-cluster/torque/Manifest b/sys-cluster/torque/Manifest index bddc5ce02..750b3a928 100644 --- a/sys-cluster/torque/Manifest +++ b/sys-cluster/torque/Manifest @@ -11,6 +11,6 @@ MD5 5f41eb14cea3408472c133849550faef files/torque-2.0.0_p8-makedepend.patch 754 MD5 b551147a374f034bf251490ce985be6b files/torque-2.0.0_p8-respect-destdir.patch 21832 MD5 3ea9d3a2e1cff3ccd224f0e0b33da6d5 files/torque-2.0.0_p8-respect-ldflags.patch 2710 MD5 f362dc4addcab08a5d537913b99c9484 files/torque-2.0.0_p8-setuid-safety.patch 997 -MD5 1d77d1dcb8d09671b9a4a67d07ada6ef metadata.xml 647 +MD5 873d7e3e93527942f580edbddb57061b metadata.xml 647 MD5 c9bcf93e9f31d3c5968db2365e5c621c torque-2.0.0_p7.ebuild 4583 -MD5 7c3b36c81c31d96bbee3f05fd5134787 torque-2.0.0_p8.ebuild 4561 +MD5 d70ca84bb06589460d877c45c2f03936 torque-2.0.0_p8.ebuild 4559 diff --git a/sys-cluster/torque/metadata.xml b/sys-cluster/torque/metadata.xml index 9ef5969ba..45180e282 100644 --- a/sys-cluster/torque/metadata.xml +++ b/sys-cluster/torque/metadata.xml @@ -10,5 +10,5 @@ incorporated significant advances in the areas of scalability, fault tolerance, and feature extensions contributed by NCSA, OSC, USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. -<longdescription> -</pkgmetadata> +</longdescription> +</pkgmetadata>
\ No newline at end of file diff --git a/sys-cluster/torque/torque-2.0.0_p8.ebuild b/sys-cluster/torque/torque-2.0.0_p8.ebuild index 537364a93..14c7078d7 100644 --- a/sys-cluster/torque/torque-2.0.0_p8.ebuild +++ b/sys-cluster/torque/torque-2.0.0_p8.ebuild @@ -53,7 +53,7 @@ src_unpack() { } src_compile() { - + local myconf # use X || myconf="--disable-gui" # use tcltk && myconf="${myconf} --with-tcl" @@ -141,8 +141,7 @@ src_install() { # The build script isn't alternative install location friendly, # So we have to fix some hard-coded paths in tclIndex for xpbs* to work - for file in `find ${D} -iname tclIndex` - do + for file in `find ${D} -iname tclIndex`; do sed -e "s/${D//\// }/ /" "${file}" > "${file}.new" mv "${file}.new" "${file}" done |