diff options
author | Akinori Hattori <hattya@gentoo.org> | 2007-10-08 15:36:39 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2007-10-08 15:36:39 +0000 |
commit | 71904f40da02ef51364f04033bc9d022e58d31d1 (patch) | |
tree | 828b51919a668ce2bf29ec79838b8b335d669c3c /app-i18n | |
parent | Mask dev-lang/anubis for security bug 194287. (diff) | |
download | gentoo-2-71904f40da02ef51364f04033bc9d022e58d31d1.tar.gz gentoo-2-71904f40da02ef51364f04033bc9d022e58d31d1.tar.bz2 gentoo-2-71904f40da02ef51364f04033bc9d022e58d31d1.zip |
new upstream release.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-9100c.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-9100c | 3 |
3 files changed, 79 insertions, 1 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index bda7bba853b9..8918a831c782 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.107 2007/10/03 07:50:31 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.108 2007/10/08 15:36:39 hattya Exp $ + +*anthy-9100c (08 Oct 2007) + + 08 Oct 2007; Akinori Hattori <hattya@gentoo.org> +anthy-9100c.ebuild: + new upstream release. 03 Oct 2007; Tom Gall <tgall@gentoo.org> anthy-9100.ebuild: stable on ppc64 diff --git a/app-i18n/anthy/anthy-9100c.ebuild b/app-i18n/anthy/anthy-9100c.ebuild new file mode 100644 index 000000000000..cad4042b0d81 --- /dev/null +++ b/app-i18n/anthy/anthy-9100c.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-9100c.ebuild,v 1.1 2007/10/08 15:36:39 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/27205/${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-9100c b/app-i18n/anthy/files/digest-anthy-9100c new file mode 100644 index 000000000000..3567a0a24568 --- /dev/null +++ b/app-i18n/anthy/files/digest-anthy-9100c @@ -0,0 +1,3 @@ +MD5 d24520999aacdc419a21345349d97c2b anthy-9100c.tar.gz 3990086 +RMD160 0a54fe9485401563621e915d7d0c850f0f6e52a4 anthy-9100c.tar.gz 3990086 +SHA256 e335a3f126a67065de3c76a923fdc9867aa02c5b80d10bd3d2fd85018925b483 anthy-9100c.tar.gz 3990086 |