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 8BA61158043 for ; Tue, 16 Apr 2024 19:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4A1DE2A11; Tue, 16 Apr 2024 19:54:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD9DDE2A20 for ; Tue, 16 Apr 2024 19:54:33 +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 8DC2B34344E for ; Tue, 16 Apr 2024 19:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD73A1710 for ; Tue, 16 Apr 2024 19:54:29 +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: <1713297045.fed1166bf3015bf7fde3f6b44385fefaefa851d1.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.0.3.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fed1166bf3015bf7fde3f6b44385fefaefa851d1 X-VCS-Branch: master Date: Tue, 16 Apr 2024 19:54:29 +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: a4544fad-a698-458d-81af-0349b64e2b67 X-Archives-Hash: 08b968a67f53484d82dc58a9c230a45d commit: fed1166bf3015bf7fde3f6b44385fefaefa851d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 16 19:29:56 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 16 19:50:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed1166b kde-plasma/plasma5support: drop 6.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma5support/Manifest | 1 - .../plasma5support/plasma5support-6.0.3.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest index c09a4d68c1bc..3059c03ac0bf 100644 --- a/kde-plasma/plasma5support/Manifest +++ b/kde-plasma/plasma5support/Manifest @@ -1,2 +1 @@ -DIST plasma5support-6.0.3.tar.xz 55712 BLAKE2B 7e6465765bca8a5b2f17cceef1cec92702e4c022cddd27b339b1993fa0cabd31ff36566a0cc53890ace1718ae8226f07dd23f0ea3b7e44a6266ca6d16020c839 SHA512 c2abda2ccb0538a962df9faf342eea0880541a9e461196aa55b046b7c9668199cb1468325d0bb3e25f863a8011056b287601bebe1e890028b4444f0d03e8a2fd DIST plasma5support-6.0.4.tar.xz 55712 BLAKE2B 3a5f4b143a1824e474accb3929926b0c366dd9b8d15bfbafed88f598b7e066bf4cf11c3875b989c3fd6869c937382f5979cabdf7b1ce1952b087716557370e1d SHA512 db501ad90331871a46450a3e051830970d4da2e0a90f7ee4b8d97efca7f1b2e9995418bc124b1378fa3af94dcfcdb9c46f376eb44d27c54036b2e22469867763 diff --git a/kde-plasma/plasma5support/plasma5support-6.0.3.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.3.ebuild deleted file mode 100644 index c32801cdf76c..000000000000 --- a/kde-plasma/plasma5support/plasma5support-6.0.3.ebuild +++ /dev/null @@ -1,26 +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.0 -QTMIN=6.6.2 -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" -IUSE="" - -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/ki18n-${KFMIN}:6 -" -RDEPEND="${DEPEND}"