Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Sun, 02 Jan 2022 17:49:38
Message-Id: 1641145724.355582849f2c9474ff15fb13525d8009dc42e75a.soap@gentoo
1 commit: 355582849f2c9474ff15fb13525d8009dc42e75a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:48:44 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:48:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35558284
7
8 dev-lang/php: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-lang/php/php-7.3.32.ebuild | 4 ++--
13 dev-lang/php/php-7.3.33.ebuild | 4 ++--
14 dev-lang/php/php-7.4.25.ebuild | 4 ++--
15 dev-lang/php/php-7.4.26.ebuild | 4 ++--
16 dev-lang/php/php-7.4.27.ebuild | 4 ++--
17 dev-lang/php/php-8.0.12.ebuild | 4 ++--
18 dev-lang/php/php-8.0.13.ebuild | 4 ++--
19 dev-lang/php/php-8.0.14.ebuild | 4 ++--
20 dev-lang/php/php-8.1.0.ebuild | 4 ++--
21 dev-lang/php/php-8.1.1.ebuild | 4 ++--
22 10 files changed, 20 insertions(+), 20 deletions(-)
23
24 diff --git a/dev-lang/php/php-7.3.32.ebuild b/dev-lang/php/php-7.3.32.ebuild
25 index eb176b40cd3d..e4451e5cc637 100644
26 --- a/dev-lang/php/php-7.3.32.ebuild
27 +++ b/dev-lang/php/php-7.3.32.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2021 Gentoo Authors
30 +# Copyright 1999-2022 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI="7"
34 @@ -269,7 +269,7 @@ src_configure() {
35 $(use_enable hash hash)
36 $(use_with mhash mhash "${EPREFIX}/usr")
37 $(use_with iconv iconv \
38 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
39 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
40 $(use_enable intl intl)
41 $(use_enable ipv6 ipv6)
42 $(use_enable json json)
43
44 diff --git a/dev-lang/php/php-7.3.33.ebuild b/dev-lang/php/php-7.3.33.ebuild
45 index e1ab493e57a6..8877e1d31eb4 100644
46 --- a/dev-lang/php/php-7.3.33.ebuild
47 +++ b/dev-lang/php/php-7.3.33.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2021 Gentoo Authors
50 +# Copyright 1999-2022 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI="7"
54 @@ -269,7 +269,7 @@ src_configure() {
55 $(use_enable hash hash)
56 $(use_with mhash mhash "${EPREFIX}/usr")
57 $(use_with iconv iconv \
58 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
59 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
60 $(use_enable intl intl)
61 $(use_enable ipv6 ipv6)
62 $(use_enable json json)
63
64 diff --git a/dev-lang/php/php-7.4.25.ebuild b/dev-lang/php/php-7.4.25.ebuild
65 index ea60a2d13396..2cc434eedb4d 100644
66 --- a/dev-lang/php/php-7.4.25.ebuild
67 +++ b/dev-lang/php/php-7.4.25.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2021 Gentoo Authors
70 +# Copyright 1999-2022 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI="7"
74 @@ -262,7 +262,7 @@ src_configure() {
75 $(use_with gmp gmp "${EPREFIX}/usr")
76 $(use_with mhash mhash "${EPREFIX}/usr")
77 $(use_with iconv iconv \
78 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
79 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
80 $(use_enable intl)
81 $(use_enable ipv6)
82 $(use_enable json)
83
84 diff --git a/dev-lang/php/php-7.4.26.ebuild b/dev-lang/php/php-7.4.26.ebuild
85 index 2ef10fa15f96..cee27f7d4134 100644
86 --- a/dev-lang/php/php-7.4.26.ebuild
87 +++ b/dev-lang/php/php-7.4.26.ebuild
88 @@ -1,4 +1,4 @@
89 -# Copyright 1999-2021 Gentoo Authors
90 +# Copyright 1999-2022 Gentoo Authors
91 # Distributed under the terms of the GNU General Public License v2
92
93 EAPI="7"
94 @@ -261,7 +261,7 @@ src_configure() {
95 $(use_with gmp gmp "${EPREFIX}/usr")
96 $(use_with mhash mhash "${EPREFIX}/usr")
97 $(use_with iconv iconv \
98 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
99 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
100 $(use_enable intl)
101 $(use_enable ipv6)
102 $(use_enable json)
103
104 diff --git a/dev-lang/php/php-7.4.27.ebuild b/dev-lang/php/php-7.4.27.ebuild
105 index 2ef10fa15f96..cee27f7d4134 100644
106 --- a/dev-lang/php/php-7.4.27.ebuild
107 +++ b/dev-lang/php/php-7.4.27.ebuild
108 @@ -1,4 +1,4 @@
109 -# Copyright 1999-2021 Gentoo Authors
110 +# Copyright 1999-2022 Gentoo Authors
111 # Distributed under the terms of the GNU General Public License v2
112
113 EAPI="7"
114 @@ -261,7 +261,7 @@ src_configure() {
115 $(use_with gmp gmp "${EPREFIX}/usr")
116 $(use_with mhash mhash "${EPREFIX}/usr")
117 $(use_with iconv iconv \
118 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
119 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
120 $(use_enable intl)
121 $(use_enable ipv6)
122 $(use_enable json)
123
124 diff --git a/dev-lang/php/php-8.0.12.ebuild b/dev-lang/php/php-8.0.12.ebuild
125 index fa6e96581f24..44a21e552771 100644
126 --- a/dev-lang/php/php-8.0.12.ebuild
127 +++ b/dev-lang/php/php-8.0.12.ebuild
128 @@ -1,4 +1,4 @@
129 -# Copyright 1999-2021 Gentoo Authors
130 +# Copyright 1999-2022 Gentoo Authors
131 # Distributed under the terms of the GNU General Public License v2
132
133 EAPI="7"
134 @@ -263,7 +263,7 @@ src_configure() {
135 $(use_with gmp gmp "${EPREFIX}/usr")
136 $(use_with mhash mhash "${EPREFIX}/usr")
137 $(use_with iconv iconv \
138 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
139 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
140 $(use_enable intl)
141 $(use_enable ipv6)
142 $(use_with kerberos)
143
144 diff --git a/dev-lang/php/php-8.0.13.ebuild b/dev-lang/php/php-8.0.13.ebuild
145 index c02305618bfb..76be376118a8 100644
146 --- a/dev-lang/php/php-8.0.13.ebuild
147 +++ b/dev-lang/php/php-8.0.13.ebuild
148 @@ -1,4 +1,4 @@
149 -# Copyright 1999-2021 Gentoo Authors
150 +# Copyright 1999-2022 Gentoo Authors
151 # Distributed under the terms of the GNU General Public License v2
152
153 EAPI="7"
154 @@ -276,7 +276,7 @@ src_configure() {
155 $(use_with gmp gmp "${EPREFIX}/usr")
156 $(use_with mhash mhash "${EPREFIX}/usr")
157 $(use_with iconv iconv \
158 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
159 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
160 $(use_enable intl)
161 $(use_enable ipv6)
162 $(use_with kerberos)
163
164 diff --git a/dev-lang/php/php-8.0.14.ebuild b/dev-lang/php/php-8.0.14.ebuild
165 index c02305618bfb..76be376118a8 100644
166 --- a/dev-lang/php/php-8.0.14.ebuild
167 +++ b/dev-lang/php/php-8.0.14.ebuild
168 @@ -1,4 +1,4 @@
169 -# Copyright 1999-2021 Gentoo Authors
170 +# Copyright 1999-2022 Gentoo Authors
171 # Distributed under the terms of the GNU General Public License v2
172
173 EAPI="7"
174 @@ -276,7 +276,7 @@ src_configure() {
175 $(use_with gmp gmp "${EPREFIX}/usr")
176 $(use_with mhash mhash "${EPREFIX}/usr")
177 $(use_with iconv iconv \
178 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
179 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
180 $(use_enable intl)
181 $(use_enable ipv6)
182 $(use_with kerberos)
183
184 diff --git a/dev-lang/php/php-8.1.0.ebuild b/dev-lang/php/php-8.1.0.ebuild
185 index 06528d5bb928..423e9f806689 100644
186 --- a/dev-lang/php/php-8.1.0.ebuild
187 +++ b/dev-lang/php/php-8.1.0.ebuild
188 @@ -1,4 +1,4 @@
189 -# Copyright 1999-2021 Gentoo Authors
190 +# Copyright 1999-2022 Gentoo Authors
191 # Distributed under the terms of the GNU General Public License v2
192
193 EAPI="8"
194 @@ -277,7 +277,7 @@ src_configure() {
195 $(use_with gmp gmp "${EPREFIX}/usr")
196 $(use_with mhash mhash "${EPREFIX}/usr")
197 $(use_with iconv iconv \
198 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
199 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
200 $(use_enable intl)
201 $(use_enable ipv6)
202 $(use_with kerberos)
203
204 diff --git a/dev-lang/php/php-8.1.1.ebuild b/dev-lang/php/php-8.1.1.ebuild
205 index 06528d5bb928..423e9f806689 100644
206 --- a/dev-lang/php/php-8.1.1.ebuild
207 +++ b/dev-lang/php/php-8.1.1.ebuild
208 @@ -1,4 +1,4 @@
209 -# Copyright 1999-2021 Gentoo Authors
210 +# Copyright 1999-2022 Gentoo Authors
211 # Distributed under the terms of the GNU General Public License v2
212
213 EAPI="8"
214 @@ -277,7 +277,7 @@ src_configure() {
215 $(use_with gmp gmp "${EPREFIX}/usr")
216 $(use_with mhash mhash "${EPREFIX}/usr")
217 $(use_with iconv iconv \
218 - $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr"))
219 + $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr"))
220 $(use_enable intl)
221 $(use_enable ipv6)
222 $(use_with kerberos)