Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/sunpinyin/
Date: Mon, 23 Oct 2017 17:24:58
Message-Id: 1508779479.5d15db2d07b72e4a8f823086d3e2181cfdbeff2a.floppym@gentoo
1 commit: 5d15db2d07b72e4a8f823086d3e2181cfdbeff2a
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Oct 19 20:33:04 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 17:24:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d15db2d
7
8 app-i18n/sunpinyin: Delete old version (2.0.4_pre20130108).
9
10 .../sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild | 46 ----------------------
11 1 file changed, 46 deletions(-)
12
13 diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild
14 deleted file mode 100644
15 index afa03b36a59..00000000000
16 --- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild
17 +++ /dev/null
18 @@ -1,46 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -PYTHON_COMPAT=( python2_7 )
24 -inherit eutils multilib python-any-r1 scons-utils toolchain-funcs
25 -
26 -DESCRIPTION="A Statistical Language Model based Chinese input method library"
27 -HOMEPAGE="https://github.com/sunpinyin/sunpinyin"
28 -SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
29 -
30 -LICENSE="LGPL-2.1 CDDL"
31 -SLOT="0/1"
32 -KEYWORDS="amd64 ~ppc ppc64 ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="dev-db/sqlite:3"
36 -DEPEND="${RDEPEND}
37 - ${PYTHON_DEPS}
38 - dev-util/intltool
39 - sys-devel/gettext
40 - virtual/pkgconfig"
41 -PDEPEND="app-i18n/sunpinyin-data"
42 -
43 -src_prepare() {
44 - epatch "${FILESDIR}"/${PN}-2.0.4-pod2man.patch
45 - epatch_user
46 -}
47 -
48 -src_configure() {
49 - tc-export CXX
50 - myesconsargs=(
51 - --prefix="${EPREFIX}"/usr
52 - --libdir="${EPREFIX}"/usr/$(get_libdir)
53 - )
54 -}
55 -
56 -src_compile() {
57 - escons
58 -}
59 -
60 -src_install() {
61 - escons --install-sandbox="${D}" install
62 - rm -rf "${D}"/usr/share/doc/${PN} || die
63 - dodoc doc/{README,SLM-inst.mk,SLM-train.mk}
64 -}