diff options
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-8700b.ebuild | 71 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-9100.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-9100b.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-9100c.ebuild | 70 |
5 files changed, 5 insertions, 282 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index c68c2f4431f2..58b5832bbff5 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/anthy # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.114 2008/01/26 17:47:43 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.115 2008/02/04 16:47:39 hattya Exp $ + + 04 Feb 2008; Akinori Hattori <hattya@gentoo.org> -anthy-8700b.ebuild, + -anthy-9100.ebuild, -anthy-9100b.ebuild, -anthy-9100c.ebuild: + cleaned out old ebuilds. 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> anthy-7500b.ebuild, anthy-7900.ebuild, anthy-8700b.ebuild, anthy-9100.ebuild, diff --git a/app-i18n/anthy/anthy-8700b.ebuild b/app-i18n/anthy/anthy-8700b.ebuild deleted file mode 100644 index 7a44531dcc49..000000000000 --- a/app-i18n/anthy/anthy-8700b.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8700b.ebuild,v 1.9 2008/01/26 17:47:43 grobian Exp $ - -inherit elisp-common eutils - -IUSE="emacs ucs4" - -DESCRIPTION="Anthy -- free and secure Japanese input system" -HOMEPAGE="http://anthy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/anthy/24253/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 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" - use ucs4 && myconf="${myconf} --enable-ucs4" - - 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 - -} diff --git a/app-i18n/anthy/anthy-9100.ebuild b/app-i18n/anthy/anthy-9100.ebuild deleted file mode 100644 index a979e2f5e1f6..000000000000 --- a/app-i18n/anthy/anthy-9100.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100.ebuild,v 1.5 2008/01/26 17:47:43 grobian 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/26131/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 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 - -} diff --git a/app-i18n/anthy/anthy-9100b.ebuild b/app-i18n/anthy/anthy-9100b.ebuild deleted file mode 100644 index a24868df17ca..000000000000 --- a/app-i18n/anthy/anthy-9100b.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100b.ebuild,v 1.2 2008/01/26 17:47:43 grobian 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/27175/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~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 - -} diff --git a/app-i18n/anthy/anthy-9100c.ebuild b/app-i18n/anthy/anthy-9100c.ebuild deleted file mode 100644 index 4788f987b1b6..000000000000 --- a/app-i18n/anthy/anthy-9100c.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100c.ebuild,v 1.2 2008/01/26 17:47:43 grobian 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/27205/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~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 - -} |