summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-14 18:51:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-14 19:08:11 +0200
commit099cf2edd250ee26f4eb6c50741c3c2a6fa35839 (patch)
tree9715c90f86d22b06edce9a927aa1dfd086f220ce
parentkde-frameworks/syndication: drop 5.84.0* (diff)
downloadgentoo-099cf2edd250ee26f4eb6c50741c3c2a6fa35839.tar.gz
gentoo-099cf2edd250ee26f4eb6c50741c3c2a6fa35839.tar.bz2
gentoo-099cf2edd250ee26f4eb6c50741c3c2a6fa35839.zip
kde-frameworks/baloo: drop 5.84.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/baloo/Manifest1
-rw-r--r--kde-frameworks/baloo/baloo-5.84.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest
index 19f26bb86b62..f56ca9cb1c1a 100644
--- a/kde-frameworks/baloo/Manifest
+++ b/kde-frameworks/baloo/Manifest
@@ -1,3 +1,2 @@
DIST baloo-5.82.0.tar.xz 291468 BLAKE2B abf25e14f5cca320c89a909bf4fe1d483b7e4ba1b77bce8ac12152b242af28a525179605078ed11f4c4f3e5abea338dfb510992d02748bf9a746eade1d1c7160 SHA512 aed73f3c67f3c7331706fa121c0fbc062b4619adf8ebe65fdb4edbd033f6c4bdaca17f8c00fc3eb3f4159af1cd5bf89c144bbf87d87e9ef60d5b682dabe059db
-DIST baloo-5.84.0.tar.xz 280888 BLAKE2B 237af667440d9951b3f8eaa3a6cb3c7592569d14c1271d3db8c2e3f84f9fa99befeadefa5f65b43c644c19f83032cb38a5a014f15b20a43c4e4217e749bc259f SHA512 724a8eb9183548ccf99bd2a3cf6938d937731f01e72a9ea3b83e65a96be8e52c0a5690e19b95fd2f43ef1cf3404efe9d61ba0bed5439b73d50762c48156c7529
DIST baloo-5.85.0.tar.xz 281308 BLAKE2B e5d1812996674ce9542ba437ec6318ed81d8f00fa1acf2db3a5cf118d8c620ea2e9b3fb0f937390e21c69106a77bcad154a53226e88d3e2b44e87690a1b4b1e0 SHA512 63d483ae4688fb093cb8566366b7a821840ba7d1dbec916fead088d079771c803adb06a0d7252aa07058b9571ae8a84caab44d34c1d6ee1e37537113c1e92831
diff --git a/kde-frameworks/baloo/baloo-5.84.0.ebuild b/kde-frameworks/baloo/baloo-5.84.0.ebuild
deleted file mode 100644
index 245f2f64562f..000000000000
--- a/kde-frameworks/baloo/baloo-5.84.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for searching and managing metadata"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RESTRICT+=" test" # bug 624250
-
-DEPEND="
- >=dev-db/lmdb-0.9.17
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/kcrash-${PVCUT}*:5
- =kde-frameworks/kdbusaddons-${PVCUT}*:5
- =kde-frameworks/kfilemetadata-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kidletime-${PVCUT}*:5
- =kde-frameworks/kio-${PVCUT}*:5
- =kde-frameworks/solid-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"