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: le-1.14.2.ebuild ChangeLog
Date: Thu, 10 Sep 2009 15:57:34
Message-Id: E1Mlm1c-0007MR-QI@stork.gentoo.org
1 ssuominen 09/09/10 15:57:32
2
3 Modified: le-1.14.2.ebuild ChangeLog
4 Log:
5 Fix lzma-utils vs. xz-utils deps.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-editors/le/le-1.14.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.14.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.14.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/le-1.14.2.ebuild?r1=1.1&r2=1.2
14
15 Index: le-1.14.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- le-1.14.2.ebuild 2 Jun 2009 17:47:51 -0000 1.1
22 +++ le-1.14.2.ebuild 10 Sep 2009 15:57:32 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.2.ebuild,v 1.1 2009/06/02 17:47:51 truedfx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.2.ebuild,v 1.2 2009/09/10 15:57:32 ssuominen Exp $
28
29 inherit base
30
31 @@ -16,7 +16,7 @@
32 RDEPEND="virtual/libc
33 >=sys-libs/ncurses-5.2-r5"
34 DEPEND="${RDEPEND}
35 - app-arch/lzma-utils"
36 + || ( app-arch/xz-utils app-arch/lzma-utils )"
37
38 PATCHES=( "${FILESDIR}"/${P}-gcc44.patch )
39
40
41
42
43 1.21 app-editors/le/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?rev=1.21&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?rev=1.21&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/ChangeLog?r1=1.20&r2=1.21
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v
52 retrieving revision 1.20
53 retrieving revision 1.21
54 diff -u -r1.20 -r1.21
55 --- ChangeLog 2 Jun 2009 17:47:51 -0000 1.20
56 +++ ChangeLog 10 Sep 2009 15:57:32 -0000 1.21
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-editors/le
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.20 2009/06/02 17:47:51 truedfx Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.21 2009/09/10 15:57:32 ssuominen Exp $
62 +
63 + 10 Sep 2009; Samuli Suominen <ssuominen@g.o> le-1.14.2.ebuild:
64 + Fix lzma-utils vs. xz-utils deps.
65
66 *le-1.14.2 (02 Jun 2009)