summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-02-18 05:17:30 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-02-18 05:17:30 +0000
commit1fbb8aa9144c92c6abc1590cba7f80c7efd1e598 (patch)
treeea8b4cec355476acc5942781138531af09e9e663 /app-i18n
parentChanged SRC_URI for Hebrew, bug 158055. (diff)
downloadgentoo-2-1fbb8aa9144c92c6abc1590cba7f80c7efd1e598.tar.gz
gentoo-2-1fbb8aa9144c92c6abc1590cba7f80c7efd1e598.tar.bz2
gentoo-2-1fbb8aa9144c92c6abc1590cba7f80c7efd1e598.zip
Removed old version.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/uim/ChangeLog5
-rw-r--r--app-i18n/uim/files/digest-uim-0.5.0.13
-rw-r--r--app-i18n/uim/uim-0.5.0.1.ebuild126
3 files changed, 4 insertions, 130 deletions
diff --git a/app-i18n/uim/ChangeLog b/app-i18n/uim/ChangeLog
index b5f77982f535..291d15c2b78b 100644
--- a/app-i18n/uim/ChangeLog
+++ b/app-i18n/uim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/uim
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.157 2007/02/04 05:46:42 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.158 2007/02/18 05:17:30 matsuu Exp $
+
+ 18 Feb 2007; MATSUU Takuto <matsuu@gentoo.org> -uim-0.5.0.1.ebuild:
+ Remove old version.
04 Feb 2007; Steve Dibb <beandog@gentoo.org> uim-1.2.1.ebuild:
amd64 stable, bug 156872
diff --git a/app-i18n/uim/files/digest-uim-0.5.0.1 b/app-i18n/uim/files/digest-uim-0.5.0.1
deleted file mode 100644
index ad7580bc25e5..000000000000
--- a/app-i18n/uim/files/digest-uim-0.5.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 47313b34378f4c24ffd877f4a2b386b9 uim-0.5.0.1.tar.gz 1681257
-RMD160 b7fa954b499b2d0dbddfb39b6e2cbdca0845d71b uim-0.5.0.1.tar.gz 1681257
-SHA256 b9b99ca86f5f211b2ad5eafaed18147142e9d50b7eafc109f570e854bfb4f875 uim-0.5.0.1.tar.gz 1681257
diff --git a/app-i18n/uim/uim-0.5.0.1.ebuild b/app-i18n/uim/uim-0.5.0.1.ebuild
deleted file mode 100644
index 7719165d087d..000000000000
--- a/app-i18n/uim/uim-0.5.0.1.ebuild
+++ /dev/null
@@ -1,126 +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/uim/uim-0.5.0.1.ebuild,v 1.13 2007/01/05 16:35:39 flameeyes Exp $
-
-inherit eutils kde-functions flag-o-matic multilib
-
-MY_P="${P/_/}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="a simple, secure and flexible input method library"
-HOMEPAGE="http://uim.freedesktop.org/"
-SRC_URI="http://uim.freedesktop.org/releases/${MY_P}.tar.gz"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
-IUSE="gtk qt3 immqt immqt-bc nls X m17n-lib canna"
-#IUSE="${IUSE} scim"
-
-RDEPEND="
- X? ( || ( (
- x11-libs/libX11
- x11-libs/libXft
- x11-libs/libXt
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXext
- x11-libs/libXrender
- )
- <virtual/x11-7 ) )
- gtk? ( >=x11-libs/gtk+-2 )
- m17n-lib? ( dev-libs/m17n-lib )
- !app-i18n/uim-svn
- canna? ( app-i18n/canna )
- immqt? ( $(qt_min_version 3.3.4) )
- immqt-bc? ( $(qt_min_version 3.3.4) )
- qt3? ( $(qt_min_version 3.3.4) )
- !<app-i18n/prime-0.9.4"
-
-DEPEND="${RDEPEND}
- dev-lang/perl
- dev-perl/XML-Parser
- >=sys-apps/sed-4
- sys-devel/autoconf
- sys-devel/automake
- sys-devel/libtool
- nls? ( sys-devel/gettext )"
-
-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_unpack() {
- unpack ${A}
-
- cd "${S}"
- # we execute gtk-query-immodules-2.0 in pkg_postinst()
- # to not violate sandbox.
- sed -i -e "/gtk-query-immodules-2.0/s/.*/ :\\\\/g" \
- Makefile.am || die
- use X || sed -i -e '/^SUBDIRS/s/xim//' Makefile.in || die
-}
-
-src_compile() {
- local myconf
- use qt3 && set-qtdir 3
- if use immqt || use immqt-bc ; then
- myconf="${myconf} --with-qt-immodule"
- export CPPFLAGS="${CPPFLAGS} -DQT_THREAD_SUPPORT"
- fi
-
- myconf="${myconf}
- $(use_enable nls)
- $(use_with X x)
- $(use_with gtk gtk2)
- $(use_with m17n-lib m17nlib)
- $(use_with canna)
- $(use_with qt3 qt)"
-
- autoreconf
- libtoolize --copy --force
-
- # --with-scim is not stable enough
- # --with-libedit should be fixed in SVN trunk, but not well tested
- econf ${myconf} --without-scim --without-libedit || die "econf failed"
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS ChangeLog INSTALL* NEWS README*
- dodoc doc/{HELPER-CANDWIN,KEY,UIM-SH}
- use X && dodoc doc/XIM-SERVER
-}
-
-pkg_postinst() {
- elog
- elog "To use uim-anthy you should emerge app-i18n/anthy or app-i18n/anthy-ss."
- elog "To use uim-skk you should emerge app-i18n/skk-jisyo."
- elog "To use uim-prime you should emerge app-i18n/prime."
- elog
-
- ewarn
- ewarn "New input method switcher has been introduced. You need to set"
- ewarn
- ewarn "% GTK_IM_MODULE=uim ; export GTK_IM_MODULE"
- ewarn "% QT_IM_MODULE=uim ; export QT_IM_MODULE"
- ewarn "% XMODIFIERS=@im=uim ; export XMODIFIERS"
- ewarn
- ewarn "If you would like to use uim-anthy as default input method, put"
- ewarn "(define default-im-name 'anthy)"
- ewarn "to your ~/.uim."
- ewarn
- ewarn "All input methods can be found by running uim-im-switcher-gtk"
- ewarn "or uim-im-switcher-qt."
- ewarn
-
- use gtk && gtk-query-immodules-2.0 > ${ROOT}/${GTK2_CONFDIR}/gtk.immodules
-}
-
-pkg_postrm() {
- use gtk && gtk-query-immodules-2.0 > ${ROOT}/${GTK2_CONFDIR}/gtk.immodules
-}