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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DA07138350 for ; Mon, 13 Jan 2020 20:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A78F4E0C39; Mon, 13 Jan 2020 20:07:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 881BFE0C39 for ; Mon, 13 Jan 2020 20:07:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AF4434E04D for ; Mon, 13 Jan 2020 20:07:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DA6B89 for ; Mon, 13 Jan 2020 20:07:18 +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: <1578946027.60d8340916915fa09cdfe4d75f0d93c296ac060e.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.4.1.ebuild X-VCS-Directories: media-libs/libqaccessibilityclient/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 60d8340916915fa09cdfe4d75f0d93c296ac060e X-VCS-Branch: master Date: Mon, 13 Jan 2020 20:07:18 +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: ec12283f-f81c-42c3-9beb-20caee0d74f0 X-Archives-Hash: 020e394169ac9d6c229a762ba3850008 commit: 60d8340916915fa09cdfe4d75f0d93c296ac060e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 13 01:18:30 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 13 20:07:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d83409 media-libs/libqaccessibilityclient: Port to ecm.eclass and kde.org.eclass Drop dead homepage. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> .../libqaccessibilityclient-0.4.1.ebuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.1.ebuild b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.1.ebuild index fd12c42aff6..0350acacd33 100644 --- a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.1.ebuild +++ b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.1.ebuild @@ -1,26 +1,26 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -ECM_KDEINSTALLDIRS="false" -KDE_TEST="true" -KDE_EXAMPLES="true" +ECM_EXAMPLES="true" +ECM_TEST="true" +QTMIN=5.12.3 VIRTUALX_REQUIRED="test" -inherit kde5 +inherit ecm kde.org DESCRIPTION="Library for writing accessibility clients such as screen readers" -HOMEPAGE="https://accessibility.kde.org/ https://cgit.kde.org/libqaccessibilityclient.git" +HOMEPAGE="https://cgit.kde.org/libqaccessibilityclient.git" SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" +SLOT="5" KEYWORDS="amd64 arm64 x86" -IUSE="" DEPEND=" - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 " RDEPEND="${DEPEND}"