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 359D413835B for ; Sun, 11 Oct 2020 11:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86574E0BC7; Sun, 11 Oct 2020 11:08:28 +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 5EC11E0BC2 for ; Sun, 11 Oct 2020 11:08:28 +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 890CE340D3A for ; Sun, 11 Oct 2020 11:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6B9B3A5 for ; Sun, 11 Oct 2020 11:08:24 +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: <1602413887.640a98bb7993f9feb8abcf15d4b856deba22ba14.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/lokalize/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/lokalize/lokalize-20.08.49.9999.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 640a98bb7993f9feb8abcf15d4b856deba22ba14 X-VCS-Branch: master Date: Sun, 11 Oct 2020 11:08:24 +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: f1734cde-c7f6-4027-ab8f-4088759fcfa0 X-Archives-Hash: 8f2f7fb7bff942c4b05b4c88e1b1d45f commit: 640a98bb7993f9feb8abcf15d4b856deba22ba14 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 11 10:58:04 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 11 10:58:07 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=640a98bb kde-apps/lokalize: Drop kross-interpreters dependent scripts from 20.08 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/lokalize-20.08.49.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild b/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild index 5775cebd42..d5670c3bfb 100644 --- a/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild +++ b/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild @@ -59,14 +59,14 @@ pkg_setup() { src_install() { ecm_src_install - python_fix_shebang "${ED}/usr/share/${PN}" + rm "${ED}"/usr/share/lokalize/scripts/msgmerge.{py,rc} || die + python_fix_shebang "${ED}"/usr/share/${PN} } pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:" optfeature "Autofetch kde.org translations in new project wizard" dev-vcs/subversion - optfeature "msgmerge tool" "kde-apps/kross-interpreters:${SLOT}[python]" optfeature "Spell and grammar checking" app-text/languagetool fi ecm_pkg_postinst