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 958FB1382C5 for ; Fri, 7 May 2021 15:24:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B3EFE0843; Fri, 7 May 2021 15:24:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 80C4EE0843 for ; Fri, 7 May 2021 15:24: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DE29340CAC for ; Fri, 7 May 2021 15:24:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F3474F for ; Fri, 7 May 2021 15:24:21 +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: <1620401023.02a85370e2274e6718be713d33b42a1f2541a23a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kopete/kopete-21.04.49.9999.ebuild kde-apps/kopete/kopete-9999.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 02a85370e2274e6718be713d33b42a1f2541a23a X-VCS-Branch: master Date: Fri, 7 May 2021 15:24: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97e1087e-edb2-4971-b712-9b7cbe658651 X-Archives-Hash: 98dd11477681aac787c9ba99ac44f370 commit: 02a85370e2274e6718be713d33b42a1f2541a23a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 7 13:24:46 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 7 15:23:43 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=02a85370 kde-apps/kopete: Cleanup weird IUSE=xmpp postinst elog Just formalise the RDEPEND usedep on app-crypt/qca[ssl?] instead. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kopete/kopete-21.04.49.9999.ebuild | 14 +------------- kde-apps/kopete/kopete-9999.ebuild | 14 +------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/kde-apps/kopete/kopete-21.04.49.9999.ebuild b/kde-apps/kopete/kopete-21.04.49.9999.ebuild index b4055ce683..45c1319e81 100644 --- a/kde-apps/kopete/kopete-21.04.49.9999.ebuild +++ b/kde-apps/kopete/kopete-21.04.49.9999.ebuild @@ -124,6 +124,7 @@ RDEPEND="${COMMON_DEPEND} virtual/latex-base ) ssl? ( >=app-crypt/qca-2.3.0:2[ssl] ) + xmpp? ( >=app-crypt/qca-2.3.0:2[ssl?] ) " # sms? ( app-mobilephone/smssend ) # winpopup? ( net-fs/samba ) @@ -167,16 +168,3 @@ src_configure() { ecm_src_configure } - -pkg_postinst() { - ecm_pkg_postinst - - if ! use ssl; then - if use xmpp ; then - if ! has_version "app-crypt/qca:2[ssl]" ; then - elog "In order to use ssl in xmpp you'll need to" - elog "install app-crypt/qca package with USE=ssl." - fi - fi - fi -} diff --git a/kde-apps/kopete/kopete-9999.ebuild b/kde-apps/kopete/kopete-9999.ebuild index 85851b67a8..c76ad96b99 100644 --- a/kde-apps/kopete/kopete-9999.ebuild +++ b/kde-apps/kopete/kopete-9999.ebuild @@ -124,6 +124,7 @@ RDEPEND="${COMMON_DEPEND} virtual/latex-base ) ssl? ( >=app-crypt/qca-2.3.0:2[ssl] ) + xmpp? ( >=app-crypt/qca-2.3.0:2[ssl?] ) " # sms? ( app-mobilephone/smssend ) # winpopup? ( net-fs/samba ) @@ -167,16 +168,3 @@ src_configure() { ecm_src_configure } - -pkg_postinst() { - ecm_pkg_postinst - - if ! use ssl; then - if use xmpp ; then - if ! has_version "app-crypt/qca:2[ssl]" ; then - elog "In order to use ssl in xmpp you'll need to" - elog "install app-crypt/qca package with USE=ssl." - fi - fi - fi -}