diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-14 10:06:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-14 11:03:13 +0200 |
commit | edfc2e6e07d4a16a361174fc7913cea2680197c6 (patch) | |
tree | 5f6bfb325a09297caa4f580d38de6b8773cca8e5 /kde-frameworks/frameworkintegration | |
parent | dev-python/pypy-exe-bin: Bump to 7.3.6_rc1 (diff) | |
download | gentoo-edfc2e6e07d4a16a361174fc7913cea2680197c6.tar.gz gentoo-edfc2e6e07d4a16a361174fc7913cea2680197c6.tar.bz2 gentoo-edfc2e6e07d4a16a361174fc7913cea2680197c6.zip |
kde-frameworks/frameworkintegration: drop 5.82.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.82.0.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index 2dde14fb99a1..4bb39885dcfe 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,3 +1,2 @@ -DIST frameworkintegration-5.82.0.tar.xz 1755828 BLAKE2B 18c056daf8db8e06995d3f0b6985f9aabb05e8a4e7323635faf92701f04dbf135cf63221fe739504d2ccd7718dd02a6718ab7fa7ba84b86cb37394ff878b6e3f SHA512 5865e560789c50829c5648365db58497d0da141d1699f396ca431740e6f919ef68c89e2cb98ac1f320cdb07fae098de683b17c920f79a2b459ffd874935b6e77 DIST frameworkintegration-5.85.0.tar.xz 1755792 BLAKE2B 0a9b6b9a35d20fac0d07cbcf23f4ca1e0627a0175a7298a6b6391b1f4e1c38a46e029dc21ff22ea397ad3de053485097137e5a0de818300000f0c0e4f03c474e SHA512 d496c3b2ff49a3e4ee43e3c208b7dd3df68561fed0fe519f22a163c3389683f7d776270fc6472f4b52677cf85eb4a73c6bb7bdeea951600f8f5302411677a4f3 DIST frameworkintegration-5.86.0.tar.xz 1755804 BLAKE2B f5100b577fc3664d34ae0e62f1c05763eba173595aaf86b7bb073a69c3baa126c7fae34e07e72a541f2da79063ea6cbf101c43294eca65ad545e37a8f2245ed6 SHA512 66a97064a47599e27ec5fc7ac92be87a5c7df31154f662d13bcd21556562b50989b82ab538ae96b7f372a2ee77c408e47ffed62bff1c94c91f8b2b9c786dec69 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.82.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.82.0.ebuild deleted file mode 100644 index eae353b9bea1..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.82.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 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.2 -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="" - -# requires running Plasma environment -RESTRICT+=" test" - -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 -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON - -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON - ) - - ecm_src_configure -} |