From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C005158020 for ; Thu, 17 Nov 2022 17:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EECBE086E; Thu, 17 Nov 2022 17:42:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E940AE086E for ; Thu, 17 Nov 2022 17:42:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1B8D340EFC for ; Thu, 17 Nov 2022 17:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C1916F8 for ; Thu, 17 Nov 2022 17:42:04 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1668706913.1aac5e1ed1ddc55a2bf5c1cdcb0208b54e336a18.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gsoap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gsoap/gsoap-2.8.106-r1.ebuild net-libs/gsoap/gsoap-2.8.106.ebuild net-libs/gsoap/gsoap-2.8.114-r1.ebuild net-libs/gsoap/gsoap-2.8.114.ebuild X-VCS-Directories: net-libs/gsoap/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1aac5e1ed1ddc55a2bf5c1cdcb0208b54e336a18 X-VCS-Branch: master Date: Thu, 17 Nov 2022 17:42:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 829e31bc-c20e-47f5-9ad7-cec85366f573 X-Archives-Hash: 745aeaf644c2fb2bd1d893d71e07ffd4 commit: 1aac5e1ed1ddc55a2bf5c1cdcb0208b54e336a18 Author: Ulrich Müller gentoo org> AuthorDate: Thu Nov 17 17:40:55 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Nov 17 17:41:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aac5e1e net-libs/gsoap: Update LICENSE Closes: https://bugs.gentoo.org/881661 Signed-off-by: Ulrich Müller gentoo.org> net-libs/gsoap/{gsoap-2.8.106.ebuild => gsoap-2.8.106-r1.ebuild} | 4 ++-- net-libs/gsoap/{gsoap-2.8.114.ebuild => gsoap-2.8.114-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/gsoap/gsoap-2.8.106.ebuild b/net-libs/gsoap/gsoap-2.8.106-r1.ebuild similarity index 93% rename from net-libs/gsoap/gsoap-2.8.106.ebuild rename to net-libs/gsoap/gsoap-2.8.106-r1.ebuild index 26277efaeaab..22f9de64a49a 100644 --- a/net-libs/gsoap/gsoap-2.8.106.ebuild +++ b/net-libs/gsoap/gsoap-2.8.106-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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="|| ( gSOAP GPL-2+-with-openssl-exception ) GPL-2+" +LICENSE="|| ( gSOAP-1.3b GPL-2+-with-openssl-exception ) GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="doc debug examples ipv6 gnutls +ssl" diff --git a/net-libs/gsoap/gsoap-2.8.114.ebuild b/net-libs/gsoap/gsoap-2.8.114-r1.ebuild similarity index 93% rename from net-libs/gsoap/gsoap-2.8.114.ebuild rename to net-libs/gsoap/gsoap-2.8.114-r1.ebuild index 6beb07adfc27..442f04030c43 100644 --- a/net-libs/gsoap/gsoap-2.8.114.ebuild +++ b/net-libs/gsoap/gsoap-2.8.114-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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="|| ( gSOAP GPL-2+-with-openssl-exception ) GPL-2+" +LICENSE="|| ( gSOAP-1.3b GPL-2+-with-openssl-exception ) GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc debug examples ipv6 gnutls +ssl"