commit:     3411d43fbf4046913e9daf0dd13239f4716ba970
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 14:07:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 19:37:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3411d43f

app-i18n/sunpinyin: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-i18n/sunpinyin/Manifest                        |  1 -
 .../sunpinyin/files/sunpinyin-2.0.4-gcc-6.patch    | 21 ----------
 .../sunpinyin/files/sunpinyin-2.0.4-pod2man.patch  | 16 --------
 .../sunpinyin-2.0.4_pre20130108-r2.ebuild          | 46 ----------------------
 4 files changed, 84 deletions(-)

diff --git a/app-i18n/sunpinyin/Manifest b/app-i18n/sunpinyin/Manifest
index a9b7dd0fb6c..91033393128 100644
--- a/app-i18n/sunpinyin/Manifest
+++ b/app-i18n/sunpinyin/Manifest
@@ -1,3 +1,2 @@
-DIST sunpinyin-2.0.4_pre20130108.tar.xz 964764 BLAKE2B 
2c9d2e3fc02009ad10784c9408434c6806d1403026fb27629701650fe0e8a69c5580050846cf5c3b870215b8bfd68fe9c52d8bdaf83c41e523224463af9cf530
 SHA512 
7c1dd7db8b800e9d436746a560a16de2c6777576868f2e7e28f6dcb767b91ccd62b974f9d4ce6bd6ce80d30e1ee83887c3ee03c227e7e9fa59c01db4867465b2
 DIST sunpinyin-2.0.4_pre20200306162733.tar.gz 547519 BLAKE2B 
6e0e4457217d7b85221cab15173f588a5c7c039208a8f6cd48ed5fb21c5b5eae2f4616d6fddbf6eff8a006193097de26c866d5385d4602f41059ee8d7e52a2d5
 SHA512 
e8cf73aeca8dcbc7dd6f51f034a9a0363201bc14a814800e071c987933935b0e8039aa84178a6bd1cba1c7dee4b25b2d5546e78ea683e68e8981afea48fdab33
 DIST sunpinyin-3.0.0_rc1.tar.gz 547138 BLAKE2B 
682e733241d690d1fef8ce452c497a894c5ab61bf5298c1f292ce3a25a681d594744db43ebd51b3e59274cce0e47a1bce15a793f2c20e2998915c3432f2a7c32
 SHA512 
c9d4936de5835a7f02e52c5b32bf1a42d76bf7588449aaa813f3df7ab2d72f3ca0f4e18f74a60be4860f0724b5e05cbe567c67e6f3150b0e71b23b3a9002fc5e

diff --git a/app-i18n/sunpinyin/files/sunpinyin-2.0.4-gcc-6.patch 
b/app-i18n/sunpinyin/files/sunpinyin-2.0.4-gcc-6.patch
deleted file mode 100644
index 0bceb38318b..00000000000
--- a/app-i18n/sunpinyin/files/sunpinyin-2.0.4-gcc-6.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://bugs.gentoo.org/553796
-
-Author: Peter Levine <[email protected]>
-
---- a/src/slm/tslmpack/common.h
-+++ b/src/slm/tslmpack/common.h
-@@ -53,10 +53,10 @@
- typedef std::map<float, int> RealIndexMap;  // map real values to their 
indices
- typedef std::map<std::string, unsigned int> TLexicon; // map word to wid
- 
--#define EffectivePr(a)  (float((usingLogPr) ? ((a) / log(2.0)) : 
(-log2((a)))))
--#define OriginalPr(b)   (float((usingLogPr) ? ((b) * log(2.0)) : 
(exp2(-(b)))))
--#define EffectiveBow(a) (float((usingLogPr) ? (exp(-(a))) : ((a))))
--#define OriginalBow(b)  (float((usingLogPr) ? (-log((b))) : ((b))))
-+#define EffectivePr(a)  (float((usingLogPr) ? ((a) / logf(2.0f)) : 
(-log2f((a)))))
-+#define OriginalPr(b)   (float((usingLogPr) ? ((b) * logf(2.0f)) : 
(exp2f(-(b)))))
-+#define EffectiveBow(a) (float((usingLogPr) ? (expf(-(a))) : ((a))))
-+#define OriginalBow(b)  (float((usingLogPr) ? (-logf((b))) : ((b))))
- 
- #endif //_SLM_PACK_COMMON_H
- 

diff --git a/app-i18n/sunpinyin/files/sunpinyin-2.0.4-pod2man.patch 
b/app-i18n/sunpinyin/files/sunpinyin-2.0.4-pod2man.patch
deleted file mode 100644
index 36e69d2deda..00000000000
--- a/app-i18n/sunpinyin/files/sunpinyin-2.0.4-pod2man.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.debian.org/790287
-https://code.google.com/p/sunpinyin/issues/detail?id=327
-
-Author: Guo Yixuan <[email protected]>
-
---- a/man/SConscript
-+++ b/man/SConscript
-@@ -1,7 +1,7 @@
- import os
- Import('env')
- 
--pod2man = Builder(action = 'pod2man < $SOURCE > $TARGET')
-+pod2man = Builder(action = 'pod2man $SOURCE $TARGET')
- env.Append(BUILDERS = {'Man': pod2man})
- 
- env.Man('mmseg.1', 'mmseg.pod')

diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r2.ebuild 
b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r2.ebuild
deleted file mode 100644
index 34f908fd980..00000000000
--- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-any-r1 scons-utils toolchain-funcs
-
-DESCRIPTION="A Statistical Language Model based Chinese input method library"
-HOMEPAGE="https://github.com/sunpinyin/sunpinyin";
-SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz";
-
-LICENSE="LGPL-2.1 CDDL"
-SLOT="0/3"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-db/sqlite:3"
-DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-PDEPEND="<=app-i18n/sunpinyin-data-20130220"
-
-PATCHES=(
-       "${FILESDIR}"/${P/_pre*}-gcc-6.patch
-       "${FILESDIR}"/${P/_pre*}-pod2man.patch
-)
-
-src_prepare() {
-       sed -i "/^docdir/s/${PN}/${PF}/" SConstruct
-
-       default
-       tc-export CXX
-}
-
-src_compile() {
-       escons \
-               --prefix="${EPREFIX}"/usr \
-               --libdir="${EPREFIX}"/usr/$(get_libdir)
-}
-
-src_install() {
-       escons --install-sandbox="${D}" install
-}

Reply via email to