From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qb9EL-0005TG-Ui for garchives@archives.gentoo.org; Mon, 27 Jun 2011 10:39:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC5D1C016; Mon, 27 Jun 2011 10:39:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF4531C016 for ; Mon, 27 Jun 2011 10:39:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 429261BC01B for ; Mon, 27 Jun 2011 10:39:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4A7A78003C for ; Mon, 27 Jun 2011 10:39:40 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kmail/kmail-4.6.90-r1.ebuild X-VCS-Directories: kde-base/kmail/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: a247c9d60994d59e4fe5196c49614050e458161a Date: Mon, 27 Jun 2011 10:39: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bb0046849bd28e946947440cbf21f1b0 commit: a247c9d60994d59e4fe5196c49614050e458161a Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Mon Jun 27 10:37:43 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Mon Jun 27 10:37:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Da247c9d6 [kde-base/kmail-4.6.90-r1] Add missing plugins to kmextra - fixes bug 372= 039. (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key BB0E6E98) --- kde-base/kmail/kmail-4.6.90-r1.ebuild | 83 +++++++++++++++++++++++++++= ++++++ 1 files changed, 83 insertions(+), 0 deletions(-) diff --git a/kde-base/kmail/kmail-4.6.90-r1.ebuild b/kde-base/kmail/kmail= -4.6.90-r1.ebuild new file mode 100644 index 0000000..8c9f09e --- /dev/null +++ b/kde-base/kmail/kmail-4.6.90-r1.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_HANDBOOK=3D"optional" +KMNAME=3D"kdepim" +KDE_SCM=3D"git" +VIRTUALX_REQUIRED=3Dtest +inherit kde4-meta + +DESCRIPTION=3D"KMail is the email component of Kontact, the integrated p= ersonal information manager of KDE." +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug" + +DEPEND=3D" + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep korganizer) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND=3D"${DEPEND}" + +add_blocker kmailcvt +add_blocker libksieve +add_blocker mimelib + +KMEXTRACTONLY=3D" + akonadi_next/ + calendarsupport/ + korganizer/ + kresources/ + libkleo/ + libkpgp/ + libkdepimdbusinterfaces/ + kdgantt2/ +" +KMCOMPILEONLY=3D" + messagecomposer/ + messagecore/ + messagelist/ + messageviewer/ + templateparser/ + incidenceeditor-ng/ + calendarsupport/ +" +KMEXTRA=3D" + kmailcvt/ + ksendemail/ + libksieve/ + mailcommon/ + ontologies/ + plugins/messageviewer/ +" + +KMLOADLIBS=3D"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 +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + if ! has_version kde-base/kdepim-kresources:${SLOT}; then + echo + elog "For groupware functionality, please install kde-base/kdepim-kres= ources:${SLOT}" + echo + fi + if ! has_version kde-base/kleopatra:${SLOT}; then + echo + elog "For certificate management and the gnupg log viewer, please inst= all kde-base/kleopatra:${SLOT}" + echo + fi +}