diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-09-27 16:14:26 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-09-27 16:14:26 +0000 |
commit | c04395592a79c4d2f564236d9ee75b073f2492d9 (patch) | |
tree | 00e4b4f236a7f6b5fe896ef05f5355fea1e86ecb /app-i18n/anthy-ss | |
parent | stable on x86. (diff) | |
download | gentoo-2-c04395592a79c4d2f564236d9ee75b073f2492d9.tar.gz gentoo-2-c04395592a79c4d2f564236d9ee75b073f2492d9.tar.bz2 gentoo-2-c04395592a79c4d2f564236d9ee75b073f2492d9.zip |
new upstream release.
(Portage version: 2.1.1)
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-8116.ebuild | 74 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-8116 | 3 |
3 files changed, 84 insertions, 1 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 68fe749e7745..22eb2bbf1acf 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.88 2006/09/03 11:13:47 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.89 2006/09/27 16:14:26 hattya Exp $ + +*anthy-ss-8116 (27 Sep 2006) + + 27 Sep 2006; Akinori Hattori <hattya@gentoo.org> -anthy-ss-8023.ebuild, + +anthy-ss-8116.ebuild: + new upstream release. *anthy-ss-8023 (03 Sep 2006) diff --git a/app-i18n/anthy-ss/anthy-ss-8116.ebuild b/app-i18n/anthy-ss/anthy-ss-8116.ebuild new file mode 100644 index 000000000000..20e0785c621d --- /dev/null +++ b/app-i18n/anthy-ss/anthy-ss-8116.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-8116.ebuild,v 1.1 2006/09/27 16:14:26 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/21800/${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-8116 b/app-i18n/anthy-ss/files/digest-anthy-ss-8116 new file mode 100644 index 000000000000..b4e87e8b15f9 --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-8116 @@ -0,0 +1,3 @@ +MD5 a813a5cf7872b3357c9148bbb84e58ef anthy-8116.tar.gz 3702859 +RMD160 dfb4011003033454a0ecdd86db81c3970a2afae9 anthy-8116.tar.gz 3702859 +SHA256 914a2c0aeb85102f450d4f239fffa97556032d6e771910de1d0256fabead1bba anthy-8116.tar.gz 3702859 |