Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/le: ChangeLog le-1.13.3.ebuild
Date: Wed, 10 Oct 2007 07:50:16
Message-Id: E1IfWBA-0005bG-4e@stork.gentoo.org
1 opfer 07/10/10 07:40:28
2
3 Modified: ChangeLog le-1.13.3.ebuild
4 Log:
5 remove stray virtual/editor entry
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.16 app-editors/le/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 10 Oct 2007 07:00:22 -0000 1.15
22 +++ ChangeLog 10 Oct 2007 07:40:27 -0000 1.16
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-editors/le
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.15 2007/10/10 07:00:22 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.16 2007/10/10 07:40:27 opfer Exp $
28 +
29 + 10 Oct 2007; Christian Faulhammer <opfer@g.o> le-1.13.3.ebuild:
30 + remove stray virtual/editor entry
31
32 10 Oct 2007; Christian Faulhammer <opfer@g.o> le-1.12.5.ebuild,
33 le-1.13.4.ebuild:
34
35
36
37 1.2 app-editors/le/le-1.13.3.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.13.3.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.13.3.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.13.3.ebuild?r1=1.1&r2=1.2
42
43 Index: le-1.13.3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.3.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- le-1.13.3.ebuild 6 Aug 2006 20:13:11 -0000 1.1
50 +++ le-1.13.3.ebuild 10 Oct 2007 07:40:27 -0000 1.2
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2006 Gentoo Foundation
53 +# Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.3.ebuild,v 1.1 2006/08/06 20:13:11 truedfx Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.3.ebuild,v 1.2 2007/10/10 07:40:27 opfer Exp $
57
58 DESCRIPTION="Terminal text editor"
59 HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html"
60 @@ -14,8 +14,6 @@
61 DEPEND="virtual/libc
62 >=sys-libs/ncurses-5.2-r5"
63
64 -PROVIDE="virtual/editor"
65 -
66 src_install() {
67 make DESTDIR="${D}" install || die "make install failed"
68 dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO
69
70
71
72 --
73 gentoo-commits@g.o mailing list