summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/anthy/ChangeLog8
-rw-r--r--app-i18n/anthy/Manifest6
-rw-r--r--app-i18n/anthy/anthy-4300b.ebuild5
-rw-r--r--app-i18n/anthy/anthy-4700.ebuild49
-rw-r--r--app-i18n/anthy/files/digest-anthy-47001
5 files changed, 63 insertions, 6 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog
index e8888700a6af..58e99c1d4623 100644
--- a/app-i18n/anthy/ChangeLog
+++ b/app-i18n/anthy/ChangeLog
@@ -1,6 +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.8 2003/09/25 18:53:32 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.9 2003/10/30 15:22:25 usata Exp $
+
+*anthy-4700 (31 Oct 2003)
+
+ 31 Oct 2003; Mamoru KOMACHI <usata@gentoo.org> anthy-4300b.ebuild,
+ anthy-4700.ebuild:
+ New upstream release. Added ~alpha keyword.
26 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> anthy-4507.ebuild,
anthy-4515.ebuild, anthy-4519.ebuild:
diff --git a/app-i18n/anthy/Manifest b/app-i18n/anthy/Manifest
index b9849ee6c1c8..85779a54b191 100644
--- a/app-i18n/anthy/Manifest
+++ b/app-i18n/anthy/Manifest
@@ -1,7 +1,7 @@
-MD5 0e66c441f8e430640bd8662b54b3da31 anthy-4300b.ebuild 951
+MD5 f27981626cf9d2e7c72dd56153c99c92 anthy-4300b.ebuild 978
MD5 65ba669c399cf14ce56239f65d6e86ca metadata.xml 631
-MD5 e06420d22628e4605f40f98e1864a4ed ChangeLog 2126
-MD5 f5962ae6252b4eed0a6a02d3032e18c4 anthy-4700.ebuild 952
+MD5 3622451d5d76066c15564ccfafaf646e ChangeLog 2290
+MD5 0f4069536d3dc472d74f16068f22c44b anthy-4700.ebuild 978
MD5 83e271d277525e627be3756f01c7010e files/digest-anthy-4300b 64
MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99
MD5 18278f8fc1cafd5d0c0047982c68142f files/digest-anthy-4700 63
diff --git a/app-i18n/anthy/anthy-4300b.ebuild b/app-i18n/anthy/anthy-4300b.ebuild
index ec564d22d139..cc445c5ddb91 100644
--- a/app-i18n/anthy/anthy-4300b.ebuild
+++ b/app-i18n/anthy/anthy-4300b.ebuild
@@ -1,6 +1,6 @@
# 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.4 2003/09/22 00:47:28 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-4300b.ebuild,v 1.5 2003/10/30 15:22:25 usata Exp $
inherit elisp-common
@@ -11,12 +11,13 @@ HOMEPAGE="http://anthy.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp/anthy/5332/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="x86 ~sparc"
+KEYWORDS="x86 ~alpha ~sparc"
SLOT="0"
S="${WORKDIR}/${P}"
DEPEND="virtual/glibc
+ !app-i18n/anthy-ss
emacs? ( virtual/emacs )"
SITEFILE="50anthy-gentoo.el"
diff --git a/app-i18n/anthy/anthy-4700.ebuild b/app-i18n/anthy/anthy-4700.ebuild
new file mode 100644
index 000000000000..3442ce2f1e74
--- /dev/null
+++ b/app-i18n/anthy/anthy-4700.ebuild
@@ -0,0 +1,49 @@
+# 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-4700.ebuild,v 1.1 2003/10/30 15:22:25 usata Exp $
+
+inherit elisp-common
+
+IUSE="emacs"
+
+DESCRIPTION="Anthy -- free and secure Japanese input system"
+HOMEPAGE="http://anthy.sourceforge.jp/"
+SRC_URI="mirror://sourceforge.jp/anthy/6621/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~alpha ~sparc"
+SLOT="0"
+
+S="${WORKDIR}/${P}"
+
+DEPEND="virtual/glibc
+ !app-i18n/anthy-ss
+ emacs? ( virtual/emacs )"
+
+SITEFILE="50anthy-gentoo.el"
+
+src_compile() {
+
+ econf `use emacs >/dev/null 2>&1 || echo EMACS=no` || die
+ emake || die
+}
+
+src_install() {
+
+ einstall || die
+
+ use emacs && elisp-site-file-install ${FILESDIR}/${SITEFILE}
+
+ dodoc AUTHORS ChangeLog DIARY INSTALL NEWS README \
+ doc/[A-Z][A-Z]* doc/protocol.txt
+}
+
+pkg_postinst() {
+
+ use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+
+ use emacs && elisp-site-regen
+}
diff --git a/app-i18n/anthy/files/digest-anthy-4700 b/app-i18n/anthy/files/digest-anthy-4700
new file mode 100644
index 000000000000..5bed8d0e73ac
--- /dev/null
+++ b/app-i18n/anthy/files/digest-anthy-4700
@@ -0,0 +1 @@
+MD5 d859ce0eaf39dcab21fc67bd3acc7bb0 anthy-4700.tar.gz 1419664