commit:     45f0c75a79a90d7fd901544ef4c0d807d50b66fe
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 00:45:52 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 00:45:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f0c75a

net-libs/gsoap: remove broken version reported from bug #558348

Package-Manager: portage-2.2.20.1

 net-libs/gsoap/Manifest            |  1 -
 net-libs/gsoap/gsoap-2.8.22.ebuild | 72 --------------------------------------
 2 files changed, 73 deletions(-)

diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest
index c3d29f4..e6a2615 100644
--- a/net-libs/gsoap/Manifest
+++ b/net-libs/gsoap/Manifest
@@ -1,4 +1,3 @@
 DIST gsoap_2.7.17.zip 10224444 SHA256 
d3af1ce9464b28cacdf1dfbe09b689f8927cbcf3948479996aef52a39afa2c16 SHA512 
efb5332e90cbed6013ac2f16b940404cc4de9e84bc85e671cb3588bc6620cd86c8db646a4f3cd77bb3b866dfcc8a793186736ab2241bb8cbaca8d313345d14ac
 WHIRLPOOL 
955e845b5a8b9af1697ca8bcdbb77813f149f7ff162ec51e680c398dab9934c36418572004b7bd24200476b6d45b623f294053b932da2fce94f415becd369af7
 DIST gsoap_2.8.12.zip 19974348 SHA256 
51eef118544fa846f4d2dea2eedf91c84c46a1abeafc5eee3dcff783f4015a00 SHA512 
7f162936d8d331d94b0aa52042c512167198a8de5a279747f49494b0f17442feb4db2ac5abff54e46350562e774b6bdddc577049f7cb59807cab29b12d797a87
 WHIRLPOOL 
7557396a154405606b2b2a962ac5f19d4853a792c8f96333576e6229506c9fedd8c5652cc1560566dfb51203362063566d2780becb1e1bb0ca2714fabe0a0330
-DIST gsoap_2.8.22.zip 20806602 SHA256 
2fdf14e6e4dece9409db53a3c4676a0b25711279bc2a8d8949a46c2d9907308b SHA512 
b7a1b44d21e98b90efc68efa5a61ac69a4a312a3ca87ac4379d6ea15d4d81393fc5921212363f99a8cb1f7a28a736f5869c49318e94110de3df36ce20fc11822
 WHIRLPOOL 
0e7de5379382702c076a74fea875b4dd9bd1aec54c847919c5831afa8a14e1663aa4d97fd1c8088a7b7aaa9b32485561b2b519802f3a4984cfa87f7a8167fd05
 DIST gsoap_2.8.23.zip 22482000 SHA256 
e1c30743f1c2cf40b2760568127e14af1b2a00c3026b2e5f0750e8c33d94c061 SHA512 
cc90aadfe09aa6406172c9ffa07696851ff594ca7c5b40819494badd8ce978d908d66de63a5831e7aec1bca18ee8b51ed02187057688a3b36eb0a21fe6e0f5a4
 WHIRLPOOL 
e5cfc9c5758847d1fc94cbd38108b80c7548abc0316fe201b58604a3b22d30b9748c81d4aec13f53356593f3ddc2dcba14170a53d63795eab9229ec49d4bc585

diff --git a/net-libs/gsoap/gsoap-2.8.22.ebuild 
b/net-libs/gsoap/gsoap-2.8.22.ebuild
deleted file mode 100644
index 7a558be..0000000
--- a/net-libs/gsoap/gsoap-2.8.22.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils
-
-MY_P="${PN}-2.8"
-
-DESCRIPTION="A cross-platform open source C and C++ SDK to ease the 
development of SOAP/XML Web services"
-HOMEPAGE="http://gsoap2.sourceforge.net";
-SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
-
-LICENSE="GPL-2 gSOAP"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc debug examples ipv6 gnutls +ssl"
-
-DEPEND="app-arch/unzip
-       sys-devel/flex
-       sys-devel/bison
-       sys-libs/zlib
-       gnutls? ( net-libs/gnutls )
-       ssl? ( dev-libs/openssl )"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       # Fix Pre-ISO headers
-       epatch 
"${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
-
-       eautoreconf
-}
-
-src_configure() {
-       local myconf=
-       use ssl || myconf+="--disable-ssl "
-       use gnutls && myconf+="--enable-gnutls "
-       use ipv6 && myconf+="--enable-ipv6 "
-       econf \
-               ${myconf} \
-               $(use_enable debug) \
-               $(use_enable examples samples)
-}
-
-src_compile() {
-       emake -j1
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       # yes, we also install the license-file since
-       # it contains info about how to apply the licenses
-       dodoc *.txt
-
-       dohtml changelog.html
-
-       find "${D}"/usr/ -name "*.la" -exec rm {} \;
-
-       if use examples; then
-               rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* 
gsoap/samples/*/*.o
-               insinto /usr/share/doc/${PF}/examples
-               doins -r gsoap/samples/*
-       fi
-
-       if use doc; then
-               dohtml -r gsoap/doc/*
-       fi
-}

Reply via email to