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-3.2_p25.ebuild bash-3.2_p17.ebuild bash-3.2_p17-r1.ebuild
Date: Sun, 28 Oct 2007 19:23:16
Message-Id: E1ImDiu-0007zg-Uy@stork.gentoo.org
1 vapier 07/10/28 19:23:00
2
3 Modified: ChangeLog bash-3.2_p25.ebuild bash-3.2_p17.ebuild
4 bash-3.2_p17-r1.ebuild
5 Log:
6 Fix building in parallel #189671.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.158 app-shells/bash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.158&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.158&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?r1=1.157&r2=1.158
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
19 retrieving revision 1.157
20 retrieving revision 1.158
21 diff -u -r1.157 -r1.158
22 --- ChangeLog 24 Aug 2007 22:11:25 -0000 1.157
23 +++ ChangeLog 28 Oct 2007 19:23:00 -0000 1.158
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-shells/bash
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.157 2007/08/24 22:11:25 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.158 2007/10/28 19:23:00 vapier Exp $
29 +
30 + 28 Oct 2007; Mike Frysinger <vapier@g.o>
31 + +files/bash-3.2-parallel-build.patch, bash-3.2_p17.ebuild,
32 + bash-3.2_p17-r1.ebuild, bash-3.2_p25.ebuild:
33 + Fix building in parallel #189671.
34
35 *bash-3.2_p25 (24 Aug 2007)
36
37
38
39
40 1.2 app-shells/bash/bash-3.2_p25.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?r1=1.1&r2=1.2
45
46 Index: bash-3.2_p25.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- bash-3.2_p25.ebuild 24 Aug 2007 22:11:25 -0000 1.1
53 +++ bash-3.2_p25.ebuild 28 Oct 2007 19:23:00 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.1 2007/08/24 22:11:25 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.2 2007/10/28 19:23:00 vapier Exp $
59
60 inherit eutils flag-o-matic toolchain-funcs multilib
61
62 @@ -64,6 +64,7 @@
63 if ! use vanilla ; then
64 epatch "${FILESDIR}"/${PN}-3.1-gentoo.patch
65 epatch "${FILESDIR}"/${PN}-3.2-loadables.patch
66 + epatch "${FILESDIR}"/${PN}-3.2-parallel-build.patch #189671
67
68 # Fix process substitution on BSD.
69 epatch "${FILESDIR}"/${PN}-3.2-process-subst.patch
70
71
72
73 1.9 app-shells/bash/bash-3.2_p17.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p17.ebuild?rev=1.9&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p17.ebuild?rev=1.9&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p17.ebuild?r1=1.8&r2=1.9
78
79 Index: bash-3.2_p17.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p17.ebuild,v
82 retrieving revision 1.8
83 retrieving revision 1.9
84 diff -u -r1.8 -r1.9
85 --- bash-3.2_p17.ebuild 7 Aug 2007 03:55:34 -0000 1.8
86 +++ bash-3.2_p17.ebuild 28 Oct 2007 19:23:00 -0000 1.9
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p17.ebuild,v 1.8 2007/08/07 03:55:34 vapier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p17.ebuild,v 1.9 2007/10/28 19:23:00 vapier Exp $
92
93 inherit eutils flag-o-matic toolchain-funcs
94
95 @@ -56,6 +56,7 @@
96
97 if ! use vanilla ; then
98 epatch "${FILESDIR}"/${PN}-3.1-gentoo.patch
99 + epatch "${FILESDIR}"/${PN}-3.2-parallel-build.patch #189671
100
101 # Fix process substitution on BSD.
102 epatch "${FILESDIR}"/${PN}-3.2-process-subst.patch
103
104
105
106 1.2 app-shells/bash/bash-3.2_p17-r1.ebuild
107
108 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p17-r1.ebuild?rev=1.2&view=markup
109 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p17-r1.ebuild?rev=1.2&content-type=text/plain
110 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p17-r1.ebuild?r1=1.1&r2=1.2
111
112 Index: bash-3.2_p17-r1.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p17-r1.ebuild,v
115 retrieving revision 1.1
116 retrieving revision 1.2
117 diff -u -r1.1 -r1.2
118 --- bash-3.2_p17-r1.ebuild 7 Aug 2007 06:10:35 -0000 1.1
119 +++ bash-3.2_p17-r1.ebuild 28 Oct 2007 19:23:00 -0000 1.2
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2007 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p17-r1.ebuild,v 1.1 2007/08/07 06:10:35 vapier Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p17-r1.ebuild,v 1.2 2007/10/28 19:23:00 vapier Exp $
125
126 inherit eutils flag-o-matic toolchain-funcs multilib
127
128 @@ -64,6 +64,7 @@
129 if ! use vanilla ; then
130 epatch "${FILESDIR}"/${PN}-3.1-gentoo.patch
131 epatch "${FILESDIR}"/${PN}-3.2-loadables.patch
132 + epatch "${FILESDIR}"/${PN}-3.2-parallel-build.patch #189671
133
134 # Fix process substitution on BSD.
135 epatch "${FILESDIR}"/${PN}-3.2-process-subst.patch
136
137
138
139 --
140 gentoo-commits@g.o mailing list