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 AC1A915808B for ; Thu, 10 Feb 2022 09:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A9EE0992; Thu, 10 Feb 2022 09:13:28 +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 B17F0E098A for ; Thu, 10 Feb 2022 09:13:27 +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 1EC9A343073 for ; Thu, 10 Feb 2022 09:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B0062DD for ; Thu, 10 Feb 2022 09:13:22 +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: <1644484260.99f280295eed206fc4f3a7ad0f017ec87f4ebc96.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-5.88.0.ebuild X-VCS-Directories: kde-frameworks/kparts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99f280295eed206fc4f3a7ad0f017ec87f4ebc96 X-VCS-Branch: master Date: Thu, 10 Feb 2022 09:13:22 +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: c00957f9-2497-4af9-a37e-0d15b39c3836 X-Archives-Hash: 5bcdae08a1366df2069c7f7fb86ac887 commit: 99f280295eed206fc4f3a7ad0f017ec87f4ebc96 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 10 08:20:47 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 10 09:11:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f28029 kde-frameworks/kparts: drop 5.88.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kparts/Manifest | 1 - kde-frameworks/kparts/kparts-5.88.0.ebuild | 33 ------------------------------ 2 files changed, 34 deletions(-) diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest index 1a7da727a046..11759094530f 100644 --- a/kde-frameworks/kparts/Manifest +++ b/kde-frameworks/kparts/Manifest @@ -1,2 +1 @@ -DIST kparts-5.88.0.tar.xz 194420 BLAKE2B f8aff825507e72f29725d85344f7331077ed10ec54df2a66d5a7dddd397bf14243f367a40f6c9729dea5c1796b61b27271f181f34ca63292b542e7f888cfd54f SHA512 082b15d7b1bb51b84423f69df9691738f148ae8fb160c7298126c1e803443dff3578022be7078caaa61f99e7e3c3dd12039bd866e20152ccc7b2944cc99231b8 DIST kparts-5.90.0.tar.xz 196588 BLAKE2B 1932bcde70838d749495ad3f6837412ac861b9aa2d3f048f7166d2557fadb1ff28048e56068e1109756f7138cd4528a6bc3f9138a2038c4986bcd46c11f30501 SHA512 98f479497151ce0248a2ff242bda5036da82856632ccb8d547c19e332777d8fa2912d5015b2c1da7abf753653a959a63e2bd109c12436efbdf17b4f41db4e060 diff --git a/kde-frameworks/kparts/kparts-5.88.0.ebuild b/kde-frameworks/kparts/kparts-5.88.0.ebuild deleted file mode 100644 index 3c6a1809720e..000000000000 --- a/kde-frameworks/kparts/kparts-5.88.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Framework providing elaborate user-interface components" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="" - -RDEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/kjobwidgets-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kxmlgui-${PVCUT}*:5 -" -DEPEND="${RDEPEND} - >=kde-frameworks/ktextwidgets-${PVCUT}:5 -"