summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 16:08:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 16:08:52 +0100
commita9211382130de01503fc810e129afb95f271e2f1 (patch)
treeed64b23448b395c9184e798e3c8c0af21af0c05b /kde-plasma/plasma-sdk
parentx11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson (diff)
downloadgentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.gz
gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.bz2
gentoo-a9211382130de01503fc810e129afb95f271e2f1.zip
kde-plasma: Drop KDE Plasma 5.15.0
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/Manifest1
-rw-r--r--kde-plasma/plasma-sdk/plasma-sdk-5.15.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 81d41fad1a48..f815c92e79c5 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.0.tar.xz 249508 BLAKE2B cbc0fc3ec46545ec0ad34c680990aa8c1a8a931ab2c80399a20c5e81e208fe6a2b06bff2fa8a42062394e2a8e5619375f31f919ba305873c147c86a38e0d7052 SHA512 1f4670f069802d1bafc3637b3996d7900906737e131242cff86da8780be4647123978a118f8f8f81c90e0b5db65c997741680ffd1ca19223f275582c098dd7db
DIST plasma-sdk-5.15.1.tar.xz 249856 BLAKE2B aa138662ed65b40980c147570548d4b8709973ca577cd3ed5afc7afa7a3dca8988092c07d37185e383ffa87cb17d081d47ae074704f000b2f0ea08467a6aa0d7 SHA512 39dc83cde7b6ff5ff1fca81e8c1882f5ee3d8f94b94219e3cc98edb42d3408d739c84fe3a5500cd5461e6927efe5fd6a956ee1003cb2cd017d4829e924a0ce83
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.15.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.15.0.ebuild
deleted file mode 100644
index a90ef7ddbe98..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.15.0.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 ~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)
-"