Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/le: ChangeLog le-1.14.3.ebuild le-1.14.2.ebuild
Date: Sun, 07 Feb 2010 03:11:08
Message-Id: E1NdxY7-0005C2-OR@stork.gentoo.org
1 truedfx 10/02/07 03:11:03
2
3 Modified: ChangeLog
4 Added: le-1.14.3.ebuild
5 Removed: le-1.14.2.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.23 app-editors/le/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 23 Sep 2009 15:22:55 -0000 1.22
24 +++ ChangeLog 7 Feb 2010 03:11:02 -0000 1.23
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-editors/le
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.22 2009/09/23 15:22:55 patrick Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.23 2010/02/07 03:11:02 truedfx Exp $
31 +
32 +*le-1.14.3 (07 Feb 2010)
33 +
34 + 07 Feb 2010; Harald van Dijk <truedfx@g.o> -le-1.14.2.ebuild,
35 + -files/le-1.14.2-gcc44.patch, +le-1.14.3.ebuild:
36 + Version bump
37
38 23 Sep 2009; Patrick Lauer <patrick@g.o> le-1.13.4.ebuild,
39 le-1.13.7.ebuild, le-1.14.2.ebuild:
40
41
42
43 1.1 app-editors/le/le-1.14.3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.14.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.14.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: le-1.14.3.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.3.ebuild,v 1.1 2010/02/07 03:11:02 truedfx Exp $
53
54 DESCRIPTION="Terminal text editor"
55 HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html"
56 SRC_URI="ftp://ftp.yars.free.net/pub/source/le/le-${PV}.tar.lzma"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 RDEPEND=">=sys-libs/ncurses-5.2-r5"
64 DEPEND="${RDEPEND}
65 || ( app-arch/xz-utils app-arch/lzma-utils )"
66
67 src_install() {
68 emake DESTDIR="${D}" install || die "make install failed"
69 dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO
70 }