commit: 8acd9c7c7bc2956080808ff4b21fd2c48508c9ef
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 08:55:53 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 10:53:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acd9c7c
kde-plasma/kdeplasma-addons: Drop 5.14.5 (r0)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-plasma/kdeplasma-addons/Manifest | 1 -
.../kdeplasma-addons-5.14.5.ebuild | 58 ----------------------
2 files changed, 59 deletions(-)
diff --git a/kde-plasma/kdeplasma-addons/Manifest
b/kde-plasma/kdeplasma-addons/Manifest
index 0dacf793c59..6d95572ad7d 100644
--- a/kde-plasma/kdeplasma-addons/Manifest
+++ b/kde-plasma/kdeplasma-addons/Manifest
@@ -1,3 +1,2 @@
DIST kdeplasma-addons-5.14.5.1.tar.xz 606580 BLAKE2B
1f8c60c16b1abc44dee8abac3d4b5fda14eb219ff077a392629d5893f06710e42edbbb47bd67a1a9d6d814b150932474dda38fa15eb3a23fab309e5f64b936c2
SHA512
3e755704d55755811b7eb9081022af3ae1bf743fb6a57007909fb46bdae1851b488e08dcccaa8bc3683fa050d8d2612c9520d4e1bb2deb1cf31fcf22610d7ce2
-DIST kdeplasma-addons-5.14.5.tar.xz 603588 BLAKE2B
0323ae26e0e55b7a75571c1cfbd88dfeb221f1aa706623abb21f900ebdd56bd9f3ac521b91c129ab99c046932353ba5079e72d3fad09a131ac1417c8783736a5
SHA512
f6d0203231598b161991b7bbd6bbbe4504831195d5d892c302212cd86067156cb17bc4632e7dd8a951747f98dd84312a3c70eb477bfb16a13a118de07cc1615e
DIST kdeplasma-addons-5.15.0.tar.xz 602468 BLAKE2B
e09d9395af56d20195792c47c734758c8df06dbf3ec40b2eaf777b5811bb8e5bcdb34a168d5d243dc123c0b12201b6a21297545d4352dfecd4cd7200a8ed80c2
SHA512
d470b3bdddaca240c776d274c4c42de36800102c18ac140887e78e8f7ef02ec6516746e4b5326d56dac22472864e7d767d4f8fffc10a8f26695405af4d4edbd3
diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.ebuild
b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.ebuild
deleted file mode 100644
index 344f13b13c2..00000000000
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.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
-}