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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 983CD15808C for ; Tue, 22 Feb 2022 19:00:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93CFFE08BD; Tue, 22 Feb 2022 19:00:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E33AE08BD for ; Tue, 22 Feb 2022 19:00:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3909C342FB8 for ; Tue, 22 Feb 2022 18:59:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8577285 for ; Tue, 22 Feb 2022 18:59:57 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1645556322.3d0c8a7bd4aceec452cea74929cada5da7dae98b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fabric/opensm/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fabric/opensm/files/opensm-3.3.17-norpm.patch X-VCS-Directories: sys-fabric/opensm/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3d0c8a7bd4aceec452cea74929cada5da7dae98b X-VCS-Branch: master Date: Tue, 22 Feb 2022 18:59:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 254545b7-183d-4a6e-a4c2-c0e5bbe95c9f X-Archives-Hash: 07e54a69573c4d5afcf9b152be0c5b71 commit: 3d0c8a7bd4aceec452cea74929cada5da7dae98b Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Feb 18 18:54:20 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Feb 22 18:58:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0c8a7b sys-fabric/opensm: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/24257 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> sys-fabric/opensm/files/opensm-3.3.17-norpm.patch | 32 ----------------------- 1 file changed, 32 deletions(-) diff --git a/sys-fabric/opensm/files/opensm-3.3.17-norpm.patch b/sys-fabric/opensm/files/opensm-3.3.17-norpm.patch deleted file mode 100644 index 1300d923eb7d..000000000000 --- a/sys-fabric/opensm/files/opensm-3.3.17-norpm.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- opensm-3.3.17/configure.in.orig 2014-01-30 23:13:35.000000000 +0400 -+++ opensm-3.3.17/configure.in 2014-12-27 02:48:11.264876067 +0300 -@@ -17,11 +17,7 @@ - [name of the RDMA service: "rdma" when using /etc/init.d/rdma to start RDMA services; "openibd" when using /etc/init.d/openibd to start RDMA services [default=${default_rdma_service}]])) - AC_SUBST(RDMA_SERVICE, ${with_rdma_service:-${default_rdma_service}}) - --if { rpm -q sles-release || rpm -q openSUSE-release; } >/dev/null 2>&1; then -- default_stop="0 1 4 6" --else -- default_stop="0 1 6" --fi -+default_stop="0 1 6" - - default_start="null" - -@@ -282,4 +278,4 @@ - AC_CONFIG_FILES([man/opensm.8 man/torus-2QoS.8 man/torus-2QoS.conf.5 scripts/opensm.init scripts/redhat-opensm.init scripts/sldd.sh]) - - dnl Create the following Makefiles --AC_OUTPUT([include/opensm/osm_version.h Makefile include/Makefile complib/Makefile libvendor/Makefile opensm/Makefile osmeventplugin/Makefile osmtest/Makefile opensm.spec]) -+AC_OUTPUT([include/opensm/osm_version.h Makefile include/Makefile complib/Makefile libvendor/Makefile opensm/Makefile osmeventplugin/Makefile osmtest/Makefile]) ---- opensm-3.3.17/Makefile.am.orig 2013-02-07 11:46:28.000000000 +0400 -+++ opensm-3.3.17/Makefile.am 2014-12-27 02:48:45.133654187 +0300 -@@ -19,7 +19,7 @@ - doc/partition-config.txt doc/opensm-sriov.txt \ - doc/opensm_release_notes-3.3.txt - --EXTRA_DIST = autogen.sh opensm.spec $(various_scripts) $(man_MANS) $(docs) -+EXTRA_DIST = autogen.sh $(various_scripts) $(man_MANS) $(docs) - - dist-hook: $(EXTRA_DIST) - if [ -x $(top_srcdir)/gen_chlog.sh ] ; then \