Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-bg: ispell-bg-4.2.ebuild ChangeLog ispell-bg-4.0.ebuild
Date: Sat, 07 Apr 2012 07:02:26
Message-Id: 20120407070216.1D26D2004B@flycatcher.gentoo.org
1 scarabeus 12/04/07 07:02:16
2
3 Modified: ChangeLog
4 Added: ispell-bg-4.2.ebuild
5 Removed: ispell-bg-4.0.ebuild
6 Log:
7 Version bump to latest. Drop older.
8
9 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.13 app-dicts/ispell-bg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-bg/ChangeLog?rev=1.13&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-bg/ChangeLog?rev=1.13&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-bg/ChangeLog?r1=1.12&r2=1.13
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v
21 retrieving revision 1.12
22 retrieving revision 1.13
23 diff -u -r1.12 -r1.13
24 --- ChangeLog 12 Dec 2011 13:00:07 -0000 1.12
25 +++ ChangeLog 7 Apr 2012 07:02:16 -0000 1.13
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-dicts/ispell-bg
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.12 2011/12/12 13:00:07 jer Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.13 2012/04/07 07:02:16 scarabeus Exp $
32 +
33 +*ispell-bg-4.2 (07 Apr 2012)
34 +
35 + 07 Apr 2012; Tomáš Chvátal <scarabeus@g.o> +ispell-bg-4.2.ebuild,
36 + -ispell-bg-4.0.ebuild:
37 + Version bump to latest. Drop older.
38
39 12 Dec 2011; Jeroen Roovers <jer@g.o> ispell-bg-4.1.ebuild:
40 Stable for HPPA (bug #394001).
41
42
43
44 1.1 app-dicts/ispell-bg/ispell-bg-4.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: ispell-bg-4.2.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.2.ebuild,v 1.1 2012/04/07 07:02:16 scarabeus Exp $
54
55 EAPI=4
56
57 inherit multilib
58
59 DESCRIPTION="Bulgarian dictionary for ispell"
60 HOMEPAGE="http://sourceforge.net/projects/bgoffice"
61 SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz"
62
63 SLOT="0"
64 LICENSE="GPL-2"
65 IUSE=""
66 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
67
68 RDEPEND="app-text/ispell"
69 DEPEND="${RDEPEND}"
70
71 src_install () {
72 insinto /usr/$(get_libdir)/ispell
73 doins \
74 "${S}/data/bulgarian.aff" \
75 "${S}/data/bulgarian.hash"
76 }