From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6E6CA59172 for ; Fri, 12 Feb 2016 03:50:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C71D321C031; Fri, 12 Feb 2016 03:50:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B47C21C031 for ; Fri, 12 Feb 2016 03:50:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F550340C40 for ; Fri, 12 Feb 2016 03:50:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BFEC8EB for ; Fri, 12 Feb 2016 03:50:53 +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: <1455249043.011b3baf058d68dda5fbf7bd5da75e18ddd6cec6.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-15.12.49.9999.ebuild kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 011b3baf058d68dda5fbf7bd5da75e18ddd6cec6 X-VCS-Branch: master Date: Fri, 12 Feb 2016 03:50:53 +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: 89710ff9-eb16-432d-927f-afc2a315cff5 X-Archives-Hash: 4ccc484e091bd617cf11b380e44ecc7a commit: 011b3baf058d68dda5fbf7bd5da75e18ddd6cec6 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Feb 10 22:59:20 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 12 03:50:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=011b3baf kde-apps/dolphin: Adjust DEPENDs for kfilemetadata Package-Manager: portage-2.2.27 kde-apps/dolphin/dolphin-15.12.49.9999.ebuild | 8 +++----- kde-apps/dolphin/dolphin-9999.ebuild | 11 +++++------ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild index 74b7859..5676bf2 100644 --- a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -FRAMEWORKS_MINIMAL="5.16.0" KDE_HANDBOOK="forceoptional" KDE_TEST="true" VIRTUALX_REQUIRED="test" @@ -78,10 +77,9 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if ( ! has_version "kde-apps/ark:${SLOT}" || has_version "=kde-frameworks/kio-5.17.0" + elog "For compress/extract and other actions, please install kde-apps/ark:${SLOT}" echo fi } diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 74b7859..f8e3154 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -FRAMEWORKS_MINIMAL="5.16.0" +FRAMEWORKS_MINIMAL="5.19.0" KDE_HANDBOOK="forceoptional" KDE_TEST="true" VIRTUALX_REQUIRED="test" @@ -25,6 +25,7 @@ DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kfilemetadata) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kinit) @@ -48,7 +49,6 @@ DEPEND=" media-libs/phonon[qt5] semantic-desktop? ( $(add_frameworks_dep baloo) - $(add_frameworks_dep kfilemetadata) $(add_kdeapps_dep baloo-widgets) ) !semantic-desktop? ( @@ -78,10 +78,9 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if ( ! has_version "kde-apps/ark:${SLOT}" || has_version "=kde-frameworks/kio-5.17.0" + elog "For compress/extract and other actions, please install kde-apps/ark:${SLOT}" echo fi }