Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-hu: ChangeLog ispell-hu-1.4.ebuild
Date: Fri, 21 Nov 2008 19:53:34
Message-Id: E1L3c4K-0004bP-3t@stork.gentoo.org
1 pva 08/11/21 19:53:32
2
3 Modified: ChangeLog
4 Added: ispell-hu-1.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc14/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
8
9 Revision Changes Path
10 1.14 app-dicts/ispell-hu/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-hu/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-hu/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-hu/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 1 Nov 2008 12:13:38 -0000 1.13
23 +++ ChangeLog 21 Nov 2008 19:53:32 -0000 1.14
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-dicts/ispell-hu
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.13 2008/11/01 12:13:38 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.14 2008/11/21 19:53:32 pva Exp $
29 +
30 +*ispell-hu-1.4 (21 Nov 2008)
31 +
32 + 21 Nov 2008; Peter Volkov <pva@g.o> +ispell-hu-1.4.ebuild:
33 + Version bump.
34
35 01 Nov 2008; Peter Volkov <pva@g.o> ispell-hu-1.3.ebuild:
36 Fixed multilib.
37
38
39
40 1.1 app-dicts/ispell-hu/ispell-hu-1.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ispell-hu-1.4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $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 $
50
51 inherit eutils multilib
52
53 MY_P=magyarispell-${PV}
54 DESCRIPTION="Hungarian dictionary for Ispell"
55 HOMEPAGE="http://magyarispell.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/magyarispell/${MY_P}.tar.gz"
57
58 LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 MPL-1.1 )"
59 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
60 SLOT="0"
61
62 DEPEND="app-text/ispell
63 app-text/recode"
64
65 IUSE=""
66
67 S=${WORKDIR}/${MY_P}
68
69 src_compile() {
70 make magyar4ispell.hash || die
71 }
72
73 src_install () {
74 insinto /usr/$(get_libdir)/ispell
75
76 doins tmp/magyar.aff || die
77 newins tmp/magyar4ispell.hash magyar.hash || die
78 dosym /usr/$(get_libdir)/ispell/magyar.hash /usr/$(get_libdir)/ispell/hungarian.hash
79
80 dodoc ChangeLog GYIK README OLVASSEL
81 }