summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-14 17:02:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-14 17:02:23 +0200
commit30b7fb53234cd4478d9b80a692785a5d41eb9571 (patch)
treee2dd86007c69f5e95677972bf99f4dd5543b8089 /kde-frameworks/frameworkintegration
parent1976321ceb89eb7074c1b1572f6fd75f5afd929b (diff)
downloadkde-30b7fb53234cd4478d9b80a692785a5d41eb9571.tar.gz
kde-30b7fb53234cd4478d9b80a692785a5d41eb9571.tar.bz2
kde-30b7fb53234cd4478d9b80a692785a5d41eb9571.zip
kde-frameworks: Drop KDE Frameworks 5.39.0
Moved to Gentoo main ebuild repository. Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.39.0.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
deleted file mode 100644
index 619360cd7d8..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.39.0.tar.xz 1752696 SHA256 50b427b53dfdf667d3e6d8de2b1662a7bea508cbf361163f0383a9e82143da8c SHA512 13959a74c08f77947d7d6a810a5bb9638a3e63437b293132143ae9668d070be81e40608bfa80cecd3d5dd59ae01b746d12e4c2db76fc99ff98216fe1eea6f89d WHIRLPOOL aa334e40c90e8f4a8458d005677f94861b5fb218c73c85edd08f0ba814350a62fd66072a47623744173e492a7854796f90a04c004e4ca40a618a7178ef415c76
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.39.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.39.0.ebuild
deleted file mode 100644
index 9062d6d3800..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.39.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_QTHELP="false"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="appstream X"
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- appstream? (
- app-admin/packagekit-qt
- dev-libs/appstream[qt5]
- )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libxcb
- )
-"
-DEPEND="${RDEPEND}"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-src_prepare() {
- punt_bogus_dep Qt5 DBus
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package appstream AppStreamQt)
- $(cmake-utils_use_find_package appstream packagekitqt5)
- $(cmake-utils_use_find_package X XCB)
- )
-
- kde5_src_configure
-}