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 68D92138334 for ; Sat, 27 Jul 2019 14:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1BFE0798; Sat, 27 Jul 2019 14:06:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A7C3E0798 for ; Sat, 27 Jul 2019 14:06:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C046C348D38 for ; Sat, 27 Jul 2019 14:05:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B81A720 for ; Sat, 27 Jul 2019 14:05:57 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1564236323.05571f02d4e290a6fcb696f72a7a6e1ac8d5212d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi/akonadi-19.07.80.ebuild kde-apps/akonadi/akonadi-19.08.49.9999.ebuild kde-apps/akonadi/akonadi-9999.ebuild X-VCS-Directories: kde-apps/akonadi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 05571f02d4e290a6fcb696f72a7a6e1ac8d5212d X-VCS-Branch: master Date: Sat, 27 Jul 2019 14:05:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db7ed419-f244-4215-abcb-573ce2efef53 X-Archives-Hash: 4cbb314307747a0e5d9a93647b51b770 commit: 05571f02d4e290a6fcb696f72a7a6e1ac8d5212d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 26 15:25:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 27 14:05:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=05571f02 kde-apps/akonadi: External QMYSQL w/o lower_case_table_names=1 fixed Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi/akonadi-19.07.80.ebuild | 10 ---------- kde-apps/akonadi/akonadi-19.08.49.9999.ebuild | 10 ---------- kde-apps/akonadi/akonadi-9999.ebuild | 10 ---------- 3 files changed, 30 deletions(-) diff --git a/kde-apps/akonadi/akonadi-19.07.80.ebuild b/kde-apps/akonadi/akonadi-19.07.80.ebuild index 18abc722e0..60a1a49252 100644 --- a/kde-apps/akonadi/akonadi-19.07.80.ebuild +++ b/kde-apps/akonadi/akonadi-19.07.80.ebuild @@ -70,16 +70,6 @@ pkg_setup() { use postgres && DRIVER="QPSQL" use mysql && DRIVER="QMYSQL" - if use mysql; then - ewarn "If using an Akonadi external QMYSQL DB without lower_case_table_names=1," - ewarn "${CATEGORY}/${PN}-19.04.3 and later may fail to start. Running without" - ewarn "that option was never supported but not enforced by the setup GUI." - ewarn - ewarn "Manual steps are required to fix it, see also:" - ewarn " https://bugs.kde.org/show_bug.cgi?id=409753 (comment #4)" - ewarn - fi - if use mysql && has_version ">=dev-db/mariadb-10.4"; then ewarn "If an existing Akonadi QMYSQL database is being upgraded using" ewarn ">=dev-db/mariadb-10.4 and KMail stops fetching and sending mail," diff --git a/kde-apps/akonadi/akonadi-19.08.49.9999.ebuild b/kde-apps/akonadi/akonadi-19.08.49.9999.ebuild index deb486dea5..1f4f1246fc 100644 --- a/kde-apps/akonadi/akonadi-19.08.49.9999.ebuild +++ b/kde-apps/akonadi/akonadi-19.08.49.9999.ebuild @@ -70,16 +70,6 @@ pkg_setup() { use postgres && DRIVER="QPSQL" use mysql && DRIVER="QMYSQL" - if use mysql; then - ewarn "If using an Akonadi external QMYSQL DB without lower_case_table_names=1," - ewarn "${CATEGORY}/${PN}-19.04.3 and later may fail to start. Running without" - ewarn "that option was never supported but not enforced by the setup GUI." - ewarn - ewarn "Manual steps are required to fix it, see also:" - ewarn " https://bugs.kde.org/show_bug.cgi?id=409753 (comment #4)" - ewarn - fi - if use mysql && has_version ">=dev-db/mariadb-10.4"; then ewarn "If an existing Akonadi QMYSQL database is being upgraded using" ewarn ">=dev-db/mariadb-10.4 and KMail stops fetching and sending mail," diff --git a/kde-apps/akonadi/akonadi-9999.ebuild b/kde-apps/akonadi/akonadi-9999.ebuild index deb486dea5..1f4f1246fc 100644 --- a/kde-apps/akonadi/akonadi-9999.ebuild +++ b/kde-apps/akonadi/akonadi-9999.ebuild @@ -70,16 +70,6 @@ pkg_setup() { use postgres && DRIVER="QPSQL" use mysql && DRIVER="QMYSQL" - if use mysql; then - ewarn "If using an Akonadi external QMYSQL DB without lower_case_table_names=1," - ewarn "${CATEGORY}/${PN}-19.04.3 and later may fail to start. Running without" - ewarn "that option was never supported but not enforced by the setup GUI." - ewarn - ewarn "Manual steps are required to fix it, see also:" - ewarn " https://bugs.kde.org/show_bug.cgi?id=409753 (comment #4)" - ewarn - fi - if use mysql && has_version ">=dev-db/mariadb-10.4"; then ewarn "If an existing Akonadi QMYSQL database is being upgraded using" ewarn ">=dev-db/mariadb-10.4 and KMail stops fetching and sending mail,"