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 59D131382C5 for ; Thu, 1 Mar 2018 12:25:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CF66E08F4; Thu, 1 Mar 2018 12:25:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3DEC0E08D3 for ; Thu, 1 Mar 2018 12:25:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 31095335C38 for ; Thu, 1 Mar 2018 12:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D18D1F0 for ; Thu, 1 Mar 2018 12:25:04 +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: <1519903701.7ca2dd0dc2ec1a5b65988eba843781beb2757afb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7ca2dd0dc2ec1a5b65988eba843781beb2757afb X-VCS-Branch: master Date: Thu, 1 Mar 2018 12:25:04 +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: 257524e2-6293-45c2-8a19-041ffd6e426e X-Archives-Hash: 98c58a4e8d8691c993434d842f3cc038 commit: 7ca2dd0dc2ec1a5b65988eba843781beb2757afb Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 1 11:28:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 1 11:28:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ca2dd0d kde-plasma/plasma-desktop: Drop obsolete pkg_setup check net-im/skype is not a thing anymore. Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild | 7 ------- kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 7 ------- 2 files changed, 14 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild index 01caeaf5de..b30ea480c3 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild @@ -132,13 +132,6 @@ RDEPEND="${COMMON_DEPEND} REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray )" -pkg_setup() { - kde5_pkg_setup - if has_version net-im/skype && use legacy-systray && use amd64; then - elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype is a 32-bit binary." - fi -} - src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package appstream AppStreamQt) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 01caeaf5de..b30ea480c3 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -132,13 +132,6 @@ RDEPEND="${COMMON_DEPEND} REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray )" -pkg_setup() { - kde5_pkg_setup - if has_version net-im/skype && use legacy-systray && use amd64; then - elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype is a 32-bit binary." - fi -} - src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package appstream AppStreamQt)