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 | c5686d6d2dc6d470113b00c8911671110b318488 (patch) | |
tree | ba1f7417427d2f2cadb4323a69f667e9eb351db8 /app-i18n | |
parent | new upstream release (diff) | |
download | historical-c5686d6d2dc6d470113b00c8911671110b318488.tar.gz historical-c5686d6d2dc6d470113b00c8911671110b318488.tar.bz2 historical-c5686d6d2dc6d470113b00c8911671110b318488.zip |
cleaned out old ebuild
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/anthy/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-5100.ebuild | 67 | ||||
-rw-r--r-- | app-i18n/anthy/files/digest-anthy-5100 | 1 |
4 files changed, 5 insertions, 72 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/Manifest b/app-i18n/anthy/Manifest index 584257f897fa..2965d8948d14 100644 --- a/app-i18n/anthy/Manifest +++ b/app-i18n/anthy/Manifest @@ -1,13 +1,11 @@ -MD5 ae244e3c926f76cf76402775498b0250 ChangeLog 4424 +MD5 c2bb1e2750093f03ec508869b3e5c912 ChangeLog 4522 MD5 7b55893f9e54a2bb3884cc7838404d19 anthy-4700.ebuild 945 -MD5 a392e3bca82eeb9717c1f14cba2ddcd5 anthy-5100.ebuild 1433 MD5 6b166a75548ea99509d02a34cde5a63b anthy-5100b.ebuild 1467 MD5 c8dc6175e0cc2ded77876caac6c13d2a anthy-5500.ebuild 1593 MD5 e10ec87e2fe136aa22cabe0a854c86e4 anthy-5900.ebuild 1501 MD5 bae17b53f1633ca708e67b8762933954 metadata.xml 616 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 MD5 18278f8fc1cafd5d0c0047982c68142f files/digest-anthy-4700 63 -MD5 686b7ab577ef2ec94a328dade8055bb6 files/digest-anthy-5100 63 MD5 0929884906bad3f7f4b85908b5425ba8 files/digest-anthy-5100b 64 MD5 a43bee494b9bf2ac632a52d8dd686722 files/digest-anthy-5500 63 MD5 5f13ff8fdbc22d40da3964a5a7639f6d files/digest-anthy-5900 63 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 |