+++ /dev/null
-# ChangeLog for app-i18n/uim-fep
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-fep/ChangeLog,v 1.16 2005/04/24 11:20:40 hansmi Exp $
-
- 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> uim-fep-0.3.7.ebuild:
- Stable on ppc.
-
-*uim-fep-0.4.0 (04 Aug 2004)
-
- 04 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> -uim-fep-0.3.0.ebuild,
- -uim-fep-0.3.5.ebuild, uim-fep-0.3.7.ebuild, +uim-fep-0.4.0.ebuild:
- Version bumped.
-
- 10 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> uim-fep-0.3.0.ebuild,
- uim-fep-0.3.5.ebuild, uim-fep-0.3.7.ebuild:
- Block >=app-i18n/uim-0.4.0 since uim-fep is included.
-
-*uim-fep-0.3.7 (05 Jul 2004)
-
- 05 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> +uim-fep-0.3.7.ebuild:
- Version bumped.
-
-*uim-fep-0.3.5 (26 Jun 2004)
-
- 26 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> -uim-fep-0.3.2.ebuild,
- -uim-fep-0.3.4.ebuild, +uim-fep-0.3.5.ebuild:
- Version bumped. Added to ~alpha
-
-*uim-fep-0.3.4 (21 Jun 2004)
-
- 21 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> +uim-fep-0.3.4.ebuild:
- Version bumped.
-
-*uim-fep-0.3.2 (14 Jun 2004)
-
- 14 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> -uim-fep-0.2.7.ebuild,
- -uim-fep-0.2.8.ebuild, uim-fep-0.3.0.ebuild, +uim-fep-0.3.2.ebuild:
- Version bumped. Marked 0.3.0 stable on x86. Removed old ebuilds.
-
-*uim-fep-0.3.0 (05 Jun 2004)
-
- 05 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> uim-fep-0.2.7.ebuild,
- uim-fep-0.2.8.ebuild, uim-fep-0.3.0.ebuild:
- Version bumped. Marked previous versions stable on x86.
-
-*uim-fep-0.2.8 (19 May 2004)
-
- 19 May 2004; Mamoru KOMACHI <usata@gentoo.org> uim-fep-0.2.8.ebuild:
- Version bumped.
-
-*uim-fep-0.2.7 (16 May 2004)
-
- 16 May 2004; Mamoru KOMACHI <usata@gentoo.org> uim-fep-0.2.3.ebuild,
- uim-fep-0.2.5.ebuild, uim-fep-0.2.7.ebuild:
- Version bumped. Removed old ebuilds.
-
-*uim-fep-0.2.5 (11 May 2004)
-
- 11 May 2004; Mamoru KOMACHI <usata@gentoo.org> uim-fep-0.2.5.ebuild:
- Version bumped.
-
-*uim-fep-0.2.3 (08 May 2004)
-
- 08 May 2004; Mamoru KOMACHI <usata@gentoo.org> uim-fep-0.1.9.ebuild,
- uim-fep-0.2.3.ebuild:
- Version bumped.
-
- 02 May 2004; David Holm <dholm@gentoo.org> uim-fep-0.1.9.ebuild:
- Added to ~ppc.
-
-*uim-fep-0.1.9 (01 May 2004)
-
- 01 May 2004; Mamoru KOMACHI <usata@gentoo.org> uim-fep-0.1.9.ebuild:
- Initial import.
-
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-fep/uim-fep-0.3.7.ebuild,v 1.5 2005/04/24 11:20:40 hansmi Exp $
-
-IUSE="unicode"
-
-DESCRIPTION="UIM multilingual input method frontend processor for console"
-HOMEPAGE="http://www.ice.nuie.nagoya-u.ac.jp/~h013177b/uim-fep/"
-SRC_URI="http://www.ice.nuie.nagoya-u.ac.jp/~h013177b/uim-fep/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc alpha"
-
-DEPEND=">=app-i18n/uim-0.3.4.2
- !>=app-i18n/uim-0.4.0
- sys-libs/ncurses"
-
-src_compile() {
-
- local myconf
- if use unicode ; then
- myconf="${myconf} --with-enc=utf-8"
- else
- myconf="${myconf} --with-enc=euc-jp"
- fi
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc README COPYING INSTALL
-}
-
-pkg_postinst() {
-
- einfo
- einfo "uim-fep is configured for skk. If you want to change it, you can set"
- einfo "UIM_FEP environment variable to one of skk, prime, anthy, canna,"
- einfo "tcode and tutcode or run uim-fep with -u option with engines listed above."
- einfo
-}
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-fep/uim-fep-0.4.0.ebuild,v 1.2 2005/01/01 14:42:35 eradicator Exp $
-
-IUSE="unicode"
-
-DESCRIPTION="UIM multilingual input method frontend processor for console"
-HOMEPAGE="http://www.ice.nuie.nagoya-u.ac.jp/~h013177b/uim-fep/"
-SRC_URI="http://www.ice.nuie.nagoya-u.ac.jp/~h013177b/uim-fep/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha"
-
-DEPEND=">=app-i18n/uim-0.3.4.2
- sys-libs/ncurses"
-RDEPEND="${DEPEND}
- !>=app-i18n/uim-0.4.0
- !app-i18n/uim-svn"
-
-src_compile() {
-
- local myconf
- if use unicode ; then
- myconf="${myconf} --with-enc=utf-8"
- else
- myconf="${myconf} --with-enc=euc-jp"
- fi
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc README COPYING INSTALL
-}
-
-pkg_postinst() {
-
- einfo
- einfo "uim-fep is configured for skk. If you want to change it, you can set"
- einfo "UIM_FEP environment variable to one of skk, prime, anthy, canna,"
- einfo "tcode and tutcode or run uim-fep with -u option with engines listed above."
- einfo
-}