diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-12-02 08:32:45 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-12-02 08:32:45 +0000 |
commit | d319b390b4698484c8c2d479a9f732eb02b66a5d (patch) | |
tree | 9b3c02f22e9e24d6df9438ffc0aaa7ff5e522dd8 /app-i18n | |
parent | Version bumped. (diff) | |
download | gentoo-2-d319b390b4698484c8c2d479a9f732eb02b66a5d.tar.gz gentoo-2-d319b390b4698484c8c2d479a9f732eb02b66a5d.tar.bz2 gentoo-2-d319b390b4698484c8c2d479a9f732eb02b66a5d.zip |
Version bumped.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-tomoe/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/scim-tomoe/files/digest-scim-tomoe-0.4.0 | 3 | ||||
-rw-r--r-- | app-i18n/scim-tomoe/scim-tomoe-0.4.0.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/app-i18n/scim-tomoe/ChangeLog b/app-i18n/scim-tomoe/ChangeLog index cfc94dd6ffb1..e7814db8f88c 100644 --- a/app-i18n/scim-tomoe/ChangeLog +++ b/app-i18n/scim-tomoe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/scim-tomoe # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tomoe/ChangeLog,v 1.2 2006/11/04 06:38:57 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tomoe/ChangeLog,v 1.3 2006/12/02 08:32:45 matsuu Exp $ + +*scim-tomoe-0.4.0 (02 Dec 2006) + + 02 Dec 2006; MATSUU Takuto <matsuu@gentoo.org> +scim-tomoe-0.4.0.ebuild: + Version bumped. *scim-tomoe-0.3.0 (04 Nov 2006) diff --git a/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.4.0 b/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.4.0 new file mode 100644 index 000000000000..93147ea3e30e --- /dev/null +++ b/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.4.0 @@ -0,0 +1,3 @@ +MD5 55bed4f803dea070052956c293e4b07f scim-tomoe-0.4.0.tar.gz 505168 +RMD160 e09595c9c0e0d51d63bef0387df3db67ec4afcce scim-tomoe-0.4.0.tar.gz 505168 +SHA256 797e71c482dd7b56ebc1a1c3aa97a568b11974dcc8afb0e4a5a9d5a623738650 scim-tomoe-0.4.0.tar.gz 505168 diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.4.0.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.4.0.ebuild new file mode 100644 index 000000000000..e2a98dd89ea0 --- /dev/null +++ b/app-i18n/scim-tomoe/scim-tomoe-0.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tomoe/scim-tomoe-0.4.0.ebuild,v 1.1 2006/12/02 08:32:45 matsuu Exp $ + +DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM" +HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMTomoe" +SRC_URI="mirror://sourceforge.jp/scim-imengine/22896/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="|| ( >=app-i18n/scim-1.2.0 >=app-i18n/scim-cvs-1.2.0 ) + >=app-i18n/libtomoe-gtk-0.4.0" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + + dodoc AUTHORS ChangeLog NEWS README TODO +} |