summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/im-sdk/im-sdk-11.4_p1467.ebuild')
-rw-r--r--app-i18n/im-sdk/im-sdk-11.4_p1467.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/app-i18n/im-sdk/im-sdk-11.4_p1467.ebuild b/app-i18n/im-sdk/im-sdk-11.4_p1467.ebuild
new file mode 100644
index 000000000000..578f0bd673ec
--- /dev/null
+++ b/app-i18n/im-sdk/im-sdk-11.4_p1467.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-sdk/im-sdk-11.4_p1467.ebuild,v 1.1 2004/09/13 20:10:16 usata Exp $
+
+inherit iiimf
+
+IUSE=""
+
+DESCRIPTION="Internet/Intranet Input Method Framework; the next generation of input method framework"
+
+LICENSE="MIT X11 IBM"
+
+KEYWORDS="x86"
+DEPEND="=dev-libs/eimil-${PV}
+ =dev-libs/libiiimcf-${PV}
+ =dev-libs/libiiimp-${PV}
+ =app-i18n/iiimcf-${PV}
+ =app-i18n/iiimsf-${PV}
+ =app-i18n/leif-${PV}"
+RDEPEND="${DEPEND}
+ =dev-libs/csconv-${PV}"
+
+S="${WORKDIR}/${IMSDK}"
+
+src_compile() {
+
+ return
+}
+
+src_install() {
+
+ dodoc ChangeLog README
+ dohtml -r doc/*
+}