diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-07-19 14:19:55 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-07-19 14:19:55 +0000 |
commit | 0ba0b400fbd8dfca8bd5f5cef338038f4e7f5415 (patch) | |
tree | 2ebf24ee9934e43475479772b77278b9e1416f3e /app-i18n/anthy-ss | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-0ba0b400fbd8dfca8bd5f5cef338038f4e7f5415.tar.gz gentoo-2-0ba0b400fbd8dfca8bd5f5cef338038f4e7f5415.tar.bz2 gentoo-2-0ba0b400fbd8dfca8bd5f5cef338038f4e7f5415.zip |
new upstream release.
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'app-i18n/anthy-ss')
-rw-r--r-- | app-i18n/anthy-ss/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-7917.ebuild | 74 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-7917 | 3 |
3 files changed, 84 insertions, 1 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index f5dc90038fdc..5c1c759cb348 100644 --- a/app-i18n/anthy-ss/ChangeLog +++ b/app-i18n/anthy-ss/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/anthy-ss # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.85 2006/07/16 16:06:20 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.86 2006/07/19 14:19:55 hattya Exp $ + +*anthy-ss-7917 (19 Jul 2006) + + 19 Jul 2006; Akinori Hattori <hattya@gentoo.org> -anthy-ss-7915.ebuild, + +anthy-ss-7917.ebuild: + new upstream release. *anthy-ss-7915 (16 Jul 2006) diff --git a/app-i18n/anthy-ss/anthy-ss-7917.ebuild b/app-i18n/anthy-ss/anthy-ss-7917.ebuild new file mode 100644 index 000000000000..84d6541dafc0 --- /dev/null +++ b/app-i18n/anthy-ss/anthy-ss-7917.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-7917.ebuild,v 1.1 2006/07/19 14:19:55 hattya Exp $ + +inherit elisp-common eutils + +IUSE="emacs ucs4" + +MY_P=${P/-ss/} + +DESCRIPTION="Anthy -- free and secure Japanese input system" +HOMEPAGE="http://anthy.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/anthy/20981/${MY_P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +SLOT="0" +S=${WORKDIR}/${MY_P} + +DEPEND="!app-i18n/anthy + 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" + use ucs4 && myconf="${myconf} --enable-ucs4" + + econf ${myconf} || die + emake -j1 || 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() { + + has_version virtual/emacs && elisp-site-regen + +} diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-7917 b/app-i18n/anthy-ss/files/digest-anthy-ss-7917 new file mode 100644 index 000000000000..b3557e008e7a --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-7917 @@ -0,0 +1,3 @@ +MD5 3ac95edf7181a48e0a88f2b23c7b87d1 anthy-7917.tar.gz 3675215 +RMD160 7d29a94670ae55146ebf018d079510d56efa8f6b anthy-7917.tar.gz 3675215 +SHA256 e5fbba4ba16bb6a12f89663a42d29e35ee89912f2bf2f86070abcde9a1f88ff6 anthy-7917.tar.gz 3675215 |