From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1244472-garchives=archives.gentoo.org@lists.gentoo.org> 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 A2C271382C5 for <garchives@archives.gentoo.org>; Sat, 23 Jan 2021 14:58:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6BBDE0BBA; Sat, 23 Jan 2021 14:58:11 +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 99817E0BBA for <gentoo-commits@lists.gentoo.org>; Sat, 23 Jan 2021 14:58:11 +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 77D19340E4F for <gentoo-commits@lists.gentoo.org>; Sat, 23 Jan 2021 14:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3C112C5 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Jan 2021 14:58:08 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1611413853.85d16bd6906a6dc86884e6440c011c84c9a5817a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/parley/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/parley/parley-20.08.3-r1.ebuild kde-apps/parley/parley-20.08.3.ebuild kde-apps/parley/parley-20.12.1-r1.ebuild kde-apps/parley/parley-20.12.1.ebuild X-VCS-Directories: kde-apps/parley/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 85d16bd6906a6dc86884e6440c011c84c9a5817a X-VCS-Branch: master Date: Sat, 23 Jan 2021 14:58:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86f8ec7b-eb4e-4ce9-bc44-bf6aaf738ce9 X-Archives-Hash: 07a735db6f2294c070d512f8e210e4e5 commit: 85d16bd6906a6dc86884e6440c011c84c9a5817a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 23 14:48:46 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 23 14:57:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d16bd6 kde-apps/parley: Disable plugins directory Plugins depend on unavailable kde-apps/kross-interpreters[python], still py2-based upstream. Reported-by: Gerion Entrup <gerion.entrup <AT> flump.de> Bug: https://bugs.gentoo.org/766333 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../{parley-20.08.3.ebuild => parley-20.08.3-r1.ebuild} | 13 ++++++++++++- .../{parley-20.12.1.ebuild => parley-20.12.1-r1.ebuild} | 11 +++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/kde-apps/parley/parley-20.08.3.ebuild b/kde-apps/parley/parley-20.08.3-r1.ebuild similarity index 83% rename from kde-apps/parley/parley-20.08.3.ebuild rename to kde-apps/parley/parley-20.08.3-r1.ebuild index 01011f30629..7cb545fab6b 100644 --- a/kde-apps/parley/parley-20.08.3.ebuild +++ b/kde-apps/parley/parley-20.08.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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-20.12.1.ebuild b/kde-apps/parley/parley-20.12.1-r1.ebuild similarity index 86% rename from kde-apps/parley/parley-20.12.1.ebuild rename to kde-apps/parley/parley-20.12.1-r1.ebuild index 226d129256a..588f0be5fbb 100644 --- a/kde-apps/parley/parley-20.12.1.ebuild +++ b/kde-apps/parley/parley-20.12.1-r1.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." +}