From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A54D138330 for ; Thu, 29 Sep 2016 11:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98AD2E0852; Thu, 29 Sep 2016 11:39:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A936E0852 for ; Thu, 29 Sep 2016 11:39:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 853FD340821 for ; Thu, 29 Sep 2016 11:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 385792490 for ; Thu, 29 Sep 2016 11:39:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475149146.71bde261419a633b11397b64d60d3bd200afe9a5.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/baloo/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/baloo/baloo-5.26.0-r1.ebuild X-VCS-Directories: kde-frameworks/baloo/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 71bde261419a633b11397b64d60d3bd200afe9a5 X-VCS-Branch: master Date: Thu, 29 Sep 2016 11:39:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 47c11e86-fde3-46af-ad7c-136ba5f3c448 X-Archives-Hash: 6e7145d7a2da3a6076da23ab3f957841 commit: 71bde261419a633b11397b64d60d3bd200afe9a5 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Sep 28 20:08:39 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Sep 29 11:39:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bde261 kde-frameworks/baloo: Drop old Package-Manager: portage-2.3.0 kde-frameworks/baloo/baloo-5.26.0-r1.ebuild | 50 ----------------------------- 1 file changed, 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 ae67c60..00000000 --- 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 -}