aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 11:18:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 11:18:21 +0200
commitd7734cdd9d6a9e0aea05e91641e9022ab6a23b9d (patch)
tree8ef90eb94b92309c574080fecdf0313084704a6d /kde-frameworks/plasma
parentmedia-libs/pulseaudio-qt: 1.1.0 version bump (diff)
downloadkde-d7734cdd9d6a9e0aea05e91641e9022ab6a23b9d.tar.gz
kde-d7734cdd9d6a9e0aea05e91641e9022ab6a23b9d.tar.bz2
kde-d7734cdd9d6a9e0aea05e91641e9022ab6a23b9d.zip
kde-frameworks: Drop KDE Frameworks 5.58
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.66, Repoman-2.3.12 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.58.0.ebuild71
2 files changed, 0 insertions, 72 deletions
diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest
deleted file mode 100644
index 6d743ae134..0000000000
--- a/kde-frameworks/plasma/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasma-framework-5.58.0.tar.xz 3116544 BLAKE2B f0c950023526999ebdd7e0c888f799d261927230882ad385f3f1f8dd232f1d1dc8824eb7fbc3dccf2f0303006318028cfaf07a97f20b63f503a16fdc4d7e2194 SHA512 4ceb9b2261012179cd0d9e0f1eec7b9d22b0f8a0582b4ccd7846a26619c429d3105962dec95af7daee0087e3011cc956d336a4aeed44671d6a6cbae3d663bc0d
diff --git a/kde-frameworks/plasma/plasma-5.58.0.ebuild b/kde-frameworks/plasma/plasma-5.58.0.ebuild
deleted file mode 100644
index 8da657de06..0000000000
--- a/kde-frameworks/plasma/plasma-5.58.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
-}