diff options
author | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2006-03-15 23:45:13 +0000 |
---|---|---|
committer | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2006-03-15 23:45:13 +0000 |
commit | 3d8650005d64dab0e8d68f810d2c119c7ce5a123 (patch) | |
tree | b5936fcbca5fd565c8b2209055107d8d05f95901 /sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch | |
parent | white space cleaning for torque-2.0.0_p8.ebuild (diff) | |
download | sci-3d8650005d64dab0e8d68f810d2c119c7ce5a123.tar.gz sci-3d8650005d64dab0e8d68f810d2c119c7ce5a123.tar.bz2 sci-3d8650005d64dab0e8d68f810d2c119c7ce5a123.zip |
deleted torque-2.0.0_p7.ebuild and changed DEPENDS for torque-2.0.0_p8.ebuild
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@126 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch')
-rw-r--r-- | sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch b/sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch deleted file mode 100644 index f13af48d0..000000000 --- a/sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN torque-2.0.0p2/src/gui/Makefile.in torque-2.0.0p20patched/src/gui/Makefile.in ---- torque-2.0.0p2/src/gui/Makefile.in 2005-12-11 14:05:12.000000000 +0100 -+++ torque-2.0.0p2patched/src/gui/Makefile.in 2005-12-11 14:03:23.000000000 +0100 -@@ -155,7 +155,7 @@ - # - @echo Install xpbs - $(INSTALL) -m 755 xpbs $(DESTDIR)$(bindir)/xpbs -- @chmod 755 $(bindir)/xpbs 2> /dev/null -+ @chmod 755 $(DESTDIR)$(bindir)/xpbs 2> /dev/null - # - $(INSTALL) -m 755 buildindex $(DESTDIR)$(XPBS_LIB) - $(INSTALL) -m 644 xpbsrc $(DESTDIR)$(XPBS_LIB) - |