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 0F570138A1A for ; Thu, 13 Nov 2014 12:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADE36E0B85; Thu, 13 Nov 2014 12:53:17 +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 5395EE0B85 for ; Thu, 13 Nov 2014 12:53:17 +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 616D4340439 for ; Thu, 13 Nov 2014 12:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E00BA0D6 for ; Thu, 13 Nov 2014 12:53:15 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1415883054.beaef48e2562e6f73fe28de327592d7c7da1e5f4.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild gnome-extra/evolution-data-server/evolution-data-server-3.13.7.ebuild gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: beaef48e2562e6f73fe28de327592d7c7da1e5f4 X-VCS-Branch: master Date: Thu, 13 Nov 2014 12:53:15 +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: eb36ce02-5803-43f9-8b69-28d6af62f5fa X-Archives-Hash: f2237ac1052ba2cb797a8f5a24b22578 commit: beaef48e2562e6f73fe28de327592d7c7da1e5f4 Author: Priit Laes plaes org> AuthorDate: Thu Nov 13 12:50:54 2014 +0000 Commit: Priit Laes plaes org> CommitDate: Thu Nov 13 12:50:54 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=beaef48e gnome-extra/evolution-data-server: 3.13.6 → 3.13.7 --- ...on-data-server-3.13.6.ebuild => evolution-data-server-3.13.7.ebuild} | 2 +- gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.13.7.ebuild similarity index 98% rename from gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.7.ebuild index 610ae3d..27670b7 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.7.ebuild @@ -94,7 +94,7 @@ src_prepare() { gnome2_src_prepare - # FIXME: Fix compilation flags crazyness + # Fix compilation flags crazyness, upstream bug #653157 sed 's/^\(AM_CFLAGS="\)$WARNING_FLAGS/\1/' \ -i configure || die "sed failed" } diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild index ee8d866..7e6f7b0 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -90,7 +90,7 @@ src_prepare() { gnome2_src_prepare - # FIXME: Fix compilation flags crazyness + # Fix compilation flags crazyness, upstream bug #653157 sed 's/^\(AM_CFLAGS="\)$WARNING_FLAGS/\1/' \ -i configure || die "sed failed" }