diff options
author | Akinori Hattori <hattya@gentoo.org> | 2005-01-06 14:50:58 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2005-01-06 14:50:58 +0000 |
commit | b6876ca97530712b74948d1515f9c85d1a915808 (patch) | |
tree | 8113b889ce8aea26d63319df9a5bad3a5c8e14ee /app-i18n/anthy-ss | |
parent | version bump. (Manifest recommit) (diff) | |
download | gentoo-2-b6876ca97530712b74948d1515f9c85d1a915808.tar.gz gentoo-2-b6876ca97530712b74948d1515f9c85d1a915808.tar.bz2 gentoo-2-b6876ca97530712b74948d1515f9c85d1a915808.zip |
cleaned out old ebuilds.
Diffstat (limited to 'app-i18n/anthy-ss')
-rw-r--r-- | app-i18n/anthy-ss/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5818.ebuild | 68 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5822.ebuild | 68 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5818 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5822 | 1 |
5 files changed, 5 insertions, 139 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 48cc47bd778f..9bfc1e09b34a 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.60 2005/01/06 14:48:07 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.61 2005/01/06 14:50:58 hattya Exp $ + + 06 Jan 2005; Akinori Hattori <hattya@gentoo.org> -anthy-ss-5818.ebuild, + -anthy-ss-5822.ebuild: + cleaned out old ebuilds. *anthy-ss-6024 (06 Jan 2005) diff --git a/app-i18n/anthy-ss/anthy-ss-5818.ebuild b/app-i18n/anthy-ss/anthy-ss-5818.ebuild deleted file mode 100644 index ad698ba29550..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5818.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5818.ebuild,v 1.3 2005/01/01 14:25:30 eradicator 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/11891/${MY_P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -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" - use ucs4 && myconf="${myconf} --enable-ucs4" - - 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 - 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 - fi - - econf ${myconf} || die - emake || die - -} - -src_install() { - - make DESTDIR=${D} install || 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-5822.ebuild b/app-i18n/anthy-ss/anthy-ss-5822.ebuild deleted file mode 100644 index a522601a6513..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5822.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5822.ebuild,v 1.3 2005/01/01 14:25:30 eradicator 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/11968/${MY_P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -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" - use ucs4 && myconf="${myconf} --enable-ucs4" - - 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 - 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 - fi - - econf ${myconf} || die - emake || die - -} - -src_install() { - - make DESTDIR=${D} install || 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-5818 b/app-i18n/anthy-ss/files/digest-anthy-ss-5818 deleted file mode 100644 index 086095a010b3..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5818 +++ /dev/null @@ -1 +0,0 @@ -MD5 7290835d8a74c96883358cd4397faf82 anthy-5818.tar.gz 1566415 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5822 b/app-i18n/anthy-ss/files/digest-anthy-ss-5822 deleted file mode 100644 index 26ecd043f1ee..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5822 +++ /dev/null @@ -1 +0,0 @@ -MD5 f0dc47d81f04a17dc235ab9b2b13297f anthy-5822.tar.gz 1566583 |