diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-08 20:19:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-08 20:19:24 +0100 |
commit | 1cfbcb18cee6e9aeaef9125550e371e69d39f8d7 (patch) | |
tree | 366d158e3b1544184efd6e24f25d06fc27d45956 /kde-plasma/plasma-sdk | |
parent | x11-apps/xcursorgen: Version bump to 1.0.7 (diff) | |
download | gentoo-1cfbcb18cee6e9aeaef9125550e371e69d39f8d7.tar.gz gentoo-1cfbcb18cee6e9aeaef9125550e371e69d39f8d7.tar.bz2 gentoo-1cfbcb18cee6e9aeaef9125550e371e69d39f8d7.zip |
kde-plasma: Drop KDE Plasma 5.14.4
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-sdk')
-rw-r--r-- | kde-plasma/plasma-sdk/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-sdk/plasma-sdk-5.14.4.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index 903c36f6b702..3687d4c45ed2 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1,3 +1,2 @@ DIST plasma-sdk-5.14.3.tar.xz 250856 BLAKE2B 4607654ebc9a0eaabc7f4a0cc5ea2bb697d6dac90131aae4b4366febfa23a44e73910d14890b6bd64d8fc36ce16fd12b4220fb17862cbf00186004ec0d3ec15c SHA512 9610abafb27147a398fb5bff28f2aa3ec367cf062fb1804e987da410786086c8f8c8d6def464b2924ebe24b37c2369d5f75e5c8c12f412b68e398cdb8682ca35 -DIST plasma-sdk-5.14.4.tar.xz 250352 BLAKE2B ddc54119543146a5c2738c9d9bc1d9fe0b7829e042ff780432eb316d482b74ba23a1312a6f0490b219cf5cb98c282eefd51787381d988fdcb2025429e3f4dc75 SHA512 d20a3444daec03e80e77711674372db2f864551ef2c0097db6fce202198d8e47931566aee02c851a65084aadf1a0e66ea5afd4de18732ed690abf930779d8588 DIST plasma-sdk-5.14.5.tar.xz 250236 BLAKE2B a635ce3f32dfcb83d89ebcc546b407f51b41cab4afb134ef26792b5de188cee17be946fdf24c635cec2603b8b524782e69148a1872decd89266241a70d1c8cfd SHA512 b4ef6eadd49e027009090bbaa7d1af476b6d1fb8bea68df2381442bfbc2405d324319bc25c41060d4dab8517a6549e507790413d77f7406d7cc02a6ae7aeec39 diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.14.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.14.4.ebuild deleted file mode 100644 index 334020a60fd3..000000000000 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.14.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="optional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Useful applications for Plasma development" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND} - !dev-util/plasmate - $(add_frameworks_dep kirigami) -" |