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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 783BD138334 for ; Wed, 5 Dec 2018 14:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 632ADE09A1; Wed, 5 Dec 2018 14:33:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37BEBE09A1 for ; Wed, 5 Dec 2018 14:33:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12BF1335CCB for ; Wed, 5 Dec 2018 14:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D83C04DA for ; Wed, 5 Dec 2018 14:33:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1544020386.74fb39de926b90c2a6c17740d6364db8ac8cb963.polynomial-c@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.72.ebuild net-libs/gsoap/gsoap-2.8.73.ebuild X-VCS-Directories: net-libs/gsoap/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 74fb39de926b90c2a6c17740d6364db8ac8cb963 X-VCS-Branch: master Date: Wed, 5 Dec 2018 14:33:11 +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: 427a56a2-f145-4d11-b259-a83d0c3719ff X-Archives-Hash: acc8f5d133cbc165cba023e8778f34bf commit: 74fb39de926b90c2a6c17740d6364db8ac8cb963 Author: Lars Wendler gentoo org> AuthorDate: Wed Dec 5 14:32:58 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Dec 5 14:33:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fb39de net-libs/gsoap: Minor ebuild cleanups. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-libs/gsoap/gsoap-2.8.72.ebuild | 3 --- net-libs/gsoap/gsoap-2.8.73.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/net-libs/gsoap/gsoap-2.8.72.ebuild b/net-libs/gsoap/gsoap-2.8.72.ebuild index 4f3a9989377..c0cdf5ada9c 100644 --- a/net-libs/gsoap/gsoap-2.8.72.ebuild +++ b/net-libs/gsoap/gsoap-2.8.72.ebuild @@ -37,9 +37,6 @@ PATCHES=( # 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" ) diff --git a/net-libs/gsoap/gsoap-2.8.73.ebuild b/net-libs/gsoap/gsoap-2.8.73.ebuild index 4f3a9989377..c0cdf5ada9c 100644 --- a/net-libs/gsoap/gsoap-2.8.73.ebuild +++ b/net-libs/gsoap/gsoap-2.8.73.ebuild @@ -37,9 +37,6 @@ PATCHES=( # 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" )