diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-12-02 08:25:02 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-12-02 08:25:02 +0000 |
commit | 967c6cce7ae6a54a00b0bc60f49b66a85b48dfc2 (patch) | |
tree | 1ab6806c37c7c801063bbb7764797204e0d7040d | |
parent | Version bump. Fix broken compilation against kernel 2.6.19 (#156783). (diff) | |
download | gentoo-2-967c6cce7ae6a54a00b0bc60f49b66a85b48dfc2.tar.gz gentoo-2-967c6cce7ae6a54a00b0bc60f49b66a85b48dfc2.tar.bz2 gentoo-2-967c6cce7ae6a54a00b0bc60f49b66a85b48dfc2.zip |
Version bumped.
(Portage version: 2.1.1-r2)
-rw-r--r-- | app-i18n/tomoe/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/tomoe/files/digest-tomoe-0.4.0 | 3 | ||||
-rw-r--r-- | app-i18n/tomoe/tomoe-0.4.0.ebuild | 25 |
3 files changed, 34 insertions, 1 deletions
diff --git a/app-i18n/tomoe/ChangeLog b/app-i18n/tomoe/ChangeLog index 3681aaf07449..f55e39984ff5 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.2 2006/11/04 06:37:47 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.3 2006/12/02 08:25:02 matsuu Exp $ + +*tomoe-0.4.0 (02 Dec 2006) + + 02 Dec 2006; MATSUU Takuto <matsuu@gentoo.org> +tomoe-0.4.0.ebuild: + Version bumped. *tomoe-0.3.0 (04 Nov 2006) diff --git a/app-i18n/tomoe/files/digest-tomoe-0.4.0 b/app-i18n/tomoe/files/digest-tomoe-0.4.0 new file mode 100644 index 000000000000..dd5ce4db78c4 --- /dev/null +++ b/app-i18n/tomoe/files/digest-tomoe-0.4.0 @@ -0,0 +1,3 @@ +MD5 239a78420d35f107c5ec9edd2fcf474a tomoe-0.4.0.tar.gz 2422289 +RMD160 4c2d96dace5a21019d898239d045f9878b063107 tomoe-0.4.0.tar.gz 2422289 +SHA256 eee687c7b9b54d3c2b7d856b66a15275e71b45f7bf58d04cca8494f26ea1edc6 tomoe-0.4.0.tar.gz 2422289 diff --git a/app-i18n/tomoe/tomoe-0.4.0.ebuild b/app-i18n/tomoe/tomoe-0.4.0.ebuild new file mode 100644 index 000000000000..0af411389b70 --- /dev/null +++ b/app-i18n/tomoe/tomoe-0.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.4.0.ebuild,v 1.1 2006/12/02 08:25:02 matsuu Exp $ + +DESCRIPTION="Japanese handwriting recognition engine" +HOMEPAGE="http://tomoe.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/tomoe/22893/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/ruby + >=dev-libs/glib-2" +DEPEND="${DEPEND} + dev-util/pkgconfig" + +RESTRICT="test" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + + dodoc AUTHORS ChangeLog NEWS TODO +} |