summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild')
-rw-r--r--app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild b/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild
deleted file mode 100644
index 05e59a86971e..000000000000
--- a/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild,v 1.8 2007/01/05 16:25:39 flameeyes Exp $
-
-DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
-HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/16945/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
- || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )"
-RDEPEND="${DEPEND}
- app-dicts/kasumi"
-DEPEND="${DEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc AUTHORS THANKS README
-}
-
-pkg_postinst() {
- elog
- elog "To use SCIM, you should use the following in your user startup scripts"
- elog "such as .gnomerc or .xinitrc:"
- elog
- elog "LANG='your_language' scim -d"
- elog "export XMODIFIERS=@im=SCIM"
- elog "export GTK_IM_MODULE=scim"
- elog "export QT_IM_MODULE=scim"
- elog
-}