Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/files/
Date: Sun, 30 Oct 2022 11:13:14
Message-Id: 1667128356.77b0a0316df65691d88c97f206477c8dec0c501d.soap@gentoo
1 commit: 77b0a0316df65691d88c97f206477c8dec0c501d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 11:12:36 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 11:12:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b0a031
7
8 app-i18n/librime: [QA] use git-format-patch style patches
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-i18n/librime/files/librime-1.6.0-boost-1.76.patch | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 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
16 index 5ed1447359d6..31eff9268bfc 100644
17 --- a/app-i18n/librime/files/librime-1.6.0-boost-1.76.patch
18 +++ b/app-i18n/librime/files/librime-1.6.0-boost-1.76.patch
19 @@ -2,8 +2,8 @@ https://github.com/rime/librime/issues/462
20 https://github.com/rime/librime/pull/463
21 https://github.com/rime/librime/commit/57cffcd02ac70148e21ce982be834876b3df87db
22
23 ---- /src/rime/gear/script_translator.cc
24 -+++ /src/rime/gear/script_translator.cc
25 +--- a/src/rime/gear/script_translator.cc
26 ++++ b/src/rime/gear/script_translator.cc
27 @@ -8,6 +8,7 @@
28 //
29 #include <algorithm>
30 @@ -12,8 +12,8 @@ https://github.com/rime/librime/commit/57cffcd02ac70148e21ce982be834876b3df87db
31 #include <boost/algorithm/string/join.hpp>
32 #include <boost/range/adaptor/reversed.hpp>
33 #include <rime/composition.h>
34 ---- /src/rime/gear/table_translator.cc
35 -+++ /src/rime/gear/table_translator.cc
36 +--- a/src/rime/gear/table_translator.cc
37 ++++ b/src/rime/gear/table_translator.cc
38 @@ -6,6 +6,7 @@
39 //
40 #include <boost/algorithm/string.hpp>