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: Tue, 29 Jan 2019 11:35:31
Message-Id: 1548761654.a29d1447f46a87dc5f2351ba6db54914f4caad9f.polynomial-c@gentoo
1 commit: a29d1447f46a87dc5f2351ba6db54914f4caad9f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 11:34:14 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 11:34:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29d1447
7
8 net-libs/gsoap: Removed old.
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/gsoap/Manifest | 2 -
14 net-libs/gsoap/gsoap-2.8.75.ebuild | 86 --------------------------------------
15 net-libs/gsoap/gsoap-2.8.76.ebuild | 86 --------------------------------------
16 3 files changed, 174 deletions(-)
17
18 diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest
19 index 0ef59eaf5a8..237ebe910a5 100644
20 --- a/net-libs/gsoap/Manifest
21 +++ b/net-libs/gsoap/Manifest
22 @@ -1,5 +1,3 @@
23 DIST gsoap_2.8.70.zip 32695627 BLAKE2B 6d803441804badf06b29cee8ca898dc864b9a0388f6f3fa58b84c1b237d77e22ab70e0cc5439915c715bdba7831b14f86d8003e1338b6184ddbfe845bb76ff75 SHA512 f7e9f85580c19bb390f1310bb47b690a5788b54c1e12c6fc0d9166039a84ae24ec5d3268cb67cd72b20e2eaa78689e175b975f07da44fd20e172a77ef37f4ae7
24 -DIST gsoap_2.8.75.zip 32645773 BLAKE2B 120d79a33f90881ef5c4486ffef3a7713770622a65832be9997edeebbd4beac6dbdb6dfd876eb86f8622a1693908e6f56a47b48179fb37fdb12d313e2929ea7e SHA512 f5ebbe307b9125eec2284989a7ec1c16ade93df3b091ac44768750010bf51fdd9199ba96dbdc5b37b105bdd1156a0f90f41fdb407408d62b2c7750881db8b949
25 -DIST gsoap_2.8.76.zip 32474005 BLAKE2B 4b604ea5c21ff98e2eddad3bd032e87e460d708a118ed65cb98e1577a7dc85f7103ffa4ddc4c3447425f4978f7ef72f6c1004fbe6d099a654ef3705fff53bc8a SHA512 4613ce97a52c08267f6186fc90dfa15dac3be0407b754a42ceef59a5f784078c90e43086b9920031d7690a775b42184c330af03c7c594d6cd5b781ff44b1c0b6
26 DIST gsoap_2.8.77.zip 32495225 BLAKE2B 96d1d629eddfa470b53412f15fdb1ffdcc53bcda257ef4ed9c93b3da56cb1627fb98bed81108eb8344e6dbefa2b93c7cf9d9372186590c9a9668044eac9217e8 SHA512 3c03bd32ed9e6368f8483ff7979d2a75361f60f475a4b99b6d3a7d371719c254671d49177c70dd1538075a5e96b3e398d1d301e4fa66cb5979441b6bd6c60fd8
27 DIST gsoap_2.8.78.zip 32507212 BLAKE2B 8e173cb447dd918fa83673ad9a8ef26ca78dfba0cb8ae2fc81bae23f7a0548d52dddfc0e4f02719833aa302a02ac8d069bc1356b424097802ab0299f0453a58c SHA512 c115044d2662c2dd355c4756a974a0013b7213dd28c536aba179e53c19466279bfa34ce16b4426db5aa7a24d94c18e0ed7e7cdf05e799bf89f7b54031aa0874e
28
29 diff --git a/net-libs/gsoap/gsoap-2.8.75.ebuild b/net-libs/gsoap/gsoap-2.8.75.ebuild
30 deleted file mode 100644
31 index a36f6c5466c..00000000000
32 --- a/net-libs/gsoap/gsoap-2.8.75.ebuild
33 +++ /dev/null
34 @@ -1,86 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit autotools
41 -
42 -MY_P="${PN}-2.8"
43 -
44 -DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web services"
45 -HOMEPAGE="http://gsoap2.sourceforge.net"
46 -SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
47 -
48 -LICENSE="GPL-2 gSOAP"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="doc debug examples ipv6 libressl gnutls +ssl"
52 -
53 -RDEPEND="
54 - sys-libs/zlib
55 - gnutls? ( net-libs/gnutls )
56 - ssl? (
57 - !libressl? ( dev-libs/openssl:0= )
58 - libressl? ( dev-libs/libressl )
59 - )
60 -"
61 -DEPEND="${RDEPEND}
62 - app-arch/unzip
63 - sys-devel/flex
64 - sys-devel/bison
65 -"
66 -
67 -PATCHES=(
68 - # Fix Pre-ISO headers
69 - "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
70 -
71 - # enable shared libs https://bugs.gentoo.org/583398
72 - "${FILESDIR}/${PN}-2.8.70-shared_libs.patch"
73 -
74 - # Fix parallel make
75 - "${FILESDIR}/${PN}-2.8.70-parallel.patch"
76 -)
77 -
78 -S="${WORKDIR}/${MY_P}"
79 -
80 -src_prepare() {
81 - default
82 - eautoreconf
83 -}
84 -
85 -src_configure() {
86 - local myeconfargs=(
87 - # Don't include xlocale.h as it got removed in >=glibc-2.26
88 - --disable-xlocale
89 - $(use_enable debug)
90 - $(use_enable examples samples)
91 - $(usex gnutls --enable-gnutls '')
92 - $(usex ipv6 --enable-ipv6 '')
93 - $(usex ssl '' --disable-ssl)
94 - )
95 - econf "${myeconfargs[@]}"
96 -}
97 -
98 -src_install() {
99 - emake DESTDIR="${D}" install
100 -
101 - # yes, we also install the license-file since
102 - # it contains info about how to apply the licenses
103 - dodoc *.txt
104 -
105 - docinto html
106 - dodoc changelog.md
107 -
108 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
109 -
110 - if use examples; then
111 - rm -r 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 - docinto html
118 - dodoc -r gsoap/doc/*
119 - fi
120 -}
121
122 diff --git a/net-libs/gsoap/gsoap-2.8.76.ebuild b/net-libs/gsoap/gsoap-2.8.76.ebuild
123 deleted file mode 100644
124 index a36f6c5466c..00000000000
125 --- a/net-libs/gsoap/gsoap-2.8.76.ebuild
126 +++ /dev/null
127 @@ -1,86 +0,0 @@
128 -# Copyright 1999-2019 Gentoo Authors
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=7
132 -
133 -inherit autotools
134 -
135 -MY_P="${PN}-2.8"
136 -
137 -DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web services"
138 -HOMEPAGE="http://gsoap2.sourceforge.net"
139 -SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
140 -
141 -LICENSE="GPL-2 gSOAP"
142 -SLOT="0"
143 -KEYWORDS="~amd64 ~x86"
144 -IUSE="doc debug examples ipv6 libressl gnutls +ssl"
145 -
146 -RDEPEND="
147 - sys-libs/zlib
148 - gnutls? ( net-libs/gnutls )
149 - ssl? (
150 - !libressl? ( dev-libs/openssl:0= )
151 - libressl? ( dev-libs/libressl )
152 - )
153 -"
154 -DEPEND="${RDEPEND}
155 - app-arch/unzip
156 - sys-devel/flex
157 - sys-devel/bison
158 -"
159 -
160 -PATCHES=(
161 - # Fix Pre-ISO headers
162 - "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
163 -
164 - # enable shared libs https://bugs.gentoo.org/583398
165 - "${FILESDIR}/${PN}-2.8.70-shared_libs.patch"
166 -
167 - # Fix parallel make
168 - "${FILESDIR}/${PN}-2.8.70-parallel.patch"
169 -)
170 -
171 -S="${WORKDIR}/${MY_P}"
172 -
173 -src_prepare() {
174 - default
175 - eautoreconf
176 -}
177 -
178 -src_configure() {
179 - local myeconfargs=(
180 - # Don't include xlocale.h as it got removed in >=glibc-2.26
181 - --disable-xlocale
182 - $(use_enable debug)
183 - $(use_enable examples samples)
184 - $(usex gnutls --enable-gnutls '')
185 - $(usex ipv6 --enable-ipv6 '')
186 - $(usex ssl '' --disable-ssl)
187 - )
188 - econf "${myeconfargs[@]}"
189 -}
190 -
191 -src_install() {
192 - emake DESTDIR="${D}" install
193 -
194 - # yes, we also install the license-file since
195 - # it contains info about how to apply the licenses
196 - dodoc *.txt
197 -
198 - docinto html
199 - dodoc changelog.md
200 -
201 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
202 -
203 - if use examples; then
204 - rm -r gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die
205 - insinto /usr/share/doc/${PF}/examples
206 - doins -r gsoap/samples/*
207 - fi
208 -
209 - if use doc; then
210 - docinto html
211 - dodoc -r gsoap/doc/*
212 - fi
213 -}