From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA2B71399E0 for ; Wed, 2 Sep 2015 16:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21AE1141FC; Wed, 2 Sep 2015 16:30:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EBDB141DF for ; Wed, 2 Sep 2015 16:30:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70F15340873 for ; Wed, 2 Sep 2015 16:30:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DEFD188 for ; Wed, 2 Sep 2015 16:30:40 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441211436.9bd8d43c22b55629ee6be53f13ebc9286e55524c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlrpc-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xmlrpc-c/metadata.xml dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild X-VCS-Directories: dev-libs/xmlrpc-c/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9bd8d43c22b55629ee6be53f13ebc9286e55524c X-VCS-Branch: master Date: Wed, 2 Sep 2015 16:30:40 +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-Archives-Salt: e6e0bd35-0c1f-417b-b52c-69ae1f6292dc X-Archives-Hash: 57fcde10adb4a3ea8bc5338f9e43451c commit: 9bd8d43c22b55629ee6be53f13ebc9286e55524c Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 2 16:28:36 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 16:30:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd8d43c dev-libs/xmlrpc-c: Alter LC* and friend in local scope Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-libs/xmlrpc-c/metadata.xml | 8 ++++---- dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-libs/xmlrpc-c/metadata.xml b/dev-libs/xmlrpc-c/metadata.xml index 8be0201..658f772 100644 --- a/dev-libs/xmlrpc-c/metadata.xml +++ b/dev-libs/xmlrpc-c/metadata.xml @@ -6,9 +6,9 @@ Sergey Popov - Build the Abyss mini web-server. - Use dev-libs/libxml2 to parse XML instead of the internal expat library. - Controls whether to build the Abyss web-server with pthreads or fork 'threading'. - Build the xmlrpc* tools. + Build the Abyss mini web-server. + Use dev-libs/libxml2 to parse XML instead of the internal expat library. + Controls whether to build the Abyss web-server with pthreads or fork 'threading'. + Build the xmlrpc* tools. diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild index c604bdd..3d95a10 100644 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild +++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild @@ -42,14 +42,14 @@ pkg_setup() { use curl || ewarn "Curl support disabled: No client library will be built" } -#Bug 214137: We need to filter this. -unset SRCDIR +src_prepare() { + #Bug 214137: We need to filter this. + unset SRCDIR -# Bug 255440 -export LC_ALL=C -export LANG=C + # Bug 255440 + export LC_ALL=C + export LANG=C -src_prepare() { epatch "${FILESDIR}"/${PN}-1.32.05-Wimplicit.patch sed -i \ -e "/CFLAGS_COMMON/s|-g -O3$||" \