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 521B81382F6 for ; Thu, 7 Jul 2016 18:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D89AE08A1; Thu, 7 Jul 2016 18:33:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 328B2E08A1 for ; Thu, 7 Jul 2016 18:33:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95953340AA1 for ; Thu, 7 Jul 2016 18:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D7562424 for ; Thu, 7 Jul 2016 18:33:10 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1467916370.6ff0b3946654fe911580fa9e53195f3d2d053005.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kmail/kmail-4.14.10.ebuild kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild kde-apps/kmail/kmail-4.4.2016.01.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6ff0b3946654fe911580fa9e53195f3d2d053005 X-VCS-Branch: master Date: Thu, 7 Jul 2016 18:33:10 +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: cbe4f42f-8d7f-4e13-889b-07cc31624499 X-Archives-Hash: 2ca55218693fb48700d7fb3d61835049 commit: 6ff0b3946654fe911580fa9e53195f3d2d053005 Author: Johannes Huber gentoo org> AuthorDate: Thu Jul 7 18:32:50 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jul 7 18:32:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff0b394 kde-apps/kmail: Cleanup src_configure Package-Manager: portage-2.3.0 kde-apps/kmail/kmail-4.14.10.ebuild | 7 ------- kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 7 ------- kde-apps/kmail/kmail-4.4.2016.01.ebuild | 3 --- 3 files changed, 17 deletions(-) diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild index 55aed2e..a2ab8a3 100644 --- a/kde-apps/kmail/kmail-4.14.10.ebuild +++ b/kde-apps/kmail/kmail-4.14.10.ebuild @@ -75,13 +75,6 @@ KMLOADLIBS="kdepim-common-libs" PATCHES=( "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch" ) -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - kde4-meta_src_configure -} - src_compile() { kde4-meta_src_compile kmail_xml kde4-meta_src_compile diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild index c7cf079..d32dc08 100644 --- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild +++ b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild @@ -77,13 +77,6 @@ KMEXTRA=" KMLOADLIBS="kdepim-common-libs" -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - kde4-meta_src_configure -} - src_compile() { kde4-meta_src_compile kmail_xml kde4-meta_src_compile diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild index 861757d..73ce2af 100644 --- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild +++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild @@ -47,9 +47,6 @@ PATCHES=( ) src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - mycmakeargs=( -DWITH_IndicateQt=OFF )