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 1C2ED138B39 for ; Fri, 31 Jan 2014 13:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69BD8E0BCE; Fri, 31 Jan 2014 13:12:43 +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 7A5C9E0BCE for ; Fri, 31 Jan 2014 13:12:42 +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 478DC33F876 for ; Fri, 31 Jan 2014 13:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 0D0C918853 for ; Fri, 31 Jan 2014 13:12:40 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1391171365.df41c286b02bf642901f93cbf4c4f2d9a4f03fd0.dilfridge@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.1-r2.ebuild kde-base/kmail/kmail-4.12.49.9999.ebuild kde-base/kmail/kmail-9999.ebuild X-VCS-Directories: kde-base/kmail/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: df41c286b02bf642901f93cbf4c4f2d9a4f03fd0 X-VCS-Branch: master Date: Fri, 31 Jan 2014 13:12: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: 09b9601a-6fc2-4f50-9745-68403ec5ca79 X-Archives-Hash: 725bbffdbd8e91a6e1ac2be9f0a2a680 commit: df41c286b02bf642901f93cbf4c4f2d9a4f03fd0 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Fri Jan 31 12:29:25 2014 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Jan 31 12:29:25 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df41c286 [kde-base/kmail] build all mail-related agents here --- .../kmail/{kmail-4.12.49.9999.ebuild => kmail-4.12.1-r2.ebuild} | 8 +++++--- kde-base/kmail/kmail-4.12.49.9999.ebuild | 4 +++- kde-base/kmail/kmail-9999.ebuild | 4 +++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.1-r2.ebuild similarity index 89% copy from kde-base/kmail/kmail-4.12.49.9999.ebuild copy to kde-base/kmail/kmail-4.12.1-r2.ebuild index 53760d6..aafc980 100644 --- a/kde-base/kmail/kmail-4.12.49.9999.ebuild +++ b/kde-base/kmail/kmail-4.12.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.12.1-r1.ebuild,v 1.1 2014/01/27 23:26:25 dilfridge Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit flag-o-matic kde4-meta DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE." HOMEPAGE="http://www.kde.org/applications/internet/kmail/" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" @@ -25,7 +25,6 @@ RESTRICT="test" # bug 393147 KMEXTRACTONLY=" - agents/ akonadi_next/ calendarsupport/ korganizer/ @@ -48,6 +47,9 @@ KMCOMPILEONLY=" calendarsupport/ " KMEXTRA=" + agents/archivemailagent/ + agents/folderarchiveagent/ + agents/mailfilteragent/ grantleethemeeditor/ headerthemeeditor/ kmailcvt/ diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.49.9999.ebuild index 53760d6..b00cb15 100644 --- a/kde-base/kmail/kmail-4.12.49.9999.ebuild +++ b/kde-base/kmail/kmail-4.12.49.9999.ebuild @@ -25,7 +25,6 @@ RESTRICT="test" # bug 393147 KMEXTRACTONLY=" - agents/ akonadi_next/ calendarsupport/ korganizer/ @@ -48,6 +47,9 @@ KMCOMPILEONLY=" calendarsupport/ " KMEXTRA=" + agents/archivemailagent/ + agents/folderarchiveagent/ + agents/mailfilteragent/ grantleethemeeditor/ headerthemeeditor/ kmailcvt/ diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild index fe80b17..349c738 100644 --- a/kde-base/kmail/kmail-9999.ebuild +++ b/kde-base/kmail/kmail-9999.ebuild @@ -25,7 +25,6 @@ RESTRICT="test" # bug 393147 KMEXTRACTONLY=" - agents/ akonadi_next/ calendarsupport/ korganizer/ @@ -49,6 +48,9 @@ KMCOMPILEONLY=" noteshared/ " KMEXTRA=" + agents/archivemailagent/ + agents/folderarchiveagent/ + agents/mailfilteragent/ grantleethemeeditor/ headerthemeeditor/ kmailcvt/