From 71a47bdde08611670162ab9c542387ab723296d5 Mon Sep 17 00:00:00 2001 From: Matsuu Takuto Date: Fri, 27 Nov 2009 16:15:55 +0000 Subject: Fixed dependency. (Portage version: 2.1.7.6/cvs/Linux x86_64) --- app-i18n/uim/ChangeLog | 6 +- app-i18n/uim/uim-1.5.6-r1.ebuild | 4 +- app-i18n/uim/uim-1.5.6-r3.ebuild | 203 --------------------------------------- app-i18n/uim/uim-1.5.6-r4.ebuild | 4 +- app-i18n/uim/uim-1.5.7.ebuild | 8 +- 5 files changed, 13 insertions(+), 212 deletions(-) delete mode 100644 app-i18n/uim/uim-1.5.6-r3.ebuild (limited to 'app-i18n') diff --git a/app-i18n/uim/ChangeLog b/app-i18n/uim/ChangeLog index 171b14b0ddbc..7cdda95c2747 100644 --- a/app-i18n/uim/ChangeLog +++ b/app-i18n/uim/ChangeLog @@ -1,6 +1,10 @@ # 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.209 2009/11/23 15:14:17 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.210 2009/11/27 16:15:55 matsuu Exp $ + + 27 Nov 2009; MATSUU Takuto uim-1.5.6-r1.ebuild, + -uim-1.5.6-r3.ebuild, uim-1.5.6-r4.ebuild, uim-1.5.7.ebuild: + Fixed dependency. *uim-1.5.7 (23 Nov 2009) diff --git a/app-i18n/uim/uim-1.5.6-r1.ebuild b/app-i18n/uim/uim-1.5.6-r1.ebuild index 470f577edafa..ea440a7bc55b 100644 --- a/app-i18n/uim/uim-1.5.6-r1.ebuild +++ b/app-i18n/uim/uim-1.5.6-r1.ebuild @@ -1,6 +1,6 @@ # 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.5.6-r1.ebuild,v 1.9 2009/10/25 00:36:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.5.6-r1.ebuild,v 1.10 2009/11/27 16:15:55 matsuu Exp $ EAPI="2" inherit autotools eutils qt3 multilib elisp-common flag-o-matic @@ -39,7 +39,7 @@ RDEPEND="X? ( nls? ( virtual/libintl ) prime? ( app-i18n/prime ) qt3? ( || ( >=x11-libs/qt-3.2.0:3[immqt-bc] >=x11-libs/qt-3.2.0:3[immqt] ) ) - qt4? ( || ( x11-libs/qt-core:4 =x11-libs/qt-4.3*:4 ) ) + qt4? ( x11-libs/qt-gui:4[qt3support] ) !app-i18n/uim-svn !=app-i18n/scim-1.3.0 ) # broken -# sj3? ( >=app-i18n/sj3-2.0.1.21 ) -# wnn? ( app-i18n/wnn ) - -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=sys-devel/gettext-0.15 - X? ( - x11-proto/xextproto - x11-proto/xproto - )" - -RDEPEND="${RDEPEND} - X? ( - media-fonts/font-sony-misc - linguas_zh_CN? ( - || ( media-fonts/font-isas-misc media-fonts/intlfonts ) - ) - linguas_zh_TW? ( - media-fonts/intlfonts - ) - linguas_ja? ( - || ( media-fonts/font-jis-misc media-fonts/intlfonts ) - ) - linguas_ko? ( - || ( media-fonts/font-daewoo-misc media-fonts/intlfonts ) - ) - )" - -SITEFILE=50${PN}-gentoo.el - -pkg_setup() { - # An arch specific config directory is used on multilib systems - has_multilib_profile && GTK2_CONFDIR="/etc/gtk-2.0/${CHOST}" - GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0/} -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.5.4-gentoo.patch" - epatch "${FILESDIR}/${PN}-1.5.4-gcc43.patch" - epatch "${FILESDIR}/${PN}-1.5.4-zhTW.patch" - epatch "${FILESDIR}/${PN}-disable-notify.diff" - - # bug 275420 - sed -i -e "s:\$libedit_path/lib:/$(get_libdir):g" configure.ac || die - eautoconf -} - -src_configure() { - local myconf - - if use gtk && (use anthy || use canna) ; then - myconf="${myconf} --enable-dict" - else - myconf="${myconf} --disable-dict" - fi - - if use qt3 ; then - append-flags -DQT_THREAD_SUPPORT - fi - - if use gtk || use qt3 ; then - myconf="${myconf} --enable-pref" - else - myconf="${myconf} --disable-pref" - fi - - if use anthy ; then - if use unicode ; then - myconf="${myconf} --with-anthy-utf8" - else - myconf="${myconf} --with-anthy" - fi - else - myconf="${myconf} --without-anthy" - fi - - if use libnotify ; then - myconf="${myconf} --enable-notify=libnotify" - fi - - econf $(use_with X x) \ - $(use_with canna) \ - $(use_with eb) \ - $(use_enable emacs) \ - $(use_with emacs lispdir "${SITELISP}") \ - $(use_enable gnome gnome-applet) \ - $(use_with gtk gtk2) \ - $(use_with libedit) \ - --disable-kde-applet \ - $(use_with m17n-lib m17nlib) \ - $(use_enable ncurses fep) \ - $(use_enable nls) \ - $(use_with prime) \ - $(use_with qt3 qt) \ - $(use_with qt3 qt-immodule) \ - $(use_with qt4 qt4-immodule) \ - $(use_with xft) \ - ${myconf} || die "econf failed" -} - -src_compile() { - emake || die "emake failed" - - if use emacs; then - cd emacs - elisp-compile *.el || die "elisp-compile failed" - fi -} - -src_install() { - # parallel make install b0rked, bug #222677 - emake -j1 INSTALL_ROOT="${D}" DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog* NEWS README RELNOTE - if use emacs; then - elisp-install uim-el emacs/*.elc || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" uim-el \ - || die "elisp-site-file-install failed" - fi -} - -pkg_postinst() { - elog - elog "To use uim-skk you should emerge app-i18n/skk-jisyo." - elog - elog "New input method switcher has been introduced. You need to set" - elog - elog "% GTK_IM_MODULE=uim ; export GTK_IM_MODULE" - elog "% QT_IM_MODULE=uim ; export QT_IM_MODULE" - elog "% XMODIFIERS=@im=uim ; export XMODIFIERS" - elog - elog "If you would like to use uim-anthy as default input method, put" - elog "(define default-im-name 'anthy)" - elog "to your ~/.uim." - elog - elog "All input methods can be found by running uim-im-switcher-gtk" - elog "or uim-im-switcher-qt." - elog - elog "If you upgrade from a version of uim older than 1.4.0," - elog "you should run revdep-rebuild." - - use gtk && gtk-query-immodules-2.0 > "${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 -} diff --git a/app-i18n/uim/uim-1.5.6-r4.ebuild b/app-i18n/uim/uim-1.5.6-r4.ebuild index 92ce0978b374..54ceb80a4cf6 100644 --- a/app-i18n/uim/uim-1.5.6-r4.ebuild +++ b/app-i18n/uim/uim-1.5.6-r4.ebuild @@ -1,6 +1,6 @@ # 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.5.6-r4.ebuild,v 1.1 2009/11/20 17:09:48 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.5.6-r4.ebuild,v 1.2 2009/11/27 16:15:55 matsuu Exp $ EAPI="2" inherit autotools eutils qt3 multilib elisp-common flag-o-matic @@ -39,7 +39,7 @@ RDEPEND="X? ( nls? ( virtual/libintl ) prime? ( app-i18n/prime ) qt3? ( || ( >=x11-libs/qt-3.2.0:3[immqt-bc] >=x11-libs/qt-3.2.0:3[immqt] ) ) - qt4? ( || ( x11-libs/qt-core:4 =x11-libs/qt-4.3*:4 ) ) + qt4? ( x11-libs/qt-gui:4[qt3support] ) !app-i18n/uim-svn !