diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2016-08-14 05:00:13 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2016-08-14 05:00:29 +1000 |
| commit | 228657c07ad148a4b79b1dc46a5aaefc84d54d19 (patch) | |
| tree | 8e73efcb913d8b1b0e669b0a1a4ded304c9518d6 /kde-frameworks/frameworkintegration | |
| parent | 3984dda472f32dcfac8bede617f390e6384880cc (diff) | |
| download | kde-228657c07ad148a4b79b1dc46a5aaefc84d54d19.tar.gz kde-228657c07ad148a4b79b1dc46a5aaefc84d54d19.tar.bz2 kde-228657c07ad148a4b79b1dc46a5aaefc84d54d19.zip | |
kde-frameworks: 5.25.0 moved to main tree
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-frameworks/frameworkintegration')
| -rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest deleted file mode 100644 index d2d5eca9418..00000000000 --- a/kde-frameworks/frameworkintegration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST frameworkintegration-5.25.0.tar.xz 1749232 SHA256 ea9ccb564aa1cebdd7ad3dbd5168cb1ae750f20122918864d846990828057653 SHA512 28fcf78d28b662885a7f63ba5ebf316439e192864f058110e347330d4ff2f73ec66a5f602b725777db0ac3b8e86aff63763c325c051c64fba7c220473f47ffb7 WHIRLPOOL 47515f89bcc242a7ad603a833fbde149f3c53f9105eab8006f665e417c31f6fa1148e1b18ad684dc2b3c0bfc45d2da02b867f2620533032fed053f7e1856cf2a diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild deleted file mode 100644 index 14bdd104a79..00000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.25.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 -} |
