summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 19:45:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:21:49 +0100
commitb5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13 (patch)
tree86b0ce9a1b1511b707ef78cca6feddfebd6f024e /kde-frameworks/frameworkintegration
parentkde-apps: Drop KDE Applications 18.04.3 (diff)
downloadgentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.gz
gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.bz2
gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.zip
kde-frameworks: Drop KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.50.0.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index 64423527737c..24161c6b81fb 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1,2 +1 @@
-DIST frameworkintegration-5.50.0.tar.xz 1753332 BLAKE2B 86590e444da856729b572beeb092abe494c05420e813d6a131eb40861fdeb89719cebb1718a824e214022025bce767b01ecf2e53aa0de7dc355efb95ef8ff93a SHA512 e4efed63fc3fade085e68dd3dcef7c61d68a4fa2945ad4289c96acb1ce369a2fb763242a7d1ee205314560c5f6383018bceb0f7771da7fd2979cc375af22d61f
DIST frameworkintegration-5.52.0.tar.xz 1753012 BLAKE2B a2f050d0243e2ac81bed9637fa58e10e1995db7f582a22e7c1d32f5339f26d4e85a12dde933867178e53b43a965d0702d4c8dc11ab18f8e15c541da381013461 SHA512 cc367f33c56d9fab467d3d5ba8119bb9ce36fdaa3133d4c3ef731dd1b9457497b459d48210cc78ee185e01097c7147829b9c3629c6d611dcc4b419f58e5f6194
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.50.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.50.0.ebuild
deleted file mode 100644
index f471fb1d6e74..000000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.50.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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
-}