summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-14 11:17:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-14 11:17:33 +0100
commit363a565f4ef449fe0f6103702975568ff749be8a (patch)
tree5540fc55c255fa6b9464f00192247b64d135903a /kde-frameworks/frameworkintegration
parentb91ca55aa0f005e578d5f83af1710c72d5411c7b (diff)
downloadkde-363a565f4ef449fe0f6103702975568ff749be8a.tar.gz
kde-363a565f4ef449fe0f6103702975568ff749be8a.tar.bz2
kde-363a565f4ef449fe0f6103702975568ff749be8a.zip
kde-frameworks: Drop KDE Frameworks 5.42.0
Moved to Gentoo main ebuild repository. Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.42.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 45f74456502..00000000000
--- a/kde-frameworks/frameworkintegration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frameworkintegration-5.42.0.tar.xz 1752732 BLAKE2B 7258ee2012f54a988c0af752c35420aade3983b6be05472a8a5d6500e352a3ab17b087ee93df9ba638d7180bd82be980d265f9c35c5f3befb904d5200b2595e7 SHA512 15e3b69910bc57ecad4d7287ffeb3108b421e7e931fad0fe02d4250ff55c6a4aead886f42fa5f03bf9c314900cad37dd61cf5cef65e1a90dbd0fe3be6330b936
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.42.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.42.0.ebuild
deleted file mode 100644
index b6c0da034de..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.42.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 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
-}