summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-06 17:03:56 +0200
committerDavid Seifert <soap@gentoo.org>2017-03-07 10:12:05 +0100
commit28620959cb1397c84eab88bda561815f91d26d27 (patch)
tree8c3a23d7a303981119feb3e5687a1bf51dbf24dd /x11-misc/synergy/files
parentx11-misc/sxhkd: Remove old (diff)
downloadgentoo-28620959cb1397c84eab88bda561815f91d26d27.tar.gz
gentoo-28620959cb1397c84eab88bda561815f91d26d27.tar.bz2
gentoo-28620959cb1397c84eab88bda561815f91d26d27.zip
x11-misc/synergy: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4142
Diffstat (limited to 'x11-misc/synergy/files')
-rw-r--r--x11-misc/synergy/files/synergy-1.8.1-gtest.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/synergy/files/synergy-1.8.1-gtest.patch b/x11-misc/synergy/files/synergy-1.8.1-gtest.patch
deleted file mode 100644
index 3491077a15a1..000000000000
--- a/x11-misc/synergy/files/synergy-1.8.1-gtest.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -19,6 +19,6 @@
- add_subdirectory(plugin)
- add_subdirectory(micro)
-
--if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX")
-+if (${WITH_GENTOO_TEST})
- add_subdirectory(test)
- endif()
---- a/src/lib/synergy/SubscriptionManager.h
-+++ b/src/lib/synergy/SubscriptionManager.h
-@@ -20,7 +20,9 @@
- #include "SubscriptionKey.h"
- #include "common/common.h"
-
-+#if WITH_GENTOO_TEST
- #include "gtest/gtest_prod.h"
-+#endif
-
- class SubscriptionManager {
- public:
-@@ -35,6 +37,7 @@
- //! Use standard output to return subscription filename to gui
- void printFilename();
-
-+#if WITH_GENTOO_TEST
- private:
- FRIEND_TEST(SubscriptionTests, decode_invalidLength_throwException);
- FRIEND_TEST(SubscriptionTests, decode_invalidSerial_outputPlainText);
-@@ -45,6 +48,7 @@
- FRIEND_TEST(SubscriptionTests, parsePlainSerial_expiredTrialSerial_throwException);
- FRIEND_TEST(SubscriptionTests, parsePlainSerial_expiredBasicSerial_validSubscriptionKey);
- FRIEND_TEST(SubscriptionTests, parsePlainSerial_validSerialWithoutCompany_validSubscriptionKey);
-+#endif
-
- private:
- String decode(const String& input);