commit: 23d4106594f2b6678ea98da3ccba64f5eb44c44b Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Mar 12 18:45:04 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Mar 12 18:45:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d41065
sys-cluster/ceph: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/24407 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: David Seifert <soap <AT> gentoo.org> .../ceph/files/ceph-14.2.0-link-crc32-statically.patch | 11 ----------- sys-cluster/ceph/files/ceph-16.2.0-install-libblk.patch | 12 ------------ 2 files changed, 23 deletions(-) diff --git a/sys-cluster/ceph/files/ceph-14.2.0-link-crc32-statically.patch b/sys-cluster/ceph/files/ceph-14.2.0-link-crc32-statically.patch deleted file mode 100644 index ec7a4fb079b3..000000000000 --- a/sys-cluster/ceph/files/ceph-14.2.0-link-crc32-statically.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ceph-14.2.0.orig/src/common/CMakeLists.txt 2019-03-18 04:08:29.000000000 -0600 -+++ ceph-14.2.0/src/common/CMakeLists.txt 2019-03-21 18:42:32.903182824 -0600 -@@ -165,7 +165,7 @@ - crc32c_aarch64.c) - endif(HAVE_INTEL) - --add_library(crc32 ${crc32_srcs}) -+add_library(crc32 STATIC ${crc32_srcs}) - if(HAVE_ARMV8_CRC) - set_target_properties(crc32 PROPERTIES - COMPILE_FLAGS "${CMAKE_C_FLAGS} ${ARMV8_CRC_COMPILE_FLAGS}") diff --git a/sys-cluster/ceph/files/ceph-16.2.0-install-libblk.patch b/sys-cluster/ceph/files/ceph-16.2.0-install-libblk.patch deleted file mode 100644 index 309e00d226dd..000000000000 --- a/sys-cluster/ceph/files/ceph-16.2.0-install-libblk.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/blk/CMakeLists.txt b/src/blk/CMakeLists.txt -index b424482dee..dc4f9b82ae 100644 ---- a/src/blk/CMakeLists.txt -+++ b/src/blk/CMakeLists.txt -@@ -26,6 +26,7 @@ if(WITH_ZBD) - endif() - - add_library(blk ${libblk_srcs}) -+install(TARGETS blk DESTINATION ${CMAKE_INSTALL_LIBDIR}) - target_include_directories(blk PRIVATE "./") - - if(HAVE_LIBAIO)
