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 1177158973 for ; Sat, 16 Jan 2016 12:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD84E21C011; Sat, 16 Jan 2016 12:00:15 +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 58B4921C011 for ; Sat, 16 Jan 2016 12:00:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A980340A51 for ; Sat, 16 Jan 2016 12:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D11E7B5 for ; Sat, 16 Jan 2016 12:00:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1452945595.8dfafb59430b324c34379b70a5b13e9392181ce8.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8dfafb59430b324c34379b70a5b13e9392181ce8 X-VCS-Branch: master Date: Sat, 16 Jan 2016 12:00:12 +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: b6e8df6f-7c5e-4bff-86d7-9f2a2c3ae17f X-Archives-Hash: 5c75676ef01626e6d88e7f256c9d1354 commit: 8dfafb59430b324c34379b70a5b13e9392181ce8 Author: Michael Palimaka gentoo org> AuthorDate: Sat Jan 16 11:59:21 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jan 16 11:59:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8dfafb59 www-client/qupzilla: remove adobe-flash warnings Chromium no longer supports NPAPI. Package-Manager: portage-2.2.26 www-client/qupzilla/qupzilla-9999.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild index b9e361e..4f8da83 100644 --- a/www-client/qupzilla/qupzilla-9999.ebuild +++ b/www-client/qupzilla/qupzilla-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -98,10 +98,3 @@ src_install() { emake INSTALL_ROOT="${D}" install einstalldocs } - -pkg_postinst() { - if has_version www-plugins/adobe-flash; then - ewarn "For using adobe flash plugin you may need to run" - ewarn " \"paxctl-ng -m /usr/bin/qupzilla\"" - fi -}