summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-01-06 05:50:28 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-01-06 05:50:28 +0000
commit8726e5a8adaa09f7b975f317efc0e6392914e2ef (patch)
tree7c7a2bf5cba5076d8169cb637f00ca25563f5b26 /app-i18n
parentAdded a yaboot snapshot since upstream hasn't done a release recently. (diff)
downloadgentoo-2-8726e5a8adaa09f7b975f317efc0e6392914e2ef.tar.gz
gentoo-2-8726e5a8adaa09f7b975f317efc0e6392914e2ef.tar.bz2
gentoo-2-8726e5a8adaa09f7b975f317efc0e6392914e2ef.zip
Version bumped.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/tomoe/ChangeLog9
-rw-r--r--app-i18n/tomoe/files/digest-tomoe-0.5.03
-rw-r--r--app-i18n/tomoe/tomoe-0.5.0.ebuild35
3 files changed, 45 insertions, 2 deletions
diff --git a/app-i18n/tomoe/ChangeLog b/app-i18n/tomoe/ChangeLog
index f55e39984ff5..5eedf49f4fc5 100644
--- a/app-i18n/tomoe/ChangeLog
+++ b/app-i18n/tomoe/ChangeLog
@@ -1,6 +1,11 @@
# 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)
diff --git a/app-i18n/tomoe/files/digest-tomoe-0.5.0 b/app-i18n/tomoe/files/digest-tomoe-0.5.0
new file mode 100644
index 000000000000..aca8737d729f
--- /dev/null
+++ b/app-i18n/tomoe/files/digest-tomoe-0.5.0
@@ -0,0 +1,3 @@
+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
diff --git a/app-i18n/tomoe/tomoe-0.5.0.ebuild b/app-i18n/tomoe/tomoe-0.5.0.ebuild
new file mode 100644
index 000000000000..915472c31f9e
--- /dev/null
+++ b/app-i18n/tomoe/tomoe-0.5.0.ebuild
@@ -0,0 +1,35 @@
+# 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
+}