diff options
Diffstat (limited to 'kde-frameworks/frameworkintegration')
| -rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest deleted file mode 100644 index 9701e82aea1..00000000000 --- a/kde-frameworks/frameworkintegration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST frameworkintegration-5.22.0.tar.xz 1749468 SHA256 496db04e8f19ebf1174c49fa3a8e82d7e57c11a50e620844d1daa08cc6f1c949 SHA512 012c047c42f7490eb34298703b976c6e2b29a290586faf425ac59d3b687fb8d20eabac6b2bfef8d93bce92a10935af74cfd37acd07304a7d782eb1569cef4c37 WHIRLPOOL 170399c6e5dd4ab4177500c1cdf6733d2da7ee0ad0377f93ddbfb0c41a50b40847b91e872055b1c05fa7710d1b9473e3548cbbd01b051d079ef0714c6cf2cd6b diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild deleted file mode 100644 index 70b9f23b66b..00000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild +++ /dev/null @@ -1,42 +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 ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(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 -} |
