diff options
author | 2016-08-27 21:29:33 +0200 | |
---|---|---|
committer | 2016-08-27 21:29:33 +0200 | |
commit | 1225edbc9fa7a9808d890a9bbc5478c61fa69e83 (patch) | |
tree | ba862053c6f3103c5c2ffcbb629472deebc6b764 /kde-plasma/plasma-integration | |
parent | kde-plasma: Version bump KDE Plasma 5.7.4 (diff) | |
download | gentoo-1225edbc9fa7a9808d890a9bbc5478c61fa69e83.tar.gz gentoo-1225edbc9fa7a9808d890a9bbc5478c61fa69e83.tar.bz2 gentoo-1225edbc9fa7a9808d890a9bbc5478c61fa69e83.zip |
kde-plasma: Remvoe KDE Plasma 5.7.3
Package-Manager: portage-2.3.0
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.7.3.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 7d691532be9e..ae1d8cefcd98 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,3 +1,2 @@ DIST plasma-integration-5.6.5.tar.xz 52552 SHA256 40e8716f3472d1a2b22bc44d51d76901c8ce0606e7587b549584cb7e9e1c87e8 SHA512 a8952f25ed2eacc96c7957c4f2d21397fe5a75a9dcfacca67e3b7111095be380128c4663276bba838cb30e877f02ded184867e29ad591fd62caed63114a79eed WHIRLPOOL 2af37abc93c7534642a93726c60fa5cd6e4095b65d8a7c0e192864c9529a04962ef84cf5ab0961711b6dc39bdd93a71367181ee2a2f415e8ba8d3614470e70d1 -DIST plasma-integration-5.7.3.tar.xz 48960 SHA256 140e38073ab90c4deb11ac06586a9ea355d9637068ae8df45dc4994a9cac9cf2 SHA512 390a07b87b01ec70a0f3f4f70f17d13954b9b1fd4147a6b3ab3687bc25c900b4287a8917397fcbdbdcc5c6d1425b12202e43a21cc6f9fd941d5e4a84d000b3a2 WHIRLPOOL 2470e3d50130ce066fd22701fc89f76c3e67a3f0a9434360a3d7f560463055cfe547131e2d1ebb4bbb53a035e9b7833ee4eb13216c93be87494bf73a6911c457 DIST plasma-integration-5.7.4.tar.xz 48764 SHA256 3d602463b47cbe08738ce9a7d1ff5322a4948c1232cd77f66fa2803f21af1740 SHA512 dadcb7bbf5396a6336ccaa5a0bb33bce2f315bda67d750d96c2d5d94f06d03e023fd77c4881c73ee643e5be50c3c13d84a36b5aeea266bfd73ea6a4a8b9601c7 WHIRLPOOL 91df6970df94df3bed7a45fffbfe223b9220695b9acad3414a0f556992b2c5df4ddefcaebaec3ebcde6f9f736fcdc5773f805b869f8c2f2580ece7dada194600 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.7.3.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.7.3.ebuild deleted file mode 100644 index d6c4ad63e6ff..000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.7.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~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 '' '' '5=') - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libXcursor -" -RDEPEND="${DEPEND} - $(add_plasma_dep oxygen-fonts '' 5.4.3) - media-fonts/noto -" - -# requires running kde environment -RESTRICT="test" |