diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-06-17 14:06:53 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-06-17 14:06:53 +0000 |
commit | f0d66edf3903027455f2c8c011b0d4e681f51543 (patch) | |
tree | 0c30a69060501c5a81c77d5ceb06617d5f792d88 /app-i18n/anthy-ss | |
parent | Fix bug 54166: Remove amd64 patch which no longer applies (diff) | |
download | historical-f0d66edf3903027455f2c8c011b0d4e681f51543.tar.gz historical-f0d66edf3903027455f2c8c011b0d4e681f51543.tar.bz2 historical-f0d66edf3903027455f2c8c011b0d4e681f51543.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 | 4 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5414.ebuild | 74 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5414 | 1 |
4 files changed, 84 insertions, 2 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 7a80d9ad971d..8e7be7acbd20 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.32 2004/06/13 13:41:20 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.33 2004/06/17 14:06:53 hattya Exp $ + +*anthy-ss-5414 (17 Jun 2004) + + 17 Jun 2004; Akinori Hattori <hattya@gentoo.org> +anthy-ss-5414.ebuild: + version bump. 13 Jun 2004; Akinori Hattori <hattya@gentoo.org> -anthy-ss-5229.ebuild, -anthy-ss-5312.ebuild: diff --git a/app-i18n/anthy-ss/Manifest b/app-i18n/anthy-ss/Manifest index 8991d864f2a8..68dd6fd082d4 100644 --- a/app-i18n/anthy-ss/Manifest +++ b/app-i18n/anthy-ss/Manifest @@ -1,9 +1,11 @@ -MD5 0d33e5847faf36dcdc823eabb3d1e785 ChangeLog 4716 +MD5 6c0371aa7a7ec90259a0b930ad8824d6 ChangeLog 4837 MD5 e884cbeb92869fb30858d2080ebac35c anthy-ss-5326.ebuild 1658 MD5 87cdf39facd1b20c2ecaff9930935417 anthy-ss-5330.ebuild 1657 MD5 c1da37d5e01b103e28986d8f8011822a anthy-ss-5406.ebuild 1657 +MD5 be0a9a266da27bf4d9bee60b143bba2b anthy-ss-5414.ebuild 1657 MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 MD5 375c456edc2307faae526f62a995ae5d files/digest-anthy-ss-5326 63 MD5 5fa8f1dbb79f8c44aa6d3a8827cb10be files/digest-anthy-ss-5330 63 MD5 5cf47066ec69dd7bf5cb5608655b26ed files/digest-anthy-ss-5406 63 +MD5 7b897d744e2bdb8daebdcbe4ff258cff files/digest-anthy-ss-5414 63 diff --git a/app-i18n/anthy-ss/anthy-ss-5414.ebuild b/app-i18n/anthy-ss/anthy-ss-5414.ebuild new file mode 100644 index 000000000000..03a7755f28f4 --- /dev/null +++ b/app-i18n/anthy-ss/anthy-ss-5414.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-5414.ebuild,v 1.1 2004/06/17 14:06:53 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/9905/${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-5414 b/app-i18n/anthy-ss/files/digest-anthy-ss-5414 new file mode 100644 index 000000000000..9125da401496 --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-5414 @@ -0,0 +1 @@ +MD5 40bfe1df1eb584798128d19343bba34f anthy-5414.tar.gz 1546699 |