From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 273C51396D9 for ; Sun, 5 Nov 2017 15:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81DFEE0D1C; Sun, 5 Nov 2017 15:39:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CE96E0D1C for ; Sun, 5 Nov 2017 15:39:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50F9133BF01 for ; Sun, 5 Nov 2017 15:39:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8C8395E5 for ; Sun, 5 Nov 2017 15:39:07 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1509896337.0dbc871cb75dba3ddbfd679941a3264405808a01.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/maui/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/maui/files/3.2.6_p21-autoconf-2.60-compat.patch sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch X-VCS-Directories: sys-cluster/maui/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0dbc871cb75dba3ddbfd679941a3264405808a01 X-VCS-Branch: master Date: Sun, 5 Nov 2017 15:39:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9e9c0a77-8774-408a-b077-34ac1bee1428 X-Archives-Hash: 57ba0518a9c21a48ebe849933ad7d337 commit: 0dbc871cb75dba3ddbfd679941a3264405808a01 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Oct 22 16:44:08 2017 +0000 Commit: Patrice Clement gentoo 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) */ -