diff options
author | 2004-10-18 15:36:04 +0000 | |
---|---|---|
committer | 2004-10-18 15:36:04 +0000 | |
commit | 938df8ee4419867678cb8d112f0eb017f3f19f19 (patch) | |
tree | a3be5dc2b9a5f0b1d24e19068fdd8b329800f6bd /app-i18n/anthy-ss | |
parent | oops (diff) | |
download | gentoo-2-938df8ee4419867678cb8d112f0eb017f3f19f19.tar.gz gentoo-2-938df8ee4419867678cb8d112f0eb017f3f19f19.tar.bz2 gentoo-2-938df8ee4419867678cb8d112f0eb017f3f19f19.zip |
version bump
Diffstat (limited to 'app-i18n/anthy-ss')
-rw-r--r-- | app-i18n/anthy-ss/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/anthy-ss/Manifest | 2 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5818.ebuild | 68 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5818 | 1 |
4 files changed, 77 insertions, 1 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index bdabba9746bf..2d907eecf65b 100644 --- a/app-i18n/anthy-ss/ChangeLog +++ b/app-i18n/anthy-ss/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/anthy-ss # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.51 2004/10/17 10:13:34 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.52 2004/10/18 15:36:04 hattya Exp $ + +*anthy-ss-5818 (19 Oct 2004) + + 19 Oct 2004; Akinori Hattori <hattya@gentoo.org> +anthy-ss-5818.ebuild: + version bump. 17 Oct 2004; Akinori Hattori <hattya@gentoo.org> -anthy-ss-5608.ebuild, -anthy-ss-5613.ebuild, -anthy-ss-5626.ebuild: diff --git a/app-i18n/anthy-ss/Manifest b/app-i18n/anthy-ss/Manifest index c623229ebd76..270b4958544b 100644 --- a/app-i18n/anthy-ss/Manifest +++ b/app-i18n/anthy-ss/Manifest @@ -1,7 +1,9 @@ MD5 cde03f9ccb160d85ad5767aeb9ebbc17 ChangeLog 6921 MD5 b5fd09519b3fb7600e367696fd4feb8f anthy-ss-5714.ebuild 1496 MD5 f48243380c6a3f8a1fc19a5e1285d1f0 anthy-ss-5812.ebuild 1496 +MD5 1418b87d1a5895b2349db09f9622e8ba anthy-ss-5818.ebuild 1396 MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 MD5 c46e2a82231884e714d609923e5ee847 files/digest-anthy-ss-5714 63 MD5 9816cbc863f4e0880da1f19aebca4f67 files/digest-anthy-ss-5812 63 +MD5 5000812dd61960e8c6e4782396ebadb3 files/digest-anthy-ss-5818 63 diff --git a/app-i18n/anthy-ss/anthy-ss-5818.ebuild b/app-i18n/anthy-ss/anthy-ss-5818.ebuild new file mode 100644 index 000000000000..6665de1efc84 --- /dev/null +++ b/app-i18n/anthy-ss/anthy-ss-5818.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5818.ebuild,v 1.1 2004/10/18 15:36:04 hattya Exp $ + +inherit elisp-common + +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/11891/${MY_P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +SLOT="0" +S="${WORKDIR}/${MY_P}" + +DEPEND="emacs? ( virtual/emacs ) + !app-i18n/anthy" + +src_compile() { + + local myconf + local cannadicdir=/var/lib/canna/dic/canna + + use emacs || myconf="EMACS=no" + use ucs4 && myconf="${myconf} --enable-ucs4" + + if has_version 'app-dicts/canna-zipcode'; then + einfo "Adding zipcode.t and jigyosyo.t to anthy.dic." + cp ${cannadicdir}/{zipcode,jigyosyo}.t mkanthydic + sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" mkanthydic/Makefile.in + fi + + if has_version 'app-dicts/canna-2ch'; then + einfo "Adding nichan.ctd to anthy.dic." + cp ${cannadicdir}/nichan.ctd mkanthydic/2ch.t + sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" mkanthydic/Makefile.in + fi + + econf ${myconf} || die + emake || die + +} + +src_install() { + + einstall || die + + use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el + + dodoc [A-Z][A-Z]* ChangeLog doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt + +} + +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-5818 b/app-i18n/anthy-ss/files/digest-anthy-ss-5818 new file mode 100644 index 000000000000..086095a010b3 --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-5818 @@ -0,0 +1 @@ +MD5 7290835d8a74c96883358cd4397faf82 anthy-5818.tar.gz 1566415 |