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 B80E6158046 for ; Wed, 9 Oct 2024 16:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EFA92BC016; Wed, 9 Oct 2024 16:55:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6603F2BC016 for ; Wed, 9 Oct 2024 16:55:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C641342F9E for ; Wed, 9 Oct 2024 16:55:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B02B41293 for ; Wed, 9 Oct 2024 16:55:09 +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: <1728492853.a1fa50f081deeabb6ddaf2129a8765e48a12b317.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/baloo/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/baloo/Manifest kde-frameworks/baloo/baloo-6.5.0.ebuild X-VCS-Directories: kde-frameworks/baloo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a1fa50f081deeabb6ddaf2129a8765e48a12b317 X-VCS-Branch: master Date: Wed, 9 Oct 2024 16:55:09 +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: e79d5fae-a81a-4887-b867-f2f31dc8d322 X-Archives-Hash: 8a5054bd24dcc588635077b2bee393d7 commit: a1fa50f081deeabb6ddaf2129a8765e48a12b317 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 9 16:22:12 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 9 16:54:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fa50f0 kde-frameworks/baloo: drop 6.5.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/baloo/Manifest | 1 - kde-frameworks/baloo/baloo-6.5.0.ebuild | 35 --------------------------------- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest index 286938e27954..12a425b1725d 100644 --- a/kde-frameworks/baloo/Manifest +++ b/kde-frameworks/baloo/Manifest @@ -1,2 +1 @@ -DIST baloo-6.5.0.tar.xz 316456 BLAKE2B ca07516493ddba9278dd9bf72d37d02afd6048115ade1469215ef0ec3dfa38df1b76009a6012f456a79cb9a0af3296acfe98a4f36e3fc74fea425851e2646605 SHA512 8dc2397c672a8b2c5259b979e15f7dc9e583cedbdb9423de6827c53d5552f18cfcae7fe918a3a8e78875f5e229be003a25eb5f9d213e2768aef16a474bf83b72 DIST baloo-6.6.0.tar.xz 316804 BLAKE2B d758d2ca8619001a2b973785ffac15d34b0150db6b73bd6b236cf30e1ae32c314645569eba4fea936f46b3361d37342453a84fc5221bd3cfd3c3d24bbcaff31e SHA512 c73472769b572ecc3c38ce140b9123df5ea9470f34e28d5b560aefbc89f4eb25fa252cb49beae490e16bbc2f6ef6a8864fffbd1ea0354fe2884fc16efe320049 diff --git a/kde-frameworks/baloo/baloo-6.5.0.ebuild b/kde-frameworks/baloo/baloo-6.5.0.ebuild deleted file mode 100644 index 19cbf4be852a..000000000000 --- a/kde-frameworks/baloo/baloo-6.5.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework for searching and managing metadata" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -RESTRICT="test" # bug 624250 - -DEPEND=" - >=dev-db/lmdb-0.9.17 - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kcrash-${PVCUT}*:6 - =kde-frameworks/kdbusaddons-${PVCUT}*:6 - =kde-frameworks/kfilemetadata-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kidletime-${PVCUT}*:6 - =kde-frameworks/kio-${PVCUT}*:6 - =kde-frameworks/solid-${PVCUT}*:6 -" -RDEPEND="${DEPEND} - !${CATEGORY}/${PN}:5[-kf6compat(-)] -"