From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D7BF21584AD for ; Sat, 26 Apr 2025 13:29:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C338A3430C2 for ; Sat, 26 Apr 2025 13:29:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D042E1104C6; Sat, 26 Apr 2025 13:28:47 +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 bobolink.gentoo.org (Postfix) with ESMTPS id CBBAC1104C6 for ; Sat, 26 Apr 2025 13:28:47 +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 85D9C3430AD for ; Sat, 26 Apr 2025 13:28:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D7F9266C for ; Sat, 26 Apr 2025 13:28:45 +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: <1745674105.b84172a115dc4adf0bba12b82c1fa592e7528ee8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kparts/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kparts/Manifest kde-frameworks/kparts/kparts-6.10.0.ebuild X-VCS-Directories: kde-frameworks/kparts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b84172a115dc4adf0bba12b82c1fa592e7528ee8 X-VCS-Branch: master Date: Sat, 26 Apr 2025 13:28:45 +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: 67d23830-a3f1-4e94-b012-9f909a059162 X-Archives-Hash: 012248cd3cff110c2ed7332cb25a47c2 commit: b84172a115dc4adf0bba12b82c1fa592e7528ee8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 25 12:25:40 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 26 13:28:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84172a1 kde-frameworks/kparts: drop 6.10.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kparts/Manifest | 1 - kde-frameworks/kparts/kparts-6.10.0.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest index 41542a993437..532e8ef7429f 100644 --- a/kde-frameworks/kparts/Manifest +++ b/kde-frameworks/kparts/Manifest @@ -1,3 +1,2 @@ DIST kparts-5.116.0.tar.xz 2473828 BLAKE2B 3b26c04146367f20a1dc5fdad5518a9ea2a8b88e2083d6da64216cebe2e815aaa4c69c3ce901a5a7a0bed76c0eec222e82dcdaf7208d14348d8e095e83af5db1 SHA512 a619168f6e2622c64e4304641da47f91deef49843dfec72a08aa775e24b9319f7b550bc423f6b2516ef0a38bb2c39234d1325f25c62b57c8c6daa5fb7580813e -DIST kparts-6.10.0.tar.xz 2424624 BLAKE2B 4fedc660af7955cfc4a9e52cd1984775d7c64fb7d703c9ca8dd733d9cfa69aeeeb24842b315a7afda08b0d6bc870296a3392e8518291aa5195a744ae05404787 SHA512 3f7e74aaaeaf995f4969b35382915ebf40a231478c7a65d1f7643ceaefd14e4effd704c67c86b0626786736015caac13d99c4236526ba7d1878bfa46f879c6e8 DIST kparts-6.13.0.tar.xz 2424940 BLAKE2B 8ef9090a4aabfb2435f06fe476e91386c8e1ae9b9f664f1e69aaae156191c1006955421e330afa53d6683bccf90c1ff1061602eb30ffc2572902dd600db6bf5b SHA512 2b9dfa7f0a5e0461c97db96a43937978d582c88d93bea88efe93e1d1f88dfb9f11507c936142fb7df21b2ac817ba29104f5fa426bcb45ea2717e078874697470 diff --git a/kde-frameworks/kparts/kparts-6.10.0.ebuild b/kde-frameworks/kparts/kparts-6.10.0.ebuild deleted file mode 100644 index 5bd420bc0829..000000000000 --- a/kde-frameworks/kparts/kparts-6.10.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=6.7.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing elaborate user-interface components" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv ~x86" -IUSE="" - -RDEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml] - =kde-frameworks/kconfig-${KDE_CATV}*:6 - =kde-frameworks/kcoreaddons-${KDE_CATV}*:6 - =kde-frameworks/ki18n-${KDE_CATV}*:6 - =kde-frameworks/kiconthemes-${KDE_CATV}*:6 - =kde-frameworks/kio-${KDE_CATV}*:6 - =kde-frameworks/kjobwidgets-${KDE_CATV}*:6 - =kde-frameworks/kservice-${KDE_CATV}*:6 - =kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6 - =kde-frameworks/kxmlgui-${KDE_CATV}*:6 -" -DEPEND="${RDEPEND}"