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 C7EFE1382C5 for ; Sat, 23 Jan 2021 14:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E979FE0BD7; Sat, 23 Jan 2021 14:53:35 +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 CAF8FE0BD7 for ; Sat, 23 Jan 2021 14:53:35 +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 C44A4340F07 for ; Sat, 23 Jan 2021 14:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A5B2C5 for ; Sat, 23 Jan 2021 14:53:32 +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: <1611413326.d8c56aa70a2940b0acabf1f2375e08993a9660a4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/parley/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/parley/parley-20.12.49.9999.ebuild kde-apps/parley/parley-9999.ebuild X-VCS-Directories: kde-apps/parley/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d8c56aa70a2940b0acabf1f2375e08993a9660a4 X-VCS-Branch: master Date: Sat, 23 Jan 2021 14:53:32 +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: 291a0493-26aa-4b77-ad35-18babf3cf371 X-Archives-Hash: 2bfbecf7e55432d3c2280d053ed9faae commit: d8c56aa70a2940b0acabf1f2375e08993a9660a4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 23 14:48:46 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 23 14:48:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8c56aa7 kde-apps/parley: Disable plugins directory Plugins depend on unavailable kde-apps/kross-interpreters[python], still py2-based upstream. Reported-by: Gerion Entrup flump.de> Bug: https://bugs.gentoo.org/766333 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/parley/parley-20.12.49.9999.ebuild | 11 +++++++++++ kde-apps/parley/parley-9999.ebuild | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/kde-apps/parley/parley-20.12.49.9999.ebuild b/kde-apps/parley/parley-20.12.49.9999.ebuild index 87178fec80..c975480eb5 100644 --- a/kde-apps/parley/parley-20.12.49.9999.ebuild +++ b/kde-apps/parley/parley-20.12.49.9999.ebuild @@ -49,3 +49,14 @@ DEPEND=" RDEPEND="${DEPEND} >=kde-apps/kdeedu-data-${PVCUT}:5 " + +src_prepare() { + ecm_src_prepare + cmake_comment_add_subdirectory plugins +} + +pkg_postinst() { + ecm_pkg_postinst + elog "Plugins are disabled in Gentoo due to lack of Python-3 compatible" + elog "kross-interpreters, bug #766333." +} diff --git a/kde-apps/parley/parley-9999.ebuild b/kde-apps/parley/parley-9999.ebuild index 87178fec80..c975480eb5 100644 --- a/kde-apps/parley/parley-9999.ebuild +++ b/kde-apps/parley/parley-9999.ebuild @@ -49,3 +49,14 @@ DEPEND=" RDEPEND="${DEPEND} >=kde-apps/kdeedu-data-${PVCUT}:5 " + +src_prepare() { + ecm_src_prepare + cmake_comment_add_subdirectory plugins +} + +pkg_postinst() { + ecm_pkg_postinst + elog "Plugins are disabled in Gentoo due to lack of Python-3 compatible" + elog "kross-interpreters, bug #766333." +}