commit:     c057b3954668fb9fa09f7352e0cf6d212122380e
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 12 00:31:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> 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
 }
 

Reply via email to