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-da: ChangeLog ispell-da-1.6.18.ebuild
Date: Sat, 01 Nov 2008 11:53:39
Message-Id: E1KwF2w-0006By-24@stork.gentoo.org
1 pva 08/11/01 11:53:38
2
3 Modified: ChangeLog ispell-da-1.6.18.ebuild
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.64 app-dicts/ispell-da/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ChangeLog?rev=1.64&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ChangeLog?rev=1.64&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ChangeLog?r1=1.63&r2=1.64
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v
18 retrieving revision 1.63
19 retrieving revision 1.64
20 diff -u -r1.63 -r1.64
21 --- ChangeLog 1 Nov 2008 08:39:08 -0000 1.63
22 +++ ChangeLog 1 Nov 2008 11:53:37 -0000 1.64
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-dicts/ispell-da
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.63 2008/11/01 08:39:08 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.64 2008/11/01 11:53:37 pva Exp $
28 +
29 + 01 Nov 2008; Peter Volkov <pva@g.o> ispell-da-1.6.18.ebuild:
30 + Fixed multilib.
31
32 *ispell-da-1.6.18 (01 Nov 2008)
33
34
35
36
37 1.2 app-dicts/ispell-da/ispell-da-1.6.18.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild?r1=1.1&r2=1.2
42
43 Index: ispell-da-1.6.18.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- ispell-da-1.6.18.ebuild 1 Nov 2008 08:39:08 -0000 1.1
50 +++ ispell-da-1.6.18.ebuild 1 Nov 2008 11:53:37 -0000 1.2
51 @@ -1,6 +1,8 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild,v 1.1 2008/11/01 08:39:08 pva Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild,v 1.2 2008/11/01 11:53:37 pva Exp $
56 +
57 +inherit multilib
58
59 DESCRIPTION="A danish dictionary for ispell"
60 HOMEPAGE="http://da.speling.org/"
61 @@ -18,7 +20,7 @@
62 }
63
64 src_install() {
65 - insinto /usr/lib/ispell
66 + insinto /usr/$(get_libdir)/ispell
67 doins dansk.aff dansk.hash || die
68 dodoc README contributors
69 }