Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13.ebuild texinfo-4.12.ebuild
Date: Tue, 08 Sep 2009 17:50:33
Message-Id: E1Ml4pr-0000nE-O5@stork.gentoo.org
1 vapier 09/09/08 17:50:31
2
3 Modified: texinfo-4.13.ebuild texinfo-4.12.ebuild
4 Log:
5 allow xz-utils and lzma-utils #279871
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 sys-apps/texinfo/texinfo-4.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild?r1=1.11&r2=1.12
14
15 Index: texinfo-4.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- texinfo-4.13.ebuild 17 Mar 2009 10:17:02 -0000 1.11
22 +++ texinfo-4.13.ebuild 8 Sep 2009 17:50:31 -0000 1.12
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/sys-apps/texinfo/texinfo-4.13.ebuild,v 1.11 2009/03/17 10:17:02 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild,v 1.12 2009/09/08 17:50:31 vapier Exp $
28
29 inherit flag-o-matic
30
31 @@ -17,7 +17,7 @@
32 >=sys-libs/ncurses-5.2-r2
33 nls? ( virtual/libintl )"
34 DEPEND="${RDEPEND}
35 - app-arch/lzma-utils
36 + || ( app-arch/xz-utils app-arch/lzma-utils )
37 nls? ( sys-devel/gettext )"
38
39 src_compile() {
40
41
42
43 1.2 sys-apps/texinfo/texinfo-4.12.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.12.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.12.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.12.ebuild?r1=1.1&r2=1.2
48
49 Index: texinfo-4.12.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.12.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- texinfo-4.12.ebuild 5 May 2008 04:24:49 -0000 1.1
56 +++ texinfo-4.12.ebuild 8 Sep 2009 17:50:31 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.12.ebuild,v 1.1 2008/05/05 04:24:49 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.12.ebuild,v 1.2 2009/09/08 17:50:31 vapier Exp $
62
63 inherit flag-o-matic
64
65 @@ -17,7 +17,7 @@
66 >=sys-libs/ncurses-5.2-r2
67 nls? ( virtual/libintl )"
68 DEPEND="${RDEPEND}
69 - app-arch/lzma-utils
70 + || ( app-arch/xz-utils app-arch/lzma-utils )
71 nls? ( sys-devel/gettext )"
72
73 src_compile() {