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 08:39:11
Message-Id: E1KwC0i-0004aZ-Nm@stork.gentoo.org
1 pva 08/11/01 08:39:08
2
3 Modified: ChangeLog
4 Added: ispell-da-1.6.18.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.63 app-dicts/ispell-da/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 21 Feb 2007 20:35:28 -0000 1.62
23 +++ ChangeLog 1 Nov 2008 08:39:08 -0000 1.63
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-dicts/ispell-da
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.62 2007/02/21 20:35:28 peper Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.63 2008/11/01 08:39:08 pva Exp $
30 +
31 +*ispell-da-1.6.18 (01 Nov 2008)
32 +
33 + 01 Nov 2008; Peter Volkov <pva@g.o> +ispell-da-1.6.18.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-da/ispell-da-1.6.18.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ispell-da-1.6.18.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-da/ispell-da-1.6.18.ebuild,v 1.1 2008/11/01 08:39:08 pva Exp $
51
52 DESCRIPTION="A danish dictionary for ispell"
53 HOMEPAGE="http://da.speling.org/"
54 SRC_URI="http://da.speling.org/filer/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~x86 ~sparc ~amd64 ~alpha ~ppc ~hppa"
59 IUSE=""
60
61 DEPEND="app-text/ispell"
62
63 src_compile() {
64 emake || die
65 }
66
67 src_install() {
68 insinto /usr/lib/ispell
69 doins dansk.aff dansk.hash || die
70 dodoc README contributors
71 }