diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-11-02 15:49:39 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-11-02 15:49:39 +0000 |
commit | 9032fff1bc9198a43a42b7cf524bd0a69653e6b1 (patch) | |
tree | 45a1d0af3f63a48007f71398404df35a83deef28 /app-i18n | |
parent | new upstream release (Manifest recommit) (diff) | |
download | gentoo-2-9032fff1bc9198a43a42b7cf524bd0a69653e6b1.tar.gz gentoo-2-9032fff1bc9198a43a42b7cf524bd0a69653e6b1.tar.bz2 gentoo-2-9032fff1bc9198a43a42b7cf524bd0a69653e6b1.zip |
cleaned out old ebuild
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-5100.ebuild | 67 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-5100 | 1 |
3 files changed, 4 insertions, 69 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index a0913b557b17..913d567ea256 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/anthy # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.31 2004/11/02 15:45:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.32 2004/11/02 15:49:39 hattya Exp $ + + 03 Nov 2004; Akinori Hattori <hattya@gentoo.org> -anthy-5100.ebuild: + cleaned out old ebuild. *anthy-5900 (03 Nov 2004) diff --git a/app-i18n/anthy/anthy-5100.ebuild b/app-i18n/anthy/anthy-5100.ebuild deleted file mode 100644 index 9cb34fe126b5..000000000000 --- a/app-i18n/anthy/anthy-5100.ebuild +++ /dev/null @@ -1,67 +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/anthy-5100.ebuild,v 1.4 2004/06/24 21:43:05 agriffis Exp $ - -inherit elisp-common - -IUSE="emacs" - -DESCRIPTION="Anthy -- free and secure Japanese input system" -HOMEPAGE="http://anthy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/${PN}/8433/${P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="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" - - 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,am} - 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,am} - 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/files/digest-anthy-5100 b/app-i18n/anthy/files/digest-anthy-5100 deleted file mode 100644 index 7f2803278771..000000000000 --- a/app-i18n/anthy/files/digest-anthy-5100 +++ /dev/null @@ -1 +0,0 @@ -MD5 cbc460322a9ed8fedf8cc47edbcc9942 anthy-5100.tar.gz 1523744 |