diff options
author | 2018-02-13 20:47:14 +0100 | |
---|---|---|
committer | 2018-02-13 20:47:14 +0100 | |
commit | e665913cfca5b42df96203ed506f074cf1555ab2 (patch) | |
tree | 64abd9fbefb41c9cd1576d1324c180a796680d0c /kde-plasma/plasma-sdk | |
parent | sys-libs/gwenhywfar: Add missing eautoreconf (diff) | |
download | gentoo-e665913cfca5b42df96203ed506f074cf1555ab2.tar.gz gentoo-e665913cfca5b42df96203ed506f074cf1555ab2.tar.bz2 gentoo-e665913cfca5b42df96203ed506f074cf1555ab2.zip |
kde-plasma: Drop KDE Plasma 5.12.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.12.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index 28421943a4c6..296c332a0bec 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1,3 +1,2 @@ DIST plasma-sdk-5.11.5.tar.xz 265048 BLAKE2B 3da4125bb0db4801462ce5907329dc95a4102dacb0d09e404dd0af85d7dfeae44d4be6b60de6828999769c631c1ad09a52359501d7e9454c18ea2d91757df367 SHA512 b7259e5d17f209edf3bf07a37fb7a2efd0be08a5d34ab78115c55f94c74862e076cf58446ce67327c8021800086d282587cbec0e7ab8634b12ed009de3c26090 -DIST plasma-sdk-5.12.0.tar.xz 250056 BLAKE2B bfc4c1009a86b6f11f035151dbd92bb2f94c502a916ef4e22e74737f5cbb05f56e0a3c15f533f2904f009d5edf07f076d401116ff49a5f5200e2d24ac839760d SHA512 5a80ed04c4cc0e99e3721705ecad9e8144ec45a0888b09a41caeada9a8d1b2d9e8daaff7cb77da9fb511c192bd06913c979793ad0dab38c1277eec480a5f7d7d DIST plasma-sdk-5.12.1.tar.xz 250664 BLAKE2B 2c35e348d223e0db21b9fe8391822c522471c1b9b050ddf89c8d3a591fbecc0ab40c1f04b10b1b28afb58aec384d8b26c12d6881e7e2055242ff3456431eddf0 SHA512 64768a53d37d9cc66de26f68e024944472d661f0604484c5c5684d770273fd1a07ed39ac6cf65b0f17ea0b8536c922c619cf8fd6c53cce4347c1106f9050e7a3 diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.12.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.12.0.ebuild deleted file mode 100644 index 47de95ae2130..000000000000 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.12.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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) -" |