diff options
author | 2018-12-01 19:15:21 +0100 | |
---|---|---|
committer | 2018-12-01 20:20:32 +0100 | |
commit | e20e8fd60228502d41b0cee117f8792f8829c161 (patch) | |
tree | 7a8a1bc18288f2e94dc9a581fe0364bf83aca343 /kde-plasma/plasma-integration | |
parent | profiles: net-vpn/strongswan: don't enable padlock on amd64 (diff) | |
download | gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.gz gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.bz2 gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.zip |
kde-plasma: Drop KDE Plasma 5.13.5
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r-- | kde-plasma/plasma-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.13.5.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 3a00306d74c8..d07f08ef635b 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,3 +1,2 @@ -DIST plasma-integration-5.13.5.tar.xz 53704 BLAKE2B e3bc607fa7270e8f4c7ea686fc4c44f1c47a476a596fa1db646fd3fa729cdd47adb13ae158f4bb2dcf6fecf4ae9feed982438a80b34cb11b9e9abada40d8d67a SHA512 84fadaadda3d91d0ce9a17a2e52dcbb459925a2b20555891219f878df490a52101591da956a06e6362e427a3298499f503924406c28286b4c1b1594f864a6db2 DIST plasma-integration-5.14.3.tar.xz 54088 BLAKE2B 743e4e1083339f3b78cffbd66a54d0363c05b2ca0dd3e456c180b0a39b880c9f6f07fd522e1993e35247dbaaeb330671da44462a0e156c84cfc10619ed642e98 SHA512 8078936e3db9c24a5ea05aaa826b5a69a4f12ae36e7c7e958776dc5b1d12d1d29a45a7f4ebd4f030409f7ecdb40e1f1a57bc859bd75a1ed6106ed74a122b2e23 DIST plasma-integration-5.14.4.tar.xz 54180 BLAKE2B 4c0be1d2e0aa28ad66ed1c9ee2d12005cc688250b0674951304749e688434d5de04c739e5ec3166c4bd3b39d59a61853d2ae245607aa930d38554f1efdd1878f SHA512 6ec1846ead6164ac285128d1881a914d711d4c839edca449961af413606adbe622d741514f88d63b7393931864d3f325293d4950e37934e69f4e6bb7ff5305ac diff --git a/kde-plasma/plasma-integration/plasma-integration-5.13.5.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.13.5.ebuild deleted file mode 100644 index ce019fdac5d4..000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.13.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_plasma_dep breeze) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui 'dbus' '' '5=') - $(add_qt_dep qtquickcontrols2) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libXcursor - x11-libs/libxcb -" -RDEPEND="${DEPEND} - media-fonts/hack - media-fonts/noto -" - -# requires running kde environment -RESTRICT+=" test" |