diff options
-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-5226.ebuild | 74 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5226 | 1 |
4 files changed, 83 insertions, 1 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 8dceb0ac3008..348246d93174 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 Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.22 2004/04/01 13:01:37 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.23 2004/04/28 14:41:46 hattya Exp $ + +*anthy-ss-5226 (28 Apr 2004) + + 28 Apr 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5226.ebuild: + version bump. 01 Apr 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5021.ebuild, anthy-ss-5106.ebuild: diff --git a/app-i18n/anthy-ss/Manifest b/app-i18n/anthy-ss/Manifest index 8d96d5c6ce2a..71d6116c7f1e 100644 --- a/app-i18n/anthy-ss/Manifest +++ b/app-i18n/anthy-ss/Manifest @@ -2,8 +2,10 @@ MD5 0ae88205b95de19a9003aef4d5c8a594 ChangeLog 3534 MD5 fe1ec6e52db7e3c77c9095fbd94f894a anthy-ss-5117.ebuild 1488 MD5 a14efe396e86e112dfc787c46df32b3b anthy-ss-5122.ebuild 1488 MD5 f27b5ea1e7d90424b7486f0ad540753b anthy-ss-5201.ebuild 1488 +MD5 80e2dca6762eda9ef452d72196caa60b anthy-ss-5226.ebuild 1552 MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 MD5 11e39be8a26acebcb26101bfe81aceca files/digest-anthy-ss-5117 63 MD5 f948c79e8d32c1f474a3750da10f4621 files/digest-anthy-ss-5122 63 MD5 2050cbddba611585ca7c9a054528f923 files/digest-anthy-ss-5201 63 +MD5 ccb521fe9370bee91694629f0ffa65ee files/digest-anthy-ss-5226 63 diff --git a/app-i18n/anthy-ss/anthy-ss-5226.ebuild b/app-i18n/anthy-ss/anthy-ss-5226.ebuild new file mode 100644 index 000000000000..4056bd9d97d7 --- /dev/null +++ b/app-i18n/anthy-ss/anthy-ss-5226.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5226.ebuild,v 1.1 2004/04/28 14:41:46 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/9259/${MY_P}.tar.gz" + +RESTRICT="nomirror" +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" +S="${WORKDIR}/${MY_P}" + +DEPEND="emacs? ( virtual/emacs ) + !app-i18n/anthy" + +# Anthy can not compile with sandbox since version 5209. +# It always causes SEGV at making mkanthydic. +SANDBOX_DISABLED="1" + +src_compile() { + + local myconf + local cannadicdir=/var/lib/canna/dic/canna + + use emacs || myconf="EMACS=no" + use ucs4 && myconf="${myconf} --enable-uc4" + + 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.am + 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.am + fi + + autoconf + 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-5226 b/app-i18n/anthy-ss/files/digest-anthy-ss-5226 new file mode 100644 index 000000000000..a20cc39eb1d7 --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-5226 @@ -0,0 +1 @@ +MD5 b118b96c0b32dfcd5295dcbbdbe3b859 anthy-5226.tar.gz 1542491 |