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 E7FD3138334 for ; Sat, 18 Aug 2018 20:51:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5BE8E0843; Sat, 18 Aug 2018 20:51:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88CA5E0843 for ; Sat, 18 Aug 2018 20:51:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEC4C340D1D for ; Sat, 18 Aug 2018 20:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7567D3AF for ; Sat, 18 Aug 2018 20:51:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534625358.34496c764e9531ada2dd0417c8742b605d0cc82e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 34496c764e9531ada2dd0417c8742b605d0cc82e X-VCS-Branch: master Date: Sat, 18 Aug 2018 20:51:12 +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: 17c7fabc-c12c-46f2-8c80-d8a2aeddaf7c X-Archives-Hash: 6f2c315742d77111c68a67299d0fec41 commit: 34496c764e9531ada2dd0417c8742b605d0cc82e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 18 20:49:18 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 18 20:49:18 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=34496c76 kde-plasma/kinfocenter: Update pkg_postinst message Package-Manager: Portage-2.3.47, Repoman-2.3.10 kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild | 4 ++-- kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild | 4 ++-- kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild index cbc3e375e8..8335de30d3 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild @@ -89,7 +89,7 @@ pkg_postinst() { if ! has_version "net-fs/nfs-utils"; then elog "Installing net-fs/nfs-utils will enable the NFS information module." fi - if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then - elog "Installing net-fs/samba[server(+)] will enable the Samba status information module." + if ! has_version "net-fs/samba"; then + elog "Installing net-fs/samba will enable the Samba status information module." fi } diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild index cbc3e375e8..8335de30d3 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild @@ -89,7 +89,7 @@ pkg_postinst() { if ! has_version "net-fs/nfs-utils"; then elog "Installing net-fs/nfs-utils will enable the NFS information module." fi - if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then - elog "Installing net-fs/samba[server(+)] will enable the Samba status information module." + if ! has_version "net-fs/samba"; then + elog "Installing net-fs/samba will enable the Samba status information module." fi } diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index cbc3e375e8..8335de30d3 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -89,7 +89,7 @@ pkg_postinst() { if ! has_version "net-fs/nfs-utils"; then elog "Installing net-fs/nfs-utils will enable the NFS information module." fi - if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then - elog "Installing net-fs/samba[server(+)] will enable the Samba status information module." + if ! has_version "net-fs/samba"; then + elog "Installing net-fs/samba will enable the Samba status information module." fi }