net-libs/gsoap: Removed old.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 25 Jul 2019 09:10:51 +0000 (11:10 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 25 Jul 2019 09:11:28 +0000 (11:11 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
net-libs/gsoap/Manifest
net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch [deleted file]
net-libs/gsoap/gsoap-2.8.70.ebuild [deleted file]
net-libs/gsoap/gsoap-2.8.83.ebuild [deleted file]

index f2f38892b233ab43010ec57dfa2677f1c768e4c3..d72fede425df7cd54f0e7686d9baa40a864cee96 100644 (file)
@@ -1,4 +1,2 @@
-DIST gsoap_2.8.70.zip 32695627 BLAKE2B 6d803441804badf06b29cee8ca898dc864b9a0388f6f3fa58b84c1b237d77e22ab70e0cc5439915c715bdba7831b14f86d8003e1338b6184ddbfe845bb76ff75 SHA512 f7e9f85580c19bb390f1310bb47b690a5788b54c1e12c6fc0d9166039a84ae24ec5d3268cb67cd72b20e2eaa78689e175b975f07da44fd20e172a77ef37f4ae7
-DIST gsoap_2.8.83.zip 32703770 BLAKE2B 1750a25bcd38c020c83d644395e9b3ac3e0c1080fb82f26b11ea0d0beea98c7dc8f3f24a77e093c6ac7e3598d416430990105eeb93e565809844825e1e937ec1 SHA512 7f4ae6feea26ec2d0e970e77cf476a0049c2e3fe47feba4e3b3b57239e7ae0016c409a74d3e865e56d2c01a8098be282d74a33c686d177d203cb8c2dff6bc407
 DIST gsoap_2.8.84.zip 32538551 BLAKE2B cab2b75ac931ee6063af47975665f45514cb94f5514fb1f76d17ccb2e71d64d4ebd43543cc004ff7f5c49982975ebaa38e555e3bc45dbc370aae991bc7639273 SHA512 ec050119cd3e480b266cad36823f4862fe0ac21045ce901c3c91a552eae2fbf9e1cd515458835807cce54c04df7835a980a299d37f418190cd57684fd6bdcf79
 DIST gsoap_2.8.87.zip 32545316 BLAKE2B c2d0f9fafdfa9de83ea35f8dfc88e23d9d80967a2e58c30d554d539fd93056d7a8eb00ea9c928c6cf786e4888eb9f942ba4574e343de0c0104fce8b270494d6a SHA512 638bf9b2b8aca5facba518f136ad5af5bda41f2b92ee345ee6989d73223a571ce5ddab23c0b65259e9fd524039250d861defc8cfc2fc0a366a578ce3629b9ca4
diff --git a/net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch b/net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch
deleted file mode 100644 (file)
index fd550dd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- gsoap-2.8/configure.ac
-+++ gsoap-2.8/configure.ac
-@@ -196,15 +196,15 @@
- AC_ARG_ENABLE(xlocale,
-               [AC_HELP_STRING([--enable-xlocale],
-                               [compile library with forced inclusion of xlocale.h])],
--              [with_xlocale="$enable_xl"],
-+              [with_xlocale="$enableval"],
-               [with_xlocale="no"])
- AC_MSG_CHECKING(for enable xlocale usage in library)
- if test "x$with_xlocale" = "xyes"; then
-   AC_MSG_RESULT(yes)
-+  SOAPCPP2_INCLUDE_XLOCALE="-DWITH_INCLUDE_XLOCALE_H"
- else
-   AC_MSG_RESULT(no)
--  SOAPCPP2_INCLUDE_XLOCALE="-DWITH_INCLUDE_XLOCALE_H"
- fi
- AC_SUBST(SOAPCPP2_INCLUDE_XLOCALE)
diff --git a/net-libs/gsoap/gsoap-2.8.70.ebuild b/net-libs/gsoap/gsoap-2.8.70.ebuild
deleted file mode 100644 (file)
index 7423a51..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-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
-"
-
-PATCHES=(
-       # Fix Pre-ISO headers
-       "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
-
-       # enable shared libs https://bugs.gentoo.org/583398
-       "${FILESDIR}/${PN}-2.8.70-shared_libs.patch"
-
-       # Fix --enable-xlocale configure switch
-       "${FILESDIR}/${PN}-2.8.70-xlocale_h.patch"
-
-       # Fix parallel make
-       "${FILESDIR}/${PN}-2.8.70-parallel.patch"
-)
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myeconfargs=(
-               # Don't include xlocale.h as it got removed in >=glibc-2.26
-               --disable-xlocale
-               $(use_enable debug)
-               $(use_enable examples samples)
-               $(usex gnutls --enable-gnutls '')
-               $(usex ipv6 --enable-ipv6 '')
-               $(usex ssl '' --disable-ssl)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-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
-
-       docinto html
-       dodoc changelog.md
-
-       find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-
-       if use examples; then
-               rm -r 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
-               docinto html
-               dodoc -r gsoap/doc/*
-       fi
-}
diff --git a/net-libs/gsoap/gsoap-2.8.83.ebuild b/net-libs/gsoap/gsoap-2.8.83.ebuild
deleted file mode 100644 (file)
index a36f6c5..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-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
-"
-
-PATCHES=(
-       # Fix Pre-ISO headers
-       "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
-
-       # enable shared libs https://bugs.gentoo.org/583398
-       "${FILESDIR}/${PN}-2.8.70-shared_libs.patch"
-
-       # Fix parallel make
-       "${FILESDIR}/${PN}-2.8.70-parallel.patch"
-)
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myeconfargs=(
-               # Don't include xlocale.h as it got removed in >=glibc-2.26
-               --disable-xlocale
-               $(use_enable debug)
-               $(use_enable examples samples)
-               $(usex gnutls --enable-gnutls '')
-               $(usex ipv6 --enable-ipv6 '')
-               $(usex ssl '' --disable-ssl)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-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
-
-       docinto html
-       dodoc changelog.md
-
-       find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-
-       if use examples; then
-               rm -r 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
-               docinto html
-               dodoc -r gsoap/doc/*
-       fi
-}