summaryrefslogtreecommitdiff
path: root/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild')
-rw-r--r--app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild
deleted file mode 100644
index 3b1c1c0eb32b..000000000000
--- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit autotools eutils
-
-DESCRIPTION="Smart Common Input Method (SCIM) Smart Pinyin Input Method"
-HOMEPAGE="http://www.scim-im.org/"
-SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/libXt
- || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-fixconfigure.patch"
- epatch "${FILESDIR}/${PN}-qt335.patch"
- epatch "${FILESDIR}/${P}-gcc43.patch"
- epatch "${FILESDIR}/${P}-gbk.patch"
-
- AT_M4DIR=m4 AT_NO_RECURSIVE=yes eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable nls) \
- --disable-skim-support \
- --without-arts \
- --disable-static \
- --disable-depedency-tracking \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS NEWS README ChangeLog
-}