diff options
author | 2004-05-30 08:55:44 +0000 | |
---|---|---|
committer | 2004-05-30 08:55:44 +0000 | |
commit | a651693052cd3d6673979eee6d14f46d9169d699 (patch) | |
tree | 2626712187e41be65d740a5e8a63955bf0e2e99e /app-i18n | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-a651693052cd3d6673979eee6d14f46d9169d699.tar.gz gentoo-2-a651693052cd3d6673979eee6d14f46d9169d699.tar.bz2 gentoo-2-a651693052cd3d6673979eee6d14f46d9169d699.zip |
cleaned out old ebuilds
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy-ss/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5201.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5226.ebuild | 74 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5201 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5226 | 1 |
5 files changed, 5 insertions, 147 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 926696181283..cb60208e9696 100644 --- a/app-i18n/anthy-ss/ChangeLog +++ b/app-i18n/anthy-ss/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/anthy-ss # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.28 2004/05/30 08:52:40 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.29 2004/05/30 08:55:44 hattya Exp $ + + 30 May 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5201.ebuild, + anthy-ss-5226.ebuild: + cleaned out old ebuilds. *anthy-ss-5326 (30 May 2004) diff --git a/app-i18n/anthy-ss/anthy-ss-5201.ebuild b/app-i18n/anthy-ss/anthy-ss-5201.ebuild deleted file mode 100644 index e6fc2be514a6..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5201.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5201.ebuild,v 1.1 2004/04/01 12:59:31 hattya Exp $ - -inherit elisp-common - -IUSE="emacs" - -MY_P="${P/-ss/}" - -DESCRIPTION="Anthy -- free and secure Japanese input system" -HOMEPAGE="http://anthy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/anthy/8965/${MY_P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="~x86" -SLOT="0" -S="${WORKDIR}/${MY_P}" - -DEPEND="emacs? ( virtual/emacs ) - !app-i18n/anthy" - -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-ss/anthy-ss-5226.ebuild b/app-i18n/anthy-ss/anthy-ss-5226.ebuild deleted file mode 100644 index 3311025ba26e..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5226.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5226.ebuild,v 1.2 2004/04/28 21:29:58 dholm Exp $ - -inherit elisp-common - -IUSE="emacs ucs4" - -MY_P="${P/-ss/}" - -DESCRIPTION="Anthy -- free and secure Japanese input system" -HOMEPAGE="http://anthy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/anthy/9259/${MY_P}.tar.gz" - -RESTRICT="nomirror" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -SLOT="0" -S="${WORKDIR}/${MY_P}" - -DEPEND="emacs? ( virtual/emacs ) - !app-i18n/anthy" - -# Anthy can not compile with sandbox since version 5209. -# It always causes SEGV at making mkanthydic. -SANDBOX_DISABLED="1" - -src_compile() { - - local myconf - local cannadicdir=/var/lib/canna/dic/canna - - use emacs || myconf="EMACS=no" - use ucs4 && myconf="${myconf} --enable-uc4" - - 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.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.am - fi - - autoconf - 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-ss/files/digest-anthy-ss-5201 b/app-i18n/anthy-ss/files/digest-anthy-ss-5201 deleted file mode 100644 index 0095e5569161..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5201 +++ /dev/null @@ -1 +0,0 @@ -MD5 bb86b902bd7c40715db9da05138013ad anthy-5201.tar.gz 1526955 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5226 b/app-i18n/anthy-ss/files/digest-anthy-ss-5226 deleted file mode 100644 index a20cc39eb1d7..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5226 +++ /dev/null @@ -1 +0,0 @@ -MD5 b118b96c0b32dfcd5295dcbbdbe3b859 anthy-5226.tar.gz 1542491 |