diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-08-03 12:48:15 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-08-03 12:48:15 +0200 |
commit | 92ed9741e0ff71b2fe030bc9a1594c4d90019c2b (patch) | |
tree | e3c3da417c65fd8911f8425d7a20b1f72a75a464 /net-libs/gsoap | |
parent | dev-util/xdelta: Use py3 and new automake in 3.1.0 (diff) | |
download | gentoo-92ed9741e0ff71b2fe030bc9a1594c4d90019c2b.tar.gz gentoo-92ed9741e0ff71b2fe030bc9a1594c4d90019c2b.tar.bz2 gentoo-92ed9741e0ff71b2fe030bc9a1594c4d90019c2b.zip |
net-libs/gsoap: Fix LICENSE.
Closes: https://bugs.gentoo.org/732486
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-libs/gsoap')
-rw-r--r-- | net-libs/gsoap/gsoap-2.8.84.ebuild | 4 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.8.87.ebuild | 4 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.8.91.ebuild | 4 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.8.93.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-libs/gsoap/gsoap-2.8.84.ebuild b/net-libs/gsoap/gsoap-2.8.84.ebuild index 4f0782b21282..c89aa1caf3a0 100644 --- a/net-libs/gsoap/gsoap-2.8.84.ebuild +++ b/net-libs/gsoap/gsoap-2.8.84.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web service HOMEPAGE="http://gsoap2.sourceforge.net" SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip" -LICENSE="GPL-2 gSOAP" +LICENSE="|| ( gSOAP GPL-2+-with-openssl-exception ) GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="doc debug examples ipv6 libressl gnutls +ssl" diff --git a/net-libs/gsoap/gsoap-2.8.87.ebuild b/net-libs/gsoap/gsoap-2.8.87.ebuild index a36f6c5466c9..1c78513704c2 100644 --- a/net-libs/gsoap/gsoap-2.8.87.ebuild +++ b/net-libs/gsoap/gsoap-2.8.87.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web service HOMEPAGE="http://gsoap2.sourceforge.net" SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip" -LICENSE="GPL-2 gSOAP" +LICENSE="|| ( gSOAP GPL-2+-with-openssl-exception ) GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc debug examples ipv6 libressl gnutls +ssl" diff --git a/net-libs/gsoap/gsoap-2.8.91.ebuild b/net-libs/gsoap/gsoap-2.8.91.ebuild index edad97594bbc..b5e3c8611a09 100644 --- a/net-libs/gsoap/gsoap-2.8.91.ebuild +++ b/net-libs/gsoap/gsoap-2.8.91.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web service HOMEPAGE="http://gsoap2.sourceforge.net" SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip" -LICENSE="GPL-2 gSOAP" +LICENSE="|| ( gSOAP GPL-2+-with-openssl-exception ) GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc debug examples ipv6 libressl gnutls +ssl" diff --git a/net-libs/gsoap/gsoap-2.8.93.ebuild b/net-libs/gsoap/gsoap-2.8.93.ebuild index 3dd945fab441..da0b0016f209 100644 --- a/net-libs/gsoap/gsoap-2.8.93.ebuild +++ b/net-libs/gsoap/gsoap-2.8.93.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web service HOMEPAGE="http://gsoap2.sourceforge.net" SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip" -LICENSE="GPL-2 gSOAP" +LICENSE="|| ( gSOAP GPL-2+-with-openssl-exception ) GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc debug examples ipv6 libressl gnutls +ssl" |