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 492AB15817D for ; Mon, 17 Jun 2024 17:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D220E2A16; Mon, 17 Jun 2024 17:11:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2A47FE2A16 for ; Mon, 17 Jun 2024 17:11:43 +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 4BBCB335C4E for ; Mon, 17 Jun 2024 17:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACABA158 for ; Mon, 17 Jun 2024 17:11:40 +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: <1718644224.1c90f802bde8d90008c92fe0690df2730e260744.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libksysguard/libksysguard-6.1.0.ebuild kde-plasma/libksysguard/libksysguard-6.1.49.9999.ebuild kde-plasma/libksysguard/libksysguard-9999.ebuild kde-plasma/libksysguard/metadata.xml X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1c90f802bde8d90008c92fe0690df2730e260744 X-VCS-Branch: master Date: Mon, 17 Jun 2024 17:11:40 +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: 49952e83-6b42-478a-9131-fd9eeabe79b9 X-Archives-Hash: 9eee496871b7602c0f643b26e93a2537 commit: 1c90f802bde8d90008c92fe0690df2730e260744 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 17 17:10:24 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 17 17:10:24 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c90f802 kde-plasma/libksysguard: Drop ECM_DESIGNERPLUGIN Dropped in upstream commit 1eed283b5c1e98891a576134c0a1bd4586bde256 Bug: https://bugs.gentoo.org/934469 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libksysguard/libksysguard-6.1.0.ebuild | 1 - kde-plasma/libksysguard/libksysguard-6.1.49.9999.ebuild | 1 - kde-plasma/libksysguard/libksysguard-9999.ebuild | 1 - kde-plasma/libksysguard/metadata.xml | 3 --- 4 files changed, 6 deletions(-) diff --git a/kde-plasma/libksysguard/libksysguard-6.1.0.ebuild b/kde-plasma/libksysguard/libksysguard-6.1.0.ebuild index b3e67e0537..88efbb13a4 100644 --- a/kde-plasma/libksysguard/libksysguard-6.1.0.ebuild +++ b/kde-plasma/libksysguard/libksysguard-6.1.0.ebuild @@ -3,7 +3,6 @@ EAPI=8 -ECM_DESIGNERPLUGIN="true" ECM_TEST="true" KFMIN=6.3.0 QTMIN=6.7.1 diff --git a/kde-plasma/libksysguard/libksysguard-6.1.49.9999.ebuild b/kde-plasma/libksysguard/libksysguard-6.1.49.9999.ebuild index b0c023129c..bb932fd96a 100644 --- a/kde-plasma/libksysguard/libksysguard-6.1.49.9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-6.1.49.9999.ebuild @@ -3,7 +3,6 @@ EAPI=8 -ECM_DESIGNERPLUGIN="true" ECM_TEST="true" KFMIN=6.3.0 QTMIN=6.7.1 diff --git a/kde-plasma/libksysguard/libksysguard-9999.ebuild b/kde-plasma/libksysguard/libksysguard-9999.ebuild index 1c07a94719..cb142392aa 100644 --- a/kde-plasma/libksysguard/libksysguard-9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-9999.ebuild @@ -3,7 +3,6 @@ EAPI=8 -ECM_DESIGNERPLUGIN="true" ECM_TEST="true" KFMIN=9999 QTMIN=6.7.1 diff --git a/kde-plasma/libksysguard/metadata.xml b/kde-plasma/libksysguard/metadata.xml index 039186a546..f51fd54ff1 100644 --- a/kde-plasma/libksysguard/metadata.xml +++ b/kde-plasma/libksysguard/metadata.xml @@ -11,7 +11,4 @@ Reflects ABI compatibility by soname version - - Build plugins for dev-qt/designer -