commit:     2ad9eff91f81320301611507a45fda81aaf3d75d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  9 20:36:49 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 07:56:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad9eff9

kde-frameworks/kpeople: drop 6.4.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kpeople/Manifest             |  1 -
 kde-frameworks/kpeople/kpeople-6.4.0.ebuild | 37 -----------------------------
 2 files changed, 38 deletions(-)

diff --git a/kde-frameworks/kpeople/Manifest b/kde-frameworks/kpeople/Manifest
index a69cad72b570..2d62cf9e396c 100644
--- a/kde-frameworks/kpeople/Manifest
+++ b/kde-frameworks/kpeople/Manifest
@@ -1,3 +1,2 @@
 DIST kpeople-5.116.0.tar.xz 63440 BLAKE2B 
cd54995f6825468122f36287e9116e0ba37f63b210f1efa95975062621ec7ec809b032d04e938bd4230eb232aced9ec0fcf4d7bdab252a55811585af45bbdd57
 SHA512 
3cbd62d9696592b654a9568d5789eb0acc370e4fcb174938db23a0ac03949f9fe174d6ff4abe35a7132319c725349be2520d7857a9d0b83048df23bb38f76232
-DIST kpeople-6.4.0.tar.xz 66648 BLAKE2B 
cfec062c07499c263293cd8b3409bce31498bd665fac2dda9686e8dde08ccaffb48b4cef74364438509f067e6357808fad1c0e60ac803129ff4870c253cb9de1
 SHA512 
a45a416015d173256b61f532cb37263b8aae29752e9f357781a60418ae4efde598b2bfea5991337a21dddd0f190aa749a1a1f9b0adad078b037d72cafe003c5e
 DIST kpeople-6.5.0.tar.xz 66628 BLAKE2B 
88a2b46f2839e20dbdf34485ff21cbb1d50aadecb124304824c691ae989b10f4c55c375f601511338b831929c508f985f8e595645b155b90876d4c8acc77f27a
 SHA512 
4c857b589b53e8ef8191c418c18a355f2e3f636c35be8688aa68e339ce4ab66faade3cb48f16960de933d5f60e3e3ad13977fb85a15d106243642919d6cc8eaf

diff --git a/kde-frameworks/kpeople/kpeople-6.4.0.ebuild 
b/kde-frameworks/kpeople/kpeople-6.4.0.ebuild
deleted file mode 100644
index bee29f2c963d..000000000000
--- a/kde-frameworks/kpeople/kpeople-6.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-VIRTUALX_REQUIRED="test" # bug 816588 (test fails)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="KDE contact person abstraction library"
-HOMEPAGE="https://invent.kde.org/frameworks/kpeople";
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
-       >=dev-qt/qtdeclarative-${QTMIN}:6
-       =kde-frameworks/kconfig-${PVCUT}*:6
-       =kde-frameworks/kcontacts-${PVCUT}*:6
-       =kde-frameworks/kcoreaddons-${PVCUT}*:6
-       =kde-frameworks/ki18n-${PVCUT}*:6
-       =kde-frameworks/kitemviews-${PVCUT}*:6
-       =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
-       local CMAKE_SKIP_TESTS=(
-               # bug 668192, segfaults
-               persondatatest
-       )
-
-       ecm_src_test -j1
-}

Reply via email to