ChangeLog

# ChangeLog for app-i18n/tomoe
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.8 2007/10/14 03:07:46 matsuu Exp $

14 Oct 2007; -tomoe-0.2.1.ebuild, -tomoe-0.3.0.ebuild,
-tomoe-0.4.0.ebuild, -tomoe-0.5.0.ebuild, -tomoe-0.5.1.ebuild:
Removed old versions.

10 Sep 2007; Christian Faulhammer tomoe-0.6.0.ebuild:
x86 stable, bug 189292

*tomoe-0.6.0 (07 Jul 2007)

07 Jul 2007; MATSUU Takuto +tomoe-0.6.0.ebuild:
Version bumped, bug #183802.

*tomoe-0.5.1 (01 Jun 2007)

01 Jun 2007; MATSUU Takuto +tomoe-0.5.1.ebuild:
Version bumped.

*tomoe-0.5.0 (06 Jan 2007)

06 Jan 2007; MATSUU Takuto +tomoe-0.5.0.ebuild:
Version bumped.

*tomoe-0.4.0 (02 Dec 2006)

02 Dec 2006; MATSUU Takuto +tomoe-0.4.0.ebuild:
Version bumped.

*tomoe-0.3.0 (04 Nov 2006)

04 Nov 2006; MATSUU Takuto +tomoe-0.3.0.ebuild:
Version bumped.

*tomoe-0.2.1 (12 Aug 2006)

12 Aug 2006; MATSUU Takuto +tomoe-0.2.1.ebuild:
Initial ebuild submitted by Olof . bug 140117.

Manifest

DIST tomoe-0.6.0.tar.gz 4918949 RMD160 fc8e799c4b845e9c4b41879980fecc9d9dc77c69 SHA1 0ab5b4fd4609d0439f90010c35305595522f54f2 SHA256 ee600f97fa434c13f6c41a1db9e03eccd551151ed48ece9c56cd9e828228ea1e
EBUILD tomoe-0.6.0.ebuild 1031 RMD160 64514f82677dc9b28ba6ff4c856cc7f7435b0b26 SHA1 7967ae55a02741bf51570c76a7ff72cc810e48fc SHA256 08a30c7a0124361b014640cc3568773eb95b9c93317286b809a1cc81860723f8
MISC ChangeLog 1241 RMD160 7b00f32f0d09aafdb1c8b70b00a83e04f604f109 SHA1 788dd671932a9577862655476fb779358b4918ec SHA256 37b83f770b6550baf27b21e37a3ef467c75f295ca819409c1e8df9128a8bd1c3
MISC metadata.xml 157 RMD160 97adcce791d5b0e94b3844a1e27e00be60378454 SHA1 e11f0d9b1f8c57c4f50e453a89d2e61cf737329a SHA256 92a8379a3f1d8c9e52e17dbaf224721ad5bd6ba9fba4302e909aa2b099b33f89

metadata.xml




cjk

tomoe-0.6.0.ebuild

# 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.6.0.ebuild,v 1.2 2007/09/10 16:35:56 opfer Exp $

DESCRIPTION="Japanese handwriting recognition engine"
HOMEPAGE="http://tomoe.sourceforge.jp/"
SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE="doc hyperestraier mysql ruby subversion"

RDEPEND=">=dev-libs/glib-2.4
ruby? ( dev-ruby/ruby-glib2 )
hyperestraier? ( app-text/hyperestraier )
subversion? (
>=dev-libs/apr-1
dev-util/subversion
)
mysql? ( dev-db/mysql )
doc? ( dev-util/gtk-doc )"
# python? ( dev-python/pygobject )
# unihan? ( app-dicts/unihan )

DEPEND="${DEPEND}
dev-util/pkgconfig"

RESTRICT="test"

src_compile() {
econf \
$(use_with ruby) \
$(use_enable doc gtk-doc) || die
# $(use_with python) \
emake || die
}

src_install() {
emake DESTDIR="${D}" install || die "make install failed"

dodoc AUTHORS ChangeLog NEWS TODO
}