Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.1.3.9.ebuild portage-2.1.2.12.ebuild portage-2.1.3.7.ebuild
Date: Sat, 15 Sep 2007 00:12:11
Message-Id: E1IWL9S-0007Xi-2s@stork.gentoo.org
1 zmedico 07/09/15 00:04:46
2
3 Modified: portage-2.1.3.9.ebuild portage-2.1.2.12.ebuild
4 Removed: portage-2.1.3.7.ebuild
5 Log:
6 Bug #192559 - Increase bash version dependency to bash-3.1_p17 due to color malfunction with einfo.
7 (Portage version: 2.2_pre7780)
8
9 Revision Changes Path
10 1.2 sys-apps/portage/portage-2.1.3.9.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.3.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.3.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.3.9.ebuild?r1=1.1&r2=1.2
15
16 Index: portage-2.1.3.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.3.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- portage-2.1.3.9.ebuild 8 Sep 2007 09:12:23 -0000 1.1
23 +++ portage-2.1.3.9.ebuild 15 Sep 2007 00:04:45 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.3.9.ebuild,v 1.1 2007/09/08 09:12:23 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.3.9.ebuild,v 1.2 2007/09/15 00:04:45 zmedico Exp $
29
30 inherit toolchain-funcs eutils flag-o-matic multilib
31
32 @@ -19,7 +19,7 @@
33 epydoc? ( >=dev-python/epydoc-2.0 )"
34 RDEPEND=">=dev-lang/python-2.4
35 !build? ( >=sys-apps/sed-4.0.5
36 - >=app-shells/bash-3.0 )
37 + >=app-shells/bash-3.1_p17 )
38 elibc_FreeBSD? ( dev-python/py-freebsd )
39 elibc_glibc? ( >=sys-apps/sandbox-1.2.17 )
40 elibc_uclibc? ( >=sys-apps/sandbox-1.2.17 )
41
42
43
44 1.14 sys-apps/portage/portage-2.1.2.12.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.2.12.ebuild?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.2.12.ebuild?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.2.12.ebuild?r1=1.13&r2=1.14
49
50 Index: portage-2.1.2.12.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.2.12.ebuild,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- portage-2.1.2.12.ebuild 8 Sep 2007 06:51:27 -0000 1.13
57 +++ portage-2.1.2.12.ebuild 15 Sep 2007 00:04:45 -0000 1.14
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2007 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.2.12.ebuild,v 1.13 2007/09/08 06:51:27 josejx Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.2.12.ebuild,v 1.14 2007/09/15 00:04:45 zmedico Exp $
63
64 inherit toolchain-funcs eutils flag-o-matic multilib
65
66 @@ -18,7 +18,7 @@
67 epydoc? ( >=dev-python/epydoc-2.0 )"
68 RDEPEND=">=dev-lang/python-2.4
69 !build? ( >=sys-apps/sed-4.0.5
70 - >=app-shells/bash-3.0 )
71 + >=app-shells/bash-3.1_p17 )
72 elibc_glibc? ( >=sys-apps/sandbox-1.2.17 )
73 elibc_uclibc? ( >=sys-apps/sandbox-1.2.17 )
74 >=app-misc/pax-utils-0.1.13
75
76
77
78 --
79 gentoo-commits@g.o mailing list