# ChangeLog for app-i18n/libtomoe-gtk
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/ChangeLog,v 1.3 2006/12/02 08:26:20 matsuu Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/ChangeLog,v 1.4 2007/01/06 05:51:39 matsuu Exp $
+
+*libtomoe-gtk-0.5.0 (06 Jan 2007)
+
+ 06 Jan 2007; MATSUU Takuto <matsuu@gentoo.org> +libtomoe-gtk-0.5.0.ebuild:
+ Version bumped.
*libtomoe-gtk-0.4.0 (02 Dec 2006)
--- /dev/null
+MD5 6f3b3eb40b1b03c1272de9ae4242433a libtomoe-gtk-0.5.0.tar.gz 421598
+RMD160 9448a63ec98b5ebe012aebe00a4dc496827c0e6b libtomoe-gtk-0.5.0.tar.gz 421598
+SHA256 26736e193c5d1df0de1f7ab6ba247946e67711392d8fef2850847e4905d37658 libtomoe-gtk-0.5.0.tar.gz 421598
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/libtomoe-gtk-0.5.0.ebuild,v 1.1 2007/01/06 05:51:39 matsuu Exp $
+
+DESCRIPTION="Tomoe GTK+ interface widget library"
+HOMEPAGE="http://tomoe.sourceforge.jp/"
+SRC_URI="mirror://sourceforge.jp/tomoe/23341/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=app-i18n/tomoe-0.4.0
+ >=x11-libs/gtk+-2.4.0
+ >=gnome-extra/gucharmap-1.4.0"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+
+ dodoc AUTHORS ChangeLog NEWS README
+}
# ChangeLog for app-i18n/tomoe
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.3 2006/12/02 08:25:02 matsuu Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.4 2007/01/06 05:50:28 matsuu Exp $
+
+*tomoe-0.5.0 (06 Jan 2007)
+
+ 06 Jan 2007; MATSUU Takuto <matsuu@gentoo.org> +tomoe-0.5.0.ebuild:
+ Version bumped.
*tomoe-0.4.0 (02 Dec 2006)
--- /dev/null
+MD5 8a5abae3a1c388e497c6952e45db5bbd tomoe-0.5.0.tar.gz 3470162
+RMD160 80b1b9d22ce38df6a8075efb7339a0a048e2a247 tomoe-0.5.0.tar.gz 3470162
+SHA256 c4b06d6560d1b3cef0f39afd275196c5e915d25670543b3268ef151f03fc11dd tomoe-0.5.0.tar.gz 3470162
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.5.0.ebuild,v 1.1 2007/01/06 05:50:28 matsuu Exp $
+
+DESCRIPTION="Japanese handwriting recognition engine"
+HOMEPAGE="http://tomoe.sourceforge.jp/"
+SRC_URI="mirror://sourceforge.jp/tomoe/23340/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ruby"
+#IUSE="hyperestraier mysql ruby subversion"
+
+RDEPEND=">=dev-libs/glib-2.4
+ ruby? ( dev-ruby/ruby-glib2 )"
+# hyperestraier? ( app-text/hyperestraier )
+# subversion? ( dev-util/subversion )
+# mysql? ( dev-db/mysql )
+
+DEPEND="${DEPEND}
+ dev-util/pkgconfig"
+
+RESTRICT="test"
+
+src_compile() {
+ econf $(use_with ruby) || die
+ emake || die
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+
+ dodoc AUTHORS ChangeLog NEWS TODO
+}