Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/portage.i686.hardened/, tools-musl/portage.armv7a.hardened/, ...
Date: Sat, 23 Aug 2014 16:01:18
Message-Id: 1408809813.7edbafbe879a05d90f4dfdcb73ec7091eceec85c.blueness@gentoo
1 commit: 7edbafbe879a05d90f4dfdcb73ec7091eceec85c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 23 16:03:33 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 23 16:03:33 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=7edbafbe
7
8 tools-musl: move ld-musl-<arch>.path to /etc
9
10 ---
11 tools-musl/portage.amd64.hardened/bashrc | 20 ++++++++++----------
12 tools-musl/portage.amd64.vanilla/bashrc | 20 ++++++++++----------
13 tools-musl/portage.armv7a.hardened/bashrc | 20 ++++++++++----------
14 tools-musl/portage.armv7a.vanilla/bashrc | 20 ++++++++++----------
15 tools-musl/portage.i686.hardened/bashrc | 20 ++++++++++----------
16 tools-musl/portage.i686.vanilla/bashrc | 20 ++++++++++----------
17 tools-musl/portage.mipsel3.vanilla/bashrc | 20 ++++++++++----------
18 7 files changed, 70 insertions(+), 70 deletions(-)
19
20 diff --git a/tools-musl/portage.amd64.hardened/bashrc b/tools-musl/portage.amd64.hardened/bashrc
21 index b44ab32..f850056 100644
22 --- a/tools-musl/portage.amd64.hardened/bashrc
23 +++ b/tools-musl/portage.amd64.hardened/bashrc
24 @@ -2,14 +2,14 @@ post_src_install() {
25 [[ $PN != musl ]] && return 0
26
27 local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
28 - mkdir "${D}"/usr/etc
29 - cat > "${D}"/usr/etc/${LDSO_ARCH%so.1}path <<EOF
30 -/lib
31 -/usr/lib
32 -/usr/local/lib
33 -/usr/lib/opengl/xorg-x11/lib
34 -/usr/lib/gcc/${CHOST}/4.7.4
35 -/usr/${CHOST}/lib
36 -/usr/games/lib
37 -EOF
38 + mkdir "${D}"/etc
39 + cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
40 + /lib
41 + /usr/lib
42 + /usr/local/lib
43 + /usr/lib/opengl/xorg-x11/lib
44 + /usr/lib/gcc/${CHOST}/4.7.4
45 + /usr/${CHOST}/lib
46 + /usr/games/lib
47 + EOF
48 }
49
50 diff --git a/tools-musl/portage.amd64.vanilla/bashrc b/tools-musl/portage.amd64.vanilla/bashrc
51 index adaf162..f850056 100644
52 --- a/tools-musl/portage.amd64.vanilla/bashrc
53 +++ b/tools-musl/portage.amd64.vanilla/bashrc
54 @@ -2,14 +2,14 @@ post_src_install() {
55 [[ $PN != musl ]] && return 0
56
57 local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
58 - mkdir "${D}"/usr/etc
59 - cat > "${D}"/usr/etc/${LDSO_ARCH%so.1}path <<EOF
60 -/lib
61 -/usr/lib
62 -/usr/local/lib
63 -/usr/lib/opengl/xorg-x11/lib
64 -/usr/lib/gcc/${CHOST}/4.7.7
65 -/usr/${CHOST}/lib
66 -/usr/games/lib
67 -EOF
68 + mkdir "${D}"/etc
69 + cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
70 + /lib
71 + /usr/lib
72 + /usr/local/lib
73 + /usr/lib/opengl/xorg-x11/lib
74 + /usr/lib/gcc/${CHOST}/4.7.4
75 + /usr/${CHOST}/lib
76 + /usr/games/lib
77 + EOF
78 }
79
80 diff --git a/tools-musl/portage.armv7a.hardened/bashrc b/tools-musl/portage.armv7a.hardened/bashrc
81 index b44ab32..f850056 100644
82 --- a/tools-musl/portage.armv7a.hardened/bashrc
83 +++ b/tools-musl/portage.armv7a.hardened/bashrc
84 @@ -2,14 +2,14 @@ post_src_install() {
85 [[ $PN != musl ]] && return 0
86
87 local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
88 - mkdir "${D}"/usr/etc
89 - cat > "${D}"/usr/etc/${LDSO_ARCH%so.1}path <<EOF
90 -/lib
91 -/usr/lib
92 -/usr/local/lib
93 -/usr/lib/opengl/xorg-x11/lib
94 -/usr/lib/gcc/${CHOST}/4.7.4
95 -/usr/${CHOST}/lib
96 -/usr/games/lib
97 -EOF
98 + mkdir "${D}"/etc
99 + cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
100 + /lib
101 + /usr/lib
102 + /usr/local/lib
103 + /usr/lib/opengl/xorg-x11/lib
104 + /usr/lib/gcc/${CHOST}/4.7.4
105 + /usr/${CHOST}/lib
106 + /usr/games/lib
107 + EOF
108 }
109
110 diff --git a/tools-musl/portage.armv7a.vanilla/bashrc b/tools-musl/portage.armv7a.vanilla/bashrc
111 index b44ab32..f850056 100644
112 --- a/tools-musl/portage.armv7a.vanilla/bashrc
113 +++ b/tools-musl/portage.armv7a.vanilla/bashrc
114 @@ -2,14 +2,14 @@ post_src_install() {
115 [[ $PN != musl ]] && return 0
116
117 local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
118 - mkdir "${D}"/usr/etc
119 - cat > "${D}"/usr/etc/${LDSO_ARCH%so.1}path <<EOF
120 -/lib
121 -/usr/lib
122 -/usr/local/lib
123 -/usr/lib/opengl/xorg-x11/lib
124 -/usr/lib/gcc/${CHOST}/4.7.4
125 -/usr/${CHOST}/lib
126 -/usr/games/lib
127 -EOF
128 + mkdir "${D}"/etc
129 + cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
130 + /lib
131 + /usr/lib
132 + /usr/local/lib
133 + /usr/lib/opengl/xorg-x11/lib
134 + /usr/lib/gcc/${CHOST}/4.7.4
135 + /usr/${CHOST}/lib
136 + /usr/games/lib
137 + EOF
138 }
139
140 diff --git a/tools-musl/portage.i686.hardened/bashrc b/tools-musl/portage.i686.hardened/bashrc
141 index b44ab32..f850056 100644
142 --- a/tools-musl/portage.i686.hardened/bashrc
143 +++ b/tools-musl/portage.i686.hardened/bashrc
144 @@ -2,14 +2,14 @@ post_src_install() {
145 [[ $PN != musl ]] && return 0
146
147 local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
148 - mkdir "${D}"/usr/etc
149 - cat > "${D}"/usr/etc/${LDSO_ARCH%so.1}path <<EOF
150 -/lib
151 -/usr/lib
152 -/usr/local/lib
153 -/usr/lib/opengl/xorg-x11/lib
154 -/usr/lib/gcc/${CHOST}/4.7.4
155 -/usr/${CHOST}/lib
156 -/usr/games/lib
157 -EOF
158 + mkdir "${D}"/etc
159 + cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
160 + /lib
161 + /usr/lib
162 + /usr/local/lib
163 + /usr/lib/opengl/xorg-x11/lib
164 + /usr/lib/gcc/${CHOST}/4.7.4
165 + /usr/${CHOST}/lib
166 + /usr/games/lib
167 + EOF
168 }
169
170 diff --git a/tools-musl/portage.i686.vanilla/bashrc b/tools-musl/portage.i686.vanilla/bashrc
171 index 70b67d2..f850056 100644
172 --- a/tools-musl/portage.i686.vanilla/bashrc
173 +++ b/tools-musl/portage.i686.vanilla/bashrc
174 @@ -2,14 +2,14 @@ post_src_install() {
175 [[ $PN != musl ]] && return 0
176
177 local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
178 - mkdir "${D}"/usr/etc
179 - cat > "${D}"/usr/etc/${LDSO_ARCH%so.1}path <<EOF
180 -/lib
181 -/usr/lib
182 -/usr/local/lib
183 -/usr/lib/opengl/xorg-x11/lib
184 -/usr/lib/gcc/${CHOST}/4.7.3
185 -/usr/${CHOST}/lib
186 -/usr/games/lib
187 -EOF
188 + mkdir "${D}"/etc
189 + cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
190 + /lib
191 + /usr/lib
192 + /usr/local/lib
193 + /usr/lib/opengl/xorg-x11/lib
194 + /usr/lib/gcc/${CHOST}/4.7.4
195 + /usr/${CHOST}/lib
196 + /usr/games/lib
197 + EOF
198 }
199
200 diff --git a/tools-musl/portage.mipsel3.vanilla/bashrc b/tools-musl/portage.mipsel3.vanilla/bashrc
201 index b44ab32..f850056 100644
202 --- a/tools-musl/portage.mipsel3.vanilla/bashrc
203 +++ b/tools-musl/portage.mipsel3.vanilla/bashrc
204 @@ -2,14 +2,14 @@ post_src_install() {
205 [[ $PN != musl ]] && return 0
206
207 local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
208 - mkdir "${D}"/usr/etc
209 - cat > "${D}"/usr/etc/${LDSO_ARCH%so.1}path <<EOF
210 -/lib
211 -/usr/lib
212 -/usr/local/lib
213 -/usr/lib/opengl/xorg-x11/lib
214 -/usr/lib/gcc/${CHOST}/4.7.4
215 -/usr/${CHOST}/lib
216 -/usr/games/lib
217 -EOF
218 + mkdir "${D}"/etc
219 + cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
220 + /lib
221 + /usr/lib
222 + /usr/local/lib
223 + /usr/lib/opengl/xorg-x11/lib
224 + /usr/lib/gcc/${CHOST}/4.7.4
225 + /usr/${CHOST}/lib
226 + /usr/games/lib
227 + EOF
228 }