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 E7A1A158089 for ; Fri, 27 Oct 2023 16:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 389EE2BC033; Fri, 27 Oct 2023 16:29:42 +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 1CEA02BC033 for ; Fri, 27 Oct 2023 16:29:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2F136335C52 for ; Fri, 27 Oct 2023 16:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C48112AC for ; Fri, 27 Oct 2023 16:29:39 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1698424169.297e26122cb1561e7820978ac3e5a8f4f5204944.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/, net-libs/xrootd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/xrootd/files/xrootd-5.6.3-add-pmark-header.patch net-libs/xrootd/xrootd-5.6.3-r1.ebuild net-libs/xrootd/xrootd-5.6.3.ebuild X-VCS-Directories: net-libs/xrootd/files/ net-libs/xrootd/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 297e26122cb1561e7820978ac3e5a8f4f5204944 X-VCS-Branch: master Date: Fri, 27 Oct 2023 16:29:39 +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: 31c9a242-9cc2-44e0-9472-17c2dbc22cd7 X-Archives-Hash: 4c539324cf565fb827dc1d71455e2fee commit: 297e26122cb1561e7820978ac3e5a8f4f5204944 Author: Guilherme Amadio gentoo org> AuthorDate: Fri Oct 27 15:07:30 2023 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Oct 27 16:29:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297e2612 net-libs/xrootd: install XrdNetPMark.hh header Signed-off-by: Guilherme Amadio gentoo.org> net-libs/xrootd/files/xrootd-5.6.3-add-pmark-header.patch | 13 +++++++++++++ .../xrootd/{xrootd-5.6.3.ebuild => xrootd-5.6.3-r1.ebuild} | 1 + 2 files changed, 14 insertions(+) diff --git a/net-libs/xrootd/files/xrootd-5.6.3-add-pmark-header.patch b/net-libs/xrootd/files/xrootd-5.6.3-add-pmark-header.patch new file mode 100644 index 000000000000..9731e7da16a5 --- /dev/null +++ b/net-libs/xrootd/files/xrootd-5.6.3-add-pmark-header.patch @@ -0,0 +1,13 @@ + + Add XrdNetPMark.hh to set of public headers + +--- a/src/XrdHeaders.cmake ++++ b/src/XrdHeaders.cmake +@@ -21,6 +21,7 @@ set( XROOTD_PUBLIC_HEADERS + XrdNet/XrdNetCmsNotify.hh + XrdNet/XrdNetConnect.hh + XrdNet/XrdNetOpts.hh ++ XrdNet/XrdNetPMark.hh + XrdNet/XrdNetSockAddr.hh + XrdNet/XrdNetSocket.hh + XrdOuc/XrdOucBuffer.hh diff --git a/net-libs/xrootd/xrootd-5.6.3.ebuild b/net-libs/xrootd/xrootd-5.6.3-r1.ebuild similarity index 98% rename from net-libs/xrootd/xrootd-5.6.3.ebuild rename to net-libs/xrootd/xrootd-5.6.3-r1.ebuild index 5d7a5ba3b531..52f4603174e4 100644 --- a/net-libs/xrootd/xrootd-5.6.3.ebuild +++ b/net-libs/xrootd/xrootd-5.6.3-r1.ebuild @@ -75,6 +75,7 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-4.8.3-crc32.patch "${FILESDIR}"/${PN}-5.4.3-python_tests_py3.patch + "${FILESDIR}"/${PN}-5.6.3-add-pmark-header.patch ) # xrootd plugins are not intended to be linked with,