app-i18n/xsunpinyin: drop old
authorAkinori Hattori <hattya@gentoo.org>
Thu, 9 Aug 2018 13:27:53 +0000 (22:27 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Thu, 9 Aug 2018 13:27:53 +0000 (22:27 +0900)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-i18n/xsunpinyin/Manifest
app-i18n/xsunpinyin/files/xsunpinyin-2.0.3-force-switch.patch [deleted file]
app-i18n/xsunpinyin/xsunpinyin-2.0.3-r3.ebuild [deleted file]

index 3d23a44546ded4557661c58687ac096adb81b4af..d42f82335ff417d0f9e3f242c3777189daca4ba9 100644 (file)
@@ -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 (file)
index 04f70e2..0000000
+++ /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 (file)
index 44ee7e7..0000000
+++ /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
-}