diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-04-30 12:15:18 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-04-30 12:15:18 +0000 |
commit | 730334db0c660414ae9d5c3575c6a698b7636df5 (patch) | |
tree | 5d6315049d7c4ab555c973ab487aed44e9e7cbba /app-i18n | |
parent | version bump. (Manifest recommit) (diff) | |
download | gentoo-2-730334db0c660414ae9d5c3575c6a698b7636df5.tar.gz gentoo-2-730334db0c660414ae9d5c3575c6a698b7636df5.tar.bz2 gentoo-2-730334db0c660414ae9d5c3575c6a698b7636df5.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-5117.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5122.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5117 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5122 | 1 |
5 files changed, 5 insertions, 143 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 2c9973b4a92d..d2e7e34b3755 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.25 2004/04/30 12:13:05 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.26 2004/04/30 12:15:18 hattya Exp $ + + 30 Apr 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5117.ebuild, + anthy-ss-5122.ebuild: + cleaned out old ebuilds. *anthy-ss-5229 (30 Apr 2004) diff --git a/app-i18n/anthy-ss/anthy-ss-5117.ebuild b/app-i18n/anthy-ss/anthy-ss-5117.ebuild deleted file mode 100644 index 7d25aed67a12..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5117.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-5117.ebuild,v 1.1 2004/03/21 14:27:12 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/8747/${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-5122.ebuild b/app-i18n/anthy-ss/anthy-ss-5122.ebuild deleted file mode 100644 index bf1a8216cd59..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5122.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-5122.ebuild,v 1.1 2004/03/25 13:54:50 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/8819/${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/files/digest-anthy-ss-5117 b/app-i18n/anthy-ss/files/digest-anthy-ss-5117 deleted file mode 100644 index abe418e0b6c1..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5117 +++ /dev/null @@ -1 +0,0 @@ -MD5 46fd96355ed9b8f4824c2fa451b77d77 anthy-5117.tar.gz 1524596 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5122 b/app-i18n/anthy-ss/files/digest-anthy-ss-5122 deleted file mode 100644 index 40679f02831c..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5122 +++ /dev/null @@ -1 +0,0 @@ -MD5 f855b2e7a3de33c819ee9eefa652b231 anthy-5122.tar.gz 1523945 |