diff options
Diffstat (limited to 'app-text/zpspell')
-rw-r--r-- | app-text/zpspell/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/zpspell/zpspell-0.4.3.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-text/zpspell/ChangeLog b/app-text/zpspell/ChangeLog index a44a0ebc5f24..6f645eadc3f7 100644 --- a/app-text/zpspell/ChangeLog +++ b/app-text/zpspell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/zpspell # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/ChangeLog,v 1.2 2009/01/10 15:15:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/ChangeLog,v 1.3 2009/05/07 21:04:41 serkan Exp $ + +*zpspell-0.4.3 (07 May 2009) + + 07 May 2009; Serkan Kaba <serkan@gentoo.org> +zpspell-0.4.3.ebuild: + Version bump. 10 Jan 2009; Markus Meier <maekke@gentoo.org> zpspell-0.4.1.ebuild: amd64/x86 stable, bug #253055 diff --git a/app-text/zpspell/zpspell-0.4.3.ebuild b/app-text/zpspell/zpspell-0.4.3.ebuild new file mode 100644 index 000000000000..9cebda38731e --- /dev/null +++ b/app-text/zpspell/zpspell-0.4.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/zpspell-0.4.3.ebuild,v 1.1 2009/05/07 21:04:41 serkan Exp $ + +inherit cmake-utils + +DESCRIPTION="Zemberek-Pardus spell checker interface." +HOMEPAGE="http://www.pardus.org.tr/projeler/masaustu/zemberek-pardus" +SRC_URI="http://cekirdek.uludag.org.tr/~baris/zpspell/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-text/zemberek-server" + +src_install() { + cmake-utils_src_install + dodoc AUTHORS README || die +} + +pkg_postinst() { + elog "Please visit ${HOMEPAGE} for" + elog "documentation on how to configure and run Zemberek spellchecker for KDE." +} |