diff options
author | Akinori Hattori <hattya@gentoo.org> | 2007-07-11 13:20:22 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2007-07-11 13:20:22 +0000 |
commit | fe4088cfc648bfe6cbd50875a2c8ae6a945120c0 (patch) | |
tree | 92f611b243d7573109b1d638970578d8c2302ecf /app-i18n/anthy | |
parent | Stable on sparc wrt #173947 (diff) | |
download | gentoo-2-fe4088cfc648bfe6cbd50875a2c8ae6a945120c0.tar.gz gentoo-2-fe4088cfc648bfe6cbd50875a2c8ae6a945120c0.tar.bz2 gentoo-2-fe4088cfc648bfe6cbd50875a2c8ae6a945120c0.zip |
new upstream release.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-i18n/anthy')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-9100.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-9100 | 3 |
3 files changed, 79 insertions, 1 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index f71c09e3e25f..e7f45769813c 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/anthy # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.100 2007/06/24 15:50:07 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.101 2007/07/11 13:20:22 hattya Exp $ + +*anthy-9100 (11 Jul 2007) + + 11 Jul 2007; Akinori Hattori <hattya@gentoo.org> +anthy-9100.ebuild: + new upstream release. 24 Jun 2007; MATSUU Takuto <matsuu@gentoo.org> -anthy-7100b-r1.ebuild, anthy-7500b.ebuild, anthy-7900.ebuild, anthy-8300.ebuild, diff --git a/app-i18n/anthy/anthy-9100.ebuild b/app-i18n/anthy/anthy-9100.ebuild new file mode 100644 index 000000000000..e052cb555738 --- /dev/null +++ b/app-i18n/anthy/anthy-9100.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100.ebuild,v 1.1 2007/07/11 13:20:22 hattya Exp $ + +inherit elisp-common eutils + +IUSE="emacs" + +DESCRIPTION="Anthy -- free and secure Japanese input system" +HOMEPAGE="http://anthy.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/anthy/26131/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" +SLOT="0" + +DEPEND="!app-i18n/anthy-ss + emacs? ( virtual/emacs )" + +src_unpack() { + + unpack ${A} + cd "${S}" + + local cannadicdir=/var/lib/canna/dic/canna + + if has_version 'app-dicts/canna-2ch'; then + einfo "Adding nichan.ctd to anthy.dic." + sed -i /placename/a"read ${cannadicdir}/nichan.ctd" \ + mkworddic/dict.args.in + fi + +} + +src_compile() { + + local myconf + + use emacs || myconf="EMACS=no" + + econf ${myconf} || die + emake || die + +} + +src_install() { + + emake DESTDIR="${D}" install || die + + use emacs && elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el + + dodoc AUTHORS DIARY NEWS README ChangeLog + + docinto doc + rm doc/Makefile* + dodoc doc/* + +} + +pkg_postinst() { + + use emacs && elisp-site-regen + +} + +pkg_postrm() { + + use emacs && elisp-site-regen + +} diff --git a/app-i18n/anthy/files/digest-anthy-9100 b/app-i18n/anthy/files/digest-anthy-9100 new file mode 100644 index 000000000000..ef6e5443eca9 --- /dev/null +++ b/app-i18n/anthy/files/digest-anthy-9100 @@ -0,0 +1,3 @@ +MD5 00c2b8d7b722650b0088944e833077ad anthy-9100.tar.gz 4069385 +RMD160 0ef5c84429cb5a9641f1a0a6e88c065f2ab25688 anthy-9100.tar.gz 4069385 +SHA256 54a5d74d886f2c706ca058b1273a1001b6bc8fc382e0c0e49af7cafac1d1f67a anthy-9100.tar.gz 4069385 |