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-bg: ispell-bg-4.1.ebuild ChangeLog
Date: Sat, 01 Nov 2008 11:50:00
Message-Id: E1KwEzN-00069G-KY@stork.gentoo.org
1 pva 08/11/01 11:49:57
2
3 Modified: ispell-bg-4.1.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.2 app-dicts/ispell-bg/ispell-bg-4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild?r1=1.1&r2=1.2
14
15 Index: ispell-bg-4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ispell-bg-4.1.ebuild 1 Nov 2008 08:26:14 -0000 1.1
22 +++ ispell-bg-4.1.ebuild 1 Nov 2008 11:49:57 -0000 1.2
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-bg/ispell-bg-4.1.ebuild,v 1.1 2008/11/01 08:26:14 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild,v 1.2 2008/11/01 11:49:57 pva Exp $
28 +
29 +inherit multilib
30
31 DESCRIPTION="Bulgarian dictionary for ispell"
32 HOMEPAGE="http://sourceforge.net/projects/bgoffice"
33 @@ -14,6 +16,6 @@
34 DEPEND="app-text/ispell"
35
36 src_install () {
37 - insinto /usr/lib/ispell
38 + insinto /usr/$(get_libdir)/ispell
39 doins "${S}/data/bulgarian.aff" "${S}/data/bulgarian.hash" || die
40 }
41
42
43
44 1.7 app-dicts/ispell-bg/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 1 Nov 2008 08:26:14 -0000 1.6
57 +++ ChangeLog 1 Nov 2008 11:49:57 -0000 1.7
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-dicts/ispell-bg
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.6 2008/11/01 08:26:14 pva Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.7 2008/11/01 11:49:57 pva Exp $
63 +
64 + 01 Nov 2008; Peter Volkov <pva@g.o> ispell-bg-4.1.ebuild:
65 + Fixed multilib.
66
67 *ispell-bg-4.1 (01 Nov 2008)