diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:14:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:22:22 +0200 |
commit | 451c714e3256087189b39b2b11184b52874a214f (patch) | |
tree | 909abba87f30c6441527044ce5c7d7694801d7c4 /kde-plasma/plasma-sdk | |
parent | app-office/pybliographer: Drop old (diff) | |
download | gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.gz gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.bz2 gentoo-451c714e3256087189b39b2b11184b52874a214f.zip |
kde-plasma: Drop KDE Plasma 5.15.3
Package-Manager: Portage-2.3.62, 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.15.3.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index a68522fcb45c..363c81a40ccd 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.3.tar.xz 249660 BLAKE2B 1832aae5266704c7e67d67e73a25810d0731aad58791588355d9e042a025639fb14fc3e047984358ddb057fa0db858e3e81be49a0212e8c29ec74ac893469fd9 SHA512 678db63503b403e7a94ec5e13cdf5d87608edeffc9c6bdb92e56c3eeace345a7ab3f8ad3ee5470b238c7fcd4b094732e86065eb2b21b9926cab7d73957fe825a DIST plasma-sdk-5.15.4.tar.xz 249800 BLAKE2B 555ff6183626af345b349c808efce0417551ce6358d7b645c1955a7f94d74fa3ddd1c1d9698eb4f0b0399ec1c520a75b165d6eb29948e540ccd9b00453a61cac SHA512 3de88af417267c988f1e68941b98cf277ab8cf4d7607c0cb299af8e8b997af613ba04efbe17239a255f9e822849a54bd8973bffd77debb96de84df01d9bb76be diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.15.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.15.3.ebuild deleted file mode 100644 index 370965cfc720..000000000000 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.15.3.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) -" |