summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:28:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:32:40 +0100
commita016cefdadd8cb87eba3e661c62412390b774700 (patch)
tree8642a62ea45872aff49b718906b7b27609b9bf77 /kde-frameworks
parentgnome-base/dconf-editor: Version bump to 3.38.2 (diff)
downloadgentoo-a016cefdadd8cb87eba3e661c62412390b774700.tar.gz
gentoo-a016cefdadd8cb87eba3e661c62412390b774700.tar.bz2
gentoo-a016cefdadd8cb87eba3e661c62412390b774700.zip
kde-frameworks/frameworkintegration: drop 5.79.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.79.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index edd265fe86fe..400d68e471ed 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1,3 +1,2 @@
DIST frameworkintegration-5.77.0.tar.xz 1754776 BLAKE2B 6184144a4ae91a8853de0fc8ab6e72afba493492b1ba408e428622f8028501f342a5bc9f8fd881a55935a48d2b695e5b9c920ef674e9e1613c9cd7b1803336c7 SHA512 e388fc092c0a3e3414563add6ca2a03ad6f3a3c25093293675ae0a2df594094420b75d000f2fcfa560044b1350672db5cea9f620ad9bd4349a1ebdd271624079
-DIST frameworkintegration-5.79.0.tar.xz 1755088 BLAKE2B fd16d82c3100dfa0f01cb4d0e493a59996543afac6c1ad13f3fe7c531f40ce74cce4fcc067d30dd53d120c6246883f73c8c03e44d39f7102f09e09f3329a8328 SHA512 29c76daff9e12a9bb1cfbb05e9ef704f116e0409550ba933f1b53a76de5ba11aa7d06a67b29659a0f38d8ff23818d213cc05147e45ab65c581944ffac8a9710f
DIST frameworkintegration-5.80.0.tar.xz 1755248 BLAKE2B 55aecf28bc801ed72689bb340c28b1ee1374a913d98750a1380f91a36f6fcbe5f1e8690dffb74eb9fc642c578b5d6ca68937bfc95a52bdf7febaebe32d793ce9 SHA512 3e54729281d5fde4d18eaf7ebe18c6c17d1bb40e336ba0d91ac04aefd65800208efbcca4438a3be3f408860467c80bdf8b16b021c9892fec8f4ee55a13813ee2
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.79.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.79.0.ebuild
deleted file mode 100644
index 8fbf5abdb53b..000000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.79.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
-}