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 A45381382C5 for ; Wed, 16 May 2018 08:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 495E9E0943; Wed, 16 May 2018 08:18:45 +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 29466E0943 for ; Wed, 16 May 2018 08:18:45 +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 39297335C7D for ; Wed, 16 May 2018 08:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7312D2A1 for ; Wed, 16 May 2018 08:18:42 +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: <1526458663.179267f548ea51f2435c24d56678862766881079.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/qtpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/qtpass/qtpass-1.2.2.ebuild X-VCS-Directories: app-admin/qtpass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 179267f548ea51f2435c24d56678862766881079 X-VCS-Branch: master Date: Wed, 16 May 2018 08:18:42 +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-Archives-Salt: dffe3d79-0c25-4636-ace3-fc6497e33ba0 X-Archives-Hash: 227641d586a0cd6e39e1265c1db68cf9 commit: 179267f548ea51f2435c24d56678862766881079 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 16 08:14:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 16 08:17:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179267f5 app-admin/qtpass: Remove ineffective l10n.eclass Package-Manager: Portage-2.3.36, Repoman-2.3.9 app-admin/qtpass/qtpass-1.2.2.ebuild | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/app-admin/qtpass/qtpass-1.2.2.ebuild b/app-admin/qtpass/qtpass-1.2.2.ebuild index e0c3748be47..ecbc9a1c158 100644 --- a/app-admin/qtpass/qtpass-1.2.2.ebuild +++ b/app-admin/qtpass/qtpass-1.2.2.ebuild @@ -4,10 +4,7 @@ EAPI=6 MY_P="QtPass-${PV}" -PLOCALES="ar_MA ca cs_CZ de_DE de_LU el_GR en_GB en_US es_ES fr_BE fr_FR fr_LU -gl_ES he_IL hu_HU it_IT lb_LU nl_BE nl_NL pl_PL pt_PT ru_RU sv_SE zh_CN" - -inherit desktop l10n qmake-utils +inherit desktop qmake-utils DESCRIPTION="multi-platform GUI for pass, the standard unix password manager" HOMEPAGE="https://qtpass.org/" @@ -40,25 +37,12 @@ src_prepare() { sed -i '/SUBDIRS += src /s/tests //' \ qtpass.pro || die "sed for qtpass.pro failed" fi - - l10n_find_plocales_changes localization localization_ .ts } src_configure() { eqmake5 PREFIX="${D}"/usr } -src_compile() { - default - - local lr - lr="$(qt5_get_bindir)"/lrelease - l10n_build() { - $lr localization/localization_"${1}".ts || die "lrelease ${1} failed" - } - l10n_for_each_locale_do l10n_build -} - src_install() { default