diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-23 15:48:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-23 15:57:33 +0100 |
commit | 85d16bd6906a6dc86884e6440c011c84c9a5817a (patch) | |
tree | 23028fd9bfaf56d47dfceca45b9f50a4b415916c /kde-apps/parley | |
parent | www-client/vivaldi: Drop old 3.5.2115.81 (diff) | |
download | gentoo-85d16bd6906a6dc86884e6440c011c84c9a5817a.tar.gz gentoo-85d16bd6906a6dc86884e6440c011c84c9a5817a.tar.bz2 gentoo-85d16bd6906a6dc86884e6440c011c84c9a5817a.zip |
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@flump.de>
Bug: https://bugs.gentoo.org/766333
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/parley')
-rw-r--r-- | kde-apps/parley/parley-20.08.3-r1.ebuild (renamed from kde-apps/parley/parley-20.08.3.ebuild) | 13 | ||||
-rw-r--r-- | kde-apps/parley/parley-20.12.1-r1.ebuild (renamed from kde-apps/parley/parley-20.12.1.ebuild) | 11 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-apps/parley/parley-20.08.3.ebuild b/kde-apps/parley/parley-20.08.3-r1.ebuild index 01011f306298..7cb545fab6b2 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 index 226d129256a9..588f0be5fbb3 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." +} |