From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1579002-garchives=archives.gentoo.org@lists.gentoo.org>
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 7084A158013
	for <garchives@archives.gentoo.org>; Tue, 12 Dec 2023 12:22:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B73F62BC017;
	Tue, 12 Dec 2023 12:22:19 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 989A92BC017
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Dec 2023 12:22: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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B9971335D64
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Dec 2023 12:22:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0973FACA
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Dec 2023 12:22:17 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1702383730.2a794b4539c4631ca72d52e77d6f287d5075451d.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libqaccessibilityclient/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/libqaccessibilityclient/libqaccessibilityclient-0.5.0.ebuild
X-VCS-Directories: media-libs/libqaccessibilityclient/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 2a794b4539c4631ca72d52e77d6f287d5075451d
X-VCS-Branch: master
Date: Tue, 12 Dec 2023 12:22:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a0e9087f-31b8-4a81-a199-34b18858c588
X-Archives-Hash: ac9a81493f612bf7d6fda296b282dda9

commit:     2a794b4539c4631ca72d52e77d6f287d5075451d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 12:21:44 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 12:22:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a794b45

media-libs/libqaccessibilityclient: drop 0.5.0

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

 .../libqaccessibilityclient-0.5.0.ebuild           | 33 ----------------------
 1 file changed, 33 deletions(-)

diff --git a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.5.0.ebuild b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.5.0.ebuild
deleted file mode 100644
index aa28a64673c4..000000000000
--- a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.5.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_KDEINSTALLDIRS="false"
-ECM_TEST="true"
-ECM_EXAMPLES="true"
-QTMIN=5.15.9
-inherit ecm kde.org
-
-DESCRIPTION="Library for writing accessibility clients such as screen readers"
-HOMEPAGE="https://community.kde.org/Accessibility
-https://invent.kde.org/libraries/libqaccessibilityclient"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-IUSE=""
-
-# tests require DBus
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"