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 819B6138010 for ; Sun, 24 Mar 2013 19:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14BD9E07ED; Sun, 24 Mar 2013 19:04:54 +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 9AAC8E07ED for ; Sun, 24 Mar 2013 19:04:53 +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 B08BC335E33 for ; Sun, 24 Mar 2013 19:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 44090E4073 for ; Sun, 24 Mar 2013 19:04:51 +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: <1364151926.673e8663ecf6dc86feede0d298b47ea99f3cc548.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.10.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: 673e8663ecf6dc86feede0d298b47ea99f3cc548 X-VCS-Branch: master Date: Sun, 24 Mar 2013 19:04:51 +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: d9c97a68-eb57-4082-bdfc-e386849a40b5 X-Archives-Hash: 517bfd82f4d64a950673a8e318104d8c commit: 673e8663ecf6dc86feede0d298b47ea99f3cc548 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sun Mar 24 19:05:13 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Mar 24 19:05:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=673e8663 [kde-base/kmail] Add warning about akonadi backend Package-Manager: portage-2.2.0_alpha169 --- kde-base/kmail/kmail-4.10.49.9999.ebuild | 13 +++++++++++++ kde-base/kmail/kmail-9999.ebuild | 13 +++++++++++++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/kde-base/kmail/kmail-4.10.49.9999.ebuild b/kde-base/kmail/kmail-4.10.49.9999.ebuild index a2ec4a5..bfa0893 100644 --- a/kde-base/kmail/kmail-4.10.49.9999.ebuild +++ b/kde-base/kmail/kmail-4.10.49.9999.ebuild @@ -85,4 +85,17 @@ pkg_postinst() { elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}" echo fi + + if has_version "app-office/akonadi-server[sqlite]"; then + ewarn + ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your" + ewarn "user configuration. This is the backend recommended by KDE upstream." + ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite" + ewarn "backend anymore." + if has_version "app-office/akonadi-server[-mysql]"; then + ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED." + fi + ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc." + ewarn + fi } diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild index a2ec4a5..bfa0893 100644 --- a/kde-base/kmail/kmail-9999.ebuild +++ b/kde-base/kmail/kmail-9999.ebuild @@ -85,4 +85,17 @@ pkg_postinst() { elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}" echo fi + + if has_version "app-office/akonadi-server[sqlite]"; then + ewarn + ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your" + ewarn "user configuration. This is the backend recommended by KDE upstream." + ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite" + ewarn "backend anymore." + if has_version "app-office/akonadi-server[-mysql]"; then + ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED." + fi + ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc." + ewarn + fi }