Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash: ChangeLog bash-4.0.ebuild
Date: Fri, 27 Feb 2009 00:43:41
Message-Id: E1LcqpG-0002Ua-Sx@stork.gentoo.org
1 vapier 09/02/27 00:43:38
2
3 Modified: ChangeLog bash-4.0.ebuild
4 Log:
5 Fix from upstream for regression with subshells/herestrings found via revdep-rebuild script.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.208 app-shells/bash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.208&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.208&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?r1=1.207&r2=1.208
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
18 retrieving revision 1.207
19 retrieving revision 1.208
20 diff -u -r1.207 -r1.208
21 --- ChangeLog 26 Feb 2009 22:21:51 -0000 1.207
22 +++ ChangeLog 27 Feb 2009 00:43:38 -0000 1.208
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-shells/bash
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.207 2009/02/26 22:21:51 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.208 2009/02/27 00:43:38 vapier Exp $
28 +
29 + 27 Feb 2009; Mike Frysinger <vapier@g.o>
30 + +files/bash-4.0-comsub-herestring.patch, bash-4.0.ebuild:
31 + Fix from upstream for regression with subshells/herestrings found via
32 + revdep-rebuild script.
33
34 26 Feb 2009; Mike Frysinger <vapier@g.o>
35 +files/bash-4.0-associative-array-subscripts.patch, bash-4.0.ebuild:
36
37
38
39 1.12 app-shells/bash/bash-4.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0.ebuild?r1=1.11&r2=1.12
44
45 Index: bash-4.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- bash-4.0.ebuild 26 Feb 2009 22:21:51 -0000 1.11
52 +++ bash-4.0.ebuild 27 Feb 2009 00:43:38 -0000 1.12
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0.ebuild,v 1.11 2009/02/26 22:21:51 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0.ebuild,v 1.12 2009/02/27 00:43:38 vapier Exp $
58
59 EAPI="1"
60
61 @@ -75,6 +75,7 @@
62 epatch "${FILESDIR}"/${P}-reset-parser-current-token.patch
63 epatch "${FILESDIR}"/${P}-pipeline-reserved-word.patch
64 epatch "${FILESDIR}"/${P}-associative-array-subscripts.patch
65 + epatch "${FILESDIR}"/${P}-comsub-herestring.patch
66 epatch "${FILESDIR}"/${PN}-4.0-negative-return.patch
67 # Log bash commands to syslog #91327
68 if use bashlogger ; then