From 64b9d917ddaf5e7bff1169be27e97a00dec2302f Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 10 Oct 2018 20:10:17 +0200 Subject: kde-frameworks: Drop 5.46.0 Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- kde-frameworks/frameworkintegration/Manifest | 1 - .../frameworkintegration-5.46.0.ebuild | 53 ---------------------- 2 files changed, 54 deletions(-) delete mode 100644 kde-frameworks/frameworkintegration/frameworkintegration-5.46.0.ebuild (limited to 'kde-frameworks/frameworkintegration') diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index 8336e4669d9c..ed9a57a63b14 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,2 +1 @@ -DIST frameworkintegration-5.46.0.tar.xz 1753332 BLAKE2B 8ad4b5009096bcbf63a9b4874a353b84733aeadf577fc175ff17265aacda73ef4be543526ce6977756aba1758e56ebf65a3d66d98246ff3424a1540dcc906522 SHA512 34325df3f56d9e659237cb81bae755e2c4dd5b256d7878bcb3b1d3fdf15c749c5b8e2b590d27f93b6d5d31db73e826f63f988ac8c9544801ccd0591117653e12 DIST frameworkintegration-5.50.0.tar.xz 1753332 BLAKE2B 86590e444da856729b572beeb092abe494c05420e813d6a131eb40861fdeb89719cebb1718a824e214022025bce767b01ecf2e53aa0de7dc355efb95ef8ff93a SHA512 e4efed63fc3fade085e68dd3dcef7c61d68a4fa2945ad4289c96acb1ce369a2fb763242a7d1ee205314560c5f6383018bceb0f7771da7fd2979cc375af22d61f diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.46.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.46.0.ebuild deleted file mode 100644 index 04b69ccd307e..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.46.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 -} -- cgit v1.2.3-65-gdbad