diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-29 21:50:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-29 23:21:36 +0100 |
commit | d3d3dfeb634261d4d22a9f791ca8038d0113b649 (patch) | |
tree | 4c594c797be393bab5a454c9e7d90532a0a22fcf /kde-plasma/plasma-integration | |
parent | kde-plasma/plasma-workspace: Drop translations of Plasma session name (diff) | |
download | gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.gz gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.bz2 gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.zip |
kde-plasma: Drop KDE Plasma 5.17.1
Package-Manager: Portage-2.3.78, Repoman-2.3.17
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.17.1.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index de68578b078d..f47ae53860b6 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,3 +1,2 @@ DIST plasma-integration-5.16.5.tar.xz 55672 BLAKE2B a953d06cb13cb6c248124fbdeb8ed7e52d82bb8411e53a7c86b95c8e3fe90464f9e9fdc0a271a697bd95df0865ee7939f8a71d973b82bf5016b64c369a95ba70 SHA512 f974db9c85fb22e7dfeb8154d5c51c7106f2b95aeb783843701234a4b7186fd6b4be6298809d73b1a776399420a0e451908e5466aca622fd69800f0cfa2e3a91 -DIST plasma-integration-5.17.1.tar.xz 56360 BLAKE2B 0945bba0375f80efe87fa6924f0287296c0979ef9183bca7086c8312d2fa098b23fd7c6e313a3e119969a22e0c737e7fd560c2343710c52eabbf62c63161e936 SHA512 2e281766948d53a499608bf72637269b4d5f86da7c24f57d9cdcfe5db16e710524d476ff8868767fbb62e1f52c7064fa0ba40e69c8f25460ba001c7bcecf73a9 DIST plasma-integration-5.17.2.tar.xz 56292 BLAKE2B 42b543c0d7722d1434ec4ba89244b7bfc97b7bf367c1b47b259c050a23513dccee751bd0ac97e47fb297320eb50263d419ac294edc87d46cf37a66fb59d2cbd8 SHA512 dc0f636ab7799ca383e71c6d464ce01ce353c072c16bedc77a68970652cdef36b12ceb10f85287f22976ce47661442419f89a458ddc57110e3b8e253fad1f834 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.17.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.17.1.ebuild deleted file mode 100644 index b28163426a43..000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.17.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" |