From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3410B138330 for ; Thu, 8 Sep 2016 09:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BD7421C1ED; Thu, 8 Sep 2016 09:19:04 +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 D6D5C21C1ED for ; Thu, 8 Sep 2016 09:19:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C443D340940 for ; Thu, 8 Sep 2016 09:19:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 270702478 for ; Thu, 8 Sep 2016 09:19:01 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1473326319.5044c0bec91d016aca2dc12dae0f9ffc136cf5ec.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/adobe-flash/adobe-flash-22.0.0.209.ebuild X-VCS-Directories: www-plugins/adobe-flash/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5044c0bec91d016aca2dc12dae0f9ffc136cf5ec X-VCS-Branch: master Date: Thu, 8 Sep 2016 09:19:01 +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: 70823be8-e9ab-43a0-9517-459e6ed54ef5 X-Archives-Hash: 47b1be70368e208c53d8248192a5c366 commit: 5044c0bec91d016aca2dc12dae0f9ffc136cf5ec Author: Jeroen Roovers gentoo org> AuthorDate: Thu Sep 8 09:18:39 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Sep 8 09:18:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5044c0be www-plugins/adobe-flash: Clean up ebuild. Package-Manager: portage-2.3.0 .../adobe-flash/adobe-flash-22.0.0.209.ebuild | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/www-plugins/adobe-flash/adobe-flash-22.0.0.209.ebuild b/www-plugins/adobe-flash/adobe-flash-22.0.0.209.ebuild index ab75f5a..1a89a9f 100644 --- a/www-plugins/adobe-flash/adobe-flash-22.0.0.209.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-22.0.0.209.ebuild @@ -2,19 +2,17 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -inherit toolchain-funcs versionator multilib multilib-minimal +EAPI=6 +inherit multilib multilib-minimal DESCRIPTION="Adobe Flash Player" HOMEPAGE=" http://www.adobe.com/products/flashplayer.html http://get.adobe.com/flashplayer/ - https://helpx.adobe.com/security/products/flash-player.html#version11 + https://helpx.adobe.com/security/products/flash-player.html " AF_URI="https://fpdownload.adobe.com/pub/flashplayer/pdc" -PV_M=$(get_major_version) -# https://fpdownload.adobe.com/pub/flashplayer/pdc/22.0.0.209/flash_player_ppapi_linux.x86_64.tar.gz AF_32_URI="${AF_URI}/${PV}/flash_player_ppapi_linux.i386.tar.gz -> ${P}.i386.tar.gz" AF_64_URI="${AF_URI}/${PV}/flash_player_ppapi_linux.x86_64.tar.gz -> ${P}.x86_64.tar.gz" @@ -37,18 +35,6 @@ S="${WORKDIR}" # Ignore QA warnings in these closed-source binaries, since we can't fix them: QA_PREBUILT="usr/*" -any_cpu_missing_flag() { - local value=${1} - grep '^flags' /proc/cpuinfo | grep -qv "${value}" -} - -pkg_setup() { - unset need_lahf_wrapper - if use abi_x86_64 && any_cpu_missing_flag 'lahf_lm'; then - export need_lahf_wrapper=1 - fi -} - src_unpack() { local files=( ${A} ) @@ -65,8 +51,6 @@ src_unpack() { multilib_parallel_foreach_abi multilib_src_unpack } -src_configure() { :; } - multilib_src_install() { exeinto /usr/$(get_libdir)/chromium-browser/PepperFlash doexe libpepflashplayer.so