diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-06-13 13:41:20 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-06-13 13:41:20 +0000 |
commit | c0b38289d766e8c9445be0778311979a92c34bd5 (patch) | |
tree | f2191a33f70232905d87c7504e33a06ef5b2641d | |
parent | version bump. (Manifest recommit) (diff) | |
download | gentoo-2-c0b38289d766e8c9445be0778311979a92c34bd5.tar.gz gentoo-2-c0b38289d766e8c9445be0778311979a92c34bd5.tar.bz2 gentoo-2-c0b38289d766e8c9445be0778311979a92c34bd5.zip |
cleaned out old ebuilds.
-rw-r--r-- | app-i18n/anthy-ss/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5229.ebuild | 74 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5312.ebuild | 74 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5229 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5312 | 1 |
5 files changed, 5 insertions, 151 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index e83ba4756f60..7a80d9ad971d 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.31 2004/06/13 13:38:17 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.32 2004/06/13 13:41:20 hattya Exp $ + + 13 Jun 2004; Akinori Hattori <hattya@gentoo.org> -anthy-ss-5229.ebuild, + -anthy-ss-5312.ebuild: + cleaned out old ebuilds. *anthy-ss-5406 (13 Jun 2004) diff --git a/app-i18n/anthy-ss/anthy-ss-5229.ebuild b/app-i18n/anthy-ss/anthy-ss-5229.ebuild deleted file mode 100644 index 39a840917cde..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5229.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-5229.ebuild,v 1.1 2004/04/30 12:13:05 hattya 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/9305/${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/anthy-ss-5312.ebuild b/app-i18n/anthy-ss/anthy-ss-5312.ebuild deleted file mode 100644 index 8953f188833d..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5312.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-5312.ebuild,v 1.1 2004/05/25 16:09:37 hattya 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/9480/${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-5229 b/app-i18n/anthy-ss/files/digest-anthy-ss-5229 deleted file mode 100644 index f7627e9df538..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5229 +++ /dev/null @@ -1 +0,0 @@ -MD5 3be6e3d47d4195bc31e0399402ab5bba anthy-5229.tar.gz 1543329 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5312 b/app-i18n/anthy-ss/files/digest-anthy-ss-5312 deleted file mode 100644 index edc3cbe768f8..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5312 +++ /dev/null @@ -1 +0,0 @@ -MD5 81065e1a92f34299607bf58ef24f51c7 anthy-5312.tar.gz 1545499 |