Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog multilib-build.eclass python-utils-r1.eclass
Date: Fri, 31 May 2013 17:50:36
Message-Id: 20130531175033.57A1B2171D@flycatcher.gentoo.org
1 mgorny 13/05/31 17:50:33
2
3 Modified: ChangeLog multilib-build.eclass
4 python-utils-r1.eclass
5 Log:
6 Remove here-doc write failure handlers due to bug #471926.
7
8 Revision Changes Path
9 1.844 eclass/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.844&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.844&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.843&r2=1.844
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
18 retrieving revision 1.843
19 retrieving revision 1.844
20 diff -u -r1.843 -r1.844
21 --- ChangeLog 31 May 2013 17:40:35 -0000 1.843
22 +++ ChangeLog 31 May 2013 17:50:33 -0000 1.844
23 @@ -1,6 +1,10 @@
24 # ChangeLog for eclass directory
25 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.843 2013/05/31 17:40:35 mgorny Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.844 2013/05/31 17:50:33 mgorny Exp $
28 +
29 + 31 May 2013; Michał Górny <mgorny@g.o> multilib-build.eclass,
30 + python-utils-r1.eclass:
31 + Remove here-doc write failure handlers due to bug #471926.
32
33 31 May 2013; Michał Górny <mgorny@g.o> python-utils-r1.eclass:
34 Use cat rather than echo for heredoc output :).
35
36
37
38 1.13 eclass/multilib-build.eclass
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?r1=1.12&r2=1.13
43
44 Index: multilib-build.eclass
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- multilib-build.eclass 14 May 2013 17:33:08 -0000 1.12
51 +++ multilib-build.eclass 31 May 2013 17:50:33 -0000 1.13
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.12 2013/05/14 17:33:08 mgorny Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.13 2013/05/31 17:50:33 mgorny Exp $
57
58 # @ECLASS: multilib-build.eclass
59 # @MAINTAINER:
60 @@ -270,7 +270,7 @@
61 if [[ ! -f ${ED}/tmp/multilib-include${f} ]]; then
62 dodir "/tmp/multilib-include${dir}"
63 # a generic template
64 - cat > "${ED}/tmp/multilib-include${f}" <<_EOF_ || die
65 + cat > "${ED}/tmp/multilib-include${f}" <<_EOF_
66 /* This file is auto-generated by multilib-build.eclass
67 * as a multilib-friendly wrapper. For the original content,
68 * please see the files that are #included below.
69
70
71
72 1.26 eclass/python-utils-r1.eclass
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.26&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.26&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.25&r2=1.26
77
78 Index: python-utils-r1.eclass
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
81 retrieving revision 1.25
82 retrieving revision 1.26
83 diff -u -r1.25 -r1.26
84 --- python-utils-r1.eclass 31 May 2013 17:40:35 -0000 1.25
85 +++ python-utils-r1.eclass 31 May 2013 17:50:33 -0000 1.26
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2013 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.25 2013/05/31 17:40:35 mgorny Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.26 2013/05/31 17:50:33 mgorny Exp $
91
92 # @ECLASS: python-utils-r1
93 # @MAINTAINER:
94 @@ -892,7 +892,7 @@
95
96 local x
97 for x in "${nonsupp[@]}"; do
98 - cat >"${workdir}"/bin/${x} <<__EOF__ || die
99 + cat >"${workdir}"/bin/${x} <<__EOF__
100 #!/bin/sh
101 echo "${x} is not supported by ${EPYTHON}" >&2
102 exit 1