diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-02-21 15:44:51 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-02-21 15:44:51 +0000 |
commit | 8194aba3f91cea6dcfa6b284248016890d9a21dd (patch) | |
tree | 2f8d703f5f70eb7e0bb56d57ded63428f94e2ec7 /app-i18n | |
parent | marked stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-8194aba3f91cea6dcfa6b284248016890d9a21dd.tar.gz gentoo-2-8194aba3f91cea6dcfa6b284248016890d9a21dd.tar.bz2 gentoo-2-8194aba3f91cea6dcfa6b284248016890d9a21dd.zip |
version bumped.
Diffstat (limited to 'app-i18n')
-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-5021.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5021 | 1 |
4 files changed, 79 insertions, 1 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 7ac2ebd3572b..273525b268bb 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.15 2004/02/13 14:50:52 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.16 2004/02/21 15:44:51 hattya Exp $ + +*anthy-ss-5021 (22 Feb 2004) + + 22 Feb 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5021.ebuild: + version bumped. *anthy-ss-5012 (13 Feb 2004) diff --git a/app-i18n/anthy-ss/Manifest b/app-i18n/anthy-ss/Manifest index 4375ec1466ae..1c491a85eb5d 100644 --- a/app-i18n/anthy-ss/Manifest +++ b/app-i18n/anthy-ss/Manifest @@ -2,8 +2,10 @@ MD5 e39c2355ffaf6f6e183d9b1f4c3d5ff4 ChangeLog 2658 MD5 2b5a90bde22edc091c7a4d403b8955a2 anthy-ss-4925.ebuild 1486 MD5 4868424ea203c9b831768ba5df2243d8 anthy-ss-5003.ebuild 1486 MD5 790517ab5c6a6a1a7f676e10801d5292 anthy-ss-5012.ebuild 1506 +MD5 fce815ce38ba9331affe408277919e81 anthy-ss-5021.ebuild 1387 MD5 84bff7b207f0d829e08599fbf40176c0 metadata.xml 614 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 MD5 98b2c84eaee12f08d78b8f791ef15aa3 files/digest-anthy-ss-4925 63 MD5 cd17a2429c0b4b31c68aa84b5360490e files/digest-anthy-ss-5003 63 MD5 d246b212d5facc9f7c1aac42d4cc991b files/digest-anthy-ss-5012 63 +MD5 0a5d1c1596558566cb22a5c5852d18bd files/digest-anthy-ss-5021 63 diff --git a/app-i18n/anthy-ss/anthy-ss-5021.ebuild b/app-i18n/anthy-ss/anthy-ss-5021.ebuild new file mode 100644 index 000000000000..d7782ca1a572 --- /dev/null +++ b/app-i18n/anthy-ss/anthy-ss-5021.ebuild @@ -0,0 +1,70 @@ +# 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-5021.ebuild,v 1.1 2004/02/21 15:44:51 hattya Exp $ + +inherit elisp-common + +IUSE="emacs" + +MY_P="${P/-ss/}" + +DESCRIPTION="Anthy -- free and secure Japanese input system" +HOMEPAGE="http://anthy.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/anthy/8335/${MY_P}.tar.gz" + +RESTRICT="nomirror" +LICENSE="GPL-2" +KEYWORDS="~x86" +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" + + 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,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.{in,am} + 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-5021 b/app-i18n/anthy-ss/files/digest-anthy-ss-5021 new file mode 100644 index 000000000000..771f62d229fc --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-5021 @@ -0,0 +1 @@ +MD5 481c3879933555b8030cacd5d76a2fb4 anthy-5021.tar.gz 1523181 |