diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-05 20:32:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-09 21:00:38 +0200 |
commit | 29686da2c6fefc58b2507cf4fb005a425ba194bc (patch) | |
tree | 11e77bebfccfcd7b30411f8187e438a583c569ad /kde-frameworks/frameworkintegration | |
parent | kde-frameworks/extra-cmake-modules: drop 5.70* (diff) | |
download | gentoo-29686da2c6fefc58b2507cf4fb005a425ba194bc.tar.gz gentoo-29686da2c6fefc58b2507cf4fb005a425ba194bc.tar.bz2 gentoo-29686da2c6fefc58b2507cf4fb005a425ba194bc.zip |
kde-frameworks/frameworkintegration: drop 5.70*
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.70.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index 76e4793e4cb1..489879a5520c 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,2 +1 @@ -DIST frameworkintegration-5.70.0.tar.xz 1753940 BLAKE2B 5da86d4b7fe8a696e217273ff468c668ec1e04c138dd756a0a9280fbd6acb99f9cbd3bbce1790886de50335d036e7a99a83f1ea4ad4103101ecc46878d0e071b SHA512 70a72388315c0ca1625bb279b15a9df1693aed9a6dd470af8744b856e5c7cc458b0ffcc384489889e8c3e753edb03062b41cc688361498e45ac3a26d7be70a34 DIST frameworkintegration-5.74.0.tar.xz 1754176 BLAKE2B f325c8362182c066f7fef108a350e9c9378e084c7955e1395fb44918759dbd7e5f55cae037525b286cf9f6b0c67788a766b62bdf737994378b1978a7ef7dd507 SHA512 4bf533b261c149a10ed4b4607f532b57b989f6e130c417a0398216ddbe1b4b3ab964009aa5c021bdc92960f8c25c7f5c66cf8606ed7956b25adfa401d0f08e68 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.70.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.70.0.ebuild deleted file mode 100644 index 4f1b0a6dcf21..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.70.0.ebuild +++ /dev/null @@ -1,44 +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.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 ~ppc64 x86" -IUSE="" - -# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0 -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 -} |