summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:44:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:44:50 +0100
commite44822876c74536e31dad348c1bfae3de81d62d5 (patch)
tree01f44102e030cba66283f32b5f72101626f4eb0e /kde-frameworks
parentkde-frameworks/syndication: drop 5.100.0 (diff)
downloadgentoo-e44822876c74536e31dad348c1bfae3de81d62d5.tar.gz
gentoo-e44822876c74536e31dad348c1bfae3de81d62d5.tar.bz2
gentoo-e44822876c74536e31dad348c1bfae3de81d62d5.zip
kde-frameworks/baloo: drop 5.100.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/baloo/Manifest1
-rw-r--r--kde-frameworks/baloo/baloo-5.100.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest
index 74d93ceba98f..c31e3c77ac54 100644
--- a/kde-frameworks/baloo/Manifest
+++ b/kde-frameworks/baloo/Manifest
@@ -1,3 +1,2 @@
-DIST baloo-5.100.0.tar.xz 301308 BLAKE2B 9cb9cc2d9b87405f348ce674e7c14b0c80b17b9516932a3eb95fcecab84daeb0c7ee70e6b5968ba8a7c3f41de3cebe258cdec2159ff4b1b1b5873bbfc5c901f8 SHA512 d024be82dde2f9691e0c754a31bb1a1762cbf27be3a93573ecc70e8a1d0e00d791338d7fabda555ef8098413e0a93cd689caaddd09f840284fdcfa4322986401
DIST baloo-5.101.0.tar.xz 302048 BLAKE2B 36f6c47b9f02ced263d3d604da5e9687902ff3b4e7141881f1bd5ba03388e689d9ec5905a6765b69d64526238a5364c448cc81ee748e003cc0d29da1af0cf30b SHA512 eaa5d2521bfcc4eb6c63789c66d7b91c4d4de095a719b4ac15e8781dd0d8ab33a7f009e3884a49f12cdb89df5721245bda9433790b3c81bab3c33aa4afd73dff
DIST baloo-5.99.0.tar.xz 293276 BLAKE2B f1a6b1ff7520b55c16ab52571e2695d06175ebd9e2732127149866b7876c026cce1879d1345cc1140f14f7001b94d021eb30bbf391ab5695974f654936555baf SHA512 be480e9a43c056a02d351ec1e935bc89493d303bd501dcbb71f4be78e4f1122a7d26759600e640d4cdf4a2240fd28b322f7d3dbf5e6794e16b7295a64bbd4f61
diff --git a/kde-frameworks/baloo/baloo-5.100.0.ebuild b/kde-frameworks/baloo/baloo-5.100.0.ebuild
deleted file mode 100644
index 57b1d8281d59..000000000000
--- a/kde-frameworks/baloo/baloo-5.100.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for searching and managing metadata"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~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}"