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