Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/teco: ChangeLog teco-1.00-r3.ebuild
Date: Fri, 11 Sep 2009 11:20:46
Message-Id: E1Mm4BH-0007Qx-T7@stork.gentoo.org
1 flameeyes 09/09/11 11:20:43
2
3 Modified: ChangeLog teco-1.00-r3.ebuild
4 Log:
5 Fix DEPEND/RDEPEND assignment.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.20 app-editors/teco/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 25 Dec 2007 19:36:55 -0000 1.19
22 +++ ChangeLog 11 Sep 2009 11:20:43 -0000 1.20
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-editors/teco
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.19 2007/12/25 19:36:55 ulm Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.20 2009/09/11 11:20:43 flameeyes Exp $
29 +
30 + 11 Sep 2009; Diego E. Pettenò <flameeyes@g.o> teco-1.00-r3.ebuild:
31 + Fix DEPEND/RDEPEND assignment.
32
33 25 Dec 2007; Ulrich Mueller <ulm@g.o> metadata.xml,
34 -teco-1.00-r2.ebuild:
35
36
37
38 1.8 app-editors/teco/teco-1.00-r3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?r1=1.7&r2=1.8
43
44 Index: teco-1.00-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- teco-1.00-r3.ebuild 10 Oct 2007 07:22:43 -0000 1.7
51 +++ teco-1.00-r3.ebuild 11 Sep 2009 11:20:43 -0000 1.8
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.7 2007/10/10 07:22:43 opfer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.8 2009/09/11 11:20:43 flameeyes Exp $
58
59 inherit toolchain-funcs flag-o-matic
60
61 @@ -18,7 +18,7 @@
62 IUSE="doc"
63
64 RDEPEND="sys-libs/ncurses"
65 -DEPEND="${DEPEND}"
66 +DEPEND="${RDEPEND}"
67
68 S=${WORKDIR}