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 223F413835B for ; Mon, 28 Sep 2020 21:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B51AE0843; Mon, 28 Sep 2020 21:26:48 +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 53195E0843 for ; Mon, 28 Sep 2020 21:26:48 +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 47389340AA7 for ; Mon, 28 Sep 2020 21:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B798338C for ; Mon, 28 Sep 2020 21:26:44 +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: <1601323741.1e617d8742a84c932289f62b82fabc79fe72b3b5.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-9999.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1e617d8742a84c932289f62b82fabc79fe72b3b5 X-VCS-Branch: master Date: Mon, 28 Sep 2020 21:26:44 +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: 2835ed68-b087-420d-bcf8-23d7ea7ade47 X-Archives-Hash: c22675e68f5d94927df31180bfc9a57f commit: 1e617d8742a84c932289f62b82fabc79fe72b3b5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 28 19:59:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 28 20:09:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e617d87 kde-apps/lokalize: Drop kross-interpreters dependent scripts from 9999 Bug: https://bugs.gentoo.org/735368 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/lokalize-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/lokalize/lokalize-9999.ebuild b/kde-apps/lokalize/lokalize-9999.ebuild index 153a8612ab..f357b763ee 100644 --- a/kde-apps/lokalize/lokalize-9999.ebuild +++ b/kde-apps/lokalize/lokalize-9999.ebuild @@ -60,14 +60,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