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 7654C138334 for ; Wed, 5 Jun 2019 19:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ABE1E084E; Wed, 5 Jun 2019 19:59:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E3ACEE084E for ; Wed, 5 Jun 2019 19:59:17 +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 4B72E345776 for ; Wed, 5 Jun 2019 19:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B06A566 for ; Wed, 5 Jun 2019 19:59:14 +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: <1559764644.c02d7d6a2884eab801b5849e4f477cc13d65b2f1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libqaccessibilityclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libqaccessibilityclient/Manifest media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.0.ebuild X-VCS-Directories: media-libs/libqaccessibilityclient/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c02d7d6a2884eab801b5849e4f477cc13d65b2f1 X-VCS-Branch: master Date: Wed, 5 Jun 2019 19:59:14 +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: e6abf8b4-0c42-4497-bb51-cb898380e6b0 X-Archives-Hash: 313050af4f6c977762f6b3b43cb6500b commit: c02d7d6a2884eab801b5849e4f477cc13d65b2f1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 5 19:57:24 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 5 19:57:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02d7d6a media-libs/libqaccessibilityclient: Drop 0.4.0 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libqaccessibilityclient/Manifest | 1 - .../libqaccessibilityclient-0.4.0.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/media-libs/libqaccessibilityclient/Manifest b/media-libs/libqaccessibilityclient/Manifest index 2e467addea0..661390e3b7b 100644 --- a/media-libs/libqaccessibilityclient/Manifest +++ b/media-libs/libqaccessibilityclient/Manifest @@ -1,2 +1 @@ -DIST libqaccessibilityclient-0.4.0.tar.xz 105700 BLAKE2B 30c2ebcae046480536fa2c193130b3e0e99bfeeacb40ee9fae22574d9a8ff84da4fc5d746e1ba2f369f99c9d6227fea65ef55628aeff37b455cdf730708608c9 SHA512 bd2e0d29605f222084f86664a52488a5340e0ac16433fd65c8ada195e4cb5988ebac357a991ea8ebc5af22f81825212ce07209939ad5e4a00a9daeed37b56ffb DIST libqaccessibilityclient-0.4.1.tar.xz 105280 BLAKE2B 7e8332e4d27e96c0728cecf73f13e9213f264e588dba321f0c0877954400c227e17e8bd4468b2567626407d2a283290e3b9752170ae602c6370d08beec7387d0 SHA512 d5c168ff39f4bb67f18120eea50f8e02a85d464a5bb6479c48dfdb02ea9bf0cc379cbed4da7d882b718a1e1723d3a00528fcb26903b617b43029fde25e82cb3c diff --git a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.0.ebuild b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.0.ebuild deleted file mode 100644 index 244647903c5..00000000000 --- a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_KDEINSTALLDIRS="false" -KDE_TEST="true" -KDE_EXAMPLES="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Library for writing accessibility clients such as screen readers" -HOMEPAGE="https://accessibility.kde.org/ https://cgit.kde.org/libqaccessibilityclient.git" -SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND=" - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -# tests require DBus -RESTRICT+=" test"