Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
Date: Thu, 28 Apr 2016 13:25:41
Message-Id: 1461826636.ffcc67fcc617e5d6cfef901b204e4dfcfe407424.pesa@gentoo
1 commit: ffcc67fcc617e5d6cfef901b204e4dfcfe407424
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 20:48:49 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 06:57:16 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ffcc67fc
7
8 www-client/qupzilla: Bump to EAPI 6.
9
10 Package-Manager: portage-2.2.28
11
12 www-client/qupzilla/qupzilla-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
16 index d8d8631..10ccc6e 100644
17 --- a/www-client/qupzilla/qupzilla-9999.ebuild
18 +++ b/www-client/qupzilla/qupzilla-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25 MY_PN="QupZilla"
26 MY_P=${MY_PN}-${PV}
27
28 @@ -65,8 +65,6 @@ src_prepare() {
29 rm translations/${1}.ts || die
30 }
31
32 - epatch_user
33 -
34 # remove outdated prebuilt localizations
35 rm -rf bin/locale || die
36
37 @@ -78,6 +76,8 @@ src_prepare() {
38
39 l10n_find_plocales_changes "translations" "" ".ts"
40 l10n_for_each_disabled_locale_do rm_loc
41 +
42 + default
43 }
44
45 src_configure() {