diff options
| author | Johannes Huber <johu@gentoo.org> | 2016-07-09 13:27:39 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2016-07-09 13:27:39 +0200 |
| commit | c17f9f65b5c8ad8381b75ad8b241731af4e8a7b6 (patch) | |
| tree | 95cd65b61acc33ea6ac91c819fb01bf6f437e843 /kde-frameworks/frameworkintegration/frameworkintegration-5.24.0.ebuild | |
| parent | e7555aa6326ce744e866e5cf7b6cb4f49119efeb (diff) | |
| download | kde-c17f9f65b5c8ad8381b75ad8b241731af4e8a7b6.tar.gz kde-c17f9f65b5c8ad8381b75ad8b241731af4e8a7b6.tar.bz2 kde-c17f9f65b5c8ad8381b75ad8b241731af4e8a7b6.zip | |
kde-frameworks: Remove KDE Frameworks 5.24.0
Moved to gentoo main tree.
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-frameworks/frameworkintegration/frameworkintegration-5.24.0.ebuild')
| -rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.24.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.24.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.24.0.ebuild deleted file mode 100644 index 8ae8b6876d4..00000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.24.0.ebuild +++ /dev/null @@ -1,39 +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 kiconthemes) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(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 -} |
