From ef3656244a8c0e106c92b6ce434e4611041a07ab Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Thu, 6 Oct 2005 14:05:34 +0000 Subject: new upstream release. (Portage version: 2.0.51.22-r2) --- app-i18n/anthy-ss/ChangeLog | 8 +++- app-i18n/anthy-ss/Manifest | 4 +- app-i18n/anthy-ss/anthy-ss-6801.ebuild | 71 ---------------------------- app-i18n/anthy-ss/anthy-ss-6829.ebuild | 71 ++++++++++++++++++++++++++++ app-i18n/anthy-ss/files/digest-anthy-ss-6801 | 1 - app-i18n/anthy-ss/files/digest-anthy-ss-6829 | 1 + 6 files changed, 81 insertions(+), 75 deletions(-) delete mode 100644 app-i18n/anthy-ss/anthy-ss-6801.ebuild create mode 100644 app-i18n/anthy-ss/anthy-ss-6829.ebuild delete mode 100644 app-i18n/anthy-ss/files/digest-anthy-ss-6801 create mode 100644 app-i18n/anthy-ss/files/digest-anthy-ss-6829 (limited to 'app-i18n') diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 16e6ce6a8201..5ade82a9ff00 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.70 2005/08/24 11:06:09 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.71 2005/10/06 14:05:33 hattya Exp $ + +*anthy-ss-6829 (06 Oct 2005) + + 06 Oct 2005; Akinori Hattori -anthy-ss-6801.ebuild, + +anthy-ss-6829.ebuild: + new upstream release. *anthy-ss-6801 (24 Aug 2005) diff --git a/app-i18n/anthy-ss/Manifest b/app-i18n/anthy-ss/Manifest index 221e6ae87509..42d11a024dce 100644 --- a/app-i18n/anthy-ss/Manifest +++ b/app-i18n/anthy-ss/Manifest @@ -1,5 +1,5 @@ MD5 ed708c71c891a8bb4d12d58c9dde9eb5 ChangeLog 9388 -MD5 42fa2d0edb7e8a0fd7e08d86ea1b9c24 anthy-ss-6801.ebuild 1554 +MD5 4821d99bbc334955eb83a45252a5fc2e anthy-ss-6829.ebuild 1454 MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 -MD5 d8af10dd429fde3e86e7f577ee1e1bc4 files/digest-anthy-ss-6801 63 +MD5 05d162e0d181d116974f1525bc090131 files/digest-anthy-ss-6829 63 diff --git a/app-i18n/anthy-ss/anthy-ss-6801.ebuild b/app-i18n/anthy-ss/anthy-ss-6801.ebuild deleted file mode 100644 index 096357855dd8..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-6801.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-6801.ebuild,v 1.1 2005/08/24 11:06:09 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/15893/${MY_P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" -SLOT="0" -S="${WORKDIR}/${MY_P}" - -DEPEND="emacs? ( virtual/emacs ) - !app-i18n/anthy" - -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-zipcode'; then - einfo "Adding zipcode.t and jigyosyo.t to anthy.dic." - cp ${cannadicdir}/{zipcode,jigyosyo}.t mkanthydic - sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" mkanthydic/Makefile.in - fi - - if has_version 'app-dicts/canna-2ch'; then - einfo "Adding nichan.ctd to anthy.dic." - cp ${cannadicdir}/nichan.ctd mkanthydic/2ch.t - sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" mkanthydic/Makefile.in - fi - - econf ${myconf} || die - emake -j1 || 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-ss/anthy-ss-6829.ebuild b/app-i18n/anthy-ss/anthy-ss-6829.ebuild new file mode 100644 index 000000000000..f9fb4dc2b36e --- /dev/null +++ b/app-i18n/anthy-ss/anthy-ss-6829.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-6829.ebuild,v 1.1 2005/10/06 14:05:34 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/16195/${MY_P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64" +SLOT="0" +S="${WORKDIR}/${MY_P}" + +DEPEND="emacs? ( virtual/emacs ) + !app-i18n/anthy" + +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-zipcode'; then + einfo "Adding zipcode.t and jigyosyo.t to anthy.dic." + cp ${cannadicdir}/{zipcode,jigyosyo}.t mkanthydic + sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" mkanthydic/Makefile.in + fi + + if has_version 'app-dicts/canna-2ch'; then + einfo "Adding nichan.ctd to anthy.dic." + cp ${cannadicdir}/nichan.ctd mkanthydic/2ch.t + sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" mkanthydic/Makefile.in + fi + + econf ${myconf} || die + emake -j1 || 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-ss/files/digest-anthy-ss-6801 b/app-i18n/anthy-ss/files/digest-anthy-ss-6801 deleted file mode 100644 index a4f2145073eb..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-6801 +++ /dev/null @@ -1 +0,0 @@ -MD5 a3cbf4f50783e16b0f08d373aec7ce1c anthy-6801.tar.gz 2233696 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-6829 b/app-i18n/anthy-ss/files/digest-anthy-ss-6829 new file mode 100644 index 000000000000..ebd1621bbece --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-6829 @@ -0,0 +1 @@ +MD5 6080437e98b7443682c047afd035f306 anthy-6829.tar.gz 2236240 -- cgit v1.2.3-65-gdbad