summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-02-18 00:56:25 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-02-18 00:56:25 +1100
commit34a6f3992cb338d2088cf34aabdf02a6a4a722ea (patch)
treea3cfee66a6c278be6f51e77315d7f4a632dd0533 /kde-frameworks/frameworkintegration
parent76e8a45356881b4afcfe11627661269b05e015c4 (diff)
downloadkde-34a6f3992cb338d2088cf34aabdf02a6a4a722ea.tar.gz
kde-34a6f3992cb338d2088cf34aabdf02a6a4a722ea.tar.bz2
kde-34a6f3992cb338d2088cf34aabdf02a6a4a722ea.zip
kde-frameworks: 5.19.0 moved to main tree
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.19.0.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
deleted file mode 100644
index 32cbc027a5f..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.19.0.tar.xz 1784504 SHA256 c3cb58b4758b28df9121c44aaadac74fb4546b968ec071a2ef177bc6cf3d8a02 SHA512 f9bdda8f819843100ca47ffb807ef1633a1ed08e894cd4df2f679f2ffda6c595eec18bd3396a01bdff74e1acb2280a8c8f616be4f32da1f01237d509f89c5e1a WHIRLPOOL e7bb00dbd70d18c35aa6fff54d36567b76190dcc1a178d13f69f394cfa3b51624af76097cc3cbe897c7a4de087c668bae34a53cafde9309ae068cc8e5b3ec239
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.19.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.19.0.ebuild
deleted file mode 100644
index cc6a40f9f5c..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.19.0.ebuild
+++ /dev/null
@@ -1,49 +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_plasma_dep oxygen-fonts)
- $(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 kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui '' '' '5=')
- $(add_qt_dep qtwidgets)
- media-fonts/noto
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libxcb
- x11-libs/libXcursor
- )
-"
-DEPEND="${RDEPEND}"
-
-# requires running kde environment
-RESTRICT="test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package X XCB)
- )
-
- kde5_src_configure
-}