diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-11-22 16:23:23 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-11-22 16:23:23 +0000 |
commit | 4daae4c88aa749e0b37fd3de6ca166ff68fb5756 (patch) | |
tree | 16ab84ea5b284030a5fae122e3b5ec3f90034743 /app-i18n | |
parent | P.mask firefox-bin-3.0 beta (diff) | |
download | gentoo-2-4daae4c88aa749e0b37fd3de6ca166ff68fb5756.tar.gz gentoo-2-4daae4c88aa749e0b37fd3de6ca166ff68fb5756.tar.bz2 gentoo-2-4daae4c88aa749e0b37fd3de6ca166ff68fb5756.zip |
Version bumped.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-9100d.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-9100d | 3 |
3 files changed, 79 insertions, 1 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index 8918a831c782..82b720dce637 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.108 2007/10/08 15:36:39 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.109 2007/11/22 16:23:22 matsuu Exp $ + +*anthy-9100d (22 Nov 2007) + + 22 Nov 2007; <matsuu@gentoo.org> +anthy-9100d.ebuild: + Version bumped. *anthy-9100c (08 Oct 2007) diff --git a/app-i18n/anthy/anthy-9100d.ebuild b/app-i18n/anthy/anthy-9100d.ebuild new file mode 100644 index 000000000000..2dcf39d56e50 --- /dev/null +++ b/app-i18n/anthy/anthy-9100d.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-9100d.ebuild,v 1.1 2007/11/22 16:23:22 matsuu 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/27771/${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-9100d b/app-i18n/anthy/files/digest-anthy-9100d new file mode 100644 index 000000000000..433db519a32f --- /dev/null +++ b/app-i18n/anthy/files/digest-anthy-9100d @@ -0,0 +1,3 @@ +MD5 4f629d34034de402c3fb647713bdb0ad anthy-9100d.tar.gz 4184988 +RMD160 ddd9daee35a0a2ab3b309aec54b8d1fce01ef92e anthy-9100d.tar.gz 4184988 +SHA256 78ab5d9a23e254484121f06ad41ce630ea34f06e2ee7adf90253febea12af4f5 anthy-9100d.tar.gz 4184988 |