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 B85A01388BD for ; Wed, 6 Feb 2013 20:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C63721C001; Wed, 6 Feb 2013 20:17:50 +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 8022921C001 for ; Wed, 6 Feb 2013 20:17:49 +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 6353133DFAE for ; Wed, 6 Feb 2013 20:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A0F35E4073 for ; Wed, 6 Feb 2013 20:17:46 +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: <1360181853.7490f737563f44fbb1d5593640fd6be2ae186d44.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/akonadi-server/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/akonadi-server/akonadi-server-1.9.0.ebuild app-office/akonadi-server/akonadi-server-9999.ebuild X-VCS-Directories: app-office/akonadi-server/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 7490f737563f44fbb1d5593640fd6be2ae186d44 X-VCS-Branch: master Date: Wed, 6 Feb 2013 20:17:46 +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: 07b3d99b-232c-4099-a4eb-5c8f27007dc6 X-Archives-Hash: 9915f2e682ef893fcefcc3bc07e5d7c0 commit: 7490f737563f44fbb1d5593640fd6be2ae186d44 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Wed Feb 6 20:17:33 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Feb 6 20:17:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7490f737 [app-office/akonadi-server] Update from tree Package-Manager: portage-2.2.0_alpha161 --- .../akonadi-server/akonadi-server-1.9.0.ebuild | 113 -------------------- .../akonadi-server/akonadi-server-9999.ebuild | 20 ++-- 2 files changed, 10 insertions(+), 123 deletions(-) diff --git a/app-office/akonadi-server/akonadi-server-1.9.0.ebuild b/app-office/akonadi-server/akonadi-server-1.9.0.ebuild deleted file mode 100644 index 91ea8c9..0000000 --- a/app-office/akonadi-server/akonadi-server-1.9.0.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -if [[ $PV = *9999* ]]; then - scm_eclass=git-2 - EGIT_REPO_URI="git://anongit.kde.org/akonadi" - SRC_URI="" - KEYWORDS="" -else - SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - S="${WORKDIR}/${P/-server/}" -fi - -inherit cmake-utils ${scm_eclass} - -DESCRIPTION="The server part of Akonadi" -HOMEPAGE="http://pim.kde.org/akonadi" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="+mysql postgres sqlite test" - -CDEPEND=" - dev-libs/boost - >=dev-libs/soprano-2.6.51 - >=x11-libs/qt-gui-4.5.0:4[dbus] - >=x11-libs/qt-sql-4.5.0:4[mysql?,postgres?] - >=x11-libs/qt-test-4.5.0:4 - x11-misc/shared-mime-info -" -DEPEND="${CDEPEND} - dev-libs/libxslt - >=dev-util/automoc-0.9.88 -" -RDEPEND="${CDEPEND} - postgres? ( dev-db/postgresql-server ) -" - -REQUIRED_USE="|| ( sqlite mysql postgres )" - -RESTRICT=test - -PATCHES=( "${FILESDIR}/${P}-qt5.patch" ) - -pkg_setup() { - # Set default storage backend in order: MySQL, SQLite PostgreSQL - # reverse driver check to keep the order - if use postgres; then - DRIVER="QPSQL" - AVAILABLE+=" ${DRIVER}" - fi - - if use sqlite; then - DRIVER="QSQLITE3" - AVAILABLE+=" ${DRIVER}" - fi - - if use mysql; then - DRIVER="QMYSQL" - AVAILABLE+=" ${DRIVER}" - fi - - # Notify about driver name change - if use sqlite && has_version "<=${CATEGORY}/${PN}-1.4.0[sqlite]"; then - ewarn - ewarn "SQLite driver name changed from QSQLITE to QSQLITE3." - ewarn "Please edit your ~/.config/akonadi/akonadiserverrc." - fi - - # Notify about MySQL not being default anymore - if ! use sqlite && has_version "<=${CATEGORY}/${PN}-1.4.0[sqlite]"; then - ewarn - ewarn "The default storage drive has changed from SQLite to MySQL." - ewarn "If you want to stay with SQLite, enable the sqlite USE flag and reinstall" - ewarn "${CATEGORY}/${PN}." - ewarn "Otherwise, select a different driver in your ~/.config/akonadi/akonadiserverrc." - ewarn "Available drivers are:${AVAILABLE}" - fi -} - -src_configure() { - local mycmakeargs=( - -DAKONADI_USE_STRIGI_SEARCH=OFF - -DWITH_QT5=OFF - $(cmake-utils_use test AKONADI_BUILD_TESTS) - $(cmake-utils_use sqlite AKONADI_BUILD_QSQLITE) - ) - - cmake-utils_src_configure -} - -src_install() { - # Who knows, maybe it accidentally fixes our permission issues - cat <<-EOF > "${T}"/akonadiserverrc -[%General] -Driver=${DRIVER} -EOF - insinto /usr/share/config/akonadi - doins "${T}"/akonadiserverrc - - cmake-utils_src_install -} - -pkg_postinst() { - echo - elog "${DRIVER} has been set as your default akonadi storage backend." - elog "You can override it in your ~/.config/akonadi/akonadiserverrc." - elog "Available drivers are: ${AVAILABLE}" -} diff --git a/app-office/akonadi-server/akonadi-server-9999.ebuild b/app-office/akonadi-server/akonadi-server-9999.ebuild index 1cfcc99..6686b89 100644 --- a/app-office/akonadi-server/akonadi-server-9999.ebuild +++ b/app-office/akonadi-server/akonadi-server-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="http://pim.kde.org/akonadi" LICENSE="LGPL-2.1" SLOT="0" -IUSE="mysql postgres +sqlite test" +IUSE="+mysql postgres sqlite test" CDEPEND=" dev-libs/boost @@ -45,20 +45,20 @@ REQUIRED_USE="|| ( sqlite mysql postgres )" RESTRICT=test pkg_setup() { - # Set default storage backend in order: SQLite, MySQL, PostgreSQL + # Set default storage backend in order: MySQL, SQLite PostgreSQL # reverse driver check to keep the order if use postgres; then DRIVER="QPSQL" AVAILABLE+=" ${DRIVER}" fi - if use mysql; then - DRIVER="QMYSQL" + if use sqlite; then + DRIVER="QSQLITE3" AVAILABLE+=" ${DRIVER}" fi - if use sqlite; then - DRIVER="QSQLITE3" + if use mysql; then + DRIVER="QMYSQL" AVAILABLE+=" ${DRIVER}" fi @@ -70,12 +70,12 @@ pkg_setup() { fi # Notify about MySQL not being default anymore - if ! use mysql && has_version "<=${CATEGORY}/${PN}-1.4.0[mysql]"; then + if ! use sqlite && has_version "<=${CATEGORY}/${PN}-1.9.0[sqlite]"; then ewarn - ewarn "MySQL driver is not enabled by default in Gentoo anymore." - ewarn "If you intend to use it, please enable mysql USE flag and reinstall" + ewarn "The default storage drive has changed from SQLite to MySQL." + ewarn "If you want to stay with SQLite, enable the sqlite USE flag and reinstall" ewarn "${CATEGORY}/${PN}." - ewarn "Otherwise select different driver in your ~/.config/akonadi/akonadiserverrc." + ewarn "Otherwise, select a different driver in your ~/.config/akonadi/akonadiserverrc." ewarn "Available drivers are:${AVAILABLE}" fi }