summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-12-15 01:27:59 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-12-15 01:27:59 +1100
commitb1c576a01c9224349e42cbd66845a284bd37d73f (patch)
tree8cb120302c2f30ca190479adef85d41b689592a0 /kde-frameworks/frameworkintegration
parent6fa4ec6db061c2146cf82f19201d2d6de2f05ec4 (diff)
downloadkde-b1c576a01c9224349e42cbd66845a284bd37d73f.tar.gz
kde-b1c576a01c9224349e42cbd66845a284bd37d73f.tar.bz2
kde-b1c576a01c9224349e42cbd66845a284bd37d73f.zip
kde-frameworks: 5.17.0 moved to main tree
Package-Manager: portage-2.2.26
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.17.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 3cae9503583..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.17.0.tar.xz 1782980 SHA256 743f94f359984b85f608b2f4f059b2daaa1f8dc90210431526677dcd0da60cb9 SHA512 869394a4ddbc2d842d5ea724c1fcd30ad63667f9f197a5cdc7aea5ca9901b2e11ebb3942e73cab9f6a66bc45bcd0186276e36e9d0662a7b2c0866a8946593cc1 WHIRLPOOL f3f8c116538e095d6e5aa9821b3e19860613914727a9036340f7b2a36af3b0fbbe6c645d05062c9cc473876670fc0dc3c8be381b9247e26d801b63fabe46f6d7
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild
deleted file mode 100644
index 493a6f21b5e..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for integrating Qt applications with KDE workspaces"
-LICENSE="LGPL-2+"
-KEYWORDS=" ~amd64 ~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)
- dev-qt/qtdbus:5
- dev-qt/qtgui:5=
- dev-qt/qtwidgets:5
- media-fonts/noto
- X? (
- dev-qt/qtx11extras:5
- 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
-}