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 99EDD138350 for ; Sun, 26 Jan 2020 21:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A9EBE0870; Sun, 26 Jan 2020 21:16:37 +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 BBA25E0870 for ; Sun, 26 Jan 2020 21:16:36 +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 9B4E834E3E4 for ; Sun, 26 Jan 2020 21:16:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D6CBE5 for ; Sun, 26 Jan 2020 21:16:34 +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: <1580073315.8dbd512b9a701f3fdb2aae8cbee8b387a5f4d807.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-5.0.9999.ebuild app-office/kmymoney/kmymoney-9999.ebuild app-office/kmymoney/metadata.xml X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8dbd512b9a701f3fdb2aae8cbee8b387a5f4d807 X-VCS-Branch: master Date: Sun, 26 Jan 2020 21:16:34 +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: c502e08c-afd3-42b9-9caa-2369f54309a1 X-Archives-Hash: 897b42d6419c4776ee656fac7f5360ca commit: 8dbd512b9a701f3fdb2aae8cbee8b387a5f4d807 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 26 21:15:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 26 21:15:15 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8dbd512b app-office/kmymoney: Add USE experimental - only for live Closes: https://bugs.gentoo.org/705908 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.0.9999.ebuild | 11 ++++++++++- app-office/kmymoney/kmymoney-9999.ebuild | 11 ++++++++++- app-office/kmymoney/metadata.xml | 1 + 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.9999.ebuild b/app-office/kmymoney/kmymoney-5.0.9999.ebuild index add18b3c87..483f0a978f 100644 --- a/app-office/kmymoney/kmymoney-5.0.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.9999.ebuild @@ -25,6 +25,7 @@ fi LICENSE="GPL-2" SLOT="5" IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob" +[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental" REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )" @@ -77,8 +78,8 @@ COMMON_DEPEND=" holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 ) ofx? ( dev-libs/libofx ) webkit? ( - >=kde-frameworks/kdewebkit-${KFMIN}:5 >=dev-qt/qtwebkit-5.212.0_pre20180120:5 + >=kde-frameworks/kdewebkit-${KFMIN}:5 ) !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] ) weboob? ( @@ -98,6 +99,11 @@ RDEPEND="${COMMON_DEPEND} pkg_setup() { use weboob && python_setup ecm_pkg_setup + + if [[ ${KDE_BUILD_TYPE} = live ]] && use experimental; then + ewarn "USE experimental set: Building infinished features." + ewarn "This *will* chew up your data. You have been warned." + fi } src_configure() { @@ -115,6 +121,9 @@ src_configure() { -DENABLE_WEBOOB=$(usex weboob) $(cmake_use_find_package weboob PythonLibs) ) + [[ ${KDE_BUILD_TYPE} = live ]] && + mycmakeargs+=( -DENABLE_UNFINISHEDFEATURES=$(usex experimental) ) + ecm_src_configure } diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index 62e386a045..fc9a43ec10 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -24,6 +24,7 @@ fi LICENSE="GPL-2" SLOT="5" IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob" +[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental" REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )" @@ -76,8 +77,8 @@ COMMON_DEPEND=" holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 ) ofx? ( dev-libs/libofx ) webkit? ( - >=kde-frameworks/kdewebkit-${KFMIN}:5 >=dev-qt/qtwebkit-5.212.0_pre20180120:5 + >=kde-frameworks/kdewebkit-${KFMIN}:5 ) !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] ) weboob? ( @@ -97,6 +98,11 @@ RDEPEND="${COMMON_DEPEND} pkg_setup() { use weboob && python_setup ecm_pkg_setup + + if [[ ${KDE_BUILD_TYPE} = live ]] && use experimental; then + ewarn "USE experimental set: Building infinished features." + ewarn "This *will* chew up your data. You have been warned." + fi } src_configure() { @@ -114,6 +120,9 @@ src_configure() { -DENABLE_WEBOOB=$(usex weboob) $(cmake_use_find_package weboob PythonLibs) ) + [[ ${KDE_BUILD_TYPE} = live ]] && + mycmakeargs+=( -DENABLE_UNFINISHEDFEATURES=$(usex experimental) ) + ecm_src_configure } diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml index 34cd0358c5..8bbfa55917 100644 --- a/app-office/kmymoney/metadata.xml +++ b/app-office/kmymoney/metadata.xml @@ -8,6 +8,7 @@ Enable kde-frameworks/kactivities integration Enable kde-apps/akonadi contact integration + Build unfinished features. DANGEROUS to set - this *will* chew up data Enable HBCI support using net-libs/aqbanking Enable kde-frameworks/kholidays integration Enable Online Stock Quote retrieval