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 95A5D138206 for ; Thu, 28 Apr 2016 13:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54C6AE083C; Thu, 28 Apr 2016 13:25:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8CFEE083C for ; Thu, 28 Apr 2016 13:25:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B6813409E2 for ; Thu, 28 Apr 2016 13:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82A7333 for ; Thu, 28 Apr 2016 13:25:32 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1461826636.ffcc67fcc617e5d6cfef901b204e4dfcfe407424.pesa@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: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: ffcc67fcc617e5d6cfef901b204e4dfcfe407424 X-VCS-Branch: master Date: Thu, 28 Apr 2016 13:25:32 +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: ab2c39b3-0e5c-4d19-a52d-ca525fafb312 X-Archives-Hash: 4c99312ffdd17b39a78cae29733a1818 commit: ffcc67fcc617e5d6cfef901b204e4dfcfe407424 Author: Jimi Huotari gentoo org> AuthorDate: Tue Apr 26 20:48:49 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Apr 28 06:57:16 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ffcc67fc www-client/qupzilla: Bump to EAPI 6. Package-Manager: portage-2.2.28 www-client/qupzilla/qupzilla-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild index d8d8631..10ccc6e 100644 --- a/www-client/qupzilla/qupzilla-9999.ebuild +++ b/www-client/qupzilla/qupzilla-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 MY_PN="QupZilla" MY_P=${MY_PN}-${PV} @@ -65,8 +65,6 @@ src_prepare() { rm translations/${1}.ts || die } - epatch_user - # remove outdated prebuilt localizations rm -rf bin/locale || die @@ -78,6 +76,8 @@ src_prepare() { l10n_find_plocales_changes "translations" "" ".ts" l10n_for_each_disabled_locale_do rm_loc + + default } src_configure() {