summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2007-03-11 15:48:40 +0000
committerAkinori Hattori <hattya@gentoo.org>2007-03-11 15:48:40 +0000
commita2e9cb55365775c969ad2da82cdb3bbf0ef3c1b6 (patch)
tree01abbe270ccf616cbcef6421c4c3682b606a94ee /app-i18n/anthy
parentupdate Manifest. (diff)
downloadgentoo-2-a2e9cb55365775c969ad2da82cdb3bbf0ef3c1b6.tar.gz
gentoo-2-a2e9cb55365775c969ad2da82cdb3bbf0ef3c1b6.tar.bz2
gentoo-2-a2e9cb55365775c969ad2da82cdb3bbf0ef3c1b6.zip
new upstream release.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-i18n/anthy')
-rw-r--r--app-i18n/anthy/ChangeLog7
-rw-r--r--app-i18n/anthy/anthy-8700b.ebuild71
-rw-r--r--app-i18n/anthy/files/digest-anthy-8700b3
3 files changed, 80 insertions, 1 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog
index 3cb08272e6e0..80e4b568e35d 100644
--- a/app-i18n/anthy/ChangeLog
+++ b/app-i18n/anthy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/anthy
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.92 2007/01/26 01:27:43 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.93 2007/03/11 15:48:40 hattya Exp $
+
+*anthy-8700b (11 Mar 2007)
+
+ 11 Mar 2007; Akinori Hattori <hattya@gentoo.org> +anthy-8700b.ebuild:
+ new upstream release.
26 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> anthy-7900.ebuild:
Stable on Alpha.
diff --git a/app-i18n/anthy/anthy-8700b.ebuild b/app-i18n/anthy/anthy-8700b.ebuild
new file mode 100644
index 000000000000..bcdf8bfafcee
--- /dev/null
+++ b/app-i18n/anthy/anthy-8700b.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8700b.ebuild,v 1.1 2007/03/11 15:48:40 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/24253/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
+SLOT="0"
+
+DEPEND="!app-i18n/anthy-ss
+ emacs? ( virtual/emacs )"
+
+src_unpack() {
+
+ unpack ${A}
+ cd "${S}"
+
+ local cannadicdir=/var/lib/canna/dic/canna
+
+ if has_version 'app-dicts/canna-2ch'; then
+ einfo "Adding nichan.ctd to anthy.dic."
+ sed -i /placename/a"read ${cannadicdir}/nichan.ctd" \
+ mkworddic/dict.args.in
+ fi
+
+}
+
+src_compile() {
+
+ local myconf
+
+ use emacs || myconf="EMACS=no"
+ use ucs4 && myconf="${myconf} --enable-ucs4"
+
+ econf ${myconf} || die
+ emake || die
+
+}
+
+src_install() {
+
+ emake DESTDIR="${D}" install || die
+
+ use emacs && elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el
+
+ dodoc AUTHORS DIARY NEWS README ChangeLog
+
+ docinto doc
+ rm doc/Makefile*
+ 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-8700b b/app-i18n/anthy/files/digest-anthy-8700b
new file mode 100644
index 000000000000..488458d22325
--- /dev/null
+++ b/app-i18n/anthy/files/digest-anthy-8700b
@@ -0,0 +1,3 @@
+MD5 fbdc9d2c211faec989d4a847988ec8d7 anthy-8700b.tar.gz 3563077
+RMD160 11d7fde63759035a424f980a636477311803a792 anthy-8700b.tar.gz 3563077
+SHA256 6654ee1f50c85e5ad16bff00e950ddbac8da468ffeb8fcc7853b98c2af2b877b anthy-8700b.tar.gz 3563077