diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-11-23 10:04:47 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-11-23 10:04:47 +0000 |
commit | 2183f0fee148ec0daab65277b336bae32dd4def9 (patch) | |
tree | 61787b391093c0c9dfb9ac3a7179c98fb79c3df6 /app-i18n | |
parent | Added to ~sparc. (Manifest recommit) (diff) | |
download | gentoo-2-2183f0fee148ec0daab65277b336bae32dd4def9.tar.gz gentoo-2-2183f0fee148ec0daab65277b336bae32dd4def9.tar.bz2 gentoo-2-2183f0fee148ec0daab65277b336bae32dd4def9.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-4700.ebuild | 44 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-4700 | 1 |
3 files changed, 4 insertions, 46 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index 36e74dbff65b..7a2e858fab0d 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.33 2004/11/16 14:44:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.34 2004/11/23 10:04:47 hattya Exp $ + + 23 Nov 2004; Akinori Hattori <hattya@gentoo.org> -anthy-4700.ebuild: + cleaned out old ebuild. 16 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> anthy-5500.ebuild: Stable on sparc diff --git a/app-i18n/anthy/anthy-4700.ebuild b/app-i18n/anthy/anthy-4700.ebuild deleted file mode 100644 index b5c67990aea7..000000000000 --- a/app-i18n/anthy/anthy-4700.ebuild +++ /dev/null @@ -1,44 +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-4700.ebuild,v 1.5 2004/06/28 01:40:27 vapier Exp $ - -inherit elisp-common - -DESCRIPTION="free and secure Japanese input system" -HOMEPAGE="http://anthy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/anthy/6621/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc alpha" -IUSE="emacs" - -DEPEND="virtual/libc - !app-i18n/anthy-ss - emacs? ( virtual/emacs )" - -SITEFILE="50anthy-gentoo.el" - -src_compile() { - local myconf="" - use emacs || myconf="EMACS=no" - econf ${myconf} || die - emake || die -} - -src_install() { - einstall || die - - use emacs && elisp-site-file-install ${FILESDIR}/${SITEFILE} - - dodoc AUTHORS ChangeLog DIARY INSTALL NEWS README \ - doc/[A-Z][A-Z]* doc/protocol.txt -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-i18n/anthy/files/digest-anthy-4700 b/app-i18n/anthy/files/digest-anthy-4700 deleted file mode 100644 index 5bed8d0e73ac..000000000000 --- a/app-i18n/anthy/files/digest-anthy-4700 +++ /dev/null @@ -1 +0,0 @@ -MD5 d859ce0eaf39dcab21fc67bd3acc7bb0 anthy-4700.tar.gz 1419664 |