Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/baloo/
Date: Thu, 29 Sep 2016 11:39:28
Message-Id: 1475149146.71bde261419a633b11397b64d60d3bd200afe9a5.kensington@gentoo
1 commit: 71bde261419a633b11397b64d60d3bd200afe9a5
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 28 20:08:39 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 11:39:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bde261
7
8 kde-frameworks/baloo: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 kde-frameworks/baloo/baloo-5.26.0-r1.ebuild | 50 -----------------------------
13 1 file changed, 50 deletions(-)
14
15 diff --git a/kde-frameworks/baloo/baloo-5.26.0-r1.ebuild b/kde-frameworks/baloo/baloo-5.26.0-r1.ebuild
16 deleted file mode 100644
17 index ae67c60..00000000
18 --- a/kde-frameworks/baloo/baloo-5.26.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,50 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -KDE_TEST="forceoptional"
28 -VIRTUALX_REQUIRED="test"
29 -inherit kde5
30 -
31 -DESCRIPTION="Framework for searching and managing metadata"
32 -KEYWORDS="~amd64 ~arm ~x86"
33 -IUSE=""
34 -
35 -DEPEND="
36 - $(add_frameworks_dep kconfig)
37 - $(add_frameworks_dep kcoreaddons)
38 - $(add_frameworks_dep kcrash)
39 - $(add_frameworks_dep kdbusaddons)
40 - $(add_frameworks_dep kfilemetadata)
41 - $(add_frameworks_dep ki18n)
42 - $(add_frameworks_dep kidletime)
43 - $(add_frameworks_dep kio)
44 - $(add_frameworks_dep solid)
45 - $(add_qt_dep qtdbus)
46 - $(add_qt_dep qtdeclarative)
47 - $(add_qt_dep qtgui)
48 - $(add_qt_dep qtwidgets)
49 - >=dev-db/lmdb-0.9.17
50 -"
51 -RDEPEND="${DEPEND}
52 - !kde-base/baloo:4[-minimal(-)]
53 -"
54 -
55 -PATCHES=(
56 - "${FILESDIR}/${P}-runtime-crash.patch"
57 - "${FILESDIR}/${P}-size-limit.patch"
58 - "${FILESDIR}/${P}-zerotimestamp-crash.patch"
59 - "${FILESDIR}/${P}-thread-safety.patch"
60 - "${FILESDIR}/${P}-dont-corrupt.patch"
61 -)
62 -
63 -pkg_postinst() {
64 - kde5_pkg_postinst
65 - if use x86; then
66 - ewarn "The baloo index size limit for 32-bit is 1GB. For large homes, exclude"
67 - ewarn "subdirectories in System Settings / Search to avoid random segfaults."
68 - ewarn "For more information, visit: https://bugs.kde.org/show_bug.cgi?id=364475"
69 - fi
70 -}