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 3DE041581D3 for ; Mon, 27 May 2024 22:23:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B4D12BC021; Mon, 27 May 2024 22:23:50 +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 4BC582BC021 for ; Mon, 27 May 2024 22:23:50 +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 5D03E340C42 for ; Mon, 27 May 2024 22:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69D7E1AFB for ; Mon, 27 May 2024 22:23:46 +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: <1716848605.84a975af7ef0e754147cac6200910b6c7c2bc53b.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.5.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 84a975af7ef0e754147cac6200910b6c7c2bc53b X-VCS-Branch: master Date: Mon, 27 May 2024 22:23:46 +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: c997ba24-1d80-4b85-ba3e-57ddc5c66ad6 X-Archives-Hash: 7f785455473e3d83a93911abb4857c36 commit: 84a975af7ef0e754147cac6200910b6c7c2bc53b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 27 17:16:15 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 27 22:23:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a975af kde-plasma/plasma5support: drop 6.0.5 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma5support/Manifest | 1 - .../plasma5support/plasma5support-6.0.5.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest index 2f138b722111..ecfa2aaf7959 100644 --- a/kde-plasma/plasma5support/Manifest +++ b/kde-plasma/plasma5support/Manifest @@ -1,2 +1 @@ -DIST plasma5support-6.0.5.tar.xz 55568 BLAKE2B 4c6f74e991a0197c65b9c48ae4becf386ac9d4454a06bd48dff5ded626b9f2fb843d739c7c8bb058b14c94a9b8f60a505048d67567bc0116038ddedbeacca798 SHA512 5279517c2d1e61f1914338dc5d933a7590ce09029e34f4bb4f7e87f3c4e72515f32fae3d8e3bd3641aa6619a1ec4782e46f4e4fddaf0b2b0fec875f066ecd9e8 DIST plasma5support-6.0.90.tar.xz 86924 BLAKE2B 186a1fab92a0ab799a84e441ae8bcc59bafafae067d310c6f807cf9cd8c624dc256ce5f379c705aa37f843bd43561d78133df05d0da9365ed9eb4e5c51d32daf SHA512 aea89e077d421d5b35eca2d489052cec6fcc5e161353a02169486f60573285117ac7c57398b5db303968c515943584d7d2bf0aac3cec95a090387aeb82d96b69 diff --git a/kde-plasma/plasma5support/plasma5support-6.0.5.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.5.ebuild deleted file mode 100644 index c32801cdf76c..000000000000 --- a/kde-plasma/plasma5support/plasma5support-6.0.5.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}"