From 00c67c8d13146c14c6e2fda582eb1596b3a3afed Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 9 Feb 2025 09:54:02 +0100 Subject: [PATCH] app-i18n/librime: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- .../files/librime-1.6.0-boost-1.76.patch | 24 ------------------- .../files/librime-1.7.3-boost-1.85.patch | 24 ------------------- 2 files changed, 48 deletions(-) delete mode 100644 app-i18n/librime/files/librime-1.6.0-boost-1.76.patch delete mode 100644 app-i18n/librime/files/librime-1.7.3-boost-1.85.patch diff --git a/app-i18n/librime/files/librime-1.6.0-boost-1.76.patch b/app-i18n/librime/files/librime-1.6.0-boost-1.76.patch deleted file mode 100644 index 31eff9268bfc9..0000000000000 --- a/app-i18n/librime/files/librime-1.6.0-boost-1.76.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://github.com/rime/librime/issues/462 -https://github.com/rime/librime/pull/463 -https://github.com/rime/librime/commit/57cffcd02ac70148e21ce982be834876b3df87db - ---- a/src/rime/gear/script_translator.cc -+++ b/src/rime/gear/script_translator.cc -@@ -8,6 +8,7 @@ - // - #include - #include -+#include - #include - #include - #include ---- a/src/rime/gear/table_translator.cc -+++ b/src/rime/gear/table_translator.cc -@@ -6,6 +6,7 @@ - // - #include - #include -+#include - #include - #include - #include diff --git a/app-i18n/librime/files/librime-1.7.3-boost-1.85.patch b/app-i18n/librime/files/librime-1.7.3-boost-1.85.patch deleted file mode 100644 index cfb191ddc3197..0000000000000 --- a/app-i18n/librime/files/librime-1.7.3-boost-1.85.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/933408 ---- a/src/rime/lever/deployment_tasks.cc -+++ b/src/rime/lever/deployment_tasks.cc -@@ -577,7 +577,7 @@ - continue; - } - boost::system::error_code ec; -- fs::copy_file(entry, backup, fs::copy_option::overwrite_if_exists, ec); -+ fs::copy_file(entry, backup, fs::copy_options::overwrite_existing, ec); - if (ec) { - LOG(ERROR) << "error backing up file " << backup.string(); - ++failure; - ---- a/src/rime/lever/customizer.cc -+++ b/src/rime/lever/customizer.cc -@@ -94,7 +94,7 @@ - if (redistribute || (is_dirty && !missing_original_copy)) { - try { - fs::copy_file(source_path_, dest_path_, -- fs::copy_option::overwrite_if_exists); -+ fs::copy_options::overwrite_existing); - } - catch (...) { - LOG(ERROR) << "Error copying config file '"