app-i18n/scim-pinyin: drop EAPI=0 ebuild
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 19:50:56 +0000 (15:50 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 22:36:59 +0000 (18:36 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-i18n/scim-pinyin/Manifest
app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild [deleted file]

index 48ca5aa2bdc96ea68a98bb9ad35470330025c82f..21392e9dfae627cbeaee8e7495e7afef6b90bc64 100644 (file)
@@ -1,2 +1 @@
-DIST scim-pinyin-0.5.91.tar.gz 5492055 BLAKE2B 8eb01602f4421c397d6c408c1513c0691a98f10d3f47ed54eed9a39303d9a0eb804d4de2f744e25808c83b8aa9be232482caaaa829b8becc8ee10e4cf67373f2 SHA512 ec4498c68cc7ef913b890eb881c73ffd790a5d8d8d48a0a2c32ceda942a7f359fc4bd181199b5333156119484d53d17396b48026fc7913105cfa10c92dd4548b
 DIST scim-pinyin-0.5.92.tar.gz 4769203 BLAKE2B 413a196d175536a044bdf4922bf1f3de6051f7e3cb61131153cab6c15e2301e373bfdd037d3e70c2893f66c29f955696e94bb9c75d1e686ca549d26716de0c47 SHA512 6af20b925c45ca355e12eeb59285e3327c2195038078a0e1741870395dc5a8f7dae60b8c9cd77919fbad94c27e123b9e58439f7011277439f9914d1a543a805f
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 (file)
index 3b1c1c0..0000000
+++ /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
-}