From fe6771ccff6d0d1d20d92d124def0193a24fb5c3 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sat, 22 Apr 2006 14:35:23 +0000 Subject: new upstream release. (Portage version: 2.0.54) --- app-i18n/anthy/ChangeLog | 8 ++++- app-i18n/anthy/Manifest | 4 +-- app-i18n/anthy/anthy-7500.ebuild | 62 --------------------------------- app-i18n/anthy/anthy-7500b.ebuild | 62 +++++++++++++++++++++++++++++++++ app-i18n/anthy/files/digest-anthy-7500 | 1 - app-i18n/anthy/files/digest-anthy-7500b | 1 + 6 files changed, 72 insertions(+), 66 deletions(-) delete mode 100644 app-i18n/anthy/anthy-7500.ebuild create mode 100644 app-i18n/anthy/anthy-7500b.ebuild delete mode 100644 app-i18n/anthy/files/digest-anthy-7500 create mode 100644 app-i18n/anthy/files/digest-anthy-7500b (limited to 'app-i18n/anthy') diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index abfc80bb9756..4bb1588fc514 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/anthy # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.71 2006/03/28 22:14:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.72 2006/04/22 14:35:22 hattya Exp $ + +*anthy-7500b (22 Apr 2006) + + 22 Apr 2006; Akinori Hattori -anthy-7500.ebuild, + +anthy-7500b.ebuild: + new upstream release. 28 Mar 2006; Aron Griffis anthy-7100b-r1.ebuild: Mark 7100b-r1 stable on ia64 diff --git a/app-i18n/anthy/Manifest b/app-i18n/anthy/Manifest index 5d2a509efe18..03c13deac8d2 100644 --- a/app-i18n/anthy/Manifest +++ b/app-i18n/anthy/Manifest @@ -1,10 +1,10 @@ MD5 f0b3a3989017f1426ab78812f262b202 ChangeLog 8549 MD5 faf1852ef3403fd62aa675b397a2b340 anthy-6700b.ebuild 1698 MD5 6d868f5c9a8b485c9fcabea74822da92 anthy-7100b-r1.ebuild 1294 -MD5 80ab75951f286547b8bb9c8581aff173 anthy-7500.ebuild 1278 +MD5 b84b14f90eeb02800d73c7bfffd9dfbc anthy-7500b.ebuild 1168 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 MD5 9ad5e85186b6813cb0e7a76976ed8fd3 files/anthy-mkdic-gcc34.patch 790 MD5 eecee82ed1c729dee6226842542ca4c5 files/digest-anthy-6700b 64 MD5 71a8f13547736954f74d553acc29a6f1 files/digest-anthy-7100b-r1 64 -MD5 922f5fe9db0c267bcb12ea812e0cd2ea files/digest-anthy-7500 63 +MD5 b33aaac22cc558515677c5ea71829c73 files/digest-anthy-7500b 64 MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616 diff --git a/app-i18n/anthy/anthy-7500.ebuild b/app-i18n/anthy/anthy-7500.ebuild deleted file mode 100644 index 1ed0938c90a3..000000000000 --- a/app-i18n/anthy/anthy-7500.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500.ebuild,v 1.1 2006/03/20 14:21:30 hattya 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/19158/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" -SLOT="0" - -DEPEND="emacs? ( virtual/emacs ) - !app-i18n/anthy-ss" - -src_compile() { - - local myconf - local cannadicdir=/var/lib/canna/dic/canna - - use emacs || myconf="EMACS=no" - use ucs4 && myconf="${myconf} --enable-ucs4" - - if has_version 'app-dicts/canna-2ch'; then - einfo "Adding nichan.ctd to anthy.dic." - sed -i -e /placename/a"read ${cannadicdir}/nichan.ctd" \ - mkworddic/dict.args.in - fi - - econf ${myconf} || die - emake || die - -} - -src_install() { - - make DESTDIR=${D} install || die - - use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el - - rm doc/Makefile* - - dodoc AUTHORS COPYING DIARY INSTALL NEWS README ChangeLog - dodoc doc/* - -} - -pkg_postinst() { - - use emacs && elisp-site-regen - -} - -pkg_postrm() { - - has_version virtual/emacs && elisp-site-regen - -} diff --git a/app-i18n/anthy/anthy-7500b.ebuild b/app-i18n/anthy/anthy-7500b.ebuild new file mode 100644 index 000000000000..177d333abb8c --- /dev/null +++ b/app-i18n/anthy/anthy-7500b.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500b.ebuild,v 1.1 2006/04/22 14:35:23 hattya 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/19902/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +SLOT="0" + +DEPEND="emacs? ( virtual/emacs ) + !app-i18n/anthy-ss" + +src_compile() { + + local myconf + local cannadicdir=/var/lib/canna/dic/canna + + use emacs || myconf="EMACS=no" + use ucs4 && myconf="${myconf} --enable-ucs4" + + if has_version 'app-dicts/canna-2ch'; then + einfo "Adding nichan.ctd to anthy.dic." + sed -i -e /placename/a"read ${cannadicdir}/nichan.ctd" \ + mkworddic/dict.args.in + fi + + econf ${myconf} || die + emake || die + +} + +src_install() { + + make DESTDIR=${D} install || die + + use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el + + rm doc/Makefile* + + dodoc AUTHORS DIARY NEWS README ChangeLog + dodoc doc/* + +} + +pkg_postinst() { + + use emacs && elisp-site-regen + +} + +pkg_postrm() { + + has_version virtual/emacs && elisp-site-regen + +} diff --git a/app-i18n/anthy/files/digest-anthy-7500 b/app-i18n/anthy/files/digest-anthy-7500 deleted file mode 100644 index 3e529cb8d5e4..000000000000 --- a/app-i18n/anthy/files/digest-anthy-7500 +++ /dev/null @@ -1 +0,0 @@ -MD5 c086a19b7590caa2a08406459eb577f8 anthy-7500.tar.gz 3380352 diff --git a/app-i18n/anthy/files/digest-anthy-7500b b/app-i18n/anthy/files/digest-anthy-7500b new file mode 100644 index 000000000000..da46354a3229 --- /dev/null +++ b/app-i18n/anthy/files/digest-anthy-7500b @@ -0,0 +1 @@ +MD5 ed3ce5d4332751ee3f4befe843c8ebb8 anthy-7500b.tar.gz 3385857 -- cgit v1.2.3-65-gdbad