diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-24 05:28:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-24 05:28:56 +0000 |
commit | 122a0b57e156f03cf3ddae053555818f14bbe3f5 (patch) | |
tree | 2a8436f106fc14d89a3a47ae03605f9725e3cf7e /sys-cluster/torque | |
parent | remarked amd64 (diff) | |
download | historical-122a0b57e156f03cf3ddae053555818f14bbe3f5.tar.gz historical-122a0b57e156f03cf3ddae053555818f14bbe3f5.tar.bz2 historical-122a0b57e156f03cf3ddae053555818f14bbe3f5.zip |
repoman: whitespace cleanup
Diffstat (limited to 'sys-cluster/torque')
-rw-r--r-- | sys-cluster/torque/Manifest | 4 | ||||
-rw-r--r-- | sys-cluster/torque/torque-1.0.1-r6.ebuild | 26 |
2 files changed, 15 insertions, 15 deletions
diff --git a/sys-cluster/torque/Manifest b/sys-cluster/torque/Manifest index f7020fa465c9..9b8fe8b85985 100644 --- a/sys-cluster/torque/Manifest +++ b/sys-cluster/torque/Manifest @@ -1,4 +1,4 @@ -MD5 3230a46c6b998088f1a4c16ac3fc4acb torque-1.0.1-r6.ebuild 1805 MD5 89a796d5e798e599d45daad18f2b6688 ChangeLog 431 -MD5 e1baa6137118011e3c37ea4525b1fcce files/pbs.rc 2146 +MD5 11a14636575e640935a6113fb595168e torque-1.0.1-r6.ebuild 1741 MD5 49d4d243a6dd96ba20531b240a7a32b6 files/digest-torque-1.0.1-r6 67 +MD5 e1baa6137118011e3c37ea4525b1fcce files/pbs.rc 2146 diff --git a/sys-cluster/torque/torque-1.0.1-r6.ebuild b/sys-cluster/torque/torque-1.0.1-r6.ebuild index 8a4a94a034f8..c77d75f070c3 100644 --- a/sys-cluster/torque/torque-1.0.1-r6.ebuild +++ b/sys-cluster/torque/torque-1.0.1-r6.ebuild @@ -18,18 +18,18 @@ DEPEND="virtual/glibc RDEPEND="net-misc/openssh" src_unpack() { - cd ${WORKDIR} - unpack ${A} - cd ${S} - # this thing doesn't use make install, but rather it's own install script - # fix it here so the install dirs are set to the ${D} directory - cd buildutils - mv pbs_mkdirs.in pbs_mkdirs.in-orig - sed -e "s|prefix=@prefix@|prefix=\${D}@prefix@| ; \ - s|PBS_SERVER_HOME=@PBS_SERVER_HOME@|PBS_SERVER_HOME=\${D}@PBS_SERVER_HOME@| ; \ - s|PBS_DEFAULT_FILE=@PBS_DEFAULT_FILE@|PBS_DEFAULT_FILE=\${D}@PBS_DEFAULT_FILE@| ; \ - s|PBS_ENVIRON=@PBS_ENVIRON@|PBS_ENVIRON=\${D}@PBS_ENVIRON@|" \ - pbs_mkdirs.in-orig > pbs_mkdirs.in + cd ${WORKDIR} + unpack ${A} + cd ${S} + # this thing doesn't use make install, but rather it's own install script + # fix it here so the install dirs are set to the ${D} directory + cd buildutils + mv pbs_mkdirs.in pbs_mkdirs.in-orig + sed -e "s|prefix=@prefix@|prefix=\${D}@prefix@| ; \ + s|PBS_SERVER_HOME=@PBS_SERVER_HOME@|PBS_SERVER_HOME=\${D}@PBS_SERVER_HOME@| ; \ + s|PBS_DEFAULT_FILE=@PBS_DEFAULT_FILE@|PBS_DEFAULT_FILE=\${D}@PBS_DEFAULT_FILE@| ; \ + s|PBS_ENVIRON=@PBS_ENVIRON@|PBS_ENVIRON=\${D}@PBS_ENVIRON@|" \ + pbs_mkdirs.in-orig > pbs_mkdirs.in } src_compile() { @@ -57,5 +57,5 @@ src_install() { install || die dodoc INSTALL PBS_License.text Read.Me Release_Notes - exeinto /etc/init.d ; newexe ${FILESDIR}/pbs.rc pbs + exeinto /etc/init.d ; newexe ${FILESDIR}/pbs.rc pbs } |