From d685a58b3b4afc2e285dae42fbfee7dfb93eee1d Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 31 Dec 2009 15:54:40 +0000 Subject: resurrect uim-1.4.2.ebuild which is still in use (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force) --- app-i18n/uim/ChangeLog | 5 +- app-i18n/uim/uim-1.4.2.ebuild | 157 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 161 insertions(+), 1 deletion(-) create mode 100644 app-i18n/uim/uim-1.4.2.ebuild (limited to 'app-i18n/uim') diff --git a/app-i18n/uim/ChangeLog b/app-i18n/uim/ChangeLog index b010fcb6e68b..bb1356da468b 100644 --- a/app-i18n/uim/ChangeLog +++ b/app-i18n/uim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/uim # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.213 2009/12/31 14:07:15 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.214 2009/12/31 15:54:40 mr_bones_ Exp $ + + 31 Dec 2009; Michael Sterrett +uim-1.4.2.ebuild: + resurrect uim-1.4.2.ebuild which is still in use 31 Dec 2009; Brent Baude uim-1.5.7.ebuild: Marking uim-1.5.7 ppc64 for bug 298221 diff --git a/app-i18n/uim/uim-1.4.2.ebuild b/app-i18n/uim/uim-1.4.2.ebuild new file mode 100644 index 000000000000..a59a794cce4d --- /dev/null +++ b/app-i18n/uim/uim-1.4.2.ebuild @@ -0,0 +1,157 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.4.2.ebuild,v 1.12 2009/12/31 15:54:40 mr_bones_ Exp $ + +EAPI=1 +inherit eutils qt3 multilib elisp-common flag-o-matic + +DESCRIPTION="Simple, secure and flexible input method library" +HOMEPAGE="http://code.google.com/p/uim/" +SRC_URI="http://uim.googlecode.com/files/${P}.tar.bz2" + +LICENSE="BSD GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 hppa ppc ppc64 ~sparc x86" +IUSE="anthy canna eb emacs gnome gtk libedit m17n-lib ncurses nls prime qt3 X linguas_zh_CN linguas_ja linguas_ko" + +RDEPEND="X? ( x11-libs/libX11 + x11-libs/libXft + x11-libs/libXt + x11-libs/libICE + x11-libs/libSM + x11-libs/libXext + x11-libs/libXrender ) + anthy? ( || ( app-i18n/anthy app-i18n/anthy-ss ) ) + canna? ( app-i18n/canna ) + eb? ( dev-libs/eb ) + emacs? ( virtual/emacs ) + gnome? ( >=gnome-base/gnome-panel-2.14 ) + gtk? ( >=x11-libs/gtk+-2.4 ) + libedit? ( dev-libs/libedit ) + m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 ) + ncurses? ( sys-libs/ncurses ) + nls? ( virtual/libintl ) + prime? ( app-i18n/prime ) + qt3? ( x11-libs/qt:3 ) + !app-i18n/uim-svn + ! "${ROOT}/${GTK2_CONFDIR}/gtk.immodules" + if use emacs; then + elisp-site-regen + echo + elog "uim is autoloaded with Emacs with a minimal set of features:" + elog "There is no keybinding defined to call it directly, so please" + elog "create one yourself and choose an input method." + elog "Integration with LEIM is not done with this ebuild, please have" + elog "a look at the documentation how to achieve this." + fi +} + +pkg_postrm() { + use gtk && gtk-query-immodules-2.0 > "${ROOT}/${GTK2_CONFDIR}/gtk.immodules" + use emacs && elisp-site-regen +} -- cgit v1.2.3-65-gdbad