diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-12 14:31:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-12 14:31:20 +0100 |
commit | 9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d (patch) | |
tree | e68ae11cce6f377674cb0204c714a1da439c782f /kde-plasma/plasma-sdk | |
parent | kde-plasma: Add KDE Plasma 5.15.3 (diff) | |
download | gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.gz gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.bz2 gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.zip |
kde-plasma: Drop KDE Plasma 5.15.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.15.2.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index 8203ce0f2dcb..cc941f84dc4e 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1,3 +1,2 @@ DIST plasma-sdk-5.14.5.tar.xz 250236 BLAKE2B a635ce3f32dfcb83d89ebcc546b407f51b41cab4afb134ef26792b5de188cee17be946fdf24c635cec2603b8b524782e69148a1872decd89266241a70d1c8cfd SHA512 b4ef6eadd49e027009090bbaa7d1af476b6d1fb8bea68df2381442bfbc2405d324319bc25c41060d4dab8517a6549e507790413d77f7406d7cc02a6ae7aeec39 -DIST plasma-sdk-5.15.2.tar.xz 249672 BLAKE2B 6fd8796413d7c9b606f7997c8344f18dd03ef5bdd835465a1e051739f25bea7cd8d8c2309c03c8b0e1132e6630acc996d1b4c8baf7b028624464ece6c99a1286 SHA512 4080d54a97abf312c968677f20597c0adec5d93b05e0c82e69cecff5f462650c244c412514fe0ed187177d0da8f4b3420efb1d404693439c76bd42a130b701bb DIST plasma-sdk-5.15.3.tar.xz 249660 BLAKE2B 1832aae5266704c7e67d67e73a25810d0731aad58791588355d9e042a025639fb14fc3e047984358ddb057fa0db858e3e81be49a0212e8c29ec74ac893469fd9 SHA512 678db63503b403e7a94ec5e13cdf5d87608edeffc9c6bdb92e56c3eeace345a7ab3f8ad3ee5470b238c7fcd4b094732e86065eb2b21b9926cab7d73957fe825a diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild deleted file mode 100644 index 370965cfc720..000000000000 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="optional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Useful applications for Plasma development" -KEYWORDS="~amd64 ~arm ~arm64 ~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} - $(add_frameworks_dep kirigami) -" |