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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BE1F158020 for ; Sun, 16 Oct 2022 11:42:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D04AE0869; Sun, 16 Oct 2022 11:42:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48CE4E0869 for ; Sun, 16 Oct 2022 11:42:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 812B6340F46 for ; Sun, 16 Oct 2022 11:42:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B633D627 for ; Sun, 16 Oct 2022 11:42:01 +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: <1665920473.d0400a58103cad8c56862235b9cc9a8805903482.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konsolekalendar/konsolekalendar-9999.ebuild X-VCS-Directories: kde-apps/konsolekalendar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d0400a58103cad8c56862235b9cc9a8805903482 X-VCS-Branch: master Date: Sun, 16 Oct 2022 11:42:01 +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: 2d4b39b9-bbce-4e29-9561-d8f1870f3d93 X-Archives-Hash: 7e0a50e234df22ea34bfb2a6f279706e commit: d0400a58103cad8c56862235b9cc9a8805903482 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 16 11:41:13 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 16 11:41:13 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d0400a58 kde-apps/konsolekalendar: Translations moved to code repository Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/konsolekalendar/konsolekalendar-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild index 0778a23995..83a27addbd 100644 --- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild +++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild @@ -33,9 +33,7 @@ src_prepare() { ecm_src_prepare # delete colliding calendarjanitor translations - if [[ ${KDE_BUILD_TYPE} = release ]]; then - rm -f po/*/calendarjanitor.po || die - fi + rm -f po/*/calendarjanitor.po || die cmake_comment_add_subdirectory calendarjanitor }