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.2.ebuild le-1.9.2.ebuild
Date: Tue, 02 Jun 2009 17:47:54
Message-Id: E1MBY5X-0007Aj-Th@stork.gentoo.org
1 truedfx 09/06/02 17:47:51
2
3 Modified: ChangeLog
4 Added: le-1.14.2.ebuild
5 Removed: le-1.9.2.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.2_rc33/cvs/Linux i686)
9
10 Revision Changes Path
11 1.20 app-editors/le/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 27 Mar 2008 21:26:35 -0000 1.19
24 +++ ChangeLog 2 Jun 2009 17:47:51 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-editors/le
27 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.19 2008/03/27 21:26:35 maekke Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.20 2009/06/02 17:47:51 truedfx Exp $
31 +
32 +*le-1.14.2 (02 Jun 2009)
33 +
34 + 02 Jun 2009; Harald van Dijk <truedfx@g.o> -le-1.9.2.ebuild,
35 + +le-1.14.2.ebuild, +files/le-1.14.2-gcc44.patch:
36 + Version bump
37
38 27 Mar 2008; Markus Meier <maekke@g.o> le-1.13.4.ebuild:
39 amd64/x86 stable, bug #214902
40
41
42
43 1.1 app-editors/le/le-1.14.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.14.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.14.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: le-1.14.2.ebuild
49 ===================================================================
50 # Copyright 1999-2009 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.2.ebuild,v 1.1 2009/06/02 17:47:51 truedfx Exp $
53
54 inherit base
55
56 DESCRIPTION="Terminal text editor"
57 HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html"
58 SRC_URI="ftp://ftp.yars.free.net/pub/source/le/le-${PV}.tar.lzma"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 RDEPEND="virtual/libc
66 >=sys-libs/ncurses-5.2-r5"
67 DEPEND="${RDEPEND}
68 app-arch/lzma-utils"
69
70 PATCHES=( "${FILESDIR}"/${P}-gcc44.patch )
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "make install failed"
74 dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO
75 }