diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-09-28 22:08:39 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-29 21:39:06 +1000 |
commit | 71bde261419a633b11397b64d60d3bd200afe9a5 (patch) | |
tree | b9c294b6e751763d6ef4ae7fa90e04a204273f0b /kde-frameworks | |
parent | kde-frameworks/baloo: Fix autostart condition (diff) | |
download | gentoo-71bde261419a633b11397b64d60d3bd200afe9a5.tar.gz gentoo-71bde261419a633b11397b64d60d3bd200afe9a5.tar.bz2 gentoo-71bde261419a633b11397b64d60d3bd200afe9a5.zip |
kde-frameworks/baloo: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/baloo/baloo-5.26.0-r1.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/kde-frameworks/baloo/baloo-5.26.0-r1.ebuild b/kde-frameworks/baloo/baloo-5.26.0-r1.ebuild deleted file mode 100644 index ae67c60031b1..000000000000 --- a/kde-frameworks/baloo/baloo-5.26.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework for searching and managing metadata" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kfilemetadata) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - >=dev-db/lmdb-0.9.17 -" -RDEPEND="${DEPEND} - !kde-base/baloo:4[-minimal(-)] -" - -PATCHES=( - "${FILESDIR}/${P}-runtime-crash.patch" - "${FILESDIR}/${P}-size-limit.patch" - "${FILESDIR}/${P}-zerotimestamp-crash.patch" - "${FILESDIR}/${P}-thread-safety.patch" - "${FILESDIR}/${P}-dont-corrupt.patch" -) - -pkg_postinst() { - kde5_pkg_postinst - if use x86; then - ewarn "The baloo index size limit for 32-bit is 1GB. For large homes, exclude" - ewarn "subdirectories in System Settings / Search to avoid random segfaults." - ewarn "For more information, visit: https://bugs.kde.org/show_bug.cgi?id=364475" - fi -} |