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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59B8115800A for ; Sun, 6 Aug 2023 20:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE892BC050; Sun, 6 Aug 2023 20:40:03 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F6812BC050 for ; Sun, 6 Aug 2023 20:40:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17808340D09 for ; Sun, 6 Aug 2023 20:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9325F39 for ; Sun, 6 Aug 2023 20:39:57 +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: <1691354261.65b163cd1368598aa155f6a88e79649ef3d8a58b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kalendar/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kalendar/kalendar-9999.ebuild X-VCS-Directories: app-office/kalendar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 65b163cd1368598aa155f6a88e79649ef3d8a58b X-VCS-Branch: master Date: Sun, 6 Aug 2023 20:39:57 +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: b831d587-a5ff-4826-8f7f-0e1329f236db X-Archives-Hash: c14f84558912731efca1b986cbdbff69 commit: 65b163cd1368598aa155f6a88e79649ef3d8a58b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 6 20:37:41 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 6 20:37:41 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=65b163cd app-office/kalendar: Drop unused dependencies, workaround rebrand Will be "merkuro" from 23.08 onwards. Upstream commits: 8bbac1e8ec6b65e8fa58fd7f1216de696fa990e7 29e11c1d1a090237af3e8e0708799c05e0b0bed3 f46b2e015bc052b22b2408683513655dbafbe02c ee1cdcf850449a3dbad20b0f24ee6843b2f0d47d Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kalendar/kalendar-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-office/kalendar/kalendar-9999.ebuild b/app-office/kalendar/kalendar-9999.ebuild index c06ca021b4..067f4c7e5f 100644 --- a/app-office/kalendar/kalendar-9999.ebuild +++ b/app-office/kalendar/kalendar-9999.ebuild @@ -4,6 +4,7 @@ EAPI=8 KDE_ORG_CATEGORY="pim" +KDE_ORG_NAME="merkuro" ECM_TEST="forceoptional" PVCUT=$(ver_cut 1-3) KFMIN=5.106.0 @@ -30,13 +31,11 @@ DEPEND=" >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=dev-qt/qtsvg-${QTMIN}:5 >=kde-apps/akonadi-${PVCUT}:5 - >=kde-apps/akonadi-calendar-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 >=kde-apps/akonadi-mime-${PVCUT}:5 - >=kde-apps/calendarsupport-${PVCUT}:5 - >=kde-apps/eventviews-${PVCUT}:5 + >=kde-apps/kcalutils-${PVCUT}:5 + >=kde-apps/kidentitymanagement-${PVCUT}:5 >=kde-apps/mailcommon-${PVCUT}:5 - >=kde-apps/pimcommon-${PVCUT}:5 >=kde-frameworks/kcalendarcore-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcontacts-${KFMIN}:5