diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 12:47:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:49 +0100 |
commit | 0d7c24006adb80d3f012e86023ef396b23f002f6 (patch) | |
tree | 883cdd1fd6047656561288037f500daa7c6ddfc2 /media-libs/libqaccessibilityclient | |
parent | kde-misc/kwebkitpart: Drop 1.4.0_pre20180406 (diff) | |
download | gentoo-0d7c24006adb80d3f012e86023ef396b23f002f6.tar.gz gentoo-0d7c24006adb80d3f012e86023ef396b23f002f6.tar.bz2 gentoo-0d7c24006adb80d3f012e86023ef396b23f002f6.zip |
media-libs/libqaccessibilityclient: Drop 0.3.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'media-libs/libqaccessibilityclient')
3 files changed, 0 insertions, 68 deletions
diff --git a/media-libs/libqaccessibilityclient/Manifest b/media-libs/libqaccessibilityclient/Manifest index 48b124547a99..b3f981724731 100644 --- a/media-libs/libqaccessibilityclient/Manifest +++ b/media-libs/libqaccessibilityclient/Manifest @@ -1,2 +1 @@ -DIST libqaccessibilityclient-0.3.0.tar.xz 104784 BLAKE2B a472cd2287340fbe5e5e4404fcdb4d1b6a28f39bf61117156f2e38622f10e0913f4c3818a9f7ff682eb195905e837c589d396df5fc8637a511d6e293e4b59a6a SHA512 d3c28a2dcb308e3248276c5b1ab822decb0c32afce8636ce30941320381431a8d7e064ff1451b14e64cbc83d03e3693d645d1739e64830bacefcd7fa68b0d2e1 DIST libqaccessibilityclient-0.4.0.tar.xz 105700 BLAKE2B 30c2ebcae046480536fa2c193130b3e0e99bfeeacb40ee9fae22574d9a8ff84da4fc5d746e1ba2f369f99c9d6227fea65ef55628aeff37b455cdf730708608c9 SHA512 bd2e0d29605f222084f86664a52488a5340e0ac16433fd65c8ada195e4cb5988ebac357a991ea8ebc5af22f81825212ce07209939ad5e4a00a9daeed37b56ffb diff --git a/media-libs/libqaccessibilityclient/files/libqaccessibilityclient-0.3.0-tests.patch b/media-libs/libqaccessibilityclient/files/libqaccessibilityclient-0.3.0-tests.patch deleted file mode 100644 index 1ec1317ea80f..000000000000 --- a/media-libs/libqaccessibilityclient/files/libqaccessibilityclient-0.3.0-tests.patch +++ /dev/null @@ -1,37 +0,0 @@ -From a85bce953b8a231cfe9b47d9f3fd80f6149f51f2 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Sun, 18 Nov 2018 12:13:28 +0100 -Subject: [PATCH] Use standard BUILD_TESTING instead of BUILD_TESTS - -Add tests subdir conditionally. ---- - CMakeLists.txt | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 73bb3cb..13531cc 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -34,7 +34,7 @@ include_directories( - find_package(Qt5Widgets QUIET) - find_package(Qt5DBus QUIET) - find_package(Qt5Test QUIET) --set(BUILD_TESTS ${Qt5Test_FOUND}) -+set(BUILD_TESTING ${Qt5Test_FOUND}) - - add_definitions(${Qt5Core_DEFINITIONS} ${Qt5Widgets_DEFINITIONS} ${Qt5DBus_DEFINITIONS}) - include_directories(${Qt5Core_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS} ${Qt5DBus_INCLUDE_DIRS}) -@@ -70,7 +70,9 @@ if(APPLE) - endif(APPLE) - - add_subdirectory(src) --add_subdirectory(tests) -+if(BUILD_TESTING) -+ add_subdirectory(tests) -+endif() - add_subdirectory(examples) - - # we need the absolute directories where stuff will be installed too --- -2.19.1 - diff --git a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.3.0.ebuild b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.3.0.ebuild deleted file mode 100644 index 37ae0d8ab71f..000000000000 --- a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -ECM_KDEINSTALLDIRS="false" -KDE_TEST="optional" -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 x86" -IUSE="" - -DEPEND=" - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -# tests require DBus -RESTRICT+=" test" - -PATCHES=( "${FILESDIR}/${P}-tests.patch" ) |