summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 15:22:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 19:52:32 +0100
commit049e83ff53b30814ac672dab128e71d9d0a2cfd8 (patch)
tree8ddc861ddb3d3fff31897ca2c75041349250d5c8 /kde-plasma/plasma-sdk
parentmedia-libs/mesa: Add REQUIRED_USE For USE=d3d9 (diff)
downloadgentoo-049e83ff53b30814ac672dab128e71d9d0a2cfd8.tar.gz
gentoo-049e83ff53b30814ac672dab128e71d9d0a2cfd8.tar.bz2
gentoo-049e83ff53b30814ac672dab128e71d9d0a2cfd8.zip
kde-plasma: Drop KDE Plasma 5.12.7
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.12.7.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 01ce209450bf..e4089aa5a576 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-sdk-5.12.7.tar.xz 245872 BLAKE2B c96941fb41d6343e631b8c7571e9112432f8b0886332d2e0225c86abaf8d95565e60444139af572e7d906a13736ee51b5a6f76538e606c0cdf9c06a240f116c5 SHA512 a12ed059838e282e72772b9113ebdb8977525dc76a2c3d8c377871e7157c9c78de87d1e11ce704123df0b39c3c0f5e48b533b69404367f917557804c372a8c8c
DIST plasma-sdk-5.13.5.tar.xz 250032 BLAKE2B 0269457091da4d462450883eeb7a7d7ccc26bb59804a8fe6ce04c131a77f2f0146060717479ace02f2f9b629b77188f44ac8d1217094e2a6d2429a3dc2b86c00 SHA512 bf73297d8d62c5336c1cb8c6c3e5918efce0a2a069c1b76f4e0c2b6d421aa3ee37f427a3f22c17d2b045af9a807a4104ab142d95b5c92f71237a72ffacd709f6
DIST plasma-sdk-5.14.3.tar.xz 250856 BLAKE2B 4607654ebc9a0eaabc7f4a0cc5ea2bb697d6dac90131aae4b4366febfa23a44e73910d14890b6bd64d8fc36ce16fd12b4220fb17862cbf00186004ec0d3ec15c SHA512 9610abafb27147a398fb5bff28f2aa3ec367cf062fb1804e987da410786086c8f8c8d6def464b2924ebe24b37c2369d5f75e5c8c12f412b68e398cdb8682ca35
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.12.7.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.12.7.ebuild
deleted file mode 100644
index 334020a60fd3..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.12.7.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)
-"