diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-10-19 22:33:04 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-10-23 13:24:39 -0400 |
commit | 5d15db2d07b72e4a8f823086d3e2181cfdbeff2a (patch) | |
tree | c58ece43f7cfe877deb9406163ea131711a0bcc4 /app-i18n/sunpinyin | |
parent | app-i18n/rime-data: Use EAPI="6". Minor cleanup. (diff) | |
download | gentoo-5d15db2d07b72e4a8f823086d3e2181cfdbeff2a.tar.gz gentoo-5d15db2d07b72e4a8f823086d3e2181cfdbeff2a.tar.bz2 gentoo-5d15db2d07b72e4a8f823086d3e2181cfdbeff2a.zip |
app-i18n/sunpinyin: Delete old version (2.0.4_pre20130108).
Diffstat (limited to 'app-i18n/sunpinyin')
-rw-r--r-- | app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild deleted file mode 100644 index afa03b36a59b..000000000000 --- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils multilib 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/1" -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" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.4-pod2man.patch - epatch_user -} - -src_configure() { - tc-export CXX - myesconsargs=( - --prefix="${EPREFIX}"/usr - --libdir="${EPREFIX}"/usr/$(get_libdir) - ) -} - -src_compile() { - escons -} - -src_install() { - escons --install-sandbox="${D}" install - rm -rf "${D}"/usr/share/doc/${PN} || die - dodoc doc/{README,SLM-inst.mk,SLM-train.mk} -} |