diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-04-28 09:45:06 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-04-28 09:45:22 +0200 |
commit | 9bffa0bfcc726db610cef7e7a88b4021a1e90792 (patch) | |
tree | b6b7abaf45e04153e76fe79038f6ac9c67dd3fbe /net-libs/gsoap | |
parent | net-libs/gsoap: Bump to version 2.8.45 (diff) | |
download | gentoo-9bffa0bfcc726db610cef7e7a88b4021a1e90792.tar.gz gentoo-9bffa0bfcc726db610cef7e7a88b4021a1e90792.tar.bz2 gentoo-9bffa0bfcc726db610cef7e7a88b4021a1e90792.zip |
net-libs/gsoap: Removed old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-libs/gsoap')
-rw-r--r-- | net-libs/gsoap/Manifest | 3 | ||||
-rw-r--r-- | net-libs/gsoap/files/gsoap-2.7-fix-missing-cookie-support.patch | 24 | ||||
-rw-r--r-- | net-libs/gsoap/files/gsoap-2.7-fix-pre-iso-headers.patch | 98 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.7.17-r2.ebuild | 70 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.7.17.ebuild | 70 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.8.23.ebuild | 71 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.8.39.ebuild | 79 |
7 files changed, 0 insertions, 415 deletions
diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest index 4f811882a748..6200371ded80 100644 --- a/net-libs/gsoap/Manifest +++ b/net-libs/gsoap/Manifest @@ -1,5 +1,2 @@ -DIST gsoap_2.7.17.zip 10224444 SHA256 d3af1ce9464b28cacdf1dfbe09b689f8927cbcf3948479996aef52a39afa2c16 SHA512 efb5332e90cbed6013ac2f16b940404cc4de9e84bc85e671cb3588bc6620cd86c8db646a4f3cd77bb3b866dfcc8a793186736ab2241bb8cbaca8d313345d14ac WHIRLPOOL 955e845b5a8b9af1697ca8bcdbb77813f149f7ff162ec51e680c398dab9934c36418572004b7bd24200476b6d45b623f294053b932da2fce94f415becd369af7 -DIST gsoap_2.8.23.zip 22482000 SHA256 e1c30743f1c2cf40b2760568127e14af1b2a00c3026b2e5f0750e8c33d94c061 SHA512 cc90aadfe09aa6406172c9ffa07696851ff594ca7c5b40819494badd8ce978d908d66de63a5831e7aec1bca18ee8b51ed02187057688a3b36eb0a21fe6e0f5a4 WHIRLPOOL e5cfc9c5758847d1fc94cbd38108b80c7548abc0316fe201b58604a3b22d30b9748c81d4aec13f53356593f3ddc2dcba14170a53d63795eab9229ec49d4bc585 -DIST gsoap_2.8.39.zip 36767952 SHA256 7922bfea5f8d0889ea578026d368abd666983e36fed8745f807c39a072028760 SHA512 655be576d8c7bd461a59bcf934ce1abeb3c284e87662dffcf06f0a0d4aa8655ce7b1b646f4ec3fa866c6c617cd527e1fa486b9e72249b3ea0e7e3cbdc3f9bfe4 WHIRLPOOL 6da9507a0a3e1e1ea8510dfcb2f67154081d6afa9bc8a9f677973300a9c2eefb8c4e2f2d3c249bfdcb6bb9f2d488a50f23b3fe03790fc0ac8b189364f7de5683 DIST gsoap_2.8.40.zip 36317175 SHA256 54ef56d9c55a6a7a00ae57f8cb0b3266af1b26e623070be2ef20833626157f77 SHA512 fc26899e780a7d797544f21aa7beaabc6c1507b7097c4a229a641e4be763733a40e96ce0d5181024eae19653de9513a5b35d51c8b12e85078423e30d0b898a6f WHIRLPOOL 6f795590a5b1e36d796200e3669b3a2aa45c016aa3acaae6291c09543422530a12e977a159a2f892b328cd7813633f41966432e75fd36268bfe4c6d9d1bb6fbf DIST gsoap_2.8.45.zip 33590780 SHA256 81946d1ecd99ea414383d5f090e6b292908ff3ac0211cb097a1d1d54e9808bce SHA512 db45f2f8403143387f2860339a77695079fd3224700791846eb436d510a1008fe217c85b61b980340a4982d20ed0fef87dfd8d3de07be9953b627b539ca4af2a WHIRLPOOL 73b2327a05fb065c398573cb70eafc37066c0992787f51eb39e9b0e61193aeaa6f59e608d179c805d3488875dfe538116c512660bf24554811be8ecb8442229b diff --git a/net-libs/gsoap/files/gsoap-2.7-fix-missing-cookie-support.patch b/net-libs/gsoap/files/gsoap-2.7-fix-missing-cookie-support.patch deleted file mode 100644 index 7f3ad8d283b9..000000000000 --- a/net-libs/gsoap/files/gsoap-2.7-fix-missing-cookie-support.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: Gokturk Yuksek <gokturk@binghamton.edu> -Subject: [PATCH] Backport missing cookie support - -For <gsoap-2.8.24, successful compilation results in missing cookie -support due to undefined compilation flag. This is fixed in the later -versions by upstream. - -Upstream-URL: https://sourceforge.net/p/gsoap2/code/85/tree//gsoap/Makefile.am?diff=51af4d3f5fcbc945b53d89a4:84 -Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=340647 - ---- a/gsoap/Makefile.am -+++ b/gsoap/Makefile.am -@@ -42,9 +42,9 @@ - libgsoapck___a_SOURCES = stdsoap2_ck_cpp.cpp - libgsoapck___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_COOKIES - libgsoapssl_a_SOURCES = stdsoap2_ssl.c --libgsoapssl_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -+libgsoapssl_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -DWITH_COOKIES - libgsoapssl___a_SOURCES = stdsoap2_ssl_cpp.cpp --libgsoapssl___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -+libgsoapssl___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -DWITH_COOKIES - - BUILT_SOURCES = stdsoap2_cpp.cpp $(lib_LIBRARIES) - diff --git a/net-libs/gsoap/files/gsoap-2.7-fix-pre-iso-headers.patch b/net-libs/gsoap/files/gsoap-2.7-fix-pre-iso-headers.patch deleted file mode 100644 index 5762d5282211..000000000000 --- a/net-libs/gsoap/files/gsoap-2.7-fix-pre-iso-headers.patch +++ /dev/null @@ -1,98 +0,0 @@ ---- gsoap/samples/factorytest/factorytest.cpp.orig 2009-03-04 01:16:22.300484305 +0100 -+++ gsoap/samples/factorytest/factorytest.cpp 2009-03-04 01:15:47.656485143 +0100 -@@ -49,7 +49,7 @@ - #include "soapH.h" - #include "factorytest.nsmap" - --#include <iostream.h> -+#include <iostream> - - // default factory service endpoint: - const char *factory = "http://localhost:18085"; -@@ -167,7 +167,7 @@ - int main(int argc, char **argv) - { if (argc > 1) - factory = argv[1]; // use factory from command line arg by default -- cout << "Connecting to factory " << factory << endl; -+ std::cout << "Connecting to factory " << factory << std::endl; - Adder adder; // create unique new remote adder object - Counter counter1("myCounter"); // new counter object "myCounter" (created if not exists) - Counter counter2("myCounter"); // lookup and use counter "myCounter" (this is an alias to counter1!) -@@ -175,22 +175,22 @@ - counter1.set(adder.get()); - adder.add(3.0); - counter1.inc(); -- cout << "Adder=" << adder.get() << endl; -- cout << "Counter=" << counter2.get() << endl; // counter2 is an alias for counter1 so this prints the value of counter1 -- cout << "Sleep for 90 seconds to test factory server purging objects:" << endl; -+ std::cout << "Adder=" << adder.get() << std::endl; -+ std::cout << "Counter=" << counter2.get() << std::endl; // counter2 is an alias for counter1 so this prints the value of counter1 -+ std::cout << "Sleep for 90 seconds to test factory server purging objects:" << std::endl; - // counter is periodically incremented which keeps it alive - sleep(30); - counter1.inc(); -- cout << "Counter=" << counter2.get() << endl; -+ std::cout << "Counter=" << counter2.get() << std::endl; - sleep(30); - counter1.inc(); -- cout << "Counter=" << counter2.get() << endl; -+ std::cout << "Counter=" << counter2.get() << std::endl; - sleep(30); - counter1.inc(); -- cout << "Counter=" << counter2.get() << endl; -+ std::cout << "Counter=" << counter2.get() << std::endl; - // after 90 secs, the adder should be gone -- cout << "Adder is no longer available:" << endl; -+ std::cout << "Adder is no longer available:" << std::endl; - adder.add(3.0); -- cout << "Adder status = " << adder.status << endl; -+ std::cout << "Adder status = " << adder.status << std::endl; - return 0; - } ---- gsoap/samples/lu/luclient.cpp.orig 2009-03-04 01:16:48.632483467 +0100 -+++ gsoap/samples/lu/luclient.cpp 2009-03-04 01:17:54.550483188 +0100 -@@ -32,7 +32,7 @@ - */ - - #include "soapH.h" --#include <iostream.h> -+#include <iostream> - - const char luserver[] = "http://websrv.cs.fsu.edu/~engelen/luserver.cgi"; - -@@ -51,14 +51,14 @@ - a[3].resize(2,3); // 2-element vector indexed from 2 to 3 - a[3][2] = 1; - a[3][3] = 2; -- cout << "* Demonstration example *" << endl; -- cout << "Matrix:" << endl; -+ std::cout << "* Demonstration example *" << std::endl; -+ std::cout << "Matrix:" << std::endl; - a.print(); - vector b(soap, 3); - b[1] = 1; - b[2] = 2; - b[3] = 3; -- cout << "Vector:" << endl; -+ std::cout << "Vector:" << std::endl; - b.print(); - vector x(soap); - if (argc < 2) -@@ -71,7 +71,7 @@ - soap_print_fault_location(soap, stderr); - } - else -- { cout << "Solution vector from service:" << endl; -+ { std::cout << "Solution vector from service:" << std::endl; - x.print(); - } - matrix a1(soap); -@@ -80,7 +80,7 @@ - soap_print_fault_location(soap, stderr); - } - else -- { cout << "Inverse matrix matrix from service:" << endl; -+ { std::cout << "Inverse matrix matrix from service:" << std::endl; - a1.print(); - } - soap_destroy(soap); diff --git a/net-libs/gsoap/gsoap-2.7.17-r2.ebuild b/net-libs/gsoap/gsoap-2.7.17-r2.ebuild deleted file mode 100644 index 23435feeb351..000000000000 --- a/net-libs/gsoap/gsoap-2.7.17-r2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils - -MY_P="${PN}-2.7" - -DESCRIPTION="A cross-platform open source C and C++ SDK for 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 +ssl" - -DEPEND="app-arch/unzip - sys-devel/flex - sys-devel/bison" -RDEPEND="sys-libs/zlib - ssl? ( dev-libs/openssl:0= )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # Fix Pre-ISO headers - epatch "${FILESDIR}/${PN}-2.7-fix-pre-iso-headers.patch" - epatch "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch" - epatch "${FILESDIR}/${PN}-2.7-fix-missing-cookie-support.patch" # 340647 - - # causes compilation of app-emulation/virtualbox-ose[vboxwebsrv] to - # break (bug #320901): - #epatch "${FILESDIR}/${PN}-2.7.15-use_libtool.patch" - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable ssl openssl) \ - $(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 - - prune_libtool_files --all - - if use examples; then - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die - insinto /usr/share/doc/${PF}/examples - doins -r gsoap/samples/* - fi - - if use doc; then - dohtml -r gsoap/doc/* - fi -} diff --git a/net-libs/gsoap/gsoap-2.7.17.ebuild b/net-libs/gsoap/gsoap-2.7.17.ebuild deleted file mode 100644 index fecacfeb3e42..000000000000 --- a/net-libs/gsoap/gsoap-2.7.17.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit autotools eutils - -MY_P="${PN}-2.7" - -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 +ssl" - -DEPEND="app-arch/unzip - sys-devel/flex - sys-devel/bison - sys-libs/zlib - ssl? ( dev-libs/openssl )" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # Fix Pre-ISO headers - epatch "${FILESDIR}/${PN}-2.7-fix-pre-iso-headers.patch" - epatch "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch" - - # causes compilation of app-emulation/virtualbox-ose[vboxwebsrv] to - # break (bug #320901): - #epatch "${FILESDIR}/${PN}-2.7.15-use_libtool.patch" - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable ssl openssl) \ - $(use_enable examples samples) -} - -src_compile() { - emake -j1 || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - - # yes, we also install the license-file since - # it contains info about how to apply the licenses - dodoc *.txt - - dohtml changelog.html - - rm -rf "${D}"/usr/lib*/*.la - - 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 -} diff --git a/net-libs/gsoap/gsoap-2.8.23.ebuild b/net-libs/gsoap/gsoap-2.8.23.ebuild deleted file mode 100644 index 77c031a5c093..000000000000 --- a/net-libs/gsoap/gsoap-2.8.23.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils - -MY_P="${PN}-2.8" - -DESCRIPTION="A cross-platform open source C and C++ SDK for 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.md - - prune_libtool_files --all - - 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 -} diff --git a/net-libs/gsoap/gsoap-2.8.39.ebuild b/net-libs/gsoap/gsoap-2.8.39.ebuild deleted file mode 100644 index 2b3059bb76d2..000000000000 --- a/net-libs/gsoap/gsoap-2.8.39.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools eutils - -MY_P="${PN}-2.8" - -DESCRIPTION="A cross-platform open source C and C++ SDK for 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 libressl gnutls +ssl" - -RDEPEND=" - sys-libs/zlib - gnutls? ( net-libs/gnutls ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl ) - ) -" -DEPEND="${RDEPEND} - app-arch/unzip - sys-devel/flex - sys-devel/bison -" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - - # Fix Pre-ISO headers - eapply "${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.md - - prune_libtool_files --all - - if use examples; then - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die - insinto /usr/share/doc/${PF}/examples - doins -r gsoap/samples/* - fi - - if use doc; then - dohtml -r gsoap/doc/* - fi -} |