From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7CA871391DB for ; Wed, 18 Jun 2014 19:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17D48E09C3; Wed, 18 Jun 2014 19:31:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C0B4E09C3 for ; Wed, 18 Jun 2014 19:31:07 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBB923400E4 for ; Wed, 18 Jun 2014 19:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BC12A187DE for ; Wed, 18 Jun 2014 19:31:04 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1403118621.a5aa3638e33111e0358fb93ec92f5c91855447a6.pinkbyte@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/ X-VCS-Repository: proj/qt X-VCS-Files: www-client/qupzilla/qupzilla-9999.ebuild X-VCS-Directories: www-client/qupzilla/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: a5aa3638e33111e0358fb93ec92f5c91855447a6 X-VCS-Branch: master Date: Wed, 18 Jun 2014 19:31:04 +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: 79bb6335-de0d-40bf-b6ae-95ee9c1e03d7 X-Archives-Hash: ff9a86aad5734123fae066ad50352dc3 commit: a5aa3638e33111e0358fb93ec92f5c91855447a6 Author: Sergey Popov gentoo org> AuthorDate: Wed Jun 18 19:10:21 2014 +0000 Commit: Sergey Popov gentoo org> CommitDate: Wed Jun 18 19:10:21 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a5aa3638 Revert "[www-client/qupzilla] Remove linguas code that only controls installation of small files. Fixes bug #513674." This reverts commit 38efc00695dd46364af0f99adce98af64bccad86. Reverted because of policy violation on LINGUAS --- www-client/qupzilla/qupzilla-9999.ebuild | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild index be3a67d..e10f23a 100644 --- a/www-client/qupzilla/qupzilla-9999.ebuild +++ b/www-client/qupzilla/qupzilla-9999.ebuild @@ -16,7 +16,11 @@ else S=${WORKDIR}/${MY_P} fi -inherit multilib qt4-r2 ${VCS_ECLASS} +PLOCALES="cs_CZ de_DE el_GR es_ES es_VE fa_IR fr_FR hu_HU id_ID it_IT ja_JP +ka_GE nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr_BA sr_RS sv_SE uk_UA +zh_CN zh_TW" + +inherit l10n multilib qt4-r2 ${VCS_ECLASS} DESCRIPTION="Qt WebKit web browser" HOMEPAGE="http://www.qupzilla.com/" @@ -55,3 +59,12 @@ src_configure() { eqmake4 } + +src_install() { + qt4-r2_src_install + l10n_for_each_disabled_locale_do rm_loc +} + +rm_loc() { + rm "${D}"/usr/share/${PN}/locale/${1}.qm || die +}