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 5317315802E for ; Tue, 2 Jul 2024 17:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 156952BC0CF; Tue, 2 Jul 2024 17:57:18 +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 E533C2BC0DB for ; Tue, 2 Jul 2024 17:57:17 +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 0698C34306E for ; Tue, 2 Jul 2024 17:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D1431DCA for ; Tue, 2 Jul 2024 17:57:13 +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: <1719942945.dcc4578614ecbca1ae280b235ffebdc6b2ec2158.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma5support/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma5support/Manifest kde-plasma/plasma5support/plasma5support-6.1.1.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dcc4578614ecbca1ae280b235ffebdc6b2ec2158 X-VCS-Branch: master Date: Tue, 2 Jul 2024 17:57:13 +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: 4c1478a5-d1c3-4c71-8799-765df4319d21 X-Archives-Hash: 5b6d6689c46fce9c232dfac6f2dfa603 commit: dcc4578614ecbca1ae280b235ffebdc6b2ec2158 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 2 17:46:16 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 2 17:55:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc45786 kde-plasma/plasma5support: drop 6.1.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma5support/Manifest | 1 - .../plasma5support/plasma5support-6.1.1.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest index f84f5cfd8cd8..70913d40f568 100644 --- a/kde-plasma/plasma5support/Manifest +++ b/kde-plasma/plasma5support/Manifest @@ -1,2 +1 @@ -DIST plasma5support-6.1.1.tar.xz 87644 BLAKE2B c209e01f1f719fdce9c49803524c75859071074f4b64bcb3f1f3d0a3166a5220e56d2a9886e29d17177f97d5bd413843a8785a0701f75832d0c0de2c123ea4b6 SHA512 9bba254985f37f2db7c09d36402709e41483adbc08d752e3d16f6556014db2a5c02387d4b0143244ba236d9d901e3a1d7dbf5831ab61e176f5ef462692004851 DIST plasma5support-6.1.2.tar.xz 87436 BLAKE2B a88f30887da98caf23b25b19c720457e992c9751363477b60728c5e3f79dddd66537dac4c142eafe1ca026a2986b217da948fc1f45dc5e0b29dc92f6367d58eb SHA512 2c05f8e39f1d10fcf1b353659b80fe724d141b5a241d72c940c64e71f1249bceb8590ae72932b543f6baa80ab64998e558cdc831d3302c12abf85c840f35126a diff --git a/kde-plasma/plasma5support/plasma5support-6.1.1.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.1.ebuild deleted file mode 100644 index 5fb94bf96f54..000000000000 --- a/kde-plasma/plasma5support/plasma5support-6.1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="true" -ECM_TEST="true" -KFMIN=6.3.0 -PVCUT=$(ver_cut 1-3) -QTMIN=6.7.1 -inherit ecm plasma.kde.org - -DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="6" -KEYWORDS="~amd64 ~arm64 ~riscv" -IUSE="" - -RESTRICT="test" # bug 926347 - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kguiaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/knotifications-${KFMIN}:6 - >=kde-frameworks/solid-${KFMIN}:6 - >=kde-plasma/libksysguard-${PVCUT}:6 -" -RDEPEND="${DEPEND} - !kde-plasma/plasma-workspace:5 - !