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 973D715801B for ; Wed, 2 Aug 2023 19:33:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9614FE094B; Wed, 2 Aug 2023 19:33: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 79D9AE094B for ; Wed, 2 Aug 2023 19:33: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 5DB2C340CEE for ; Wed, 2 Aug 2023 19:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED390EB2 for ; Wed, 2 Aug 2023 19:33:47 +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: <1691004797.2e8fb0f67f89a6595f379f81b10e1ef6ce9a8b7b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kdeclarative/Manifest kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild X-VCS-Directories: kde-frameworks/kdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2e8fb0f67f89a6595f379f81b10e1ef6ce9a8b7b X-VCS-Branch: master Date: Wed, 2 Aug 2023 19:33:47 +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: 44112235-f6d4-442b-8f6d-07ace7bf7cc5 X-Archives-Hash: 4027eab054ca243946942259091918e7 commit: 2e8fb0f67f89a6595f379f81b10e1ef6ce9a8b7b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 2 19:16:05 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 2 19:33:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8fb0f6 kde-frameworks/kdeclarative: drop 5.106.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.106.0.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index a65bf8dda538..9cdd9dc8f136 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1 @@ -DIST kdeclarative-5.106.0.tar.xz 2492024 BLAKE2B 8861acabc9c34c52f7515a0d9da52b6ba57f0da2ab6e1ddec501aa6f0509cbda3ae534fb167bd13bba6af46e36e5d68b5fa54f2496679654f7f80a4a10f00809 SHA512 9faed6c524de26929f22df20f9cdfa611f91560892bdcbe4748dd7debd55f84f4b48682904d92b9a7c582a3a4db302073e2c84e832744dc296e55fc7a3badefe DIST kdeclarative-5.108.0.tar.xz 2492028 BLAKE2B 226351f071f1efb8e28ede461a1743f2c3a36aa8e970b02d8672a6f8727bbbab291021b8c57835eff265d3522689e00971b783dcefcfe592179016abe103eed9 SHA512 2f9f9200b18cf577cc0e67e82bd2010702c34c946533f97b0d4c2b2008b3c793ee9373058b46791003e8603e2179c6e96d42c0c57f3de66c2d2ff707331a4a5e diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild deleted file mode 100644 index c2409241371e..000000000000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"