diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-07-07 05:40:06 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-07-07 05:40:06 +0000 |
commit | 5e527ad858768e0aaf86af2774903d4d1bfb1119 (patch) | |
tree | 9b09f2c3ed8ff815ae6d4e301ecd704af2d7c247 /app-i18n | |
parent | Version bumped, bug #183802. (diff) | |
download | gentoo-2-5e527ad858768e0aaf86af2774903d4d1bfb1119.tar.gz gentoo-2-5e527ad858768e0aaf86af2774903d4d1bfb1119.tar.bz2 gentoo-2-5e527ad858768e0aaf86af2774903d4d1bfb1119.zip |
Version bumped, bug #183802.
(Portage version: 2.1.2.9)
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.6.0 | 3 | ||||
-rw-r--r-- | app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild | 23 |
3 files changed, 32 insertions, 1 deletions
diff --git a/app-i18n/scim-tomoe/ChangeLog b/app-i18n/scim-tomoe/ChangeLog index a412c6e63701..5ffc99a4142b 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tomoe/ChangeLog,v 1.6 2007/06/02 00:26:52 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tomoe/ChangeLog,v 1.7 2007/07/07 05:40:06 matsuu Exp $ + +*scim-tomoe-0.6.0 (07 Jul 2007) + + 07 Jul 2007; MATSUU Takuto <matsuu@gentoo.org> +scim-tomoe-0.6.0.ebuild: + Version bumped, bug #183802. *scim-tomoe-0.5.0-r2 (02 Jun 2007) diff --git a/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.6.0 b/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.6.0 new file mode 100644 index 000000000000..6ee60907c042 --- /dev/null +++ b/app-i18n/scim-tomoe/files/digest-scim-tomoe-0.6.0 @@ -0,0 +1,3 @@ +MD5 21207dad4ceb5c00651673ec3737e010 scim-tomoe-0.6.0.tar.gz 385126 +RMD160 c95059e7f594192c97b082aa61818060391a8591 scim-tomoe-0.6.0.tar.gz 385126 +SHA256 4f053944285ed50e7916ebdb38298025e60eb430b64715fdad9375483456dc06 scim-tomoe-0.6.0.tar.gz 385126 diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild new file mode 100644 index 000000000000..6c4bdd29af63 --- /dev/null +++ b/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 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.6.0.ebuild,v 1.1 2007/07/07 05:40:06 matsuu Exp $ + +inherit eutils + +DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM" +HOMEPAGE="http://tomoe.sourceforge.net/" +SRC_URI="mirror://sourceforge/tomoe/${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.6.0" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + + dodoc AUTHORS ChangeLog NEWS README TODO +} |