summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-09 18:59:10 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-09 18:59:10 +0000
commit9beb3c197e850368f1a68e92ad486e89585ee556 (patch)
treeffe77178a1fa0075f4e04e2f640e7b4ac0f60860 /app-dicts/kannadic/kannadic-2.0.2.ebuild
parentstable on ppc64, bug #66752 (Manifest recommit) (diff)
downloadgentoo-2-9beb3c197e850368f1a68e92ad486e89585ee556.tar.gz
gentoo-2-9beb3c197e850368f1a68e92ad486e89585ee556.tar.bz2
gentoo-2-9beb3c197e850368f1a68e92ad486e89585ee556.zip
Stable on x86 and ppc.
Diffstat (limited to 'app-dicts/kannadic/kannadic-2.0.2.ebuild')
-rw-r--r--app-dicts/kannadic/kannadic-2.0.2.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/app-dicts/kannadic/kannadic-2.0.2.ebuild b/app-dicts/kannadic/kannadic-2.0.2.ebuild
deleted file mode 100644
index ae2ebce21610..000000000000
--- a/app-dicts/kannadic/kannadic-2.0.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/kannadic-2.0.2.ebuild,v 1.4 2004/09/02 02:44:09 usata Exp $
-
-DESCRIPTION="Canna, Anthy and Dixchange dictionary editor for KDE"
-HOMEPAGE="http://linux-life.net/program/cc/kde/app/kannadic/"
-SRC_URI="http://linux-life.net/program/cc/kde/app/kannadic/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc ~ppc ~ppc64"
-IUSE="debug xinerama"
-
-DEPEND="virtual/libc
- virtual/x11
- kde-base/kdelibs
- x11-libs/qt
- app-i18n/canna"
-
-src_compile() {
- addpredict /usr/qt/3/etc/settings/
- econf \
- `use_enable debug` \
- `use_with xinerama` \
- || die
- emake || die
-}
-
-src_install() {
- einstall || die
-}
-
-pkg_postinst() {
- einfo
- einfo "Currently KannaDic doesn't create a dictionary for you,"
- einfo "so you need to create one manually."
- einfo "e.g) If you are going to add user dictionary named \"personal\", run"
- einfo
- einfo "\t% mkdic user"
- einfo
- einfo "and add :user \"personal\" to (use-dictionary ...) in your ~/.canna"
- einfo "You may need to restart canna server in order to use your dictionary."
- einfo
-}