summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-12-16 23:43:54 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-12-16 23:45:33 +1100
commitff3e416ce736a3d9b62dcfb1c6176d98280f1fd1 (patch)
treea5ab3befdcdc0e9c8678a126bf2b9d3a8c36852b
parentdev-util/kdevelop: remove 5.1.1 (diff)
downloadgentoo-ff3e416ce736a3d9b62dcfb1c6176d98280f1fd1.tar.gz
gentoo-ff3e416ce736a3d9b62dcfb1c6176d98280f1fd1.tar.bz2
gentoo-ff3e416ce736a3d9b62dcfb1c6176d98280f1fd1.zip
dev-util/kdevplatform: remove 5.1.1
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r--dev-util/kdevplatform/Manifest1
-rw-r--r--dev-util/kdevplatform/files/kdevplatform-5.1.1-tests-optional.patch229
-rw-r--r--dev-util/kdevplatform/kdevplatform-5.1.1.ebuild97
3 files changed, 0 insertions, 327 deletions
diff --git a/dev-util/kdevplatform/Manifest b/dev-util/kdevplatform/Manifest
index 08d97e172ecf..d0c70a997946 100644
--- a/dev-util/kdevplatform/Manifest
+++ b/dev-util/kdevplatform/Manifest
@@ -1,2 +1 @@
-DIST kdevplatform-5.1.1.tar.xz 2047948 BLAKE2B 3fada2faaf824aab269c4b5f77e68d8d8ac9a9412d629915c9bfe6b099de1bad6f32ec8479cbc3e6a3124cd5ba3761ee682c1e73ee57ef1372bc6998e14716e8 SHA512 2780bc8f321be262bb9c2152fa8c58d52c93d48411122a5ce8d00f11becc8885c9697be7159cbcbb57c0a3f049912f96e67bc274af7ffa90cebf62eeba1eb572
DIST kdevplatform-5.1.2.tar.xz 2051776 BLAKE2B 3e7e91d5438b8a528e640671418399d302c8c9ee96d3e98cfe2ab68e64be63d7af98b1f4f11e512e9e79e17cddbd75731528d7dd9deab52c753a9f5be7dbce8e SHA512 cba58144b1c431789c6ceedee673f365af411a185944c5f6e2d8a8f46bf8bd817de0bbbb454d8ee6c2db28675a78940cb4293bb5e6430bdce77e4bd98e335889
diff --git a/dev-util/kdevplatform/files/kdevplatform-5.1.1-tests-optional.patch b/dev-util/kdevplatform/files/kdevplatform-5.1.1-tests-optional.patch
deleted file mode 100644
index 385e37c38654..000000000000
--- a/dev-util/kdevplatform/files/kdevplatform-5.1.1-tests-optional.patch
+++ /dev/null
@@ -1,229 +0,0 @@
-Patch autogenerated by KDE_TEST=forceoptional-recursive and edited.
-
---- a/project/CMakeLists.txt 2017-08-19 13:39:27.223931674 +0200
-+++ b/project/CMakeLists.txt 2017-08-19 13:39:27.230931474 +0200
-@@ -38,7 +38,9 @@
- Qt5::Concurrent
- )
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
-
- install(FILES
- interfaces/iprojectbuilder.h
---- a/sublime/CMakeLists.txt 2017-08-19 13:39:27.242931131 +0200
-+++ b/sublime/CMakeLists.txt 2017-08-19 13:39:27.249930930 +0200
-@@ -1,7 +1,9 @@
- add_definitions(-DTRANSLATION_DOMAIN=\"kdevplatform\")
-
- add_subdirectory(examples)
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
-
- set(sublime_LIB_SRCS
- area.cpp
---- a/vcs/CMakeLists.txt 2017-08-19 13:39:27.258930673 +0200
-+++ b/vcs/CMakeLists.txt 2017-08-19 13:39:27.264930501 +0200
-@@ -1,7 +1,9 @@
- add_definitions(-DTRANSLATION_DOMAIN=\"kdevplatform\")
-
-+if(BUILD_TESTING)
- add_subdirectory(dvcs/tests)
- add_subdirectory(models/tests)
-+endif()
-
- set(KDevPlatformVcs_UIS
- widgets/vcscommitdialog.ui
---- a/shell/CMakeLists.txt 2017-08-19 13:39:27.274930215 +0200
-+++ b/shell/CMakeLists.txt 2017-08-19 13:39:27.281930015 +0200
-@@ -1,6 +1,8 @@
- add_definitions(-DTRANSLATION_DOMAIN=\"kdevplatform\")
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
-
- set(KDevPlatformShell_LIB_SRCS
- workingsetcontroller.cpp
---- a/language/CMakeLists.txt 2017-08-19 13:39:27.292929700 +0200
-+++ b/language/CMakeLists.txt 2017-08-19 13:39:27.299929500 +0200
-@@ -6,11 +6,13 @@
- check_include_file("malloc.h" HAVE_MALLOC_H)
- check_symbol_exists(malloc_trim "malloc.h" HAVE_MALLOC_TRIM)
-
-+if(BUILD_TESTING)
- add_subdirectory(highlighting/tests)
- add_subdirectory(duchain/tests)
- add_subdirectory(backgroundparser/tests)
- add_subdirectory(codegen/tests)
- add_subdirectory(util/tests)
-+endif()
-
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/language-features.h.cmake
- ${CMAKE_CURRENT_BINARY_DIR}/language-features.h )
---- a/language/codegen/tests/data/CMakeLists.txt 2017-08-19 13:39:27.309929214 +0200
-+++ b/language/codegen/tests/data/CMakeLists.txt 2017-08-19 13:39:27.316929014 +0200
-@@ -1 +1,3 @@
-+if(BUILD_TESTING)
- add_subdirectory(kdevcodegentest)
-+endif()
---- a/outputview/CMakeLists.txt 2017-08-19 13:39:27.326928728 +0200
-+++ b/outputview/CMakeLists.txt 2017-08-19 13:39:27.334928499 +0200
-@@ -31,4 +31,6 @@
- outputexecutejob.h
- DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kdevplatform/outputview COMPONENT Devel)
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
---- a/serialization/CMakeLists.txt 2017-08-19 13:39:27.343928241 +0200
-+++ b/serialization/CMakeLists.txt 2017-08-19 13:39:27.351928013 +0200
-@@ -27,4 +27,6 @@
- DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kdevplatform/serialization COMPONENT Devel
- )
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
---- a/util/CMakeLists.txt 2017-08-19 13:39:27.360927755 +0200
-+++ b/util/CMakeLists.txt 2017-08-19 13:39:27.368927526 +0200
-@@ -39,7 +39,9 @@
-
- add_subdirectory(duchainify)
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
-
- ki18n_wrap_ui(KDevPlatformUtil_LIB_SRCS ${KDevPlatformUtil_LIB_US})
- kdevplatform_add_library(KDevPlatformUtil SOURCES ${KDevPlatformUtil_LIB_SRCS})
---- a/debugger/CMakeLists.txt 2017-08-19 13:39:27.377927269 +0200
-+++ b/debugger/CMakeLists.txt 2017-08-19 13:39:27.385927040 +0200
-@@ -63,4 +63,6 @@
- DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kdevplatform/debugger/framestack COMPONENT Devel
- )
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
---- a/plugins/bazaar/CMakeLists.txt 2017-08-19 13:39:27.394926782 +0200
-+++ b/plugins/bazaar/CMakeLists.txt 2017-08-19 13:39:27.402926554 +0200
-@@ -16,4 +16,6 @@
- )
-
- add_subdirectory(icons)
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
---- a/plugins/standardoutputview/CMakeLists.txt 2017-08-19 13:39:27.410926325 +0200
-+++ b/plugins/standardoutputview/CMakeLists.txt 2017-08-19 13:39:27.418926096 +0200
-@@ -1,5 +1,7 @@
- add_definitions(-DTRANSLATION_DOMAIN=\"kdevstandardoutputview\")
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
-
- ########### next target ###############
-
---- a/plugins/cvs/CMakeLists.txt 2017-08-19 13:39:27.426925867 +0200
-+++ b/plugins/cvs/CMakeLists.txt 2017-08-19 13:39:27.434925638 +0200
-@@ -1,5 +1,7 @@
- add_definitions(-DTRANSLATION_DOMAIN=\"kdevcvs\")
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
-
-
- ########### next target ###############
---- a/plugins/quickopen/CMakeLists.txt 2017-08-19 13:39:27.443925381 +0200
-+++ b/plugins/quickopen/CMakeLists.txt 2017-08-19 13:39:27.450925181 +0200
-@@ -1,5 +1,7 @@
- add_definitions(-DTRANSLATION_DOMAIN=\"kdevquickopen\")
-+if(BUILD_TESTING)
- add_subdirectory( tests )
-+endif()
-
- set(kdevquickopen_PART_SRCS
- quickopenplugin.cpp
---- a/plugins/genericprojectmanager/CMakeLists.txt 2017-08-19 13:39:27.458924952 +0200
-+++ b/plugins/genericprojectmanager/CMakeLists.txt 2017-08-19 13:39:27.465924752 +0200
-@@ -1,6 +1,8 @@
- add_definitions(-DTRANSLATION_DOMAIN=\"kdevgenericprojectmanager\")
-
-+if(BUILD_TESTING)
- add_subdirectory(test)
-+endif()
-
- ########### next target ###############
-
---- a/plugins/subversion/CMakeLists.txt 2017-08-19 13:39:27.473924523 +0200
-+++ b/plugins/subversion/CMakeLists.txt 2017-08-19 13:39:27.479924351 +0200
-@@ -7,7 +7,9 @@
-
- string(REPLACE "-Wdocumentation" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
- add_subdirectory(icons)
-
- include_directories(
---- a/plugins/grepview/CMakeLists.txt 2017-08-19 13:39:27.488924094 +0200
-+++ b/plugins/grepview/CMakeLists.txt 2017-08-19 13:39:27.494923922 +0200
-@@ -39,4 +39,6 @@
-
- ########### install files ###############
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
---- a/plugins/perforce/CMakeLists.txt 2017-08-19 13:39:27.503923665 +0200
-+++ b/plugins/perforce/CMakeLists.txt 2017-08-19 13:39:27.509923493 +0200
-@@ -1,5 +1,7 @@
- add_subdirectory(p4clientstub)
-+if(BUILD_TESTING)
- add_subdirectory(test)
-+endif()
-
- set(kdevperforce_PART_SRCS
- perforceplugin.cpp
---- a/plugins/filetemplates/CMakeLists.txt 2017-08-19 13:39:27.517923264 +0200
-+++ b/plugins/filetemplates/CMakeLists.txt 2017-08-19 13:39:27.523923092 +0200
-@@ -89,4 +89,6 @@
- KF5::NewStuff
- )
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
---- a/plugins/git/CMakeLists.txt 2017-08-19 13:39:27.531922863 +0200
-+++ b/plugins/git/CMakeLists.txt 2017-08-19 13:39:27.538922663 +0200
-@@ -1,6 +1,8 @@
- add_definitions(-DTRANSLATION_DOMAIN=\"kdevgit\")
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
- add_subdirectory(icons)
-
- set(kdevgit_PART_SRCS
---- a/plugins/projectfilter/CMakeLists.txt 2017-08-19 13:39:27.546922435 +0200
-+++ b/plugins/projectfilter/CMakeLists.txt 2017-08-19 13:39:27.552922263 +0200
-@@ -26,4 +26,6 @@
- KDev::Interfaces
- )
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
---- a/plugins/problemreporter/CMakeLists.txt 2017-08-19 13:39:27.560922034 +0200
-+++ b/plugins/problemreporter/CMakeLists.txt 2017-08-19 13:39:27.567921834 +0200
-@@ -15,4 +15,6 @@
- kdevplatform_add_plugin(kdevproblemreporter JSON kdevproblemreporter.json SOURCES ${kdevproblemreporter_PART_SRCS})
- target_link_libraries(kdevproblemreporter KF5::TextEditor KF5::Parts KDev::Language KDev::Interfaces KDev::Util KDev::Project KDev::Shell)
-
-+if(BUILD_TESTING)
- add_subdirectory(tests)
-+endif()
diff --git a/dev-util/kdevplatform/kdevplatform-5.1.1.ebuild b/dev-util/kdevplatform/kdevplatform-5.1.1.ebuild
deleted file mode 100644
index 8f3366b15ea5..000000000000
--- a/dev-util/kdevplatform/kdevplatform-5.1.1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.1"
-KDEBASE="kdevelop"
-KDE_TEST="true"
-VIRTUALDBUS_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE development support libraries and apps"
-IUSE="cvs reviewboard subversion +welcomepage"
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kbookmarks)
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep sonnet)
- $(add_frameworks_dep threadweaver)
- $(add_kdeapps_dep libkomparediff2)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qttest)
- $(add_qt_dep qtwebkit)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- dev-libs/grantlee:5
- reviewboard? ( dev-libs/purpose )
- subversion? (
- dev-libs/apr:1
- dev-libs/apr-util:1
- dev-vcs/subversion
- )
- welcomepage? ( $(add_qt_dep qtdeclarative 'widgets') )
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/boost
- $(add_qt_dep qtconcurrent)
-"
-RDEPEND="${COMMON_DEPEND}
- cvs? ( dev-vcs/cvs )
- !dev-util/kdevelop:4
- !dev-util/kdevplatform:4
-"
-
-REQUIRED_USE="test? ( welcomepage )"
-
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${P}-tests-optional.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_cvs=$(usex cvs)
- $(cmake-utils_use_find_package reviewboard KDEExperimentalPurpose)
- $(cmake-utils_use_find_package subversion SubversionLibrary)
- $(cmake-utils_use_find_package welcomepage Qt5QuickWidgets)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- if ! has_version "kde-apps/konsole" ; then
- echo
- elog "For konsole view, please install kde-apps/konsole"
- echo
- fi
-}