diff options
author | Johannes Huber <johu@gentoo.org> | 2016-05-17 13:14:10 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-05-17 13:14:22 +0200 |
commit | ee1405e186eb2e04a53a6da6b955e4edd1ead273 (patch) | |
tree | 5ea3e243d18b01060e48a56749686b1c4f348ede /kde-plasma/plasma-integration | |
parent | dev-db/pgadmin3: Fix build issues with x11-libs/wxGTK (diff) | |
download | gentoo-ee1405e186eb2e04a53a6da6b955e4edd1ead273.tar.gz gentoo-ee1405e186eb2e04a53a6da6b955e4edd1ead273.tar.bz2 gentoo-ee1405e186eb2e04a53a6da6b955e4edd1ead273.zip |
kde-plasma: Remove KDE Plasma 5.6.3
Package-Manager: portage-2.3.0_rc1
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.6.3.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 93728b769a49..27dbad80f61e 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1 @@ -DIST plasma-integration-5.6.3.tar.xz 51548 SHA256 1c87482631e489ca1d16450b7a7c62f43eac9a4f517e8458d6104f448d16a673 SHA512 9e6585e2e688ae1d67b846a90d001735e7afa04723066a944aa7827a661c4bc7c1c7c2b648e2ab126702b387cde5ac530870403f8b3139313431fb690b5f908c WHIRLPOOL c3179f426f0086561cbce3aa26af3db3e8c0381b8e37d97d5449849a0b6a2359219da42b2e725364ac8365351969dab0bfef4fed30cf9543ec71c1a091146834 DIST plasma-integration-5.6.4.tar.xz 51568 SHA256 95f434801f23f2ffbbb2df6dcb19ef1373ef942919bc5a133adca8c59e1a1bab SHA512 8a6eaf82dbf837bc53f4a1e824b350678082066b74452f35e8cfeb0ab5eeb1d5fcc6d0b97d1fc8df1988fa4ae4194a584427694ec460a843571cf4140f5db40d WHIRLPOOL cf0a60445c393c390bbe5c6a8d5e66419a7288ec096e7086c4cb3590513c8a3bec0503a6f7e5cc03c14b916285203cc0c3a6c6ee29577fdf33075e174c59c415 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.6.3.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.6.3.ebuild deleted file mode 100644 index af5b5e6241bf..000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.6.3.ebuild +++ /dev/null @@ -1,40 +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 kxmlgui) - $(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" |