summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-04-01 13:01:38 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-04-01 13:01:38 +0000
commitdebf0843ad92fb9aa39e8ef4726184543df9f999 (patch)
treef87263f82891396a88a521b49bf6bc9ab8c73844 /app-i18n
parentversion bump. (Manifest recommit) (diff)
downloadgentoo-2-debf0843ad92fb9aa39e8ef4726184543df9f999.tar.gz
gentoo-2-debf0843ad92fb9aa39e8ef4726184543df9f999.tar.bz2
gentoo-2-debf0843ad92fb9aa39e8ef4726184543df9f999.zip
cleaned out old ebuilds.
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/anthy-ss/ChangeLog6
-rw-r--r--app-i18n/anthy-ss/anthy-ss-5021.ebuild70
-rw-r--r--app-i18n/anthy-ss/anthy-ss-5106.ebuild70
-rw-r--r--app-i18n/anthy-ss/files/digest-anthy-ss-50211
-rw-r--r--app-i18n/anthy-ss/files/digest-anthy-ss-51061
5 files changed, 5 insertions, 143 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog
index 1d80b0f3a29a..8dceb0ac3008 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.21 2004/04/01 12:59:31 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.22 2004/04/01 13:01:37 hattya Exp $
+
+ 01 Apr 2004; Akinori Hattori <hattya@gentoo.org> anthy-ss-5021.ebuild,
+ anthy-ss-5106.ebuild:
+ cleaned out old ebuilds.
*anthy-ss-5201 (01 Apr 2004)
diff --git a/app-i18n/anthy-ss/anthy-ss-5021.ebuild b/app-i18n/anthy-ss/anthy-ss-5021.ebuild
deleted file mode 100644
index d7782ca1a572..000000000000
--- a/app-i18n/anthy-ss/anthy-ss-5021.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-5021.ebuild,v 1.1 2004/02/21 15:44:51 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/8335/${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-5106.ebuild b/app-i18n/anthy-ss/anthy-ss-5106.ebuild
deleted file mode 100644
index 6d095e60cd78..000000000000
--- a/app-i18n/anthy-ss/anthy-ss-5106.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-5106.ebuild,v 1.1 2004/03/08 11:07:17 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/8558/${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-5021 b/app-i18n/anthy-ss/files/digest-anthy-ss-5021
deleted file mode 100644
index 771f62d229fc..000000000000
--- a/app-i18n/anthy-ss/files/digest-anthy-ss-5021
+++ /dev/null
@@ -1 +0,0 @@
-MD5 481c3879933555b8030cacd5d76a2fb4 anthy-5021.tar.gz 1523181
diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5106 b/app-i18n/anthy-ss/files/digest-anthy-ss-5106
deleted file mode 100644
index a14a5f3790a8..000000000000
--- a/app-i18n/anthy-ss/files/digest-anthy-ss-5106
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5f1409d8dea41be54340560223a5a8cb anthy-5106.tar.gz 1524089