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 110171384B4 for ; Tue, 22 Dec 2015 16:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE2C4E086A; Tue, 22 Dec 2015 16:06:24 +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 64F41E0857 for ; Tue, 22 Dec 2015 16:06:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33322340766 for ; Tue, 22 Dec 2015 16:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DD89CE9 for ; Tue, 22 Dec 2015 16:06: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: <1450800366.1692538e81c03e4c319895c3a7da13b30ab75d6c.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.0.ebuild 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: 1692538e81c03e4c319895c3a7da13b30ab75d6c X-VCS-Branch: master Date: Tue, 22 Dec 2015 16:06: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: 5ef9dccb-099b-45d1-afa8-5c6cc4b04189 X-Archives-Hash: 0f537ca7d59ba1a2801e53ee87237be0 commit: 1692538e81c03e4c319895c3a7da13b30ab75d6c Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Dec 20 23:47:00 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 22 16:06:06 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1692538e kde-apps/dolphin: Update postinst message wrt KF 5.17 Package-Manager: portage-2.2.26 kde-apps/dolphin/dolphin-15.12.0.ebuild | 5 +++-- kde-apps/dolphin/dolphin-15.12.49.9999.ebuild | 5 +++-- kde-apps/dolphin/dolphin-9999.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.12.0.ebuild b/kde-apps/dolphin/dolphin-15.12.0.ebuild index a3482e6..d957356 100644 --- a/kde-apps/dolphin/dolphin-15.12.0.ebuild +++ b/kde-apps/dolphin/dolphin-15.12.0.ebuild @@ -78,9 +78,10 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if ( ! has_version kde-apps/ark:${SLOT} || ! has_version kde-apps/libkonq:${SLOT} ); then + if ( ! has_version "kde-apps/ark:${SLOT}" || has_version "=kde-frameworks/kio-5.17.0" echo fi } diff --git a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild index f6cc2b0..a85ed42 100644 --- a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild @@ -78,9 +78,10 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if ( ! has_version kde-apps/ark:${SLOT} || ! has_version kde-apps/libkonq:${SLOT} ); then + if ( ! has_version "kde-apps/ark:${SLOT}" || has_version "=kde-frameworks/kio-5.17.0" echo fi } diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index f6cc2b0..a85ed42 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -78,9 +78,10 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if ( ! has_version kde-apps/ark:${SLOT} || ! has_version kde-apps/libkonq:${SLOT} ); then + if ( ! has_version "kde-apps/ark:${SLOT}" || has_version "=kde-frameworks/kio-5.17.0" echo fi }