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 D495E15800A for ; Wed, 2 Aug 2023 19:33:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA725E0D22; Wed, 2 Aug 2023 19:33:53 +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 ABFFFE0D21 for ; Wed, 2 Aug 2023 19:33:53 +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 9BD17340CEE for ; Wed, 2 Aug 2023 19:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30998ED1 for ; Wed, 2 Aug 2023 19:33:49 +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: <1691004801.ec56dcb405d4ff555c8e5ce73124fdb0c344528d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kxmlgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kxmlgui/Manifest kde-frameworks/kxmlgui/kxmlgui-5.106.0.ebuild X-VCS-Directories: kde-frameworks/kxmlgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ec56dcb405d4ff555c8e5ce73124fdb0c344528d X-VCS-Branch: master Date: Wed, 2 Aug 2023 19:33:49 +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: 3f1b3a38-537a-4769-ab7a-1adec760ba0c X-Archives-Hash: 29544aa8f47271c2311b128e7d1034e3 commit: ec56dcb405d4ff555c8e5ce73124fdb0c344528d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 2 19:16:57 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 2 19:33:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec56dcb4 kde-frameworks/kxmlgui: drop 5.106.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kxmlgui/Manifest | 1 - kde-frameworks/kxmlgui/kxmlgui-5.106.0.ebuild | 46 --------------------------- 2 files changed, 47 deletions(-) diff --git a/kde-frameworks/kxmlgui/Manifest b/kde-frameworks/kxmlgui/Manifest index ddd9fc9764bc..5752b765c4e8 100644 --- a/kde-frameworks/kxmlgui/Manifest +++ b/kde-frameworks/kxmlgui/Manifest @@ -1,2 +1 @@ -DIST kxmlgui-5.106.0.tar.xz 2952084 BLAKE2B 12b3aabfad6b312dc30e8d003440dbeaa721d7f1a2f5698224c5a0119bd2dac8fc1fe104b5aa3441ebca45fad04f5d5c7cf9cf6f2f39ec93d74b0876534ade9a SHA512 91d15372a31acec317cb53821947076ed5c1d0cea00a4638f93d5359b56c340958759e153d5c78bb67482156d940b6a87cf0f6000e0d17fd2cba306e4bd6b706 DIST kxmlgui-5.108.0.tar.xz 2952688 BLAKE2B 9f813e70d25330d98f4fe6599f5a8c82a99d63ae79eed871c3fc97be959391be06243a4eabcb520aacc871c25e2164bf1598fa9a7bcab9d1a9afecdef2310581 SHA512 ec6450a99a49fecc7cace86f8664a595325dbc7b4205f3abb2f7fc2f6b067b373d43d6e2a16c32f4e5c4beaba52edd9c95f61bacf973f4d5641e6384377e3eac diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.106.0.ebuild b/kde-frameworks/kxmlgui/kxmlgui-5.106.0.ebuild deleted file mode 100644 index d7911ea97ac8..000000000000 --- a/kde-frameworks/kxmlgui/kxmlgui-5.106.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_DESIGNERPLUGIN="true" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -VIRTUALX_REQUIRED="test" -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework for managing menu and toolbar actions in an abstract way" - -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -LICENSE="LGPL-2+" -IUSE="" - -# slot op: includes QtCore/private/qlocale_p.h -DEPEND=" - >=dev-qt/qtcore-${QTMIN}:5= - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5[ssl] - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/kguiaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kitemviews-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 -" -RDEPEND="${DEPEND}" - -src_test() { - # Files are missing; whatever. Bugs 650290, 668198, 808216 - local myctestargs=( - -E "(ktoolbar_unittest|kxmlgui_unittest|ktooltiphelper_unittest)" - ) - - ecm_src_test -}