Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gsoap/
Date: Thu, 18 Oct 2018 10:14:25
Message-Id: 1539857651.b4455bb536df637acfec261576eef41fbc4d53db.polynomial-c@gentoo
1 commit: b4455bb536df637acfec261576eef41fbc4d53db
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 10:10:26 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 10:14:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4455bb5
7
8 net-libs/gsoap: Removed old.
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/gsoap/Manifest | 3 --
14 net-libs/gsoap/gsoap-2.8.55.ebuild | 83 --------------------------------------
15 net-libs/gsoap/gsoap-2.8.58.ebuild | 83 --------------------------------------
16 net-libs/gsoap/gsoap-2.8.59.ebuild | 83 --------------------------------------
17 4 files changed, 252 deletions(-)
18
19 diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest
20 index af4c92f4233..4f4b700c0dc 100644
21 --- a/net-libs/gsoap/Manifest
22 +++ b/net-libs/gsoap/Manifest
23 @@ -1,6 +1,3 @@
24 DIST gsoap_2.8.51.zip 34505931 BLAKE2B 6f2d6ee2bd405054dc75105f42f6edeaa2300f1e7e6bea15f9e8f0dfcc2df56b36cddfc8f0a038b029f36a6dd1fd63f39eadb8d7f363335344eb142ec27be726 SHA512 491e31ce6be02c577b6184335672a0805e2287418a7e26d9b0f009aab8af462ddef7d7a1893dc867db5362c5f2a1e0022d0a45865d81e43286ce16c649da6910
25 -DIST gsoap_2.8.55.zip 32571850 BLAKE2B 6f262c0b65c7704fbf6c0973d766c0cff788745d0f6331afdffc6bbabbbeeea38222f8038d7a96eae63453a721f2b52b1623f4691e7c677489fb8a3c49d80bae SHA512 e0cb6809d5b8e4a068ed937f253844f88d8275e58f7590ca0dd52bede1ea74d5781d35664586f9e29f2e22c508167df8044d45101f0773c9b8d79b80aa188935
26 -DIST gsoap_2.8.58.zip 32931913 BLAKE2B ab6e1b9f1e3b866199236b471e638a80c3542ce709e5cca75df9b3d5cd06fc498d09e768078a6863c549e721f657723d50bf53274c7d6603da23f1ea7a887879 SHA512 019c428aee0309ac952af349738a062d4e6deae28f2c5d38178bcd2aa3ead76a7a43faf952ca61f15e8928600a46f1a865b7996ded1c32e1749d1036c5354e2b
27 -DIST gsoap_2.8.59.zip 33109898 BLAKE2B d05ddf0c1e24afc03a33592cf8abef6f0bb6c8a8a216aee9ce7614720a8e3cd015f1e03429113ac8bdc05e6b916fee022914db22d0c29b5c9c4d0fb60c549168 SHA512 d43320e6965c3f17d122ea7aeeecbc0b608dac52204e630c3254d32eadd3c93aaca446c92bb439b98207f8560b2ad6bff220c0502b75ebd18b99e37402570624
28 DIST gsoap_2.8.63.zip 32985252 BLAKE2B 6bedf06a98701dd63c13e805f865c3b84cae8c498a9ec1c4dd062e191f217c56cf9667046c5fbf0b33d94c5500e2eb4746eefa7cc909398a8ad891f2cb33e357 SHA512 1941aba9c4a7d5e57e8b8f4f2183ee3c24a9a5c3e93caedfd27a13cbc625dc06e3114f850f0dcddb87dd436a997e1157fb2c6fb20c28f1b0675e634c3d489d96
29 DIST gsoap_2.8.70.zip 32695627 BLAKE2B 6d803441804badf06b29cee8ca898dc864b9a0388f6f3fa58b84c1b237d77e22ab70e0cc5439915c715bdba7831b14f86d8003e1338b6184ddbfe845bb76ff75 SHA512 f7e9f85580c19bb390f1310bb47b690a5788b54c1e12c6fc0d9166039a84ae24ec5d3268cb67cd72b20e2eaa78689e175b975f07da44fd20e172a77ef37f4ae7
30
31 diff --git a/net-libs/gsoap/gsoap-2.8.55.ebuild b/net-libs/gsoap/gsoap-2.8.55.ebuild
32 deleted file mode 100644
33 index 28cf845a327..00000000000
34 --- a/net-libs/gsoap/gsoap-2.8.55.ebuild
35 +++ /dev/null
36 @@ -1,83 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -inherit autotools eutils
43 -
44 -MY_P="${PN}-2.8"
45 -
46 -DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web services"
47 -HOMEPAGE="http://gsoap2.sourceforge.net"
48 -SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
49 -
50 -LICENSE="GPL-2 gSOAP"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE="doc debug examples ipv6 libressl gnutls +ssl"
54 -
55 -RDEPEND="
56 - sys-libs/zlib
57 - gnutls? ( net-libs/gnutls )
58 - ssl? (
59 - !libressl? ( dev-libs/openssl:0= )
60 - libressl? ( dev-libs/libressl )
61 - )
62 -"
63 -DEPEND="${RDEPEND}
64 - app-arch/unzip
65 - sys-devel/flex
66 - sys-devel/bison
67 -"
68 -
69 -PATCHES=(
70 - # Fix Pre-ISO headers
71 - "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
72 -
73 - # enable shared libs https://bugs.gentoo.org/583398
74 - "${FILESDIR}/${PN}-2.8.52-shared_libs.patch"
75 -)
76 -
77 -S="${WORKDIR}/${MY_P}"
78 -
79 -src_prepare() {
80 - default
81 - eautoreconf
82 -}
83 -
84 -src_configure() {
85 - local myconf=()
86 - use ssl || myconf+=( --disable-ssl )
87 - use gnutls && myconf+=( --enable-gnutls )
88 - use ipv6 && myconf+=( --enable-ipv6 )
89 - econf \
90 - ${myconf[@]} \
91 - $(use_enable debug) \
92 - $(use_enable examples samples)
93 -}
94 -
95 -src_compile() {
96 - emake -j1
97 -}
98 -
99 -src_install() {
100 - emake DESTDIR="${D}" install
101 -
102 - # yes, we also install the license-file since
103 - # it contains info about how to apply the licenses
104 - dodoc *.txt
105 -
106 - dohtml changelog.md
107 -
108 - prune_libtool_files --all
109 -
110 - if use examples; then
111 - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die
112 - insinto /usr/share/doc/${PF}/examples
113 - doins -r gsoap/samples/*
114 - fi
115 -
116 - if use doc; then
117 - dohtml -r gsoap/doc/*
118 - fi
119 -}
120
121 diff --git a/net-libs/gsoap/gsoap-2.8.58.ebuild b/net-libs/gsoap/gsoap-2.8.58.ebuild
122 deleted file mode 100644
123 index 28cf845a327..00000000000
124 --- a/net-libs/gsoap/gsoap-2.8.58.ebuild
125 +++ /dev/null
126 @@ -1,83 +0,0 @@
127 -# Copyright 1999-2017 Gentoo Foundation
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=6
131 -
132 -inherit autotools eutils
133 -
134 -MY_P="${PN}-2.8"
135 -
136 -DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web services"
137 -HOMEPAGE="http://gsoap2.sourceforge.net"
138 -SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
139 -
140 -LICENSE="GPL-2 gSOAP"
141 -SLOT="0"
142 -KEYWORDS="~amd64 ~x86"
143 -IUSE="doc debug examples ipv6 libressl gnutls +ssl"
144 -
145 -RDEPEND="
146 - sys-libs/zlib
147 - gnutls? ( net-libs/gnutls )
148 - ssl? (
149 - !libressl? ( dev-libs/openssl:0= )
150 - libressl? ( dev-libs/libressl )
151 - )
152 -"
153 -DEPEND="${RDEPEND}
154 - app-arch/unzip
155 - sys-devel/flex
156 - sys-devel/bison
157 -"
158 -
159 -PATCHES=(
160 - # Fix Pre-ISO headers
161 - "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
162 -
163 - # enable shared libs https://bugs.gentoo.org/583398
164 - "${FILESDIR}/${PN}-2.8.52-shared_libs.patch"
165 -)
166 -
167 -S="${WORKDIR}/${MY_P}"
168 -
169 -src_prepare() {
170 - default
171 - eautoreconf
172 -}
173 -
174 -src_configure() {
175 - local myconf=()
176 - use ssl || myconf+=( --disable-ssl )
177 - use gnutls && myconf+=( --enable-gnutls )
178 - use ipv6 && myconf+=( --enable-ipv6 )
179 - econf \
180 - ${myconf[@]} \
181 - $(use_enable debug) \
182 - $(use_enable examples samples)
183 -}
184 -
185 -src_compile() {
186 - emake -j1
187 -}
188 -
189 -src_install() {
190 - emake DESTDIR="${D}" install
191 -
192 - # yes, we also install the license-file since
193 - # it contains info about how to apply the licenses
194 - dodoc *.txt
195 -
196 - dohtml changelog.md
197 -
198 - prune_libtool_files --all
199 -
200 - if use examples; then
201 - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die
202 - insinto /usr/share/doc/${PF}/examples
203 - doins -r gsoap/samples/*
204 - fi
205 -
206 - if use doc; then
207 - dohtml -r gsoap/doc/*
208 - fi
209 -}
210
211 diff --git a/net-libs/gsoap/gsoap-2.8.59.ebuild b/net-libs/gsoap/gsoap-2.8.59.ebuild
212 deleted file mode 100644
213 index 84b2601d54e..00000000000
214 --- a/net-libs/gsoap/gsoap-2.8.59.ebuild
215 +++ /dev/null
216 @@ -1,83 +0,0 @@
217 -# Copyright 1999-2018 Gentoo Foundation
218 -# Distributed under the terms of the GNU General Public License v2
219 -
220 -EAPI=6
221 -
222 -inherit autotools eutils
223 -
224 -MY_P="${PN}-2.8"
225 -
226 -DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web services"
227 -HOMEPAGE="http://gsoap2.sourceforge.net"
228 -SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
229 -
230 -LICENSE="GPL-2 gSOAP"
231 -SLOT="0"
232 -KEYWORDS="~amd64 ~x86"
233 -IUSE="doc debug examples ipv6 libressl gnutls +ssl"
234 -
235 -RDEPEND="
236 - sys-libs/zlib
237 - gnutls? ( net-libs/gnutls )
238 - ssl? (
239 - !libressl? ( dev-libs/openssl:0= )
240 - libressl? ( dev-libs/libressl )
241 - )
242 -"
243 -DEPEND="${RDEPEND}
244 - app-arch/unzip
245 - sys-devel/flex
246 - sys-devel/bison
247 -"
248 -
249 -PATCHES=(
250 - # Fix Pre-ISO headers
251 - "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
252 -
253 - # enable shared libs https://bugs.gentoo.org/583398
254 - "${FILESDIR}/${PN}-2.8.52-shared_libs.patch"
255 -)
256 -
257 -S="${WORKDIR}/${MY_P}"
258 -
259 -src_prepare() {
260 - default
261 - eautoreconf
262 -}
263 -
264 -src_configure() {
265 - local myconf=()
266 - use ssl || myconf+=( --disable-ssl )
267 - use gnutls && myconf+=( --enable-gnutls )
268 - use ipv6 && myconf+=( --enable-ipv6 )
269 - econf \
270 - ${myconf[@]} \
271 - $(use_enable debug) \
272 - $(use_enable examples samples)
273 -}
274 -
275 -src_compile() {
276 - emake -j1
277 -}
278 -
279 -src_install() {
280 - emake DESTDIR="${D}" install
281 -
282 - # yes, we also install the license-file since
283 - # it contains info about how to apply the licenses
284 - dodoc *.txt
285 -
286 - dohtml changelog.md
287 -
288 - prune_libtool_files --all
289 -
290 - if use examples; then
291 - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die
292 - insinto /usr/share/doc/${PF}/examples
293 - doins -r gsoap/samples/*
294 - fi
295 -
296 - if use doc; then
297 - dohtml -r gsoap/doc/*
298 - fi
299 -}