diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-07-15 19:20:13 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-07-15 19:20:13 +0000 |
commit | f41bc2de9aeb6d9c9447a01900af86077286cf09 (patch) | |
tree | a4cab705482f4091f0b62cfb95ecf5d5f082878a /app-dicts/ispell-hu | |
parent | Ship it on sparc. (diff) | |
download | historical-f41bc2de9aeb6d9c9447a01900af86077286cf09.tar.gz historical-f41bc2de9aeb6d9c9447a01900af86077286cf09.tar.bz2 historical-f41bc2de9aeb6d9c9447a01900af86077286cf09.zip |
version bump
Diffstat (limited to 'app-dicts/ispell-hu')
-rw-r--r-- | app-dicts/ispell-hu/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/ispell-hu/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/ispell-hu/files/digest-ispell-hu-0.99.4 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild | 31 |
4 files changed, 41 insertions, 2 deletions
diff --git a/app-dicts/ispell-hu/ChangeLog b/app-dicts/ispell-hu/ChangeLog index d7f367462e7f..58bf1b69582b 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.2 2004/06/24 21:42:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.3 2004/07/15 19:20:13 arj Exp $ + +*ispell-hu-0.99.4 (15 Jul 2004) + + 15 Jul 2004; Anders Rune Jensen <arj@gentoo.org> ispell-hu-0.99.4.ebuild: + version bump, fixes #49066 *ispell-hu-0.93 (04 Apr 2004) diff --git a/app-dicts/ispell-hu/Manifest b/app-dicts/ispell-hu/Manifest index d274c59c935c..37e063afb021 100644 --- a/app-dicts/ispell-hu/Manifest +++ b/app-dicts/ispell-hu/Manifest @@ -1,4 +1,6 @@ +MD5 d8e0c01068dc93d0b0dc04cc33646cce ChangeLog 526 MD5 a4543010b2163309db26af1991bc6b20 ispell-hu-0.93.ebuild 663 -MD5 fd023a53b0c3da4a30d47cbc8c38b8ec ChangeLog 392 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 +MD5 953f5aa85f3372fa216069f079315f23 ispell-hu-0.99.4.ebuild 798 MD5 344fee4fa17e3b10ce1a312a3784841a files/digest-ispell-hu-0.93 69 +MD5 f80412bb5aa548139a0e9888f48a79ed files/digest-ispell-hu-0.99.4 71 diff --git a/app-dicts/ispell-hu/files/digest-ispell-hu-0.99.4 b/app-dicts/ispell-hu/files/digest-ispell-hu-0.99.4 new file mode 100644 index 000000000000..53aca2c69f61 --- /dev/null +++ b/app-dicts/ispell-hu/files/digest-ispell-hu-0.99.4 @@ -0,0 +1 @@ +MD5 4783706cb8689fbe7aa72dad559ddf97 magyarispell-0.99.4.tar.gz 766039 diff --git a/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild b/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild new file mode 100644 index 000000000000..5d06fdaff7c5 --- /dev/null +++ b/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild,v 1.1 2004/07/15 19:20:13 arj Exp $ + +MY_P=magyarispell-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Hungarian dictionary for Ispell" +SRC_URI="http://magyarispell.sourceforge.net/${MY_P}.tar.gz" +HOMEPAGE="http://magyarispell.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" + +DEPEND="app-text/ispell" +IUSE="" + +src_compile() { + make ispell || die +} + +src_install () { + + insinto /usr/lib/ispell + + doins tmp/magyar.aff + newins tmp/magyar4ispell.hash magyar.hash + dosym /usr/lib/ispell/magyar.hash /usr/lib/ispell/hungarian.hash + + dodoc ChangeLog COPYING GYIK README OLVASSEL TODO +} |