commit: 38efc00695dd46364af0f99adce98af64bccad86
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 13:07:16 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 13:07:16 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=38efc006
[www-client/qupzilla] Remove linguas code that only controls installation of
small files. Fixes bug #513674.
Package-Manager: portage-2.2.10
---
www-client/qupzilla/qupzilla-9999.ebuild | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/www-client/qupzilla/qupzilla-9999.ebuild
b/www-client/qupzilla/qupzilla-9999.ebuild
index e10f23a..be3a67d 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -16,11 +16,7 @@ else
S=${WORKDIR}/${MY_P}
fi
-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}
+inherit multilib qt4-r2 ${VCS_ECLASS}
DESCRIPTION="Qt WebKit web browser"
HOMEPAGE="http://www.qupzilla.com/"
@@ -59,12 +55,3 @@ 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
-}