summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2006-07-16 16:06:20 +0000
committerAkinori Hattori <hattya@gentoo.org>2006-07-16 16:06:20 +0000
commit94d008a7d4e86eee79a67d1b10612c8632496820 (patch)
treee7d8ff6196f951c470cb9946da6e67988f4ea715 /app-i18n/anthy-ss
parentInitial version. (diff)
downloadhistorical-94d008a7d4e86eee79a67d1b10612c8632496820.tar.gz
historical-94d008a7d4e86eee79a67d1b10612c8632496820.tar.bz2
historical-94d008a7d4e86eee79a67d1b10612c8632496820.zip
new upstream release.
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'app-i18n/anthy-ss')
-rw-r--r--app-i18n/anthy-ss/ChangeLog10
-rw-r--r--app-i18n/anthy-ss/anthy-ss-7915.ebuild77
-rw-r--r--app-i18n/anthy-ss/files/digest-anthy-ss-79153
3 files changed, 88 insertions, 2 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog
index 3049c4eecfa3..f5dc90038fdc 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.84 2006/07/12 11:31:10 hattya Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.85 2006/07/16 16:06:20 hattya Exp $
+
+*anthy-ss-7915 (16 Jul 2006)
+
+ 16 Jul 2006; Akinori Hattori <hattya@gentoo.org> -anthy-ss-7824.ebuild,
+ +anthy-ss-7915.ebuild:
+ new upstream release.
*anthy-ss-7824 (12 Jul 2006)
diff --git a/app-i18n/anthy-ss/anthy-ss-7915.ebuild b/app-i18n/anthy-ss/anthy-ss-7915.ebuild
new file mode 100644
index 000000000000..10cdc7c027c3
--- /dev/null
+++ b/app-i18n/anthy-ss/anthy-ss-7915.ebuild
@@ -0,0 +1,77 @@
+# 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-7915.ebuild,v 1.1 2006/07/16 16:06:20 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/20952/${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}"
+
+ # temporary fix for [Anthy-dev 3064]
+ sed -i "s:HASH_:HAS_:" include/anthy.h
+
+ 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-7915 b/app-i18n/anthy-ss/files/digest-anthy-ss-7915
new file mode 100644
index 000000000000..fd45e910dad7
--- /dev/null
+++ b/app-i18n/anthy-ss/files/digest-anthy-ss-7915
@@ -0,0 +1,3 @@
+MD5 228ce7719477e9c321184b5883c8135c anthy-7915.tar.gz 3675194
+RMD160 1a7a0eefa2ff25803f3faca50a94b68486cad44c anthy-7915.tar.gz 3675194
+SHA256 d67a181196e998459f12f2f8b9ca87237290568cc9a3655119a7b438dc49a37a anthy-7915.tar.gz 3675194