Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/newlib/
Date: Sun, 25 Nov 2018 15:13:36
Message-Id: 1543158799.10b92cbbf831284ec9b9d8aeab93c8d1c9ddf4fe.slyfox@gentoo
1 commit: 10b92cbbf831284ec9b9d8aeab93c8d1c9ddf4fe
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 25 14:54:43 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 25 15:13:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b92cbb
7
8 sys-libs/newlib: drop comment mentioning prepallstrip()
9
10 The comment still manages to confuse people. Let's drop it.
11
12 Bug: https://bugs.gentoo.org/587298
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 sys-libs/newlib/newlib-2.0.0.ebuild | 3 +--
17 sys-libs/newlib/newlib-2.1.0.ebuild | 3 +--
18 sys-libs/newlib/newlib-2.2.0.20150423.ebuild | 3 +--
19 sys-libs/newlib/newlib-2.2.0.ebuild | 3 +--
20 sys-libs/newlib/newlib-2.3.0.20160104.ebuild | 3 +--
21 sys-libs/newlib/newlib-2.4.0.ebuild | 3 +--
22 sys-libs/newlib/newlib-2.5.0.ebuild | 3 +--
23 sys-libs/newlib/newlib-9999.ebuild | 3 +--
24 8 files changed, 8 insertions(+), 16 deletions(-)
25
26 diff --git a/sys-libs/newlib/newlib-2.0.0.ebuild b/sys-libs/newlib/newlib-2.0.0.ebuild
27 index 053d58f0248..480700b42b4 100644
28 --- a/sys-libs/newlib/newlib-2.0.0.ebuild
29 +++ b/sys-libs/newlib/newlib-2.0.0.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 +# Copyright 1999-2018 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI="4"
36 @@ -62,7 +62,6 @@ src_compile() {
37 src_install() {
38 cd "${NEWLIBBUILD}"
39 emake -j1 DESTDIR="${D}" install
40 -# env -uRESTRICT CHOST=${CTARGET} prepallstrip
41 # minor hack to keep things clean
42 rm -fR "${D}"/usr/share/info
43 rm -fR "${D}"/usr/info
44
45 diff --git a/sys-libs/newlib/newlib-2.1.0.ebuild b/sys-libs/newlib/newlib-2.1.0.ebuild
46 index fdf7d10a2f6..5b7a8941d19 100644
47 --- a/sys-libs/newlib/newlib-2.1.0.ebuild
48 +++ b/sys-libs/newlib/newlib-2.1.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="4"
55 @@ -67,7 +67,6 @@ src_compile() {
56 src_install() {
57 cd "${NEWLIBBUILD}"
58 emake -j1 DESTDIR="${D}" install
59 -# env -uRESTRICT CHOST=${CTARGET} prepallstrip
60 # minor hack to keep things clean
61 rm -fR "${D}"/usr/share/info
62 rm -fR "${D}"/usr/info
63
64 diff --git a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild
65 index c851572aa12..b8982d522c9 100644
66 --- a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild
67 +++ b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2018 Gentoo Foundation
70 +# Copyright 1999-2018 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI="4"
74 @@ -74,7 +74,6 @@ src_compile() {
75 src_install() {
76 cd "${NEWLIBBUILD}"
77 emake -j1 DESTDIR="${D}" install
78 -# env -uRESTRICT CHOST=${CTARGET} prepallstrip
79 # minor hack to keep things clean
80 rm -fR "${D}"/usr/share/info
81 rm -fR "${D}"/usr/info
82
83 diff --git a/sys-libs/newlib/newlib-2.2.0.ebuild b/sys-libs/newlib/newlib-2.2.0.ebuild
84 index a583773e935..06ec36dcc2c 100644
85 --- a/sys-libs/newlib/newlib-2.2.0.ebuild
86 +++ b/sys-libs/newlib/newlib-2.2.0.ebuild
87 @@ -1,4 +1,4 @@
88 -# Copyright 1999-2018 Gentoo Foundation
89 +# Copyright 1999-2018 Gentoo Authors
90 # Distributed under the terms of the GNU General Public License v2
91
92 EAPI="4"
93 @@ -75,7 +75,6 @@ src_compile() {
94 src_install() {
95 cd "${NEWLIBBUILD}"
96 emake -j1 DESTDIR="${D}" install
97 -# env -uRESTRICT CHOST=${CTARGET} prepallstrip
98 # minor hack to keep things clean
99 rm -fR "${D}"/usr/share/info
100 rm -fR "${D}"/usr/info
101
102 diff --git a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
103 index 70750a91118..29a9d5b9594 100644
104 --- a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
105 +++ b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
106 @@ -1,4 +1,4 @@
107 -# Copyright 1999-2018 Gentoo Foundation
108 +# Copyright 1999-2018 Gentoo Authors
109 # Distributed under the terms of the GNU General Public License v2
110
111 EAPI="4"
112 @@ -74,7 +74,6 @@ src_compile() {
113 src_install() {
114 cd "${NEWLIBBUILD}"
115 emake -j1 DESTDIR="${D}" install
116 -# env -uRESTRICT CHOST=${CTARGET} prepallstrip
117 # minor hack to keep things clean
118 rm -fR "${D}"/usr/share/info
119 rm -fR "${D}"/usr/info
120
121 diff --git a/sys-libs/newlib/newlib-2.4.0.ebuild b/sys-libs/newlib/newlib-2.4.0.ebuild
122 index 724e01a55fa..120357a4dca 100644
123 --- a/sys-libs/newlib/newlib-2.4.0.ebuild
124 +++ b/sys-libs/newlib/newlib-2.4.0.ebuild
125 @@ -1,4 +1,4 @@
126 -# Copyright 1999-2018 Gentoo Foundation
127 +# Copyright 1999-2018 Gentoo Authors
128 # Distributed under the terms of the GNU General Public License v2
129
130 EAPI="4"
131 @@ -79,7 +79,6 @@ src_compile() {
132 src_install() {
133 cd "${NEWLIBBUILD}"
134 emake -j1 DESTDIR="${D}" install
135 -# env -uRESTRICT CHOST=${CTARGET} prepallstrip
136 # minor hack to keep things clean
137 rm -fR "${D}"/usr/share/info
138 rm -fR "${D}"/usr/info
139
140 diff --git a/sys-libs/newlib/newlib-2.5.0.ebuild b/sys-libs/newlib/newlib-2.5.0.ebuild
141 index e59c79299cb..6575c24051a 100644
142 --- a/sys-libs/newlib/newlib-2.5.0.ebuild
143 +++ b/sys-libs/newlib/newlib-2.5.0.ebuild
144 @@ -1,4 +1,4 @@
145 -# Copyright 1999-2018 Gentoo Foundation
146 +# Copyright 1999-2018 Gentoo Authors
147 # Distributed under the terms of the GNU General Public License v2
148
149 EAPI="6"
150 @@ -115,7 +115,6 @@ src_compile() {
151 src_install() {
152 cd "${NEWLIBBUILD}" || die
153 emake -j1 DESTDIR="${D}" install
154 -# env -uRESTRICT CHOST=${CTARGET} prepallstrip
155
156 if use nano ; then
157 cd "${NEWLIBNANOBUILD}" || die
158
159 diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild
160 index e59c79299cb..6575c24051a 100644
161 --- a/sys-libs/newlib/newlib-9999.ebuild
162 +++ b/sys-libs/newlib/newlib-9999.ebuild
163 @@ -1,4 +1,4 @@
164 -# Copyright 1999-2018 Gentoo Foundation
165 +# Copyright 1999-2018 Gentoo Authors
166 # Distributed under the terms of the GNU General Public License v2
167
168 EAPI="6"
169 @@ -115,7 +115,6 @@ src_compile() {
170 src_install() {
171 cd "${NEWLIBBUILD}" || die
172 emake -j1 DESTDIR="${D}" install
173 -# env -uRESTRICT CHOST=${CTARGET} prepallstrip
174
175 if use nano ; then
176 cd "${NEWLIBNANOBUILD}" || die