summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-27 12:13:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-27 12:20:22 +0100
commit326e62b90f6e32535c5ecb3539151c7bc9b6f6e3 (patch)
treef48cbd455eb0d832c78389c0932d66793729b2e9
parentkde-frameworks/syndication: drop 5.96.0 (diff)
downloadgentoo-326e62b90f6e32535c5ecb3539151c7bc9b6f6e3.tar.gz
gentoo-326e62b90f6e32535c5ecb3539151c7bc9b6f6e3.tar.bz2
gentoo-326e62b90f6e32535c5ecb3539151c7bc9b6f6e3.zip
kde-frameworks/baloo: drop 5.96.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/baloo/Manifest1
-rw-r--r--kde-frameworks/baloo/baloo-5.96.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest
index e8d526a05b4b..4ef9327b3169 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.96.0.tar.xz 290372 BLAKE2B 97458de69b414bb441eb00123cefe59646be4ef28dbad762a38ea83f643ea4f482009f5d366024a556c72f07b76f510de5c5b73fbc5eb72716d46f2d51f678a8 SHA512 b529720173cd739805b56e311158e288cffd6f6ef866d4f4a87ff01c2f186016c6a79c27f47626ce5437fedcd025a9cbac933bfebf98575fa71257af48c8afc0
DIST baloo-5.99.0.tar.xz 293276 BLAKE2B f1a6b1ff7520b55c16ab52571e2695d06175ebd9e2732127149866b7876c026cce1879d1345cc1140f14f7001b94d021eb30bbf391ab5695974f654936555baf SHA512 be480e9a43c056a02d351ec1e935bc89493d303bd501dcbb71f4be78e4f1122a7d26759600e640d4cdf4a2240fd28b322f7d3dbf5e6794e16b7295a64bbd4f61
diff --git a/kde-frameworks/baloo/baloo-5.96.0.ebuild b/kde-frameworks/baloo/baloo-5.96.0.ebuild
deleted file mode 100644
index cf7023661375..000000000000
--- a/kde-frameworks/baloo/baloo-5.96.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.4
-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}"