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 3AA8D158041 for ; Tue, 12 Mar 2024 02:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D6BDE2A0F; Tue, 12 Mar 2024 02:25:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2FA7BE2A0F for ; Tue, 12 Mar 2024 02:25:50 +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 6940A342FFC for ; Tue, 12 Mar 2024 02:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C66E01515 for ; Tue, 12 Mar 2024 02:25:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710210284.c057b3954668fb9fa09f7352e0cf6d212122380e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/roct-thunk-interface/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild dev-libs/roct-thunk-interface/roct-thunk-interface-5.7.1-r1.ebuild dev-libs/roct-thunk-interface/roct-thunk-interface-6.0.0-r1.ebuild X-VCS-Directories: dev-libs/roct-thunk-interface/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c057b3954668fb9fa09f7352e0cf6d212122380e X-VCS-Branch: master Date: Tue, 12 Mar 2024 02:25:47 +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: 1356a1d9-7582-49fa-959c-5765847fdd3a X-Archives-Hash: 941192900abe57a09dde660556863479 commit: c057b3954668fb9fa09f7352e0cf6d212122380e Author: Eli Schwartz gmail com> AuthorDate: Tue Mar 12 00:31:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 12 02:24:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c057b395 dev-libs/roct-thunk-interface: remove outdated seds * SED: the following did not cause any changes * sed -e "s:ubuntu:gentoo:" -i CMakeLists.txt || die; * no-op: -e s:ubuntu:gentoo: This was fixed upstream by removing the entire code block that tried to mess with libgcc_s.so.1 altogether: https://github.com/ROCm/ROCT-Thunk-Interface/commit/2d6151521f16353ea18e2f346e93d26896f7e107 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild | 3 +-- dev-libs/roct-thunk-interface/roct-thunk-interface-5.7.1-r1.ebuild | 1 - dev-libs/roct-thunk-interface/roct-thunk-interface-6.0.0-r1.ebuild | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild index 3f391bf5d5e0..4762213b5164 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,6 @@ CMAKE_BUILD_TYPE=Release src_prepare() { sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die - sed -e "s:ubuntu:gentoo:" -i CMakeLists.txt || die cmake_src_prepare } diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-5.7.1-r1.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-5.7.1-r1.ebuild index 86cd350d7e3d..7e394b72543b 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-5.7.1-r1.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-5.7.1-r1.ebuild @@ -33,7 +33,6 @@ PATCHES=( src_prepare() { sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die - sed -e "s:ubuntu:gentoo:" -i CMakeLists.txt || die cmake_src_prepare } diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-6.0.0-r1.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-6.0.0-r1.ebuild index 83c87c70b2d3..eb0384989522 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-6.0.0-r1.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-6.0.0-r1.ebuild @@ -33,7 +33,6 @@ PATCHES=( src_prepare() { sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die - sed -e "s:ubuntu:gentoo:" -i CMakeLists.txt || die cmake_src_prepare }