summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2007-07-11 13:23:31 +0000
committerAkinori Hattori <hattya@gentoo.org>2007-07-11 13:23:31 +0000
commitb63035fdc1beef5606e2190fdbcb240e914f120d (patch)
treeb1d33a14c53a3020cfa6d072dc19e9c0d76c02b3 /app-i18n
parentincorporate cleanups by Stelian Ionescu <sionescu@common-lisp.net> (diff)
downloadgentoo-2-b63035fdc1beef5606e2190fdbcb240e914f120d.tar.gz
gentoo-2-b63035fdc1beef5606e2190fdbcb240e914f120d.tar.bz2
gentoo-2-b63035fdc1beef5606e2190fdbcb240e914f120d.zip
stable on x86.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/anthy/ChangeLog6
-rw-r--r--app-i18n/anthy/anthy-8300.ebuild71
-rw-r--r--app-i18n/anthy/anthy-8700b.ebuild4
-rw-r--r--app-i18n/anthy/files/digest-anthy-83003
4 files changed, 7 insertions, 77 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog
index e7f45769813c..6762706d70b0 100644
--- a/app-i18n/anthy/ChangeLog
+++ b/app-i18n/anthy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/anthy
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.101 2007/07/11 13:20:22 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.102 2007/07/11 13:23:31 hattya Exp $
+
+ 11 Jul 2007; Akinori Hattori <hattya@gentoo.org> -anthy-8300.ebuild,
+ anthy-8700b.ebuild:
+ stable on x86.
*anthy-9100 (11 Jul 2007)
diff --git a/app-i18n/anthy/anthy-8300.ebuild b/app-i18n/anthy/anthy-8300.ebuild
deleted file mode 100644
index 867d28a75a35..000000000000
--- a/app-i18n/anthy/anthy-8300.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2007 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.5 2007/06/24 15:50:07 matsuu 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() {
-
- use emacs && elisp-site-regen
-
-}
diff --git a/app-i18n/anthy/anthy-8700b.ebuild b/app-i18n/anthy/anthy-8700b.ebuild
index e02b39a8d7cb..76e1d8b9c632 100644
--- a/app-i18n/anthy/anthy-8700b.ebuild
+++ b/app-i18n/anthy/anthy-8700b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8700b.ebuild,v 1.6 2007/06/24 15:50:07 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8700b.ebuild,v 1.7 2007/07/11 13:23:31 hattya Exp $
inherit elisp-common eutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://anthy.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp/anthy/24253/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ia64 ppc ~ppc-macos ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ia64 ppc ~ppc-macos ppc64 sparc x86 ~x86-fbsd"
SLOT="0"
DEPEND="!app-i18n/anthy-ss
diff --git a/app-i18n/anthy/files/digest-anthy-8300 b/app-i18n/anthy/files/digest-anthy-8300
deleted file mode 100644
index 9ad3c5e07d20..000000000000
--- a/app-i18n/anthy/files/digest-anthy-8300
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8d182640ef8176ab877e5f79b6c09443 anthy-8300.tar.gz 3705386
-RMD160 10eb71717567d4a0611166a92e6b25b2382ea343 anthy-8300.tar.gz 3705386
-SHA256 521ab24ae85207e1c3b9539396e018a290e3b08b4a1db1b0133bb5c61680289a anthy-8300.tar.gz 3705386