summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2006-07-12 11:31:10 +0000
committerAkinori Hattori <hattya@gentoo.org>2006-07-12 11:31:10 +0000
commitb2d56b99b827be85b5a4a0fc71c5e127e0167f82 (patch)
tree2669631fababcf43a977cd597b547b1790085eac /app-i18n/anthy-ss
parent2.1.1_pre2-r8 regression fix revbump for bug #140045. (diff)
downloadhistorical-b2d56b99b827be85b5a4a0fc71c5e127e0167f82.tar.gz
historical-b2d56b99b827be85b5a4a0fc71c5e127e0167f82.tar.bz2
historical-b2d56b99b827be85b5a4a0fc71c5e127e0167f82.zip
new upstream release.
Package-Manager: portage-2.1-r1
Diffstat (limited to 'app-i18n/anthy-ss')
-rw-r--r--app-i18n/anthy-ss/ChangeLog8
-rw-r--r--app-i18n/anthy-ss/anthy-ss-7824.ebuild74
-rw-r--r--app-i18n/anthy-ss/files/digest-anthy-ss-78243
3 files changed, 84 insertions, 1 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog
index 8d44e48bcad4..3049c4eecfa3 100644
--- a/app-i18n/anthy-ss/ChangeLog
+++ b/app-i18n/anthy-ss/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/anthy-ss
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.83 2006/06/05 16:01:00 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.84 2006/07/12 11:31:10 hattya Exp $
+
+*anthy-ss-7824 (12 Jul 2006)
+
+ 12 Jul 2006; Akinori Hattori <hattya@gentoo.org> -anthy-ss-7802.ebuild,
+ +anthy-ss-7824.ebuild:
+ new upstream release.
*anthy-ss-7802 (05 Jun 2006)
diff --git a/app-i18n/anthy-ss/anthy-ss-7824.ebuild b/app-i18n/anthy-ss/anthy-ss-7824.ebuild
new file mode 100644
index 000000000000..a3005cc4b8f7
--- /dev/null
+++ b/app-i18n/anthy-ss/anthy-ss-7824.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-7824.ebuild,v 1.1 2006/07/12 11:31:10 hattya Exp $
+
+inherit elisp-common eutils
+
+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/20668/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+SLOT="0"
+S=${WORKDIR}/${MY_P}
+
+DEPEND="!app-i18n/anthy
+ 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 -j1 || 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-ss/files/digest-anthy-ss-7824 b/app-i18n/anthy-ss/files/digest-anthy-ss-7824
new file mode 100644
index 000000000000..e012e79dc7d8
--- /dev/null
+++ b/app-i18n/anthy-ss/files/digest-anthy-ss-7824
@@ -0,0 +1,3 @@
+MD5 bf4cce0a20f53cc7813a3f2d90c5a52c anthy-7824.tar.gz 3604757
+RMD160 e495bcef79e13ef7d5abf2c4d231dad34e3857c2 anthy-7824.tar.gz 3604757
+SHA256 b080c1a746be4e996c881d86a9ffe1612b19b1ecaad98f50fe1a7e1297d7f953 anthy-7824.tar.gz 3604757