From 8b4d0ce187cbb641143e419ec9adc35867f9cb11 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 12 Jan 2020 09:57:43 +0100 Subject: kde-frameworks: Drop KDE Frameworks 5.65.0 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- kde-frameworks/frameworkintegration/Manifest | 1 - .../frameworkintegration-5.65.0.ebuild | 56 ---------------------- 2 files changed, 57 deletions(-) delete mode 100644 kde-frameworks/frameworkintegration/frameworkintegration-5.65.0.ebuild (limited to 'kde-frameworks/frameworkintegration') diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index 37f8af70c24a..121f73704b1a 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,3 +1,2 @@ DIST frameworkintegration-5.64.0.tar.xz 1754716 BLAKE2B a9812b62c8973b5286b06388a5a9bb2f65bed49684b72c56696ab8e5ea7a03b24ba9d8b58b210cfbd06d46a695106d81f22b5fbd6440bc68dc639c5385dbce62 SHA512 7288578fcec9c1fe1d768692380acff00267513e0092361b0c0739e669a86ffde1df96f20e0ce91685df440ae7fcd7786d96fc18c1faa00e5e82d7fc9b8d60df -DIST frameworkintegration-5.65.0.tar.xz 1755240 BLAKE2B d126efbec1e2a18fa49bf279a0cfbf80feed3b263eeb3589fa6e28db8f6e9b1708865c16db85735c73c39f830e69eb8771d51ba19d58bff3b5ac623e75439f47 SHA512 0af9b631e40d44c06661fd671898f102930f2efec9273f9efc1f7b11a16a42e25525e1a5a9c165e9d901cff01b08f36c1ac9845f316368b7f630a06dd32f414e DIST frameworkintegration-5.66.0.tar.xz 1753696 BLAKE2B e365fac7c3ea7e6583edc94fcfe68cdc3f020e887c1383cba0792a19f4e5aebd29098071fd10b8cb70efd322ce5923159e1126ef7dae74521a8ec505fc5af77a SHA512 d22cc4a2f5552705c0b863d2b73dfffd70a0020bf31dcf17874ac5a8c05de8bbbc88c7e12d455d1a98bc64916cb174a7fdb9677833cb5404c0b7c8f1c9bea2f2 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.65.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.65.0.ebuild deleted file mode 100644 index fe0c4fd45943..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.65.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_QTHELP="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.12.3 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="appstream X" - -# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0 -DEPEND=" - >=kde-frameworks/kconfig-${PVCUT}:5 - >=kde-frameworks/kconfigwidgets-${PVCUT}:5 - >=kde-frameworks/ki18n-${PVCUT}:5 - >=kde-frameworks/kiconthemes-${PVCUT}:5 - >=kde-frameworks/knewstuff-${PVCUT}:5 - >=kde-frameworks/knotifications-${PVCUT}:5 - >=kde-frameworks/kpackage-${PVCUT}:5 - >=kde-frameworks/kwidgetsaddons-${PVCUT}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5= - appstream? ( - app-admin/packagekit-qt - dev-libs/appstream[qt5] - ) - X? ( - >=dev-qt/qtx11extras-${QTMIN}:5 - x11-libs/libxcb - ) -" -RDEPEND="${DEPEND}" - -# requires running kde environment -RESTRICT+=" test" - -src_prepare() { - ecm_punt_bogus_dep Qt5 DBus - ecm_src_prepare -} - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package appstream AppStreamQt) - $(cmake_use_find_package appstream packagekitqt5) - $(cmake_use_find_package X XCB) - ) - - ecm_src_configure -} -- cgit v1.2.3-65-gdbad