diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-08-09 22:27:53 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-08-09 22:27:53 +0900 |
commit | 8ce0fac29489a46f603d925301a88571a2f90025 (patch) | |
tree | a0713824026d0dc6ac0f11a7a4d67623b9aa744d /app-i18n/xsunpinyin | |
parent | app-i18n/ibus-sunpinyin: new upstream release (diff) | |
download | gentoo-8ce0fac29489a46f603d925301a88571a2f90025.tar.gz gentoo-8ce0fac29489a46f603d925301a88571a2f90025.tar.bz2 gentoo-8ce0fac29489a46f603d925301a88571a2f90025.zip |
app-i18n/xsunpinyin: drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/xsunpinyin')
-rw-r--r-- | app-i18n/xsunpinyin/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/xsunpinyin/files/xsunpinyin-2.0.3-force-switch.patch | 45 | ||||
-rw-r--r-- | app-i18n/xsunpinyin/xsunpinyin-2.0.3-r3.ebuild | 31 |
3 files changed, 0 insertions, 77 deletions
diff --git a/app-i18n/xsunpinyin/Manifest b/app-i18n/xsunpinyin/Manifest index 3d23a44546de..d42f82335ff4 100644 --- a/app-i18n/xsunpinyin/Manifest +++ b/app-i18n/xsunpinyin/Manifest @@ -1,2 +1 @@ DIST sunpinyin-2.0.4_pre20130108.tar.xz 964764 BLAKE2B 2c9d2e3fc02009ad10784c9408434c6806d1403026fb27629701650fe0e8a69c5580050846cf5c3b870215b8bfd68fe9c52d8bdaf83c41e523224463af9cf530 SHA512 7c1dd7db8b800e9d436746a560a16de2c6777576868f2e7e28f6dcb767b91ccd62b974f9d4ce6bd6ce80d30e1ee83887c3ee03c227e7e9fa59c01db4867465b2 -DIST xsunpinyin-2.0.3.tar.gz 128835 BLAKE2B b8f3dd0b7efd0e40d54ee15085e4f1e7e2fff0d4f22845d7e043012f761e358e97843d1f3a26b85e49303afa86fb4a8263974f6f761d192b44bd88a1a0eef18f SHA512 71bc1677d545ecbd8572c9ba1877d091a2a58154eb326623ed240701f98a70ec29245e98d684a30aad46445e6c461359663ba3778e7f5c42469f0bea6e2bc419 diff --git a/app-i18n/xsunpinyin/files/xsunpinyin-2.0.3-force-switch.patch b/app-i18n/xsunpinyin/files/xsunpinyin-2.0.3-force-switch.patch deleted file mode 100644 index 04f70e2d2aad..000000000000 --- a/app-i18n/xsunpinyin/files/xsunpinyin-2.0.3-force-switch.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff --git a/wrapper/xim/SConstruct b/wrapper/xim/SConstruct -index 9d1cafd..495871d 100644 ---- a/wrapper/xim/SConstruct -+++ b/wrapper/xim/SConstruct -@@ -32,7 +32,7 @@ imdkit_sources = ['IMdkit/FrameMgr.c', - 'IMdkit/IMValues.c'] - - --cflags='-O2 -g -pipe' -+cflags='-O2 -g -pipe ' - - # options - AddOption('--prefix', dest='prefix', type='string', nargs=1, action='store', -@@ -52,7 +52,6 @@ def PassVariables(envvar, env): - - env = Environment(ENV=os.environ, - CFLAGS=cflags, CXXFLAGS=cflags, -- LINKFLAGS=['-export-dynamic'], - CPPPATH=['.', 'IMdkit']) - opts.Update(env) - -@@ -62,11 +61,6 @@ if GetOption('prefix') is not None: - - opts.Save('configure.conf', env) - -- --# set rpath --if GetOption('rpath') is not None: -- env.Append(LINKFLAGS='-Wl,-R -Wl,%s' % GetOption('rpath')) -- - envvar = [('CC', 'CC'), - ('CXX', 'CXX'), - ('CFLAGS', 'CFLAGS'), -@@ -83,7 +77,11 @@ extra_cflags += ' -DSUNPINYIN_XIM_SETTING_DIR=\\"%s\\"' % data_dir - - env.Append(CFLAGS=extra_cflags) - env.Append(CXXFLAGS=extra_cflags) -+env.Append(LINKFLAGS=' -export-dynamic') - -+# set rpath -+if GetOption('rpath') is not None: -+ env.Append(LINKFLAGS=' -Wl,-R -Wl,%s' % GetOption('rpath')) - - # - #==============================configure================================ diff --git a/app-i18n/xsunpinyin/xsunpinyin-2.0.3-r3.ebuild b/app-i18n/xsunpinyin/xsunpinyin-2.0.3-r3.ebuild deleted file mode 100644 index 44ee7e7f2fbe..000000000000 --- a/app-i18n/xsunpinyin/xsunpinyin-2.0.3-r3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils scons-utils - -DESCRIPTION="The SunPinyin IMEngine Wrapper for XIM Framework" -HOMEPAGE="https://sunpinyin.googlecode.com" -SRC_URI="${HOMEPAGE}/files/${P}.tar.gz" - -LICENSE="LGPL-2.1 CDDL" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="~app-i18n/sunpinyin-2.0.3 - x11-libs/gtk+:2 - x11-libs/libX11" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-force-switch.patch" -} - -src_compile() { - escons --prefix="/usr" -} - -src_install() { - escons --prefix="/usr" --install-sandbox="${D}" install -} |