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: ChangeLog ispell-bg-4.1.ebuild
Date: Sat, 01 Nov 2008 08:26:17
Message-Id: E1KwBoE-0004UP-UX@stork.gentoo.org
1 pva 08/11/01 08:26:14
2
3 Modified: ChangeLog
4 Added: ispell-bg-4.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
8
9 Revision Changes Path
10 1.6 app-dicts/ispell-bg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 21 Feb 2007 20:34:26 -0000 1.5
23 +++ ChangeLog 1 Nov 2008 08:26:14 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-dicts/ispell-bg
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.5 2007/02/21 20:34:26 peper Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.6 2008/11/01 08:26:14 pva Exp $
30 +
31 +*ispell-bg-4.1 (01 Nov 2008)
32 +
33 + 01 Nov 2008; Peter Volkov <pva@g.o> +ispell-bg-4.1.ebuild:
34 + Version bump.
35
36 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
37 Transition to Manifest2.
38
39
40
41 1.1 app-dicts/ispell-bg/ispell-bg-4.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ispell-bg-4.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 DESCRIPTION="Bulgarian dictionary for ispell"
53 HOMEPAGE="http://sourceforge.net/projects/bgoffice"
54 SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz"
55
56 SLOT="0"
57 LICENSE="GPL-2"
58 IUSE=""
59 KEYWORDS="~amd64 ~ppc ~x86"
60
61 DEPEND="app-text/ispell"
62
63 src_install () {
64 insinto /usr/lib/ispell
65 doins "${S}/data/bulgarian.aff" "${S}/data/bulgarian.hash" || die
66 }