summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-09-15 19:51:56 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-09-15 19:52:05 +1000
commit3e21b54862d8ee69b96c32a4bc2d5950ac0c7be7 (patch)
tree8770a48dcf4922c1089a50e790e13dac25a2d923 /kde-frameworks/frameworkintegration
parent38d25c1f4b3db898d8a314ccba2ab433b4a2c61d (diff)
downloadkde-3e21b54862d8ee69b96c32a4bc2d5950ac0c7be7.tar.gz
kde-3e21b54862d8ee69b96c32a4bc2d5950ac0c7be7.tar.bz2
kde-3e21b54862d8ee69b96c32a4bc2d5950ac0c7be7.zip
kde-frameworks: 5.26.0 moved to main tree
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.26.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
deleted file mode 100644
index fd88b3c18a1..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.26.0.tar.xz 1749228 SHA256 374db7d9b69486aa16fccf1391869f058679bf2aa7adf6f109ba29d3f4e31653 SHA512 a3211cff802a0d616d45952659c03cd515c4318b329344dc3b93eb2d2dfcc877fbe07cc88d96f1cf5c0184c596bce733593f5b97fe7bb8c6453643207111386a WHIRLPOOL 0fcc5e6f5b0b3272ddd8faea68396781f7c91325fa457f23a9196e3505c5e239b857849083b0e30a482e23340dff220f039cdf105c703157759a44aade33d00f
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.26.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.26.0.ebuild
deleted file mode 100644
index 14bdd104a79..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.26.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
-}