Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim/files/, app-i18n/uim/
Date: Mon, 28 May 2018 14:56:25
Message-Id: 1527519356.d2d7c1b5b3e7207257f6e82b0c98210b9037fb3a.hattya@gentoo
1 commit: d2d7c1b5b3e7207257f6e82b0c98210b9037fb3a
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 14:10:57 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 14:55:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d7c1b5
7
8 app-i18n/uim: update patches
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-i18n/uim/files/uim-1.6.0-gentoo.patch | 11 ---------
13 app-i18n/uim/files/uim-1.8.6-gentoo.patch | 28 ++++++++++++++++++++++
14 .../{uim-1.5.4-zhTW.patch => uim-zh-TW.patch} | 5 ++--
15 app-i18n/uim/uim-1.8.6-r1.ebuild | 4 ++--
16 app-i18n/uim/uim-1.8.6-r2.ebuild | 4 ++--
17 5 files changed, 34 insertions(+), 18 deletions(-)
18
19 diff --git a/app-i18n/uim/files/uim-1.6.0-gentoo.patch b/app-i18n/uim/files/uim-1.6.0-gentoo.patch
20 deleted file mode 100644
21 index 206a1cdfb1e..00000000000
22 --- a/app-i18n/uim/files/uim-1.6.0-gentoo.patch
23 +++ /dev/null
24 @@ -1,11 +0,0 @@
25 -diff -Naur uim-1.6.0.orig/configure.ac uim-1.6.0/configure.ac
26 ---- uim-1.6.0.orig/configure.ac 2010-08-02 09:30:14.000000000 +0900
27 -+++ uim-1.6.0/configure.ac 2010-08-14 08:30:34.000000000 +0900
28 -@@ -1696,6 +1696,7 @@
29 -
30 - QT_CONFIG_OPTS="release"
31 - fi
32 -+QT_CONFIG_OPTS="$QT_CONFIG_OPTS nostrip"
33 -
34 - AC_ARG_ENABLE(warnings-into-error,
35 - AC_HELP_STRING([--enable-warnings-into-error],
36
37 diff --git a/app-i18n/uim/files/uim-1.8.6-gentoo.patch b/app-i18n/uim/files/uim-1.8.6-gentoo.patch
38 new file mode 100644
39 index 00000000000..0feee5a7099
40 --- /dev/null
41 +++ b/app-i18n/uim/files/uim-1.8.6-gentoo.patch
42 @@ -0,0 +1,28 @@
43 +--- a/configure.ac
44 ++++ b/configure.ac
45 +@@ -36,6 +36,7 @@
46 + AC_PATH_PROGS(SHA1, sha1 sha1sum)
47 + AC_PATH_PROGS(SED, sed gsed)
48 + AX_PATH_QMAKE4
49 ++PKG_PROG_PKG_CONFIG
50 +
51 + AM_MAINTAINER_MODE
52 +
53 +@@ -1792,7 +1793,7 @@
54 + fi
55 + AX_LANG_WNOERROR # end AC_LANG_WERROR
56 +
57 +- QT_CONFIG_OPTS="debug"
58 ++ QT_CONFIG_OPTS="debug nostrip"
59 + else
60 + CFLAGS="$CFLAGS -DNDEBUG"
61 + CXXFLAGS="$CXXFLAGS -DNDEBUG"
62 +@@ -1810,7 +1811,7 @@
63 + AX_CFLAGS_GCC_OPTION([-Wno-unused-variable], [SCIM_CFLAGS])
64 + AX_LANG_WNOERROR # end AC_LANG_WERROR
65 +
66 +- QT_CONFIG_OPTS="release"
67 ++ QT_CONFIG_OPTS="release nostrip"
68 + fi
69 +
70 + AC_ARG_ENABLE(warnings-into-error,
71
72 diff --git a/app-i18n/uim/files/uim-1.5.4-zhTW.patch b/app-i18n/uim/files/uim-zh-TW.patch
73 similarity index 79%
74 rename from app-i18n/uim/files/uim-1.5.4-zhTW.patch
75 rename to app-i18n/uim/files/uim-zh-TW.patch
76 index 3836a210caa..f7385001317 100644
77 --- a/app-i18n/uim/files/uim-1.5.4-zhTW.patch
78 +++ b/app-i18n/uim/files/uim-zh-TW.patch
79 @@ -1,6 +1,5 @@
80 -diff -Naur uim-1.5.4.orig/xim/convdisp.cpp uim-1.5.4/xim/convdisp.cpp
81 ---- uim-1.5.4.orig/xim/convdisp.cpp 2008-02-13 23:43:42.000000000 +0900
82 -+++ uim-1.5.4/xim/convdisp.cpp 2008-12-10 02:04:35.000000000 +0900
83 +--- a/xim/convdisp.cpp
84 ++++ b/xim/convdisp.cpp
85 @@ -69,7 +69,7 @@
86 #endif
87
88
89 diff --git a/app-i18n/uim/uim-1.8.6-r1.ebuild b/app-i18n/uim/uim-1.8.6-r1.ebuild
90 index a976c85b750..8ede2635d9f 100644
91 --- a/app-i18n/uim/uim-1.8.6-r1.ebuild
92 +++ b/app-i18n/uim/uim-1.8.6-r1.ebuild
93 @@ -80,8 +80,8 @@ RDEPEND="${CDEPEND}
94 )"
95
96 PATCHES=(
97 - "${FILESDIR}"/${PN}-1.6.0-gentoo.patch
98 - "${FILESDIR}"/${PN}-1.5.4-zhTW.patch
99 + "${FILESDIR}"/${P}-gentoo.patch
100 + "${FILESDIR}"/${PN}-zh-TW.patch
101 )
102 DOCS=( AUTHORS NEWS README RELNOTE )
103
104
105 diff --git a/app-i18n/uim/uim-1.8.6-r2.ebuild b/app-i18n/uim/uim-1.8.6-r2.ebuild
106 index 35e99a234b8..f2b009491e2 100644
107 --- a/app-i18n/uim/uim-1.8.6-r2.ebuild
108 +++ b/app-i18n/uim/uim-1.8.6-r2.ebuild
109 @@ -83,9 +83,9 @@ RDEPEND="${CDEPEND}
110 )"
111
112 PATCHES=(
113 - "${FILESDIR}"/${PN}-1.6.0-gentoo.patch
114 - "${FILESDIR}"/${PN}-1.5.4-zhTW.patch
115 + "${FILESDIR}"/${P}-gentoo.patch
116 "${FILESDIR}"/${P}-libressl.patch
117 + "${FILESDIR}"/${PN}-zh-TW.patch
118 )
119 DOCS=( AUTHORS NEWS README RELNOTE )