diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-08-20 14:02:55 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-08-20 14:02:55 +0000 |
commit | 95cad4ad943773a9df2f91b16a5cc02d48d26dac (patch) | |
tree | 204f9c749418181db44d24b0ac3d1f53281c9123 /app-i18n | |
parent | new ebuild (diff) | |
download | gentoo-2-95cad4ad943773a9df2f91b16a5cc02d48d26dac.tar.gz gentoo-2-95cad4ad943773a9df2f91b16a5cc02d48d26dac.tar.bz2 gentoo-2-95cad4ad943773a9df2f91b16a5cc02d48d26dac.zip |
new ebuild
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 12 | ||||
-rw-r--r-- | app-i18n/anthy/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-4300b.ebuild | 48 | ||||
-rw-r--r-- | app-i18n/anthy/files/50anthy-gentoo.el | 7 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-4300b | 1 |
5 files changed, 71 insertions, 1 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog new file mode 100644 index 000000000000..bad02f609f8e --- /dev/null +++ b/app-i18n/anthy/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-i18n/anthy +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.1 2003/08/20 14:02:45 usata Exp $ + +*anthy-4300b (20 Aug 2003) + + 20 Aug 2003; Mamoru KOMACHI <usata@gentoo.org> anthy-4300b.ebuild, + 50anthy-gentoo.el: + Initial import. Ebuild first created by Satoshi Fuktommy + <fuktommy@phaeton.cs.uec.ac.jp> and polished by MATSUU Takuto + <matsuu@gentoo.org> at GentooJP BugTrack + diff --git a/app-i18n/anthy/Manifest b/app-i18n/anthy/Manifest index 0982cf927cca..9b7eb468cccf 100644 --- a/app-i18n/anthy/Manifest +++ b/app-i18n/anthy/Manifest @@ -1,2 +1,4 @@ -MD5 a2d8071056c50f15b2c5183bfdcdf500 anthy-4300b.ebuild 1045 +MD5 b8f9ba118025f9f829dafe5e4344d333 anthy-4300b.ebuild 1045 +MD5 889752a9eb70596949b9880c8de8e5be ChangeLog 495 MD5 83e271d277525e627be3756f01c7010e files/digest-anthy-4300b 64 +MD5 feef50f928e4da72ce6c4fc75410f47b files/50anthy-gentoo.el 194 diff --git a/app-i18n/anthy/anthy-4300b.ebuild b/app-i18n/anthy/anthy-4300b.ebuild new file mode 100644 index 000000000000..1d0474663065 --- /dev/null +++ b/app-i18n/anthy/anthy-4300b.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-4300b.ebuild,v 1.1 2003/08/20 14:02:45 usata Exp $ + +inherit elisp + +DESCRIPTION="Anthy -- free and secure Japanese input system" +HOMEPAGE="http://anthy.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/anthy/5332/${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc" +SLOT="0" +IUSE="emacs" + +S="${WORKDIR}/${P}" + +DEPEND="virtual/glibc + emacs? ( virtual/emacs )" + +SITEFILE="50anthy-gentoo.el" + +src_compile() { + local myconf="" + + use emacs \ + || myconf="${myconf} EMACS=no" + + econf ${myconf} || die + emake || die +} + +src_install() { + einstall || die + + use emacs && elisp-site-file-install ${FILESDIR}/${SITEFILE} + + dodoc AUTHORS ChangeLog DIARY INSTALL NEWS README \ + doc/{DICUTIL,ELISP,GLOSSARY,GUIDE.english,ILIB,LERNING,LIB} \ + doc/{MISC,POS,SPLITTER,TESTING,protocol.txt} +} + +pkg_postinst() { + use emacs && elisp-site-regen +} + +pkg_postrm() { + use emacs && elisp-site-regen +} diff --git a/app-i18n/anthy/files/50anthy-gentoo.el b/app-i18n/anthy/files/50anthy-gentoo.el new file mode 100644 index 000000000000..6746c84228a6 --- /dev/null +++ b/app-i18n/anthy/files/50anthy-gentoo.el @@ -0,0 +1,7 @@ + +;;; anthy site-lisp configuration + +(push "/usr/share/emacs/site-lisp/anthy" load-path) +(load-library "anthy") +(set-language-environment "Japanese") +(setq default-input-method "japanese-anthy") diff --git a/app-i18n/anthy/files/digest-anthy-4300b b/app-i18n/anthy/files/digest-anthy-4300b new file mode 100644 index 000000000000..83448898cb1e --- /dev/null +++ b/app-i18n/anthy/files/digest-anthy-4300b @@ -0,0 +1 @@ +MD5 2f409a7ab9f6b9b9099191cd78385f42 anthy-4300b.tar.gz 1398632 |