summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 18:14:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-03 06:03:06 +0100
commit697ee44dcb59db19f9949754a1fc6c22edfecb59 (patch)
tree2cb4c32bcf0cf9166ba6f30c97c0578824269b54 /kde-frameworks/plasma
parentkde-frameworks/extra-cmake-modules: ALLARCHES stable (diff)
downloadgentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.gz
gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.bz2
gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.zip
kde-frameworks: Drop KDE Frameworks 5.60.0
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/plasma')
-rw-r--r--kde-frameworks/plasma/Manifest1
-rw-r--r--kde-frameworks/plasma/plasma-5.60.0.ebuild71
2 files changed, 0 insertions, 72 deletions
diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest
index 9eb563f9ea10..aedb50e77d95 100644
--- a/kde-frameworks/plasma/Manifest
+++ b/kde-frameworks/plasma/Manifest
@@ -1,2 +1 @@
-DIST plasma-framework-5.60.0.tar.xz 3115696 BLAKE2B 24863bbe3229b95ab0a5eba347b15211aa670587c44f81756866941cfe94aaf5c8fb1ac9ec777ad60dfc0e1834431beb6c5d3e81e64f1ba494cb03bbcbe8e05c SHA512 1dbffbc9ed15470a8bb8b78e4f6c222a0acf163ba8e56ce33593bf732dcd0289e531d4c05e1bd313e808266c2bd53a629cb37152e65b254a3de74920d9e57f12
DIST plasma-framework-5.64.0.tar.xz 3120788 BLAKE2B c9c008e4b4b711ba4c370ba95029c4fc7392fe298057f5f8fe959118ad873325cfef3e3a93cee0dc73c7ce786287f18ab661f22e9f32c5f706aca5d15b70d24a SHA512 d0dcdbc4c537d064a125cef11d07e562a9a3b1bd83442217f8f435260420753c34b4dfddd733fc497533bf16a22fad3746884764395e07cf0f268d5f8435ef3c
diff --git a/kde-frameworks/plasma/plasma-5.60.0.ebuild b/kde-frameworks/plasma/plasma-5.60.0.ebuild
deleted file mode 100644
index c33bddc5ab4d..000000000000
--- a/kde-frameworks/plasma/plasma-5.60.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
-}