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 0DEF21387FD for ; Mon, 31 Mar 2014 17:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4778E0A61; Mon, 31 Mar 2014 17:26: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 58973E0A61 for ; Mon, 31 Mar 2014 17:26:45 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BD6B33FAE0 for ; Mon, 31 Mar 2014 17:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4DC6E188A2 for ; Mon, 31 Mar 2014 17:26:40 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1396286764.6d1b9d8672f5e2333aa3ed7288cad0455e075a72.alexxy@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kmail/kmail-4.12.97.ebuild kde-base/kmail/kmail-4.13.49.9999.ebuild X-VCS-Directories: kde-base/kmail/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 6d1b9d8672f5e2333aa3ed7288cad0455e075a72 X-VCS-Branch: master Date: Mon, 31 Mar 2014 17:26: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: cac521b8-e56b-4338-9d91-88892eee8484 X-Archives-Hash: fce5a15cc5a324ce2ddb250f292a3fc3 commit: 6d1b9d8672f5e2333aa3ed7288cad0455e075a72 Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Mar 31 17:25:19 2014 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Mar 31 17:26:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6d1b9d86 [kde-base/kmail] same fix Package-Manager: portage-2.2.10 --- kde-base/kmail/kmail-4.12.97.ebuild | 6 ++++++ kde-base/kmail/kmail-4.13.49.9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/kde-base/kmail/kmail-4.12.97.ebuild b/kde-base/kmail/kmail-4.12.97.ebuild index 255fcb5..bff75f1 100644 --- a/kde-base/kmail/kmail-4.12.97.ebuild +++ b/kde-base/kmail/kmail-4.12.97.ebuild @@ -70,6 +70,12 @@ KMEXTRA=" KMLOADLIBS="kdepim-common-libs" +src_prepare() { + kde4-meta_src_prepare + sed -e '/folderarchiveagent.desktop/d' \ + -i agents/CMakeLists.txt || die +} + src_configure() { # Bug 308903 use ppc64 && append-flags -mminimal-toc diff --git a/kde-base/kmail/kmail-4.13.49.9999.ebuild b/kde-base/kmail/kmail-4.13.49.9999.ebuild index b7fcbce..0da45f5 100644 --- a/kde-base/kmail/kmail-4.13.49.9999.ebuild +++ b/kde-base/kmail/kmail-4.13.49.9999.ebuild @@ -70,6 +70,12 @@ KMEXTRA=" KMLOADLIBS="kdepim-common-libs" +src_prepare() { + kde4-meta_src_prepare + sed -e '/folderarchiveagent.desktop/d' \ + -i agents/CMakeLists.txt || die +} + src_configure() { # Bug 308903 use ppc64 && append-flags -mminimal-toc