summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-21 19:53:32 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-21 19:53:32 +0000
commit48094bcf9582a79561ce866fcf952e8898d88d36 (patch)
tree194e4857c65cfead52abbc92ee982a3fd4b281f9 /app-dicts
parentinitial import (diff)
downloadgentoo-2-48094bcf9582a79561ce866fcf952e8898d88d36.tar.gz
gentoo-2-48094bcf9582a79561ce866fcf952e8898d88d36.tar.bz2
gentoo-2-48094bcf9582a79561ce866fcf952e8898d88d36.zip
Version bump.
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-hu/ChangeLog7
-rw-r--r--app-dicts/ispell-hu/ispell-hu-1.4.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/app-dicts/ispell-hu/ChangeLog b/app-dicts/ispell-hu/ChangeLog
index e5ee86285850..889b34ef03ed 100644
--- a/app-dicts/ispell-hu/ChangeLog
+++ b/app-dicts/ispell-hu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/ispell-hu
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.13 2008/11/01 12:13:38 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.14 2008/11/21 19:53:32 pva Exp $
+
+*ispell-hu-1.4 (21 Nov 2008)
+
+ 21 Nov 2008; Peter Volkov <pva@gentoo.org> +ispell-hu-1.4.ebuild:
+ Version bump.
01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-hu-1.3.ebuild:
Fixed multilib.
diff --git a/app-dicts/ispell-hu/ispell-hu-1.4.ebuild b/app-dicts/ispell-hu/ispell-hu-1.4.ebuild
new file mode 100644
index 000000000000..85987ae22867
--- /dev/null
+++ b/app-dicts/ispell-hu/ispell-hu-1.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.4.ebuild,v 1.1 2008/11/21 19:53:32 pva Exp $
+
+inherit eutils multilib
+
+MY_P=magyarispell-${PV}
+DESCRIPTION="Hungarian dictionary for Ispell"
+HOMEPAGE="http://magyarispell.sourceforge.net/"
+SRC_URI="mirror://sourceforge/magyarispell/${MY_P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 MPL-1.1 )"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+SLOT="0"
+
+DEPEND="app-text/ispell
+ app-text/recode"
+
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ make magyar4ispell.hash || die
+}
+
+src_install () {
+ insinto /usr/$(get_libdir)/ispell
+
+ doins tmp/magyar.aff || die
+ newins tmp/magyar4ispell.hash magyar.hash || die
+ dosym /usr/$(get_libdir)/ispell/magyar.hash /usr/$(get_libdir)/ispell/hungarian.hash
+
+ dodoc ChangeLog GYIK README OLVASSEL
+}