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-cs: ispell-cs-20040229.ebuild ChangeLog
Date: Sat, 01 Nov 2008 11:51:46
Message-Id: E1KwF16-0006Ax-BL@stork.gentoo.org
1 pva 08/11/01 11:51:44
2
3 Modified: ispell-cs-20040229.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.4 app-dicts/ispell-cs/ispell-cs-20040229.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild?r1=1.3&r2=1.4
14
15 Index: ispell-cs-20040229.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ispell-cs-20040229.ebuild 1 Nov 2008 08:32:32 -0000 1.3
22 +++ ispell-cs-20040229.ebuild 1 Nov 2008 11:51:44 -0000 1.4
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-cs/ispell-cs-20040229.ebuild,v 1.3 2008/11/01 08:32:32 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild,v 1.4 2008/11/01 11:51:44 pva Exp $
28 +
29 +inherit multilib
30
31 MY_P=${PN/cs/czech}
32 DESCRIPTION="The Czech dictionary for ispell"
33 @@ -22,7 +24,7 @@
34 }
35
36 src_install () {
37 - insinto /usr/lib/ispell
38 + insinto /usr/$(get_libdir)/ispell
39 doins czech.aff czech.hash || die
40 dodoc README
41 }
42
43
44
45 1.15 app-dicts/ispell-cs/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-cs/ChangeLog?rev=1.15&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-cs/ChangeLog?rev=1.15&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-cs/ChangeLog?r1=1.14&r2=1.15
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v
54 retrieving revision 1.14
55 retrieving revision 1.15
56 diff -u -r1.14 -r1.15
57 --- ChangeLog 1 Nov 2008 08:32:32 -0000 1.14
58 +++ ChangeLog 1 Nov 2008 11:51:44 -0000 1.15
59 @@ -1,6 +1,9 @@
60 # ChangeLog for app-dicts/ispell-cs
61 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v 1.14 2008/11/01 08:32:32 pva Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v 1.15 2008/11/01 11:51:44 pva Exp $
64 +
65 + 01 Nov 2008; Peter Volkov <pva@g.o> ispell-cs-20040229.ebuild:
66 + Fixed multilib.
67
68 01 Nov 2008; Peter Volkov <pva@g.o> ispell-cs-20040229.ebuild:
69 Dropped stable mips keyword.