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: Wed, 25 Feb 2009 22:46:43
Message-Id: E1LcSWX-0007gm-9Y@stork.gentoo.org
1 vapier 09/02/25 22:46:41
2
3 Modified: ChangeLog bash-4.0.ebuild
4 Log:
5 Fix from upstream for new |& construct.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.205 app-shells/bash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.205&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.205&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?r1=1.204&r2=1.205
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
18 retrieving revision 1.204
19 retrieving revision 1.205
20 diff -u -r1.204 -r1.205
21 --- ChangeLog 25 Feb 2009 21:54:25 -0000 1.204
22 +++ ChangeLog 25 Feb 2009 22:46:41 -0000 1.205
23 @@ -1,6 +1,10 @@
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.204 2009/02/25 21:54:25 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.205 2009/02/25 22:46:41 vapier Exp $
28 +
29 + 25 Feb 2009; Mike Frysinger <vapier@g.o>
30 + +files/bash-4.0-pipeline-reserved-word.patch, bash-4.0.ebuild:
31 + Fix from upstream for new |& construct.
32
33 25 Feb 2009; Mike Frysinger <vapier@g.o>
34 +files/bash-4.0-reset-parser-current-token.patch, bash-4.0.ebuild:
35
36
37
38 1.10 app-shells/bash/bash-4.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.0.ebuild?r1=1.9&r2=1.10
43
44 Index: bash-4.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- bash-4.0.ebuild 25 Feb 2009 21:54:25 -0000 1.9
51 +++ bash-4.0.ebuild 25 Feb 2009 22:46:41 -0000 1.10
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0.ebuild,v 1.9 2009/02/25 21:54:25 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0.ebuild,v 1.10 2009/02/25 22:46:41 vapier Exp $
57
58 EAPI="1"
59
60 @@ -73,6 +73,7 @@
61 epatch "${FILESDIR}"/${P}-exit-checkjobs.patch
62 epatch "${FILESDIR}"/${P}-declare-identifier.patch
63 epatch "${FILESDIR}"/${P}-reset-parser-current-token.patch
64 + epatch "${FILESDIR}"/${P}-pipeline-reserved-word.patch
65 epatch "${FILESDIR}"/${PN}-4.0-negative-return.patch
66 # Log bash commands to syslog #91327
67 if use bashlogger ; then