summaryrefslogtreecommitdiff
path: root/dev-util/krazy2/files
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-06-27 22:32:43 +0200
committerJohannes Huber <johu@gentoo.org>2015-06-27 22:32:43 +0200
commit4ef046f463d4ee969e977612d7f95ea460055f0a (patch)
tree5e6c32b033e4145734848c16c35585ef2b197029 /dev-util/krazy2/files
parentc43aa61bc5a19a95ae3b5db093d7de3b98a3b981 (diff)
downloadkde-4ef046f463d4ee969e977612d7f95ea460055f0a.tar.gz
kde-4ef046f463d4ee969e977612d7f95ea460055f0a.tar.bz2
kde-4ef046f463d4ee969e977612d7f95ea460055f0a.zip
[dev-util/krazy2] Remove, dead git repo on gitorious
Alternative would be a kdevelop pluign: https://projects.kde.org/projects/playground/devtools/plugins/kdev-krazy2 No frameworks branch so far... Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-util/krazy2/files')
-rw-r--r--dev-util/krazy2/files/krazy2-9999-libs.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/krazy2/files/krazy2-9999-libs.patch b/dev-util/krazy2/files/krazy2-9999-libs.patch
deleted file mode 100644
index f943db1d0ef..00000000000
--- a/dev-util/krazy2/files/krazy2-9999-libs.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/cppchecks/cplusplus/cppmodel/CMakeLists.txt b/cppchecks/cplusplus/cppmodel/CMakeLists.txt
-index ecdcdd8..a075415 100644
---- a/cppchecks/cplusplus/cppmodel/CMakeLists.txt
-+++ b/cppchecks/cplusplus/cppmodel/CMakeLists.txt
-@@ -20,7 +20,5 @@ add_library(cppmodel SHARED ${cppmodel_SRCS})
- target_link_libraries(cppmodel preprocessor cpp_parser ${QT_QTCORE_LIBRARY})
- set_target_properties(cppmodel PROPERTIES DEFINE_SYMBOL CPLUSPLUSMODEL_BUILD_LIB)
-
--if(WIN32)
- install(TARGETS cppmodel ${INSTALL_TARGETS_DEFAULT_ARGS})
--endif(WIN32)
-
-diff --git a/cppchecks/cplusplus/parser/CMakeLists.txt b/cppchecks/cplusplus/parser/CMakeLists.txt
-index 08382f4..a57e037 100644
---- a/cppchecks/cplusplus/parser/CMakeLists.txt
-+++ b/cppchecks/cplusplus/parser/CMakeLists.txt
-@@ -45,6 +45,4 @@ include_directories(${QT_INCLUDES})
- add_library(cpp_parser SHARED ${cplusplus_SRCS})
- set_target_properties(cpp_parser PROPERTIES DEFINE_SYMBOL CPLUSPLUS_BUILD_LIB)
-
--if(WIN32)
- install(TARGETS cpp_parser ${INSTALL_TARGETS_DEFAULT_ARGS})
--endif(WIN32)
-diff --git a/cppchecks/cplusplus/preprocessor/CMakeLists.txt b/cppchecks/cplusplus/preprocessor/CMakeLists.txt
-index 6251d44..44ed8df 100644
---- a/cppchecks/cplusplus/preprocessor/CMakeLists.txt
-+++ b/cppchecks/cplusplus/preprocessor/CMakeLists.txt
-@@ -17,7 +17,5 @@ add_library(preprocessor SHARED ${preproc_SRCS})
- target_link_libraries(preprocessor cpp_parser ${QT_QTCORE_LIBRARY})
- set_target_properties(preprocessor PROPERTIES DEFINE_SYMBOL CPLUSPLUSPREPROCESSOR_BUILD_LIB)
-
--if(WIN32)
- install(TARGETS preprocessor ${INSTALL_TARGETS_DEFAULT_ARGS})
--endif(WIN32)
-