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-et: ispell-et-20030602.ebuild ChangeLog
Date: Sat, 01 Nov 2008 09:06:09
Message-Id: E1KwCQp-0004nD-JJ@stork.gentoo.org
1 pva 08/11/01 09:06:07
2
3 Modified: ispell-et-20030602.ebuild ChangeLog
4 Log:
5 Small cleanups.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
7
8 Revision Changes Path
9 1.3 app-dicts/ispell-et/ispell-et-20030602.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-et/ispell-et-20030602.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-et/ispell-et-20030602.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-et/ispell-et-20030602.ebuild?r1=1.2&r2=1.3
14
15 Index: ispell-et-20030602.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-et/ispell-et-20030602.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ispell-et-20030602.ebuild 8 Jul 2005 13:34:12 -0000 1.2
22 +++ ispell-et-20030602.ebuild 1 Nov 2008 09:06:07 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-et/ispell-et-20030602.ebuild,v 1.2 2005/07/08 13:34:12 dholm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-et/ispell-et-20030602.ebuild,v 1.3 2008/11/01 09:06:07 pva Exp $
29
30 DESCRIPTION="Estonian dictionary for ispell"
31 HOMEPAGE="http://www.meso.ee/~jjpp/speller/"
32 @@ -15,11 +15,11 @@
33 DEPEND="app-text/ispell"
34 RDEPEND=""
35
36 -S="${WORKDIR}"
37 +S=${WORKDIR}
38
39 src_unpack() {
40 - cp ${DISTDIR}/estonian.dict ${S}
41 - cp ${DISTDIR}/estonian.aff ${S}
42 + cp "${DISTDIR}/estonian.dict" "${S}"
43 + cp "${DISTDIR}/estonian.aff" "${S}"
44 }
45
46 src_compile() {
47 @@ -28,5 +28,5 @@
48
49 src_install() {
50 insinto /usr/lib/ispell
51 - doins estonian.aff estonian.hash
52 + doins estonian.aff estonian.hash || die
53 }
54
55
56
57 1.5 app-dicts/ispell-et/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-et/ChangeLog?rev=1.5&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-et/ChangeLog?rev=1.5&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-et/ChangeLog?r1=1.4&r2=1.5
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-et/ChangeLog,v
66 retrieving revision 1.4
67 retrieving revision 1.5
68 diff -u -r1.4 -r1.5
69 --- ChangeLog 21 Feb 2007 20:36:52 -0000 1.4
70 +++ ChangeLog 1 Nov 2008 09:06:07 -0000 1.5
71 @@ -1,6 +1,9 @@
72 # ChangeLog for app-dicts/ispell-et
73 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-et/ChangeLog,v 1.4 2007/02/21 20:36:52 peper Exp $
75 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-et/ChangeLog,v 1.5 2008/11/01 09:06:07 pva Exp $
77 +
78 + 01 Nov 2008; Peter Volkov <pva@g.o> ispell-et-20030602.ebuild:
79 + Small cleanups.
80
81 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
82 Transition to Manifest2.