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/ibus-sunpinyin/files/
Date: Sat, 12 Aug 2017 13:35:38
Message-Id: 1502544870.d76507633f7d4e2e7ccc54408c97d1e942ff65b6.hattya@gentoo
1 commit: d76507633f7d4e2e7ccc54408c97d1e942ff65b6
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 15:59:19 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 12 13:34:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7650763
7
8 app-i18n/ibus-sunpinyin: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5339
11
12 .../files/ibus-sunpinyin-2.0.3-force-switch.patch | 33 ----------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/app-i18n/ibus-sunpinyin/files/ibus-sunpinyin-2.0.3-force-switch.patch b/app-i18n/ibus-sunpinyin/files/ibus-sunpinyin-2.0.3-force-switch.patch
16 deleted file mode 100644
17 index 66b0165b9eb..00000000000
18 --- a/app-i18n/ibus-sunpinyin/files/ibus-sunpinyin-2.0.3-force-switch.patch
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -diff --git a/wrapper/ibus/SConstruct b/wrapper/ibus/SConstruct
22 -index 92b1094..3e1166f 100644
23 ---- a/wrapper/ibus/SConstruct
24 -+++ b/wrapper/ibus/SConstruct
25 -@@ -14,7 +14,7 @@ sources = ['src/debug.cpp',
26 -
27 - locales = ['zh_CN']
28 -
29 --cflags = '-O2 -g -pipe'
30 -+cflags = '-O2 -g -pipe '
31 - version = '2.0.3'
32 -
33 - AddOption('--prefix', dest='prefix', metavar='DIR',
34 -@@ -62,9 +62,6 @@ if GetOption('datadir') is not None:
35 -
36 - opts.Save('configure.conf', env)
37 -
38 --if GetOption('rpath') is not None:
39 -- env.Append(LINKFLAGS='-Wl,-R -Wl,%s' % GetOption('rpath'))
40 --
41 - envvar = [('CC', 'CC'),
42 - ('CXX', 'CXX'),
43 - ('CFLAGS', 'CFLAGS'),
44 -@@ -85,6 +82,9 @@ extra_cflags += ' -DGETTEXT_PACKAGE=\'"%s"\'' % gettext_package
45 - env.Append(CFLAGS=extra_cflags)
46 - env.Append(CXXFLAGS=extra_cflags)
47 -
48 -+if GetOption('rpath') is not None:
49 -+ env.Append(LINKFLAGS=' -Wl,-R -Wl,%s' % GetOption('rpath'))
50 -+
51 - #
52 - #==============================configure================================
53 - #