Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbusmenu-qt/files/
Date: Sat, 02 Dec 2017 08:35:09
Message-Id: 1512203688.2563975471f4562468981b2670cd425c3e7a2c45.asturm@gentoo
1 commit: 2563975471f4562468981b2670cd425c3e7a2c45
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 2 08:13:27 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 08:34:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25639754
7
8 dev-libs/libdbusmenu-qt: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/6393
11
12 .../libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch | 16 ----------------
13 1 file changed, 16 deletions(-)
14
15 diff --git a/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch b/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch
16 deleted file mode 100644
17 index 7f6d82eb00d..00000000000
18 --- a/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch
19 +++ /dev/null
20 @@ -1,16 +0,0 @@
21 ---- CMakeLists.txt.old 2014-10-10 21:14:47.139654992 +0200
22 -+++ CMakeLists.txt 2014-10-10 21:16:17.114656451 +0200
23 -@@ -90,8 +90,12 @@
24 - )
25 -
26 - add_subdirectory(src)
27 -+
28 -+option(BUILD_TESTS "Build tests for qt4" ON)
29 - if (NOT USE_QT5) # TODO port tests to Qt5
30 --add_subdirectory(tests)
31 -+ if(BUILD_TESTS)
32 -+ add_subdirectory(tests)
33 -+ endif(BUILD_TESTS)
34 - endif()
35 - add_subdirectory(tools)
36 -