summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-20 19:33:37 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-20 19:33:37 +0000
commit6c8b13ee08cf8a4f007ab6c49b85cd3b4e41100d (patch)
tree1f6cb43e16a76670fded1b5af02a2795d5e7b40a /app-i18n
parentRemove old. (diff)
downloadgentoo-2-6c8b13ee08cf8a4f007ab6c49b85cd3b4e41100d.tar.gz
gentoo-2-6c8b13ee08cf8a4f007ab6c49b85cd3b4e41100d.tar.bz2
gentoo-2-6c8b13ee08cf8a4f007ab6c49b85cd3b4e41100d.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-pinyin/ChangeLog7
-rw-r--r--app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild48
2 files changed, 5 insertions, 50 deletions
diff --git a/app-i18n/scim-pinyin/ChangeLog b/app-i18n/scim-pinyin/ChangeLog
index fb776defb1b5..d9beb5412caf 100644
--- a/app-i18n/scim-pinyin/ChangeLog
+++ b/app-i18n/scim-pinyin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/scim-pinyin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.43 2012/08/15 00:02:07 naota Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.44 2015/04/20 19:33:37 mrueg Exp $
+
+ 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -scim-pinyin-0.5.91-r2.ebuild:
+ Remove old.
*scim-pinyin-0.5.92 (15 Aug 2012)
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild
deleted file mode 100644
index 7f13601b6c18..000000000000
--- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild,v 1.8 2012/05/03 19:24:31 jdhore Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="Smart Common Input Method (SCIM) Smart Pinyin Input Method"
-HOMEPAGE="http://www.scim-im.org/"
-SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
-
-IUSE="nls"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc64"
-
-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"
-
- 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 AUTHROS NEWS README ChangeLog
-}