diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-23 07:45:28 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-23 07:45:28 +0000 |
commit | dd1a17fff7fe6f5e5837b32184019422aa0b7640 (patch) | |
tree | 9beb924c60620a22c8df6979a914fddc1357a8e1 /app-i18n | |
parent | Version bump. Convert to ruby-fakegem. (diff) | |
download | gentoo-2-dd1a17fff7fe6f5e5837b32184019422aa0b7640.tar.gz gentoo-2-dd1a17fff7fe6f5e5837b32184019422aa0b7640.tar.bz2 gentoo-2-dd1a17fff7fe6f5e5837b32184019422aa0b7640.zip |
Removed old version.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-9100d.ebuild | 70 |
2 files changed, 5 insertions, 72 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index 1e1f2621299c..a3a22c3af492 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/anthy -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.129 2009/09/27 12:29:39 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.130 2010/01/23 07:45:28 matsuu Exp $ + + 23 Jan 2010; MATSUU Takuto <matsuu@gentoo.org> -anthy-9100d.ebuild: + Removed old version. 27 Sep 2009; Brent Baude <ranger@gentoo.org> anthy-9100h.ebuild: Marking anthy-9100h ppc64 for bug 277353 diff --git a/app-i18n/anthy/anthy-9100d.ebuild b/app-i18n/anthy/anthy-9100d.ebuild deleted file mode 100644 index 612c18d7855e..000000000000 --- a/app-i18n/anthy/anthy-9100d.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100d.ebuild,v 1.9 2009/09/17 16:32:12 matsuu Exp $ - -inherit elisp-common eutils - -IUSE="emacs" - -DESCRIPTION="Anthy -- free and secure Japanese input system" -HOMEPAGE="http://anthy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/anthy/27771/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -SLOT="0" - -DEPEND="!app-i18n/anthy-ss - emacs? ( virtual/emacs )" - -src_unpack() { - - unpack ${A} - cd "${S}" - - local cannadicdir=/var/lib/canna/dic/canna - - if has_version 'app-dicts/canna-2ch'; then - einfo "Adding nichan.ctd to anthy.dic." - sed -i /placename/a"read ${cannadicdir}/nichan.ctd" \ - mkworddic/dict.args.in - fi - -} - -src_compile() { - - local myconf - - use emacs || myconf="EMACS=no" - - econf ${myconf} || die - emake || die - -} - -src_install() { - - emake DESTDIR="${D}" install || die - - use emacs && elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el - - dodoc AUTHORS DIARY NEWS README ChangeLog - - docinto doc - rm doc/Makefile* - dodoc doc/* - -} - -pkg_postinst() { - - use emacs && elisp-site-regen - -} - -pkg_postrm() { - - use emacs && elisp-site-regen - -} |