diff options
author | 2019-03-21 13:19:48 +0100 | |
---|---|---|
committer | 2019-03-21 17:24:50 +0100 | |
commit | 12c019aeb89427b34cb79e86184719cc1c6031dc (patch) | |
tree | 17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/umbrello | |
parent | profiles: Last-rite kde-apps/dolphin-plugins (diff) | |
download | gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2 gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip |
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/umbrello')
-rw-r--r-- | kde-apps/umbrello/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch | 32 | ||||
-rw-r--r-- | kde-apps/umbrello/umbrello-18.08.3.ebuild | 61 |
3 files changed, 0 insertions, 94 deletions
diff --git a/kde-apps/umbrello/Manifest b/kde-apps/umbrello/Manifest index adde1b7a7a5d..a2a1db7c648c 100644 --- a/kde-apps/umbrello/Manifest +++ b/kde-apps/umbrello/Manifest @@ -1,2 +1 @@ -DIST umbrello-18.08.3.tar.xz 3048228 BLAKE2B 0aeb03360ac8633a738f8066816376991bba83569b4c3d5ada61c481a7009866497da6315b6bbe474a180ce779c5421d90e415ac26ebea8ee32cae961250926e SHA512 2aaceb8e351e4a0a13834ce6ad1c8dd5575ea591e4c69ac080ad53798338200fa9768460ee63f7462941e372ddb9458afba8b602843c63c9cad2cee6f763d6b1 DIST umbrello-18.12.3.tar.xz 3055608 BLAKE2B 0ddec66157bf4ec0de91f81063fe9cfd7d24fa8c05f7d9704108a9cdb4455e119f84b7e30785f2a1749612c53ef148791b9a6a68002c3d460fd83055a393ae64 SHA512 b7ba29b05e5997d9e7ef07c261198bc47910e75668bd619e1f14bb850d5e09fd07948e7d56e2604287384e1c331a882f40b4540c116e9a7b2cfa2078f57b4a90 diff --git a/kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch b/kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch deleted file mode 100644 index 2cf4e6a72ee4..000000000000 --- a/kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 62a9e5e6afdd920779f1211afb0381857659e578 Mon Sep 17 00:00:00 2001 -From: Ralf Habacker <ralf.habacker@freenet.de> -Date: Thu, 6 Dec 2018 13:36:34 +0100 -Subject: Fix KDE CI compile error with Qt 5.10 on linux - -The error was "specialization of template<class T> -struct QMetaTypeId in different namespace [-fpermissive]" - -The Qt 5.10 related issue is fixed by using another approach -to exclude KF5 class KAboutData. ---- - umbrello/main.cpp | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) - -diff --git a/umbrello/main.cpp b/umbrello/main.cpp -index e3315fa..9d2acd8 100644 ---- a/umbrello/main.cpp -+++ b/umbrello/main.cpp -@@ -19,9 +19,8 @@ - - // kde includes - #if QT_VERSION > 0x050000 --namespace dummy { --#include <kaboutdata.h> --} -+// prevent including of <kaboutdata.h> -+#define KABOUTDATA_H - #include <k4aboutdata.h> - #define KAboutData K4AboutData - #include <KCrash> --- -cgit v1.1 diff --git a/kde-apps/umbrello/umbrello-18.08.3.ebuild b/kde-apps/umbrello/umbrello-18.08.3.ebuild deleted file mode 100644 index 2afd90e22b90..000000000000 --- a/kde-apps/umbrello/umbrello-18.08.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="KDE UML Modeller" -HOMEPAGE=" - https://www.kde.org/applications/development/umbrello - https://umbrello.kde.org -" -KEYWORDS="amd64 x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwebkit) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - dev-libs/libxml2 - dev-libs/libxslt -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kdelibs4support) -" -RDEPEND="${COMMON_DEPEND} - !<kde-apps/kde4-l10n-17.07.80 -" - -PATCHES=( "${FILESDIR}/${P}-kf-5.54.patch" ) - -src_configure() { - local mycmakeargs=( - -DBUILD_KF5=ON - -DBUILD_unittests=$(usex test) - ) - use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON ) - - kde5_src_configure -} |