From 0c397c29bc6264a970e4ceb15147be6824d9d066 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Mon, 20 Mar 2006 14:21:30 +0000 Subject: new upstream release. Package-Manager: portage-2.0.54 --- app-i18n/anthy/ChangeLog | 7 +++- app-i18n/anthy/Manifest | 4 ++- app-i18n/anthy/anthy-7500.ebuild | 62 ++++++++++++++++++++++++++++++++++ app-i18n/anthy/files/digest-anthy-7500 | 1 + 4 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 app-i18n/anthy/anthy-7500.ebuild create mode 100644 app-i18n/anthy/files/digest-anthy-7500 (limited to 'app-i18n/anthy') diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index ed7993ae1e2f..1cf26b33644e 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/anthy # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.66 2006/03/20 14:13:12 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.67 2006/03/20 14:21:30 hattya Exp $ + +*anthy-7500 (20 Mar 2006) + + 20 Mar 2006; Akinori Hattori +anthy-7500.ebuild: + new upstream release. 20 Mar 2006; Akinori Hattori anthy-7100b-r1.ebuild: stable on x86. diff --git a/app-i18n/anthy/Manifest b/app-i18n/anthy/Manifest index 064bc607bc6b..1a590712fba1 100644 --- a/app-i18n/anthy/Manifest +++ b/app-i18n/anthy/Manifest @@ -1,8 +1,10 @@ -MD5 7433620e4e5a01c5255884a4ea963a74 ChangeLog 8037 +MD5 3928021413decb20b6d712a8171d1621 ChangeLog 8160 MD5 faf1852ef3403fd62aa675b397a2b340 anthy-6700b.ebuild 1698 MD5 65b73e8d2203e70b732a552b898b7fbb anthy-7100b-r1.ebuild 1296 +MD5 80ab75951f286547b8bb9c8581aff173 anthy-7500.ebuild 1278 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 MD5 9ad5e85186b6813cb0e7a76976ed8fd3 files/anthy-mkdic-gcc34.patch 790 MD5 eecee82ed1c729dee6226842542ca4c5 files/digest-anthy-6700b 64 MD5 71a8f13547736954f74d553acc29a6f1 files/digest-anthy-7100b-r1 64 +MD5 922f5fe9db0c267bcb12ea812e0cd2ea files/digest-anthy-7500 63 MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616 diff --git a/app-i18n/anthy/anthy-7500.ebuild b/app-i18n/anthy/anthy-7500.ebuild new file mode 100644 index 000000000000..1ed0938c90a3 --- /dev/null +++ b/app-i18n/anthy/anthy-7500.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500.ebuild,v 1.1 2006/03/20 14:21:30 hattya Exp $ + +inherit elisp-common eutils + +IUSE="emacs ucs4" + +DESCRIPTION="Anthy -- free and secure Japanese input system" +HOMEPAGE="http://anthy.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/anthy/19158/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +SLOT="0" + +DEPEND="emacs? ( virtual/emacs ) + !app-i18n/anthy-ss" + +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-2ch'; then + einfo "Adding nichan.ctd to anthy.dic." + sed -i -e /placename/a"read ${cannadicdir}/nichan.ctd" \ + mkworddic/dict.args.in + fi + + econf ${myconf} || die + emake || die + +} + +src_install() { + + make DESTDIR=${D} install || die + + use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el + + rm doc/Makefile* + + dodoc AUTHORS COPYING DIARY INSTALL NEWS README ChangeLog + dodoc doc/* + +} + +pkg_postinst() { + + use emacs && elisp-site-regen + +} + +pkg_postrm() { + + has_version virtual/emacs && elisp-site-regen + +} diff --git a/app-i18n/anthy/files/digest-anthy-7500 b/app-i18n/anthy/files/digest-anthy-7500 new file mode 100644 index 000000000000..3e529cb8d5e4 --- /dev/null +++ b/app-i18n/anthy/files/digest-anthy-7500 @@ -0,0 +1 @@ +MD5 c086a19b7590caa2a08406459eb577f8 anthy-7500.tar.gz 3380352 -- cgit v1.2.3-65-gdbad