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 87703198002 for ; Tue, 5 Mar 2013 13:37:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B70BE055C; Tue, 5 Mar 2013 13:37:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CB80E055C for ; Tue, 5 Mar 2013 13:37:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5C6D33DC8C for ; Tue, 5 Mar 2013 13:37:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 42E9AE4073 for ; Tue, 5 Mar 2013 13:37:40 +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: <1362490634.447aa03967e454b9903e668ea3c4cdc40de8dc04.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.7.91.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: 447aa03967e454b9903e668ea3c4cdc40de8dc04 X-VCS-Branch: master Date: Tue, 5 Mar 2013 13:37: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: 1a31ad1f-e2ef-43e2-9ffc-8e5ed8206a89 X-Archives-Hash: 346e09fbf5f164d05e5d589f366e67a9 commit: 447aa03967e454b9903e668ea3c4cdc40de8dc04 Author: Priit Laes plaes org> AuthorDate: Tue Mar 5 13:37:14 2013 +0000 Commit: Priit Laes plaes org> CommitDate: Tue Mar 5 13:37:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=447aa039 gnome-extar/evolution-data-server: More cleanups --- .../evolution-data-server-3.7.91.ebuild | 6 ------ .../evolution-data-server-9999.ebuild | 6 ------ 2 files changed, 0 insertions(+), 12 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild index ac3a4ca..9b27f80 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild @@ -88,15 +88,9 @@ src_prepare() { # /usr/include/db.h is always db-1 on FreeBSD # so include the right dir in CPPFLAGS append-cppflags "-I$(db_includedir)" - - # FIXME: Fix compilation flags crazyness - # Touch configure.ac if doing eautoreconf - sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \ - -i configure || die "sed failed" } src_configure() { - gnome2_src_configure \ --disable-schemas-compile \ --disable-uoa \ 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 ac3a4ca..9b27f80 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -88,15 +88,9 @@ src_prepare() { # /usr/include/db.h is always db-1 on FreeBSD # so include the right dir in CPPFLAGS append-cppflags "-I$(db_includedir)" - - # FIXME: Fix compilation flags crazyness - # Touch configure.ac if doing eautoreconf - sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \ - -i configure || die "sed failed" } src_configure() { - gnome2_src_configure \ --disable-schemas-compile \ --disable-uoa \