summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-05-15 18:51:56 +0200
committerJohannes Huber <johu@gentoo.org>2016-05-15 18:51:56 +0200
commitca6d1ccd3cf71a2ba0b1dad245f4b362a7388fb8 (patch)
tree0930f407a407f93f1a41b3e37527b33babc4f445 /kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild
parenta01648b82773e80c7d365d3e0ce9801d78bd1460 (diff)
downloadkde-ca6d1ccd3cf71a2ba0b1dad245f4b362a7388fb8.tar.gz
kde-ca6d1ccd3cf71a2ba0b1dad245f4b362a7388fb8.tar.bz2
kde-ca6d1ccd3cf71a2ba0b1dad245f4b362a7388fb8.zip
kde-frameworks: Remove KDE Framworks 5.22.0
Moved to gentoo main tree. Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild')
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild
deleted file mode 100644
index 70b9f23b66b..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.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="Framework for integrating Qt applications with KDE workspaces"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="X"
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libxcb
- )
-"
-DEPEND="${RDEPEND}"
-
-# requires running kde environment
-RESTRICT="test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package X XCB)
- )
-
- kde5_src_configure
-}