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-sv: ispell-sv-1.3.8.ebuild ChangeLog
Date: Sat, 01 Nov 2008 11:47:45
Message-Id: E1KwExD-00068R-B9@stork.gentoo.org
1 pva 08/11/01 11:47:43
2
3 Modified: ispell-sv-1.3.8.ebuild ChangeLog
4 Log:
5 Droped mips stable keyword, clenup, fixed multilib.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
7
8 Revision Changes Path
9 1.10 app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild?r1=1.9&r2=1.10
14
15 Index: ispell-sv-1.3.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ispell-sv-1.3.8.ebuild 4 Apr 2006 16:58:05 -0000 1.9
22 +++ ispell-sv-1.3.8.ebuild 1 Nov 2008 11:47:43 -0000 1.10
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2006 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-sv/ispell-sv-1.3.8.ebuild,v 1.9 2006/04/04 16:58:05 mcummings Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.10 2008/11/01 11:47:43 pva Exp $
29 +
30 +inherit multilib
31
32 DESCRIPTION="The Swedish dictionary for ispell"
33 HOMEPAGE="http://sv.speling.org"
34 @@ -8,21 +10,17 @@
35
36 LICENSE="LGPL-2.1"
37 SLOT="0"
38 -KEYWORDS="~amd64 x86 ppc sparc mips alpha hppa"
39 +KEYWORDS="alpha ~amd64 hppa ~mips ppc sparc x86"
40 IUSE=""
41
42 DEPEND="app-text/ispell"
43
44 src_compile() {
45 - # It's important that we export the TMPDIR environment variable,
46 - # so we don't commit sandbox violations
47 - export TMPDIR=/tmp
48 emake || die
49 - unset TMPDIR
50 }
51
52 src_install() {
53 - insinto /usr/lib/ispell
54 - doins svenska.aff svenska.hash
55 + insinto /usr/$(get_libdir)/ispell
56 + doins svenska.aff svenska.hash || die
57 dodoc README contributors
58 }
59
60
61
62 1.11 app-dicts/ispell-sv/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-sv/ChangeLog?rev=1.11&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-sv/ChangeLog?rev=1.11&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-sv/ChangeLog?r1=1.10&r2=1.11
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ChangeLog,v
71 retrieving revision 1.10
72 retrieving revision 1.11
73 diff -u -r1.10 -r1.11
74 --- ChangeLog 21 Feb 2007 20:42:57 -0000 1.10
75 +++ ChangeLog 1 Nov 2008 11:47:43 -0000 1.11
76 @@ -1,6 +1,9 @@
77 # ChangeLog for app-dicts/ispell-sv
78 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ChangeLog,v 1.10 2007/02/21 20:42:57 peper Exp $
80 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ChangeLog,v 1.11 2008/11/01 11:47:43 pva Exp $
82 +
83 + 01 Nov 2008; Peter Volkov <pva@g.o> ispell-sv-1.3.8.ebuild:
84 + Droped mips stable keyword, clenup, fixed multilib.
85
86 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
87 Transition to Manifest2.