summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-13 12:03:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-13 12:03:23 +0100
commita16899591d3ef4c626c0c98a2564d6b6cb0830f9 (patch)
tree8105ee0a910019670ec8631c4d530236c338f4b6 /kde-frameworks/plasma
parentkde-frameworks/kirigami: 5.56.1 version bump (diff)
downloadgentoo-a16899591d3ef4c626c0c98a2564d6b6cb0830f9.tar.gz
gentoo-a16899591d3ef4c626c0c98a2564d6b6cb0830f9.tar.bz2
gentoo-a16899591d3ef4c626c0c98a2564d6b6cb0830f9.zip
kde-frameworks/plasma: Drop 5.56.0, 5.56.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/plasma')
-rw-r--r--kde-frameworks/plasma/Manifest1
-rw-r--r--kde-frameworks/plasma/files/plasma-5.56.0-crashfix.patch40
-rw-r--r--kde-frameworks/plasma/plasma-5.56.0-r1.ebuild73
-rw-r--r--kde-frameworks/plasma/plasma-5.56.0.ebuild71
4 files changed, 0 insertions, 185 deletions
diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest
index 77e8505d2337..92c96f3893bf 100644
--- a/kde-frameworks/plasma/Manifest
+++ b/kde-frameworks/plasma/Manifest
@@ -1,3 +1,2 @@
DIST plasma-framework-5.54.0.tar.xz 4631204 BLAKE2B c7c68f96524be0bc359b0f4b36c79c2d581a8659a53ab432ad64bbeec00b4004630170d2354a887e0ae6d2c15c50d9895fbb5f27def6d8574fd051e5f1612551 SHA512 618f2beb3b8a25cacf7c11339ba15cae10db461c61e278a5ba845e9afac7e9edb48fde16bd78b4bb7d16c07001f8d9fbdbf5bfd58593488a544fa183b3df8c15
-DIST plasma-framework-5.56.0.tar.xz 4636296 BLAKE2B 77f94585d7129917d0b3a1689a07242a4a593ac7dd45e92c417e1dcef994be9c5b3d949bccbd50158c3471ad30b2a773d67e892b4e58968fea5a98c2604d4260 SHA512 7dee5e0fc9345f81a166c1c381ebc6e660eb38ae34eea169977740151ad67bd93d07fc1933ea4d3f2ec0236ca9d40dbd2c160b379b85e28faf184f15a80b9bcc
DIST plasma-framework-5.56.1.tar.xz 4636412 BLAKE2B 516c50e9540f5e82c97dd9ea767b9fb79647ad74f54da767930119292f3a3dea69bbea0df2b00ef0a0300a558663cdc14f97883bf8c19346a53272e1c7d083b3 SHA512 4cf9387016b25fa060e9b1859a2d3894d48e0e698130886b2fab94a92023c438566bc509b2066c58d1273214e91a63705b05f4f8cad9121d8e84ebed4a7d11af
diff --git a/kde-frameworks/plasma/files/plasma-5.56.0-crashfix.patch b/kde-frameworks/plasma/files/plasma-5.56.0-crashfix.patch
deleted file mode 100644
index 844ddf6a234d..000000000000
--- a/kde-frameworks/plasma/files/plasma-5.56.0-crashfix.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From ebae2d63033647950cf0f9d97410723a8c7db1f3 Mon Sep 17 00:00:00 2001
-From: Laurent Montel <montel@kde.org>
-Date: Tue, 12 Mar 2019 07:03:10 +0100
-Subject: Remove crash in plasmashell
-
-Summary: remove bug in plasmashell Bug 405341
-
-Test Plan: can't reproduce bug
-
-Reviewers: dfaure, #frameworks, #plasma, broulik
-
-Reviewed By: #plasma, broulik
-
-Subscribers: broulik, kde-frameworks-devel
-
-Tags: #frameworks
-
-Differential Revision: https://phabricator.kde.org/D19698
----
- src/declarativeimports/core/datamodel.cpp | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/declarativeimports/core/datamodel.cpp b/src/declarativeimports/core/datamodel.cpp
-index 50dc6c5..03bea20 100644
---- a/src/declarativeimports/core/datamodel.cpp
-+++ b/src/declarativeimports/core/datamodel.cpp
-@@ -64,7 +64,10 @@ void SortFilterModel::syncRoleNames()
-
- QHash<int,QByteArray> SortFilterModel::roleNames() const
- {
-- return sourceModel()->roleNames();
-+ if (sourceModel()) {
-+ return sourceModel()->roleNames();
-+ }
-+ return {};
- }
-
- int SortFilterModel::roleNameToId(const QString &name) const
---
-cgit v1.1
diff --git a/kde-frameworks/plasma/plasma-5.56.0-r1.ebuild b/kde-frameworks/plasma/plasma-5.56.0-r1.ebuild
deleted file mode 100644
index fce285228be2..000000000000
--- a/kde-frameworks/plasma/plasma-5.56.0-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KMNAME="${PN}-framework"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Plasma framework"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="gles2 wayland X"
-
-BDEPEND="
- $(add_frameworks_dep kdoctools)
-"
-RDEPEND="
- $(add_frameworks_dep kactivities)
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kirigami)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui 'gles2=')
- $(add_qt_dep qtquickcontrols)
- $(add_qt_dep qtsql)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- !gles2? ( virtual/opengl )
- wayland? (
- $(add_frameworks_dep kwayland)
- media-libs/mesa[egl]
- )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- x11-libs/libxcb
- )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${P}-crashfix.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package !gles2 OpenGL)
- $(cmake-utils_use_find_package wayland EGL)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- $(cmake-utils_use_find_package X X11)
- $(cmake-utils_use_find_package X XCB)
- )
-
- kde5_src_configure
-}
diff --git a/kde-frameworks/plasma/plasma-5.56.0.ebuild b/kde-frameworks/plasma/plasma-5.56.0.ebuild
deleted file mode 100644
index 8da657de064f..000000000000
--- a/kde-frameworks/plasma/plasma-5.56.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KMNAME="${PN}-framework"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Plasma framework"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="gles2 wayland X"
-
-BDEPEND="
- $(add_frameworks_dep kdoctools)
-"
-RDEPEND="
- $(add_frameworks_dep kactivities)
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kirigami)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui 'gles2=')
- $(add_qt_dep qtquickcontrols)
- $(add_qt_dep qtsql)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- !gles2? ( virtual/opengl )
- wayland? (
- $(add_frameworks_dep kwayland)
- media-libs/mesa[egl]
- )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- x11-libs/libxcb
- )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package !gles2 OpenGL)
- $(cmake-utils_use_find_package wayland EGL)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- $(cmake-utils_use_find_package X X11)
- $(cmake-utils_use_find_package X XCB)
- )
-
- kde5_src_configure
-}