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 1D5B71386C4 for ; Fri, 21 Oct 2016 19:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1683FE0A9D; Fri, 21 Oct 2016 19:40:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C25D3E0A84 for ; Fri, 21 Oct 2016 19:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB4EA3416B0 for ; Fri, 21 Oct 2016 19:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F17FB2499 for ; Fri, 21 Oct 2016 19:40:05 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1477078790.b7880a39911680662f2754c240d63d8df0c37111.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kexi/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kexi/kexi-3.0.0.ebuild app-office/kexi/kexi-9999.ebuild X-VCS-Directories: app-office/kexi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b7880a39911680662f2754c240d63d8df0c37111 X-VCS-Branch: master Date: Fri, 21 Oct 2016 19:40:05 +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: 3cecff62-bfe2-4baa-be19-3eeab8d2113e X-Archives-Hash: 22879a8c9408b7b1e23666e0e78b6588 commit: b7880a39911680662f2754c240d63d8df0c37111 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Oct 15 17:44:49 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Oct 21 19:39:50 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b7880a39 app-office/kexi: Add first KF5-based release 3.0.0 Package-Manager: portage-2.3.0 app-office/kexi/{kexi-9999.ebuild => kexi-3.0.0.ebuild} | 12 +++--------- app-office/kexi/kexi-9999.ebuild | 2 ++ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-3.0.0.ebuild similarity index 88% copy from app-office/kexi/kexi-9999.ebuild copy to app-office/kexi/kexi-3.0.0.ebuild index 74f56b3..f4beb9d 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-3.0.0.ebuild @@ -10,7 +10,9 @@ inherit kde5 DESCRIPTION="Visual database applications creator" HOMEPAGE="https://www.kde.org/applications/office/kexi/ http://www.kexi-project.org/" -KEYWORDS="" +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" + +KEYWORDS="~amd64 ~x86" IUSE="marble mdb mysql postgres sqlite webkit" COMMON_DEPEND=" @@ -48,9 +50,6 @@ COMMON_DEPEND=" ) webkit? ( $(add_qt_dep qtwebkit) ) " -# Not yet ported: -# sybase? ( dev-db/freetds ) -# xbase? ( dev-db/xbase ) DEPEND="${COMMON_DEPEND} sys-devel/gettext " @@ -71,15 +70,10 @@ src_prepare() { src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package activities KF5Activities) $(cmake-utils_use_find_package marble KexiMarble) $(cmake-utils_use_find_package mdb GLIB2) $(cmake-utils_use_find_package mysql MySQL) $(cmake-utils_use_find_package postgres KexiPostgreSQL) ) - # Not yet ported: -# $(cmake-utils_use_find_package sybase FreeTDS) -# $(cmake-utils_use_find_package xbase XBase) - kde5_src_configure } diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-9999.ebuild index 74f56b3..d691a11 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-9999.ebuild @@ -10,6 +10,8 @@ inherit kde5 DESCRIPTION="Visual database applications creator" HOMEPAGE="https://www.kde.org/applications/office/kexi/ http://www.kexi-project.org/" +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" + KEYWORDS="" IUSE="marble mdb mysql postgres sqlite webkit"