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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB97515813A for ; Fri, 03 Jan 2025 20:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11C08E07A9; Fri, 03 Jan 2025 20:31:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAE47E07A9 for ; Fri, 03 Jan 2025 20:31:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1B9B335DEB for ; Fri, 03 Jan 2025 20:31:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D64F11B5 for ; Fri, 03 Jan 2025 20:31:02 +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: <1735936235.9f0538e8c309b7c41d9b8b250a6c23a3a3bc850d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kaccounts-integration/kaccounts-integration-24.08.3-r1.ebuild kde-apps/kaccounts-integration/kaccounts-integration-24.12.0-r1.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9f0538e8c309b7c41d9b8b250a6c23a3a3bc850d X-VCS-Branch: master Date: Fri, 03 Jan 2025 20:31:02 +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: 67a9031c-faee-46c9-9f19-08b907d656cb X-Archives-Hash: bdb74452179260e51a40a6227438408f commit: 9f0538e8c309b7c41d9b8b250a6c23a3a3bc850d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 2 21:43:06 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 3 20:30:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0538e8 kde-apps/kaccounts-integration: Drop IUSE qt5 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kaccounts-integration-24.08.3-r1.ebuild | 52 ++++++++++++++++++++++ .../kaccounts-integration-24.12.0-r1.ebuild | 49 ++++++++++++++++++++ 2 files changed, 101 insertions(+) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.08.3-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.08.3-r1.ebuild new file mode 100644 index 000000000000..a4bcfcf8c676 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.08.3-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=6.5.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.7.2 +VIRTUALDBUS_TEST="true" +inherit ecm gear.kde.org + +DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" +HOMEPAGE="https://community.kde.org/KTp" + +LICENSE="LGPL-2.1" +SLOT="6" +KEYWORDS="amd64 arm64" +IUSE="" + +# bug #549444 +RESTRICT="test" + +COMMON_DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kwallet-${KFMIN}:6 + >=net-libs/accounts-qt-1.17-r2 + >=net-libs/signond-8.61-r102 +" +DEPEND="${COMMON_DEPEND} + dev-libs/qcoro + >=kde-frameworks/kcmutils-${KFMIN}:6 +" +# KAccountsMacros.cmake needs intltool; TODO: Watch: +# https://invent.kde.org/network/kaccounts-integration/-/merge_requests/61 +RDEPEND="${COMMON_DEPEND} + dev-util/intltool + kde-apps/signon-kwallet-extension:6 +" +BDEPEND="sys-devel/gettext" +PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6" + +src_configure() { + local mycmakeargs=( -DKF6_COMPAT_BUILD=OFF ) + ecm_src_configure +} diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.12.0-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.12.0-r1.ebuild new file mode 100644 index 000000000000..3060bceed041 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.12.0-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=6.5.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.7.2 +VIRTUALDBUS_TEST="true" +inherit ecm gear.kde.org + +DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" +HOMEPAGE="https://community.kde.org/KTp" + +LICENSE="LGPL-2.1" +SLOT="6" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +# bug #549444 +RESTRICT="test" + +COMMON_DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kwallet-${KFMIN}:6 + >=net-libs/accounts-qt-1.17-r2 + >=net-libs/signond-8.61-r102 +" +DEPEND="${COMMON_DEPEND} + dev-libs/qcoro + >=kde-frameworks/kcmutils-${KFMIN}:6 +" +RDEPEND="${COMMON_DEPEND} + kde-apps/signon-kwallet-extension:6 +" +BDEPEND="sys-devel/gettext" +PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6" + +src_configure() { + local mycmakeargs=( -DKF6_COMPAT_BUILD=OFF ) + ecm_src_configure +}