diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-10-17 10:13:34 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-10-17 10:13:34 +0000 |
commit | 51c4f961f0493264b83297d7827e2a21394e7fa5 (patch) | |
tree | 7a56b11cca32aeabe9741c8977121fa4c09d34df /app-i18n | |
parent | stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-51c4f961f0493264b83297d7827e2a21394e7fa5.tar.gz gentoo-2-51c4f961f0493264b83297d7827e2a21394e7fa5.tar.bz2 gentoo-2-51c4f961f0493264b83297d7827e2a21394e7fa5.zip |
cleaned out old ebuilds
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy-ss/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5608.ebuild | 69 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5613.ebuild | 69 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5626.ebuild | 69 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5608 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5613 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5626 | 1 |
7 files changed, 5 insertions, 211 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 0dd909ce1c76..bdabba9746bf 100644 --- a/app-i18n/anthy-ss/ChangeLog +++ b/app-i18n/anthy-ss/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/anthy-ss # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.50 2004/10/17 10:12:11 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.51 2004/10/17 10:13:34 hattya Exp $ + + 17 Oct 2004; Akinori Hattori <hattya@gentoo.org> -anthy-ss-5608.ebuild, + -anthy-ss-5613.ebuild, -anthy-ss-5626.ebuild: + cleaned out old ebuilds. *anthy-ss-5812 (17 Oct 2004) diff --git a/app-i18n/anthy-ss/anthy-ss-5608.ebuild b/app-i18n/anthy-ss/anthy-ss-5608.ebuild deleted file mode 100644 index c5cca63f81e0..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5608.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5608.ebuild,v 1.1 2004/08/10 08:32:22 hattya Exp $ - -inherit elisp-common - -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/10807/${MY_P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -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 || die - -} - -src_install() { - - einstall || 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-ss/anthy-ss-5613.ebuild b/app-i18n/anthy-ss/anthy-ss-5613.ebuild deleted file mode 100644 index 4ea2053235b0..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5613.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5613.ebuild,v 1.1 2004/08/19 08:17:36 hattya Exp $ - -inherit elisp-common - -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/10875/${MY_P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -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 || die - -} - -src_install() { - - einstall || 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-ss/anthy-ss-5626.ebuild b/app-i18n/anthy-ss/anthy-ss-5626.ebuild deleted file mode 100644 index 6c4bf0de9240..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5626.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5626.ebuild,v 1.1 2004/08/28 08:30:15 hattya Exp $ - -inherit elisp-common - -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/11081/${MY_P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -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 || die - -} - -src_install() { - - einstall || 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-ss/files/digest-anthy-ss-5608 b/app-i18n/anthy-ss/files/digest-anthy-ss-5608 deleted file mode 100644 index 05ca07955e6b..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5608 +++ /dev/null @@ -1 +0,0 @@ -MD5 e7d06bfd898a66a198f457a22677a4c3 anthy-5608.tar.gz 1547193 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5613 b/app-i18n/anthy-ss/files/digest-anthy-ss-5613 deleted file mode 100644 index a02cd1d55f66..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5613 +++ /dev/null @@ -1 +0,0 @@ -MD5 e5f0d968011faf056084df465d360270 anthy-5613.tar.gz 1547824 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5626 b/app-i18n/anthy-ss/files/digest-anthy-ss-5626 deleted file mode 100644 index d279351b2d57..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5626 +++ /dev/null @@ -1 +0,0 @@ -MD5 91f3f1258cc6c05e3f592b3f365f431f anthy-5626.tar.gz 1548520 |