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 61253158041 for ; Wed, 6 Mar 2024 15:47:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B13BE2A1C; Wed, 6 Mar 2024 15:47:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AEC73E2A1C for ; Wed, 6 Mar 2024 15:47:19 +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 E8DA7343028 for ; Wed, 6 Mar 2024 15:47:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 498AB14FB for ; Wed, 6 Mar 2024 15:47:15 +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: <1709739999.e9d0a6108cbeb634b05cdffb933a9efd34f5aa68.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.0.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e9d0a6108cbeb634b05cdffb933a9efd34f5aa68 X-VCS-Branch: master Date: Wed, 6 Mar 2024 15:47:15 +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: ca702ef1-f4a4-469a-a761-bcd87ba411cc X-Archives-Hash: 875688df44b32a0a2e1f799323c381df commit: e9d0a6108cbeb634b05cdffb933a9efd34f5aa68 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 6 15:22:39 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 6 15:46:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d0a610 kde-plasma/plasma5support: drop 6.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma5support/Manifest | 1 - .../plasma5support/plasma5support-6.0.0.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest index 8529b9d37162..1502cd1cbb4c 100644 --- a/kde-plasma/plasma5support/Manifest +++ b/kde-plasma/plasma5support/Manifest @@ -1,2 +1 @@ -DIST plasma5support-6.0.0.tar.xz 55572 BLAKE2B 726937828ba622b08cd17241395d29a248e99a9a4a01857f0c321126082e87d87f6c7e206b3cf1e892b597ecff9bab22c7cc92fa8053f2c9d616146ba8da9146 SHA512 b87f1c57e137bc98e2cb16c43987ddd0953e5f428bfc1f235694b0e8117534780dd5d56aa7cc8cba911aa193207badc83f12973febcdf5bb6f1334c96af2f1cf DIST plasma5support-6.0.1.tar.xz 55572 BLAKE2B ad3df5fe9ab87bac07adf7305cae8d88ab9d05dfd2e2ab9e7a2f73dc5e775b47e714ff171686dd768dab8f6cc00fd7034e895cc6386db56a5a5df2d3fe3c85a4 SHA512 f06e9be6fb0baf932962ae175c5bf691afc3a42477b61cbfd75a904ef7ca4478d276b6272d305fbe520f6a1cc1618f70e15b05a2a730fef306a4bc07bcd926e4 diff --git a/kde-plasma/plasma5support/plasma5support-6.0.0.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.0.ebuild deleted file mode 100644 index c32801cdf76c..000000000000 --- a/kde-plasma/plasma5support/plasma5support-6.0.0.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}"