summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-13 17:37:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-15 07:36:12 +0200
commit134ad0126d8e1ff3a2f86c0995899e979c41e28d (patch)
treef0f9ed627df15109fc8d89d0c9c0bdc9e112b729 /kde-frameworks/frameworkintegration
parentkde-frameworks: Add KDE Frameworks 5.60.0 (diff)
downloadgentoo-134ad0126d8e1ff3a2f86c0995899e979c41e28d.tar.gz
gentoo-134ad0126d8e1ff3a2f86c0995899e979c41e28d.tar.bz2
gentoo-134ad0126d8e1ff3a2f86c0995899e979c41e28d.zip
kde-frameworks: Drop KDE Frameworks 5.59.0
Package-Manager: Portage-2.3.69, Repoman-2.3.16 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.59.0.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index 23ba0d97155a..a41a73f74229 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1,3 +1,2 @@
DIST frameworkintegration-5.57.0.tar.xz 1753224 BLAKE2B 533532e20231e4d1d4bee8d5964c791a62f5d91a4e458b720e7d8086e92204b234846269f3ae6c23492bb77e0d42ae39da6d2dae85a1e034c0bd67be04639b88 SHA512 e8aadd2d4ead08ada18809b0a54879415dbf699885ec74c56dd689226a235fe6a034600a0b357162eee475c8798863ef0b50ea1384c603756b3dbfbf3425df1b
-DIST frameworkintegration-5.59.0.tar.xz 1753676 BLAKE2B 08e082a5bb728fb1c3f670a56690d8bb2e7d3a4d77e4e79fc536af24d78243a9a726ea19bf972f46b7b4ab863bb860c67b424283c6340d15ed70b90ae4718c0a SHA512 31aead885ab8834f85c32aa824078e0a4047a4c57f6106345f568b47f2a67af2193166e4cb429310580601589ad046a2a5fcee170cab00ce93abc9f56675fc8c
DIST frameworkintegration-5.60.0.tar.xz 1753424 BLAKE2B f0752ba701ad1bc3c447f1d7c17ab22b922efc570bf6ef84c51ef58ee9e3f32f68f0ef222c88991252db60a0b0e63cdec672b20b693807d50b3bed2b1b7c95b3 SHA512 4313e31789046e49d644a8613c0274c44f15ce7bfdee1e66240a1cbf6c625eba093fa0a2d922833a336c208aa75af8c949d0881bd17efe2c1007045d3a9288a5
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.59.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.59.0.ebuild
deleted file mode 100644
index abb6426a7b47..000000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.59.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-DEPEND="
- $(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
- )
-"
-RDEPEND="${DEPEND}"
-
-# 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
-}