diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-03-21 14:38:31 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-03-21 14:38:31 +0000 |
commit | 8ad01720cda0624b49ea14cdebbce9c7ed78daed (patch) | |
tree | bc965f8af528f4ac1ca5e13fb7c1ca7794bb006a /app-i18n | |
parent | QA: Adding categories to dependencies. See bug 45110 for details. (Manifest r... (diff) | |
download | gentoo-2-8ad01720cda0624b49ea14cdebbce9c7ed78daed.tar.gz gentoo-2-8ad01720cda0624b49ea14cdebbce9c7ed78daed.tar.bz2 gentoo-2-8ad01720cda0624b49ea14cdebbce9c7ed78daed.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-4925.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5003.ebuild | 70 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5012.ebuild | 71 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-4925 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5003 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5012 | 1 |
7 files changed, 5 insertions, 215 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog index 5614d1b1a963..2a3db173b2cd 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.18 2004/03/21 14:27:12 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.19 2004/03/21 14:38:31 hattya Exp $ + + 21 Mar 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-4925.ebuild, + anthy-ss-5003.ebuild, anthy-ss-5012.ebuild: + cleaned out old ebuilds. *anthy-ss-5117 (21 Mar 2004) diff --git a/app-i18n/anthy-ss/anthy-ss-4925.ebuild b/app-i18n/anthy-ss/anthy-ss-4925.ebuild deleted file mode 100644 index f14bd3bb3974..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-4925.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-4925.ebuild,v 1.1 2004/01/28 12:21:20 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/7851/${MY_P}.tar.gz" - -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 AUTHORS COPYING ChangeLog DIARY INSTALL NEWS README \ - doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt - -} - -pkg_postinst() { - - use emacs && elisp-site-regen - -} - -pkg_postrm() { - - use emacs && elisp-site-regen - -} diff --git a/app-i18n/anthy-ss/anthy-ss-5003.ebuild b/app-i18n/anthy-ss/anthy-ss-5003.ebuild deleted file mode 100644 index 88023f7115ee..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5003.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-5003.ebuild,v 1.1 2004/02/04 12:34:57 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/8010/${MY_P}.tar.gz" - -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 AUTHORS COPYING ChangeLog DIARY INSTALL NEWS README \ - doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt - -} - -pkg_postinst() { - - use emacs && elisp-site-regen - -} - -pkg_postrm() { - - use emacs && elisp-site-regen - -} diff --git a/app-i18n/anthy-ss/anthy-ss-5012.ebuild b/app-i18n/anthy-ss/anthy-ss-5012.ebuild deleted file mode 100644 index 38e9875640ba..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-5012.ebuild +++ /dev/null @@ -1,71 +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-5012.ebuild,v 1.1 2004/02/13 14:50:52 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/8162/${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 AUTHORS COPYING ChangeLog DIARY INSTALL NEWS README \ - doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt - -} - -pkg_postinst() { - - use emacs && elisp-site-regen - -} - -pkg_postrm() { - - use emacs && elisp-site-regen - -} diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-4925 b/app-i18n/anthy-ss/files/digest-anthy-ss-4925 deleted file mode 100644 index 4b2bde7f2f9f..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-4925 +++ /dev/null @@ -1 +0,0 @@ -MD5 1ed4f0617c9727847596c78e5b94a998 anthy-4925.tar.gz 1522253 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5003 b/app-i18n/anthy-ss/files/digest-anthy-ss-5003 deleted file mode 100644 index 45f8016c716d..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5003 +++ /dev/null @@ -1 +0,0 @@ -MD5 6b7f35c8848ea7f1ca719b101ff43a1e anthy-5003.tar.gz 1522494 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5012 b/app-i18n/anthy-ss/files/digest-anthy-ss-5012 deleted file mode 100644 index f190a337aa4e..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-5012 +++ /dev/null @@ -1 +0,0 @@ -MD5 914fef6a4db3bef3e5e82981a138a849 anthy-5012.tar.gz 1522864 |