Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/lttoolbox: ChangeLog lttoolbox-3.1.0.ebuild
Date: Fri, 07 May 2010 04:03:25
Message-Id: 20100507040317.9C7A02C3FC@corvid.gentoo.org
1 jer 10/05/07 04:03:17
2
3 Modified: ChangeLog lttoolbox-3.1.0.ebuild
4 Log:
5 Remove unneeded sys-devel/flex dependency. Fix quoting.
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 sci-misc/lttoolbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/lttoolbox/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/lttoolbox/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/lttoolbox/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 20 Mar 2009 20:22:07 -0000 1.2
22 +++ ChangeLog 7 May 2010 04:03:17 -0000 1.3
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-misc/lttoolbox
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/ChangeLog,v 1.2 2009/03/20 20:22:07 jmbsvicetto Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/ChangeLog,v 1.3 2010/05/07 04:03:17 jer Exp $
29 +
30 + 07 May 2010; Jeroen Roovers <jer@g.o> lttoolbox-3.1.0.ebuild:
31 + Remove unneeded sys-devel/flex dependency. Fix quoting.
32
33 20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
34 metadata.xml:
35
36
37
38 1.2 sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild?r1=1.1&r2=1.2
43
44 Index: lttoolbox-3.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- lttoolbox-3.1.0.ebuild 17 Dec 2008 00:16:14 -0000 1.1
51 +++ lttoolbox-3.1.0.ebuild 7 May 2010 04:03:17 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild,v 1.1 2008/12/17 00:16:14 anant Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild,v 1.2 2010/05/07 04:03:17 jer Exp $
58
59 DESCRIPTION="lttoolbox is a toolbox for lexical processing, morphological analysis and generation of words"
60 HOMEPAGE="http://apertium.sourceforge.net"
61 @@ -12,11 +12,10 @@
62 DEPEND="dev-libs/libxml2
63 dev-libs/libxslt
64 dev-libs/libpcre
65 - sys-libs/libunwind
66 - sys-devel/flex"
67 -RDEPEND="$DEPEND"
68 + sys-libs/libunwind"
69 +RDEPEND="${DEPEND}"
70
71 src_install() {
72 emake install DESTDIR="${D}" || die "emake install failed"
73 - dodoc README AUTHORS ChangeLog || die "failed"
74 + dodoc README AUTHORS ChangeLog || die "dodoc failed"
75 }