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 32D0C139085 for ; Tue, 24 Jan 2017 00:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02D7323406B; Tue, 24 Jan 2017 00:21:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D6CB523406B for ; Tue, 24 Jan 2017 00:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B45733416A7 for ; Tue, 24 Jan 2017 00:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE5157FA for ; Tue, 24 Jan 2017 00:21:18 +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: <1485216568.5271691e19b80948cfbdbef9b903d302d958607f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/skrooge/metadata.xml app-office/skrooge/skrooge-9999.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5271691e19b80948cfbdbef9b903d302d958607f X-VCS-Branch: master Date: Tue, 24 Jan 2017 00:21:18 +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: 896b5918-e61b-469f-b69d-8b701efc9c9d X-Archives-Hash: e8cff48baf4ffb4c930ee0c706b37f41 commit: 5271691e19b80948cfbdbef9b903d302d958607f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 24 00:09:28 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 24 00:09:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5271691e app-office/skrooge: Drop USE=crypt, sqlcipher is required now Package-Manager: portage-2.3.0 app-office/skrooge/metadata.xml | 1 - app-office/skrooge/skrooge-9999.ebuild | 10 +++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/app-office/skrooge/metadata.xml b/app-office/skrooge/metadata.xml index 330eaf6..6afd808 100644 --- a/app-office/skrooge/metadata.xml +++ b/app-office/skrooge/metadata.xml @@ -7,7 +7,6 @@ Enable kactivities support - Enable encryption using dev-db/sqlcipher Build plugins for dev-qt/designer diff --git a/app-office/skrooge/skrooge-9999.ebuild b/app-office/skrooge/skrooge-9999.ebuild index 406c9bd..1b0fd38 100644 --- a/app-office/skrooge/skrooge-9999.ebuild +++ b/app-office/skrooge/skrooge-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="http://www.skrooge.org/" LICENSE="GPL-2" KEYWORDS="" -IUSE="activities crypt designer kde ofx" +IUSE="activities designer kde ofx" COMMON_DEPEND=" $(add_frameworks_dep karchive) @@ -51,12 +51,11 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) app-crypt/qca:2[qt5] + dev-db/sqlcipher dev-libs/grantlee:5 activities? ( $(add_frameworks_dep kactivities) ) - crypt? ( dev-db/sqlcipher ) - !crypt? ( dev-db/sqlite:3 ) kde? ( $(add_frameworks_dep krunner) ) - ofx? ( >=dev-libs/libofx-0.9.1 ) + ofx? ( dev-libs/libofx ) " DEPEND="${COMMON_DEPEND} $(add_frameworks_dep kguiaddons) @@ -79,12 +78,9 @@ REQUIRED_USE="test? ( designer )" # hangs + installs files RESTRICT+=" test" -DOCS=( AUTHORS CHANGELOG README TODO ) - src_configure() { local mycmakeargs=( -DSKG_BUILD_TEST=$(usex test) - -DSKG_CIPHER=$(usex crypt) -DSKG_DESIGNER=$(usex designer) $(cmake-utils_use_find_package activities KF5Activities) $(cmake-utils_use_find_package kde KF5Runner)