summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2006-11-10 09:37:08 +0000
committerAkinori Hattori <hattya@gentoo.org>2006-11-10 09:37:08 +0000
commitd3fec3b103eec1c5101eaad0449aa1e830b2501f (patch)
treea69211cfd73f949f701e58dccf679aa5316b69e8 /app-i18n/anthy
parentAdding missing libdvdnav dep wrt to bug #154643 (diff)
downloadgentoo-2-d3fec3b103eec1c5101eaad0449aa1e830b2501f.tar.gz
gentoo-2-d3fec3b103eec1c5101eaad0449aa1e830b2501f.tar.bz2
gentoo-2-d3fec3b103eec1c5101eaad0449aa1e830b2501f.zip
new upstream release.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-i18n/anthy')
-rw-r--r--app-i18n/anthy/ChangeLog7
-rw-r--r--app-i18n/anthy/anthy-8300.ebuild71
-rw-r--r--app-i18n/anthy/files/digest-anthy-83003
3 files changed, 80 insertions, 1 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog
index aee8505e5023..08d316bf01c7 100644
--- a/app-i18n/anthy/ChangeLog
+++ b/app-i18n/anthy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/anthy
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.86 2006/10/30 15:28:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.87 2006/11/10 09:37:08 hattya Exp $
+
+*anthy-8300 (10 Nov 2006)
+
+ 10 Nov 2006; Akinori Hattori <hattya@gentoo.org> +anthy-8300.ebuild:
+ new upstream release.
30 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> anthy-7900.ebuild:
Add ~x86-fbsd keyword.
diff --git a/app-i18n/anthy/anthy-8300.ebuild b/app-i18n/anthy/anthy-8300.ebuild
new file mode 100644
index 000000000000..b43849574e79
--- /dev/null
+++ b/app-i18n/anthy/anthy-8300.ebuild
@@ -0,0 +1,71 @@
+# 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-8300.ebuild,v 1.1 2006/11/10 09:37:08 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/22565/${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-8300 b/app-i18n/anthy/files/digest-anthy-8300
new file mode 100644
index 000000000000..9ad3c5e07d20
--- /dev/null
+++ b/app-i18n/anthy/files/digest-anthy-8300
@@ -0,0 +1,3 @@
+MD5 8d182640ef8176ab877e5f79b6c09443 anthy-8300.tar.gz 3705386
+RMD160 10eb71717567d4a0611166a92e6b25b2382ea343 anthy-8300.tar.gz 3705386
+SHA256 521ab24ae85207e1c3b9539396e018a290e3b08b4a1db1b0133bb5c61680289a anthy-8300.tar.gz 3705386