commit: 0dbc871cb75dba3ddbfd679941a3264405808a01 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Oct 22 16:44:08 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Nov 5 15:38:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbc871c
sys-cluster/maui: remove unused patches. Closes: https://github.com/gentoo/gentoo/pull/6014 .../files/3.2.6_p21-autoconf-2.60-compat.patch | 11 ----------- .../maui/files/maui-3.2.6_p21-pbs-nodefile.patch | 23 ---------------------- 2 files changed, 34 deletions(-) diff --git a/sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch b/sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch deleted file mode 100644 index 9b77a27f88d..00000000000 --- a/sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- maui-3.2.6p21.orig/Makefile.in 2006-05-23 15:20:49.000000000 -0700 -+++ maui-3.2.6p21/Makefile.in 2006-09-25 20:42:24.000000000 -0700 -@@ -18,7 +18,7 @@ - # ============================ - # Resource Manager section - # ============================ --@ll_definitions@@sdr_definitions@@pbs_definitions@@sge_definitions@@lsf_definitions@@mx_definitions@@pcre_definitions@ -+@pbs_definitions@ - - # ============================ - # Master Makefile for @PACKAGE_NAME@-@PACKAGE_VERSION@ diff --git a/sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch b/sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch deleted file mode 100644 index 90bf80ca661..00000000000 --- a/sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- maui-3.2.6p21/src/moab/MPBSI.c.orig 2010-03-16 12:54:09.000000000 +0100 -+++ maui-3.2.6p21/src/moab/MPBSI.c 2010-03-16 12:57:07.000000000 +0100 -@@ -6406,6 +6406,7 @@ - int tindex; - - char tmpHostName[MAX_MLINE]; -+ char tmpTaskList[MAX_MLINE+10]; - - mnode_t *N; - -@@ -6458,10 +6459,10 @@ - } - else - { -- sprintf(TSBuf,"%s%s:ppn=%d", -- TSBuf, -+ snprintf (tmpTaskList,MAX_MLINE+10,"%s:ppn=%d", - tmpHostName, - NL[tindex].TC); -+ MUStrCat(TSBuf,tmpTaskList,BufSize); - } - } /* END for (tindex) */ -
