diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 10:49:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-11 13:27:06 +0100 |
commit | d810086d8f65faf6470c3ebe467b09ec80e5b197 (patch) | |
tree | 2cb110fd19c82991b36f0646225ea1b3630654ac /kde-frameworks/frameworkintegration | |
parent | net-misc/chrome-remote-desktop: switch xrandr to optfeature logging (diff) | |
download | gentoo-d810086d8f65faf6470c3ebe467b09ec80e5b197.tar.gz gentoo-d810086d8f65faf6470c3ebe467b09ec80e5b197.tar.bz2 gentoo-d810086d8f65faf6470c3ebe467b09ec80e5b197.zip |
kde-frameworks/frameworkintegration: drop 5.74.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.74.0-r1.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index f40cd4b1ac6d..6e00754d8ef7 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,3 +1,2 @@ -DIST frameworkintegration-5.74.0.tar.xz 1754176 BLAKE2B f325c8362182c066f7fef108a350e9c9378e084c7955e1395fb44918759dbd7e5f55cae037525b286cf9f6b0c67788a766b62bdf737994378b1978a7ef7dd507 SHA512 4bf533b261c149a10ed4b4607f532b57b989f6e130c417a0398216ddbe1b4b3ab964009aa5c021bdc92960f8c25c7f5c66cf8606ed7956b25adfa401d0f08e68 DIST frameworkintegration-5.77.0.tar.xz 1754776 BLAKE2B 6184144a4ae91a8853de0fc8ab6e72afba493492b1ba408e428622f8028501f342a5bc9f8fd881a55935a48d2b695e5b9c920ef674e9e1613c9cd7b1803336c7 SHA512 e388fc092c0a3e3414563add6ca2a03ad6f3a3c25093293675ae0a2df594094420b75d000f2fcfa560044b1350672db5cea9f620ad9bd4349a1ebdd271624079 DIST frameworkintegration-5.78.0.tar.xz 1754716 BLAKE2B b24907b22724b809646a94bd054ee38a99f3baa1f9ee864c42efedb65f99d4b74135435a4002e02cfcd987edf12557f34458645e11ee61bc025a7b59b026e5c5 SHA512 90737fb7662b483f21bbc12f9661fb3ae9e8a79405c0edaa3e6c5fe83b2a34c0db43a574be1deaf95950ad79e9f40e68813662526eac4ef96dcdf623268aef65 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.74.0-r1.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.74.0-r1.ebuild deleted file mode 100644 index f62503a630df..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.74.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 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.15.1 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="" - -RDEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =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 -" -DEPEND="${RDEPEND} - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 -" - -# requires running Plasma environment -RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON - -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON - ) - - ecm_src_configure -} |