From 91f846c196407fff34d7cd69e47e868b21d51845 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Fri, 7 May 2004 18:08:37 +0000 Subject: Version bumped. --- app-i18n/uim-fep/ChangeLog | 8 ++++- app-i18n/uim-fep/Manifest | 6 ++-- app-i18n/uim-fep/files/digest-uim-fep-0.1.9 | 1 - app-i18n/uim-fep/files/digest-uim-fep-0.2.3 | 1 + app-i18n/uim-fep/uim-fep-0.1.9.ebuild | 45 ----------------------------- app-i18n/uim-fep/uim-fep-0.2.3.ebuild | 45 +++++++++++++++++++++++++++++ 6 files changed, 56 insertions(+), 50 deletions(-) delete mode 100644 app-i18n/uim-fep/files/digest-uim-fep-0.1.9 create mode 100644 app-i18n/uim-fep/files/digest-uim-fep-0.2.3 delete mode 100644 app-i18n/uim-fep/uim-fep-0.1.9.ebuild create mode 100644 app-i18n/uim-fep/uim-fep-0.2.3.ebuild (limited to 'app-i18n/uim-fep') diff --git a/app-i18n/uim-fep/ChangeLog b/app-i18n/uim-fep/ChangeLog index d3f88f48054b..a8677ec24f66 100644 --- a/app-i18n/uim-fep/ChangeLog +++ b/app-i18n/uim-fep/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/uim-fep # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-fep/ChangeLog,v 1.2 2004/05/02 11:47:49 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-fep/ChangeLog,v 1.3 2004/05/07 18:08:37 usata Exp $ + +*uim-fep-0.2.3 (08 May 2004) + + 08 May 2004; Mamoru KOMACHI uim-fep-0.1.9.ebuild, + uim-fep-0.2.3.ebuild: + Version bumped. 02 May 2004; David Holm uim-fep-0.1.9.ebuild: Added to ~ppc. diff --git a/app-i18n/uim-fep/Manifest b/app-i18n/uim-fep/Manifest index a952c776cd88..6a8b732096c6 100644 --- a/app-i18n/uim-fep/Manifest +++ b/app-i18n/uim-fep/Manifest @@ -1,4 +1,4 @@ -MD5 c0c490d034d31f3ee23ca96170ff94b6 ChangeLog 418 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 -MD5 e2f00355a355850c084ab48ec44d6e34 uim-fep-0.1.9.ebuild 1116 -MD5 2e0247f5f2356caf639016b4d4313d6e files/digest-uim-fep-0.1.9 64 +MD5 8856fac3a65592a5112daafa32ac5cbc ChangeLog 562 +MD5 2c46207441e645a8cdbd93da7bdf5e6e uim-fep-0.2.3.ebuild 1116 +MD5 ccfa8de992b316f4ed7a19c78f48a836 files/digest-uim-fep-0.2.3 64 diff --git a/app-i18n/uim-fep/files/digest-uim-fep-0.1.9 b/app-i18n/uim-fep/files/digest-uim-fep-0.1.9 deleted file mode 100644 index 591cbdfbadc0..000000000000 --- a/app-i18n/uim-fep/files/digest-uim-fep-0.1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 d1d62ed5433dca31e818e80465a96fcb uim-fep-0.1.9.tar.gz 79731 diff --git a/app-i18n/uim-fep/files/digest-uim-fep-0.2.3 b/app-i18n/uim-fep/files/digest-uim-fep-0.2.3 new file mode 100644 index 000000000000..6763940dbf76 --- /dev/null +++ b/app-i18n/uim-fep/files/digest-uim-fep-0.2.3 @@ -0,0 +1 @@ +MD5 64fb23ee871b39eb650837dc901e9d5c uim-fep-0.2.3.tar.gz 81372 diff --git a/app-i18n/uim-fep/uim-fep-0.1.9.ebuild b/app-i18n/uim-fep/uim-fep-0.1.9.ebuild deleted file mode 100644 index 289fb5d2195b..000000000000 --- a/app-i18n/uim-fep/uim-fep-0.1.9.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-fep/uim-fep-0.1.9.ebuild,v 1.2 2004/05/02 11:47:49 dholm 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" - -DEPEND=">=app-i18n/uim-0.3.4.2 - 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 -} diff --git a/app-i18n/uim-fep/uim-fep-0.2.3.ebuild b/app-i18n/uim-fep/uim-fep-0.2.3.ebuild new file mode 100644 index 000000000000..c900c4b5fb6d --- /dev/null +++ b/app-i18n/uim-fep/uim-fep-0.2.3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-fep/uim-fep-0.2.3.ebuild,v 1.1 2004/05/07 18:08:37 usata 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" + +DEPEND=">=app-i18n/uim-0.3.4.2 + 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 +} -- cgit v1.2.3-65-gdbad