diff options
-rw-r--r-- | app-i18n/anthy/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-5900-r1.ebuild | 76 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-5900.ebuild | 66 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-6300.ebuild | 76 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-6300d.ebuild | 76 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-5900 | 1 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-5900-r1 | 1 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-6300 | 1 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-6300d | 1 |
9 files changed, 5 insertions, 299 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index 5c1e3a7af443..45af144d7f7b 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/anthy # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.62 2005/09/17 15:16:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.63 2005/09/23 03:18:48 matsuu Exp $ + + 23 Sep 2005; MATSUU Takuto <matsuu@gentoo.org> -anthy-5900.ebuild, + -anthy-5900-r1.ebuild, -anthy-6300.ebuild, -anthy-6300d.ebuild: + Removed old versions. 23 Aug 2005; Aron Griffis <agriffis@gentoo.org> anthy-6700b.ebuild: stable on ia64 diff --git a/app-i18n/anthy/anthy-5900-r1.ebuild b/app-i18n/anthy/anthy-5900-r1.ebuild deleted file mode 100644 index 38d7edabc9e5..000000000000 --- a/app-i18n/anthy/anthy-5900-r1.ebuild +++ /dev/null @@ -1,76 +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/anthy-5900-r1.ebuild,v 1.3 2005/04/01 03:28:13 agriffis 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/12071/${P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ia64 ppc ~ppc-macos ~sparc ~x86" -SLOT="0" - -DEPEND="emacs? ( virtual/emacs ) - !app-i18n/anthy-ss" - -src_unpack() { - - unpack ${A} - - cd ${S} - if has_version '>=sys-devel/gcc-3.4' ; then - epatch ${FILESDIR}/anthy-mkdic-gcc34.patch - fi -} - -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 || die - -} - -src_install() { - - make DESTDIR=${D} install || die - - use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el - - dodoc [A-Z][A-Z]* ChangeLog doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt - -} - -pkg_postinst() { - - use emacs && elisp-site-regen - -} - -pkg_postrm() { - - has_version virtual/emacs && elisp-site-regen - -} diff --git a/app-i18n/anthy/anthy-5900.ebuild b/app-i18n/anthy/anthy-5900.ebuild deleted file mode 100644 index 95fa5c0b5ef4..000000000000 --- a/app-i18n/anthy/anthy-5900.ebuild +++ /dev/null @@ -1,66 +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/anthy-5900.ebuild,v 1.9 2005/04/08 11:44:29 corsair Exp $ - -inherit elisp-common - -IUSE="emacs ucs4" - -DESCRIPTION="Anthy -- free and secure Japanese input system" -HOMEPAGE="http://anthy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/anthy/12071/${P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc-macos sparc x86 ppc64" -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-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 || die - -} - -src_install() { - - make DESTDIR=${D} install || die - - use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el - - dodoc [A-Z][A-Z]* ChangeLog doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt - -} - -pkg_postinst() { - - use emacs && elisp-site-regen - -} - -pkg_postrm() { - - has_version virtual/emacs && elisp-site-regen - -} diff --git a/app-i18n/anthy/anthy-6300.ebuild b/app-i18n/anthy/anthy-6300.ebuild deleted file mode 100644 index 47502768bd73..000000000000 --- a/app-i18n/anthy/anthy-6300.ebuild +++ /dev/null @@ -1,76 +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/anthy-6300.ebuild,v 1.8 2005/07/07 18:39:13 corsair 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/13543/${P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ia64 ppc ~ppc-macos ppc64 sparc x86" -SLOT="0" - -DEPEND="emacs? ( virtual/emacs ) - !app-i18n/anthy-ss" - -src_unpack() { - - unpack ${A} - - cd ${S} - if has_version '>=sys-devel/gcc-3.4' ; then - epatch ${FILESDIR}/anthy-mkdic-gcc34.patch - fi -} - -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 - - dodoc [A-Z][A-Z]* ChangeLog doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt - -} - -pkg_postinst() { - - use emacs && elisp-site-regen - -} - -pkg_postrm() { - - has_version virtual/emacs && elisp-site-regen - -} diff --git a/app-i18n/anthy/anthy-6300d.ebuild b/app-i18n/anthy/anthy-6300d.ebuild deleted file mode 100644 index cbe23d24d1a2..000000000000 --- a/app-i18n/anthy/anthy-6300d.ebuild +++ /dev/null @@ -1,76 +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/anthy-6300d.ebuild,v 1.3 2005/06/21 05:22:39 corsair 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/13637/${P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" -SLOT="0" - -DEPEND="emacs? ( virtual/emacs ) - !app-i18n/anthy-ss" - -src_unpack() { - - unpack ${A} - - cd ${S} - if has_version '>=sys-devel/gcc-3.4' ; then - epatch ${FILESDIR}/anthy-mkdic-gcc34.patch - fi -} - -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 - - dodoc [A-Z][A-Z]* ChangeLog doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt - -} - -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-5900 b/app-i18n/anthy/files/digest-anthy-5900 deleted file mode 100644 index dbdefd0061f4..000000000000 --- a/app-i18n/anthy/files/digest-anthy-5900 +++ /dev/null @@ -1 +0,0 @@ -MD5 7f1a250c8b88b3792855fb43131ce8d3 anthy-5900.tar.gz 1566783 diff --git a/app-i18n/anthy/files/digest-anthy-5900-r1 b/app-i18n/anthy/files/digest-anthy-5900-r1 deleted file mode 100644 index dbdefd0061f4..000000000000 --- a/app-i18n/anthy/files/digest-anthy-5900-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7f1a250c8b88b3792855fb43131ce8d3 anthy-5900.tar.gz 1566783 diff --git a/app-i18n/anthy/files/digest-anthy-6300 b/app-i18n/anthy/files/digest-anthy-6300 deleted file mode 100644 index def7990c7cec..000000000000 --- a/app-i18n/anthy/files/digest-anthy-6300 +++ /dev/null @@ -1 +0,0 @@ -MD5 198ff6175994bf4ff40c50b1ec3e6734 anthy-6300.tar.gz 2020760 diff --git a/app-i18n/anthy/files/digest-anthy-6300d b/app-i18n/anthy/files/digest-anthy-6300d deleted file mode 100644 index accca2171386..000000000000 --- a/app-i18n/anthy/files/digest-anthy-6300d +++ /dev/null @@ -1 +0,0 @@ -MD5 7bbb58cb2c759ca065dad40b194ff118 anthy-6300d.tar.gz 2021541 |