summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-10-09 04:28:50 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-10-09 04:29:38 +1100
commitf5af94eee1af1a803677cd19ee3478bc3518057c (patch)
treee144aa72a52168eda450c73df15409e7c10d8bbc /kde-frameworks/frameworkintegration
parenta6354c791e366159cf1499370ec4afa1a0247cb5 (diff)
downloadkde-f5af94eee1af1a803677cd19ee3478bc3518057c.tar.gz
kde-f5af94eee1af1a803677cd19ee3478bc3518057c.tar.bz2
kde-f5af94eee1af1a803677cd19ee3478bc3518057c.zip
kde-frameworks: 5.27.0 moved to main tree
Package-Manager: portage-2.3.1
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.27.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 b33695db7a8..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.27.0.tar.xz 1749768 SHA256 e10e41ca8db269437a2d7bbcf262c21eb54ad82af785ccd300ce0020243ffb7e SHA512 44b7f45a4b6a2b2e4fb21c57bd84bde3d509cfe8e487c7e808963ef6bba1e30b11667de48a0e2b874211f0e2be20505151e37ddcddd4bfab3dafd59d9b650cd6 WHIRLPOOL 3b4639d7655f2e8657612ff1cb2c29343e762c01f750bdbfe53f21df873c51c09797b12125b51f69b166e4a7a62fd57b609b9a1c7227837a3eca588dc68c57c8
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.27.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.27.0.ebuild
deleted file mode 100644
index 14bdd104a79..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.27.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
-}