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-fi: ispell-fi-20000903.ebuild ChangeLog
Date: Sat, 01 Nov 2008 12:06:06
Message-Id: E1KwFEy-0006Hq-D9@stork.gentoo.org
1 pva 08/11/01 12:06:04
2
3 Modified: ispell-fi-20000903.ebuild ChangeLog
4 Log:
5 Fixed multilib.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
7
8 Revision Changes Path
9 1.14 app-dicts/ispell-fi/ispell-fi-20000903.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild?r1=1.13&r2=1.14
14
15 Index: ispell-fi-20000903.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ispell-fi-20000903.ebuild 1 Nov 2008 09:16:28 -0000 1.13
22 +++ ispell-fi-20000903.ebuild 1 Nov 2008 12:06:04 -0000 1.14
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild,v 1.13 2008/11/01 09:16:28 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild,v 1.14 2008/11/01 12:06:04 pva Exp $
28 +
29 +inherit multilib
30
31 DESCRIPTION="Finnish dictionary for ispell"
32 HOMEPAGE="http://ispell-fi.sourceforge.net/"
33 @@ -19,10 +21,10 @@
34 S=${WORKDIR}
35
36 src_compile() {
37 - buildhash finnish.dict finnish.medium.aff finnish.hash
38 + buildhash finnish.dict finnish.medium.aff finnish.hash || die
39 }
40
41 src_install() {
42 - insinto /usr/lib/ispell
43 + insinto /usr/$(get_libdir)/ispell
44 doins finnish.medium.aff finnish.hash || die
45 }
46
47
48
49 1.11 app-dicts/ispell-fi/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-fi/ChangeLog?rev=1.11&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-fi/ChangeLog?rev=1.11&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-fi/ChangeLog?r1=1.10&r2=1.11
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ChangeLog,v
58 retrieving revision 1.10
59 retrieving revision 1.11
60 diff -u -r1.10 -r1.11
61 --- ChangeLog 1 Nov 2008 09:16:28 -0000 1.10
62 +++ ChangeLog 1 Nov 2008 12:06:04 -0000 1.11
63 @@ -1,6 +1,9 @@
64 # ChangeLog for app-dicts/ispell-fi
65 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ChangeLog,v 1.10 2008/11/01 09:16:28 pva Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ChangeLog,v 1.11 2008/11/01 12:06:04 pva Exp $
68 +
69 + 01 Nov 2008; Peter Volkov <pva@g.o> ispell-fi-20000903.ebuild:
70 + Fixed multilib.
71
72 01 Nov 2008; Peter Volkov <pva@g.o> ispell-fi-20000903.ebuild:
73 Small cleanups.