Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/le: ChangeLog le-1.14.3.ebuild
Date: Mon, 01 Nov 2010 21:49:40
Message-Id: 20101101214936.3646120051@flycatcher.gentoo.org
1 ssuominen 10/11/01 21:49:36
2
3 Modified: ChangeLog le-1.14.3.ebuild
4 Log:
5 Remove lzma-utils from DEPEND.
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.28 app-editors/le/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/le/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/le/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/le/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 21 Mar 2010 20:37:47 -0000 1.27
23 +++ ChangeLog 1 Nov 2010 21:49:36 -0000 1.28
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/le
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.27 2010/03/21 20:37:47 truedfx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.28 2010/11/01 21:49:36 ssuominen Exp $
29 +
30 + 01 Nov 2010; Samuli Suominen <ssuominen@g.o> le-1.14.3.ebuild:
31 + Remove lzma-utils from DEPEND.
32
33 21 Mar 2010; Harald van Dijk <truedfx@g.o> -le-1.13.4.ebuild,
34 -le-1.13.7.ebuild:
35
36
37
38 1.5 app-editors/le/le-1.14.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/le/le-1.14.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/le/le-1.14.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/le/le-1.14.3.ebuild?r1=1.4&r2=1.5
43
44 Index: le-1.14.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- le-1.14.3.ebuild 21 Mar 2010 15:03:40 -0000 1.4
51 +++ le-1.14.3.ebuild 1 Nov 2010 21:49:36 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 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.14.3.ebuild,v 1.4 2010/03/21 15:03:40 phajdan.jr Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.3.ebuild,v 1.5 2010/11/01 21:49:36 ssuominen Exp $
57
58 DESCRIPTION="Terminal text editor"
59 HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html"
60 @@ -13,7 +13,7 @@
61
62 RDEPEND=">=sys-libs/ncurses-5.2-r5"
63 DEPEND="${RDEPEND}
64 - || ( app-arch/xz-utils app-arch/lzma-utils )"
65 + app-arch/xz-utils"
66
67 src_install() {
68 emake DESTDIR="${D}" install || die "make install failed"