Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/
Date: Tue, 30 Jun 2020 17:47:05
Message-Id: 1593539201.ffb7a83f4a19f43f32c6ee3640c46917d6a31e3b.blueness@gentoo
1 commit: ffb7a83f4a19f43f32c6ee3640c46917d6a31e3b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 17:46:41 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 17:46:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb7a83f
7
8 net-libs/libmicrohttpd: remove older versions
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 net-libs/libmicrohttpd/Manifest | 3 --
14 net-libs/libmicrohttpd/libmicrohttpd-0.9.65.ebuild | 61 ----------------------
15 net-libs/libmicrohttpd/libmicrohttpd-0.9.68.ebuild | 61 ----------------------
16 net-libs/libmicrohttpd/libmicrohttpd-0.9.69.ebuild | 61 ----------------------
17 net-libs/libmicrohttpd/metadata.xml | 1 -
18 5 files changed, 187 deletions(-)
19
20 diff --git a/net-libs/libmicrohttpd/Manifest b/net-libs/libmicrohttpd/Manifest
21 index e30a5d051b4..9d74dc3a0a1 100644
22 --- a/net-libs/libmicrohttpd/Manifest
23 +++ b/net-libs/libmicrohttpd/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST libmicrohttpd-0.9.65.tar.gz 1633346 BLAKE2B ce6ba2b6c52e30194872c66ab5b9e358f0979dd99ef24ce59fddf9e6fc2b76b01f424f9c9b511cf88c2dde2ca98d3f6a25cbcd26bdfadf0b9db65efd36435dc7 SHA512 751b7a5970cef07f260660254bfdeda4882e9e28d5cbdfbfed50e2c4583caf8f19c96ede6d368babc4223e7fbdf85d85eec37dc96abf333377dc13d6a9c6be12
26 -DIST libmicrohttpd-0.9.68.tar.gz 1884342 BLAKE2B 3f74c48917fa19753a617242fa07b99a69510a14a802609d038964d927516f8f52b4330d0eee2c7b98096b2d840158e4945310edef290224ea256d9616fb4d94 SHA512 9daaab5fb35fef6f2a19b7e08eeb8473aeb0a67631808a8d7a7f78a09cb621ca5d32dbbbca616865a40afb92f8c6495f9e2ba1674880af8011a2bc798c070a13
27 -DIST libmicrohttpd-0.9.69.tar.gz 1884511 BLAKE2B 6470b52e58d82a7fee17d8545e546cb9d3fa38012bcf3380d238afdf0f1b5391e19df53a89ac977ac9452d23610dc851f5da5972cace8d8f1088e1040d173572 SHA512 1633d2e606f476489e8af549fff88735e3b5641c85d59071edc8b2e1177fe1b6302578b69b8ff6669d3e1954c20cf0fa1ee52b42378362edd26197d8992e469b
28 DIST libmicrohttpd-0.9.70.tar.gz 1886435 BLAKE2B 09ae33c66f151d9ce03b8333b26c32e2c0896d150441f39da632fe1316c66123f343d021d7fc9a974fbbab7e642d253138d071d4ee506477de46bffd3ce4691c SHA512 391293688d5ef51cf8d918294000384cb291f46bf767295af5a97123c06c75573d480a6c4b2486712b53636fe3e5dc1f8827ccf4335ac435ec85c3529733d8f5
29 DIST libmicrohttpd-0.9.71.tar.gz 1894695 BLAKE2B 46bee477972a1bf791f9edaa7451790e03fccfac9a8b79fd6fb4038fbd2c3c0f268df787894cd21ddba2640fa087537f681dec4765fe03064a3c9f79aa708b26 SHA512 dab92c0979f8016844970ce4e110469e608e2e15b4096cf518350541248f123e40a4c0289ba025302e318e0bf47a957e9a3dcdee6f55936504b6c1c4f02efb86
30
31 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.65.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.65.ebuild
32 deleted file mode 100644
33 index e8edd69c90f..00000000000
34 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.65.ebuild
35 +++ /dev/null
36 @@ -1,61 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="7"
41 -
42 -inherit multilib-minimal
43 -
44 -MY_P="${P/_/}"
45 -
46 -DESCRIPTION="Small C library to run an HTTP server as part of another application"
47 -HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/"
48 -SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
49 -
50 -LICENSE="LGPL-2.1"
51 -SLOT="0/12"
52 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
53 -IUSE="+epoll messages ssl static-libs test"
54 -RESTRICT="!test? ( test )"
55 -
56 -RDEPEND="ssl? (
57 - dev-libs/libgcrypt:0=
58 - net-libs/gnutls
59 - )"
60 -
61 -# We disable tests below because they're broken,
62 -# but if enabled, we'll need this.
63 -DEPEND="${RDEPEND}
64 - test? (
65 - ssl? ( net-misc/curl[ssl] )
66 - )"
67 -
68 -S=${WORKDIR}/${MY_P}
69 -
70 -DOCS="AUTHORS NEWS README ChangeLog"
71 -
72 -multilib_src_configure() {
73 - ECONF_SOURCE="${S}" \
74 - econf \
75 - --enable-bauth \
76 - --enable-dauth \
77 - --disable-examples \
78 - --enable-postprocessor \
79 - --disable-thread-names \
80 - $(use_enable epoll) \
81 - $(use_enable test curl) \
82 - $(use_enable messages) \
83 - $(use_enable ssl https) \
84 - $(use_with ssl gnutls) \
85 - $(use_enable static-libs static)
86 -}
87 -
88 -# tests are broken in the portage environment.
89 -src_test() {
90 - :
91 -}
92 -
93 -multilib_src_install_all() {
94 - default
95 -
96 - use static-libs || find "${ED}" -name '*.la' -delete
97 -}
98
99 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.68.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.68.ebuild
100 deleted file mode 100644
101 index 455a6c307e1..00000000000
102 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.68.ebuild
103 +++ /dev/null
104 @@ -1,61 +0,0 @@
105 -# Copyright 1999-2020 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI="7"
109 -
110 -inherit multilib-minimal
111 -
112 -MY_P="${P/_/}"
113 -
114 -DESCRIPTION="Small C library to run an HTTP server as part of another application"
115 -HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/"
116 -SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
117 -
118 -LICENSE="LGPL-2.1"
119 -SLOT="0/12"
120 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
121 -IUSE="+epoll ssl static-libs test"
122 -RESTRICT="!test? ( test )"
123 -
124 -RDEPEND="ssl? (
125 - dev-libs/libgcrypt:0=
126 - net-libs/gnutls
127 - )"
128 -
129 -# We disable tests below because they're broken,
130 -# but if enabled, we'll need this.
131 -DEPEND="${RDEPEND}
132 - test? (
133 - ssl? ( net-misc/curl[ssl] )
134 - )"
135 -
136 -S=${WORKDIR}/${MY_P}
137 -
138 -DOCS="AUTHORS NEWS README ChangeLog"
139 -
140 -multilib_src_configure() {
141 - ECONF_SOURCE="${S}" \
142 - econf \
143 - --enable-bauth \
144 - --enable-dauth \
145 - --disable-examples \
146 - --enable-messages \
147 - --enable-postprocessor \
148 - --disable-thread-names \
149 - $(use_enable epoll) \
150 - $(use_enable test curl) \
151 - $(use_enable ssl https) \
152 - $(use_with ssl gnutls) \
153 - $(use_enable static-libs static)
154 -}
155 -
156 -# tests are broken in the portage environment.
157 -src_test() {
158 - :
159 -}
160 -
161 -multilib_src_install_all() {
162 - default
163 -
164 - use static-libs || find "${ED}" -name '*.la' -delete
165 -}
166
167 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.69.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.69.ebuild
168 deleted file mode 100644
169 index c17a93c12ff..00000000000
170 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.69.ebuild
171 +++ /dev/null
172 @@ -1,61 +0,0 @@
173 -# Copyright 1999-2019 Gentoo Authors
174 -# Distributed under the terms of the GNU General Public License v2
175 -
176 -EAPI="7"
177 -
178 -inherit multilib-minimal
179 -
180 -MY_P="${P/_/}"
181 -
182 -DESCRIPTION="Small C library to run an HTTP server as part of another application"
183 -HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/"
184 -SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
185 -
186 -LICENSE="LGPL-2.1"
187 -SLOT="0/12"
188 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
189 -IUSE="+epoll ssl static-libs test"
190 -RESTRICT="!test? ( test )"
191 -
192 -RDEPEND="ssl? (
193 - dev-libs/libgcrypt:0=
194 - net-libs/gnutls
195 - )"
196 -
197 -# We disable tests below because they're broken,
198 -# but if enabled, we'll need this.
199 -DEPEND="${RDEPEND}
200 - test? (
201 - ssl? ( net-misc/curl[ssl] )
202 - )"
203 -
204 -S=${WORKDIR}/${MY_P}
205 -
206 -DOCS="AUTHORS NEWS README ChangeLog"
207 -
208 -multilib_src_configure() {
209 - ECONF_SOURCE="${S}" \
210 - econf \
211 - --enable-bauth \
212 - --enable-dauth \
213 - --disable-examples \
214 - --enable-messages \
215 - --enable-postprocessor \
216 - --disable-thread-names \
217 - $(use_enable epoll) \
218 - $(use_enable test curl) \
219 - $(use_enable ssl https) \
220 - $(use_with ssl gnutls) \
221 - $(use_enable static-libs static)
222 -}
223 -
224 -# tests are broken in the portage environment.
225 -src_test() {
226 - :
227 -}
228 -
229 -multilib_src_install_all() {
230 - default
231 -
232 - use static-libs || find "${ED}" -name '*.la' -delete
233 -}
234
235 diff --git a/net-libs/libmicrohttpd/metadata.xml b/net-libs/libmicrohttpd/metadata.xml
236 index 02fc68dc4f8..11dcf85eaae 100644
237 --- a/net-libs/libmicrohttpd/metadata.xml
238 +++ b/net-libs/libmicrohttpd/metadata.xml
239 @@ -6,7 +6,6 @@
240 <name>Anthony G. Basile</name>
241 </maintainer>
242 <use>
243 - <flag name="messages">enable error messages</flag>
244 <flag name="epoll">use epoll() system call</flag>
245 </use>
246 <upstream>