diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-06-06 09:42:15 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-06-06 09:42:15 +0000 |
commit | 6cd317aef1f47a7ac1849a58fe23d559eb56d16d (patch) | |
tree | 6fa78f8530a3a12de081e213aecaa7deb915626c /app-i18n | |
parent | x86 keyworded and QA - IUSE on both (Manifest recommit) (diff) | |
download | gentoo-2-6cd317aef1f47a7ac1849a58fe23d559eb56d16d.tar.gz gentoo-2-6cd317aef1f47a7ac1849a58fe23d559eb56d16d.tar.bz2 gentoo-2-6cd317aef1f47a7ac1849a58fe23d559eb56d16d.zip |
version bump.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy-ss/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/anthy-ss/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5330.ebuild | 74 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5330 | 1 |
4 files changed, 84 insertions, 2 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index cb60208e9696..6506397c3e48 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.29 2004/05/30 08:55:44 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.30 2004/06/06 09:42:15 hattya Exp $ + +*anthy-ss-5330 (06 Jun 2004) + + 06 Jun 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5330.ebuild: + version bump. 30 May 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5201.ebuild, anthy-ss-5226.ebuild: diff --git a/app-i18n/anthy-ss/Manifest b/app-i18n/anthy-ss/Manifest index 88999aedfa1e..7d90edc71a1d 100644 --- a/app-i18n/anthy-ss/Manifest +++ b/app-i18n/anthy-ss/Manifest @@ -1,9 +1,11 @@ -MD5 961bb66a564034ff530a94a2a59c21b0 ChangeLog 4349 +MD5 7cf03ad5a0c4d157379fd3cd80690694 ChangeLog 4469 MD5 d02bea48564d5e4d0e0d6be2d1a833ab anthy-ss-5229.ebuild 1658 MD5 a6ffd28c6d01ed39d7656f108ee10f2f anthy-ss-5312.ebuild 1658 MD5 e884cbeb92869fb30858d2080ebac35c anthy-ss-5326.ebuild 1658 +MD5 507ccac0d213a1bc70e9ec13a58b2ba7 anthy-ss-5330.ebuild 1557 MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 MD5 78eb6a503308e1c04c33e88b9bc8cb02 files/digest-anthy-ss-5229 63 MD5 ed01f6179b92551a1a2cfa0bb10c02b8 files/digest-anthy-ss-5312 63 MD5 375c456edc2307faae526f62a995ae5d files/digest-anthy-ss-5326 63 +MD5 5fa8f1dbb79f8c44aa6d3a8827cb10be files/digest-anthy-ss-5330 63 diff --git a/app-i18n/anthy-ss/anthy-ss-5330.ebuild b/app-i18n/anthy-ss/anthy-ss-5330.ebuild new file mode 100644 index 000000000000..ad4904cb8b59 --- /dev/null +++ b/app-i18n/anthy-ss/anthy-ss-5330.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-5330.ebuild,v 1.1 2004/06/06 09:42:15 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/9723/${MY_P}.tar.gz" + +RESTRICT="nomirror" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +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-5330 b/app-i18n/anthy-ss/files/digest-anthy-ss-5330 new file mode 100644 index 000000000000..033d1d4f209e --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-5330 @@ -0,0 +1 @@ +MD5 e31cf692d488aaf68ba73bc25d2f0d48 anthy-5330.tar.gz 1546537 |