diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 12:01:23 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 12:01:23 +0000 |
commit | 7b72f978c57f996ef2e713e5839e208defe979b7 (patch) | |
tree | a24d0507ab2462f0d64b777a97e01a72cb2844f6 /app-dicts | |
parent | ARTS_REQUIRED=never (diff) | |
download | gentoo-2-7b72f978c57f996ef2e713e5839e208defe979b7.tar.gz gentoo-2-7b72f978c57f996ef2e713e5839e208defe979b7.tar.bz2 gentoo-2-7b72f978c57f996ef2e713e5839e208defe979b7.zip |
ARTS_REQUIRED=never
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/kannadic/kannadic-1.7.0.ebuild | 32 | ||||
-rw-r--r-- | app-dicts/kannadic/kannadic-2.0.3.ebuild | 8 |
2 files changed, 4 insertions, 36 deletions
diff --git a/app-dicts/kannadic/kannadic-1.7.0.ebuild b/app-dicts/kannadic/kannadic-1.7.0.ebuild deleted file mode 100644 index c1862bee9133..000000000000 --- a/app-dicts/kannadic/kannadic-1.7.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/kannadic-1.7.0.ebuild,v 1.12 2007/01/05 16:06:50 flameeyes Exp $ - -inherit kde - -DESCRIPTION="Graphical Canna style dictionary editor written 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" -IUSE="" - -DEPEND="app-i18n/canna" -RDEPEND="${DEPEND}" - -need-kde 3 - -pkg_postinst() { - elog - elog "Currently KannaDic doesn't create a dictionary for you," - elog "so you need to create one manually." - elog "e.g) If you are going to add user dictionary named \"personal\", run" - elog - elog "\t% mkdic user" - elog - elog "and add [1m:user \"personal\"[0m to (use-dictionary ...) in your ~/.canna" - elog "You may need to restart canna server in order to use your dictionary." - elog -} diff --git a/app-dicts/kannadic/kannadic-2.0.3.ebuild b/app-dicts/kannadic/kannadic-2.0.3.ebuild index 11fc4c169e72..d375c35465cf 100644 --- a/app-dicts/kannadic/kannadic-2.0.3.ebuild +++ b/app-dicts/kannadic/kannadic-2.0.3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/kannadic-2.0.3.ebuild,v 1.9 2007/01/05 16:06:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/kannadic-2.0.3.ebuild,v 1.10 2009/11/11 12:01:23 ssuominen Exp $ +ARTS_REQUIRED=never inherit kde DESCRIPTION="Canna, Anthy and Dixchange dictionary editor for KDE" @@ -14,9 +15,8 @@ KEYWORDS="ppc ppc64 ~sparc x86" IUSE="" DEPEND="app-i18n/canna" -RDEPEND="${DEPEND}" -need-kde 3 +need-kde 3.5 pkg_postinst() { elog |