Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-hu: ispell-hu-1.5.ebuild ChangeLog ispell-hu-1.3.ebuild ispell-hu-0.99.4.ebuild ispell-hu-1.0.ebuild
Date: Sat, 07 Apr 2012 06:50:54
Message-Id: 20120407065040.420C92004B@flycatcher.gentoo.org
1 scarabeus 12/04/07 06:50:40
2
3 Modified: ChangeLog
4 Added: ispell-hu-1.5.ebuild
5 Removed: ispell-hu-1.3.ebuild ispell-hu-0.99.4.ebuild
6 ispell-hu-1.0.ebuild
7 Log:
8 Version bump to latest release remove older.
9
10 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.20 app-dicts/ispell-hu/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-hu/ChangeLog?rev=1.20&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-hu/ChangeLog?rev=1.20&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-hu/ChangeLog?r1=1.19&r2=1.20
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v
22 retrieving revision 1.19
23 retrieving revision 1.20
24 diff -u -r1.19 -r1.20
25 --- ChangeLog 18 Mar 2012 18:46:24 -0000 1.19
26 +++ ChangeLog 7 Apr 2012 06:50:40 -0000 1.20
27 @@ -1,6 +1,13 @@
28 # ChangeLog for app-dicts/ispell-hu
29 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.19 2012/03/18 18:46:24 armin76 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.20 2012/04/07 06:50:40 scarabeus Exp $
32 +
33 +*ispell-hu-1.5 (07 Apr 2012)
34 +
35 + 07 Apr 2012; Tomáš Chvátal <scarabeus@g.o> +ispell-hu-1.5.ebuild,
36 + -files/ispell-hu-1.0-fix-build.patch, -ispell-hu-0.99.4.ebuild,
37 + -ispell-hu-1.0.ebuild, -ispell-hu-1.3.ebuild:
38 + Version bump to latest release remove older.
39
40 18 Mar 2012; Raúl Porcel <armin76@g.o> ispell-hu-1.4.ebuild:
41 sparc stable wrt #396783
42
43
44
45 1.1 app-dicts/ispell-hu/ispell-hu-1.5.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.5.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.5.ebuild?rev=1.1&content-type=text/plain
49
50 Index: ispell-hu-1.5.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.5.ebuild,v 1.1 2012/04/07 06:50:40 scarabeus Exp $
55
56 EAPI=4
57
58 MY_P="magyarispell-${PV}"
59
60 inherit eutils multilib
61
62 DESCRIPTION="Hungarian dictionary for Ispell"
63 HOMEPAGE="http://magyarispell.sourceforge.net/"
64 SRC_URI="mirror://sourceforge/magyarispell/${MY_P}.tar.gz"
65
66 IUSE=""
67 LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 MPL-1.1 )"
68 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
69 SLOT="0"
70
71 RDEPEND="
72 app-text/ispell
73 app-text/recode
74 "
75 DEPEND="${RDEPEND}"
76
77 S=${WORKDIR}/${MY_P}
78
79 src_compile() {
80 emake magyar4ispell.hash
81 }
82
83 src_install () {
84 insinto /usr/$(get_libdir)/ispell
85
86 doins tmp/magyar.aff
87 newins tmp/magyar4ispell.hash magyar.hash
88 dosym /usr/$(get_libdir)/ispell/magyar.hash /usr/$(get_libdir)/ispell/hungarian.hash
89
90 dodoc ChangeLog GYIK README OLVASSEL
91 }