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 F178B158086 for ; Tue, 5 Oct 2021 07:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0943FE0896; Tue, 5 Oct 2021 07:39:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD1BEE08AD for ; Tue, 5 Oct 2021 07:39:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC8F434312E for ; Tue, 5 Oct 2021 07:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F265E148 for ; Tue, 5 Oct 2021 07:39:16 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1633419414.09e01349c87b2245b944fba2cdc0cbef6337e93a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kexi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kexi/kexi-3.2.0-r1.ebuild app-office/kexi/kexi-3.2.0-r2.ebuild app-office/kexi/metadata.xml X-VCS-Directories: app-office/kexi/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 09e01349c87b2245b944fba2cdc0cbef6337e93a X-VCS-Branch: master Date: Tue, 5 Oct 2021 07:39:16 +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: a34dee45-263e-4946-9003-284387fc4556 X-Archives-Hash: b3c14a3d15f20ca7cbea3a07a84520ea commit: 09e01349c87b2245b944fba2cdc0cbef6337e93a Author: Jakov Smolić gentoo org> AuthorDate: Tue Oct 5 07:12:12 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Oct 5 07:36:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e01349 app-office/kexi: Remove qtwebkit support Signed-off-by: Jakov Smolić gentoo.org> app-office/kexi/{kexi-3.2.0-r1.ebuild => kexi-3.2.0-r2.ebuild} | 9 +++------ app-office/kexi/metadata.xml | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/app-office/kexi/kexi-3.2.0-r1.ebuild b/app-office/kexi/kexi-3.2.0-r2.ebuild similarity index 91% rename from app-office/kexi/kexi-3.2.0-r1.ebuild rename to app-office/kexi/kexi-3.2.0-r2.ebuild index 89fe7316ecc..af75314b961 100644 --- a/app-office/kexi/kexi-3.2.0-r1.ebuild +++ b/app-office/kexi/kexi-3.2.0-r2.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2" # TODO: CHECK SLOT="5" -IUSE="debug experimental marble mdb mysql postgres sqlite webkit" +IUSE="debug experimental marble mdb mysql postgres sqlite" BDEPEND="sys-devel/gettext" DEPEND=" @@ -60,7 +60,6 @@ DEPEND=" dev-db/postgresql:* dev-libs/libpqxx ) - webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) " RDEPEND="${DEPEND}" @@ -72,10 +71,8 @@ PATCHES=( ) src_prepare() { - if ! use webkit; then - ecm_punt_bogus_dep Qt5 WebKit - ecm_punt_bogus_dep Qt5 WebKitWidgets - fi + ecm_punt_bogus_dep Qt5 WebKit + ecm_punt_bogus_dep Qt5 WebKitWidgets ecm_src_prepare } diff --git a/app-office/kexi/metadata.xml b/app-office/kexi/metadata.xml index e1ee5c33cbb..47e7abfd658 100644 --- a/app-office/kexi/metadata.xml +++ b/app-office/kexi/metadata.xml @@ -12,6 +12,5 @@ Enable features deemed experimental by upstream Enable displaying of maps using kde-apps/marble Enable support for Microsoft Access database - Enable web form designer widget using dev-qt/qtwebkit