diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-18 21:08:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-18 21:32:25 +0200 |
commit | c302d2e078bc97fe598af894aed88ed408a22a2c (patch) | |
tree | 1709d98b83f05b54879d1a06693ea879e5142ec1 /kde-plasma/kdeplasma-addons | |
parent | media-gfx/openscad: bump to version 2019.05 (diff) | |
download | gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.gz gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.bz2 gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.zip |
kde-plasma: Drop KDE Plasma 5.14.5
Closes: https://bugs.gentoo.org/685558
Closes: https://bugs.gentoo.org/684960
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdeplasma-addons')
-rw-r--r-- | kde-plasma/kdeplasma-addons/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.1.ebuild | 58 |
2 files changed, 0 insertions, 59 deletions
diff --git a/kde-plasma/kdeplasma-addons/Manifest b/kde-plasma/kdeplasma-addons/Manifest index d6e4e036b9c6..7be0bbfef137 100644 --- a/kde-plasma/kdeplasma-addons/Manifest +++ b/kde-plasma/kdeplasma-addons/Manifest @@ -1,2 +1 @@ -DIST kdeplasma-addons-5.14.5.1.tar.xz 606580 BLAKE2B 1f8c60c16b1abc44dee8abac3d4b5fda14eb219ff077a392629d5893f06710e42edbbb47bd67a1a9d6d814b150932474dda38fa15eb3a23fab309e5f64b936c2 SHA512 3e755704d55755811b7eb9081022af3ae1bf743fb6a57007909fb46bdae1851b488e08dcccaa8bc3683fa050d8d2612c9520d4e1bb2deb1cf31fcf22610d7ce2 DIST kdeplasma-addons-5.15.5.tar.xz 604584 BLAKE2B aab24f3f8fee18f4e54a7fdf4edbe35923bf96751f27a656d60b141987174f257ae19b77301dc9b77999ef0f8c439cc3cf71be75a2d4a0b9623e2d23e9ec66d7 SHA512 cc0dff694c71645072c6a56bedaa9067a4947906e5167cd55012868a1554beaa5278d2e4f41092be784c8cd9290c03b807f6622a24941dc0b0f733442355fc80 diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.1.ebuild deleted file mode 100644 index 344f13b13c2f..000000000000 --- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Extra Plasma applets and engines" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="amd64 ~arm x86" -IUSE="share webengine" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kholidays) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kross) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kunitconversion) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_frameworks_dep sonnet) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - share? ( $(add_frameworks_dep purpose) ) - webengine? ( $(add_qt_dep qtwebengine) ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - $(add_qt_dep qtquickcontrols) - $(add_qt_dep qtquickcontrols2) - !kde-plasma/kdeplasma-addons:4 -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package share KF5Purpose) - $(cmake-utils_use_find_package webengine Qt5WebEngine) - ) - - kde5_src_configure -} |