public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: ChangeLog adobe-flash-11.2.202.291-r1.ebuild
Date: Tue, 18 Jun 2013 23:44:18 +0000 (UTC)	[thread overview]
Message-ID: <20130618234418.7F4312171C@flycatcher.gentoo.org> (raw)

jer         13/06/18 23:44:18

  Modified:             ChangeLog adobe-flash-11.2.202.291-r1.ebuild
  Log:
  Replace IUSE=sse2check with IUSE=sse2 and add REQUIRED_USE=sse2 by Matt Turner (bug #410547).
  
  (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.203                www-plugins/adobe-flash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.203&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.203&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.202&r2=1.203

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog	13 Jun 2013 13:09:45 -0000	1.202
+++ ChangeLog	18 Jun 2013 23:44:18 -0000	1.203
@@ -1,6 +1,11 @@
 # ChangeLog for www-plugins/adobe-flash
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.202 2013/06/13 13:09:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.203 2013/06/18 23:44:18 jer Exp $
+
+  18 Jun 2013; Jeroen Roovers <jer@gentoo.org>
+  adobe-flash-11.2.202.291-r1.ebuild:
+  Replace IUSE=sse2check with IUSE=sse2 and add REQUIRED_USE=sse2 by Matt
+  Turner (bug #410547).
 
   13 Jun 2013; Jeroen Roovers <jer@gentoo.org>
   adobe-flash-11.2.202.291-r1.ebuild:



1.5                  www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild?r1=1.4&r2=1.5

Index: adobe-flash-11.2.202.291-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- adobe-flash-11.2.202.291-r1.ebuild	13 Jun 2013 13:09:45 -0000	1.4
+++ adobe-flash-11.2.202.291-r1.ebuild	18 Jun 2013 23:44:18 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild,v 1.4 2013/06/13 13:09:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild,v 1.5 2013/06/18 23:44:18 jer Exp $
 
 EAPI=4
 inherit nsplugins multilib toolchain-funcs versionator
@@ -31,7 +31,8 @@
 		!multilib? ( ${AF_64_URI} )
 	)
 "
-IUSE="-32bit +64bit debug kde multilib selinux +sse2check vdpau"
+IUSE="-32bit +64bit debug kde multilib selinux sse2 vdpau"
+REQUIRED_USE="sse2"
 SLOT="0"
 
 KEYWORDS="-* ~amd64 ~x86"
@@ -81,30 +82,6 @@
 	grep '^flags' /proc/cpuinfo | grep -qv "$value"
 }
 
-pkg_pretend() {
-	if any_cpu_missing_flag 'sse2'; then
-		eerror "This version of adobe-flash requires a CPU that supports the"
-		eerror "SSE2 instruction set, and at least one of your CPUs does not"
-		eerror "support this feature."
-		eerror ""
-		if use sse2check; then
-			eerror "You should mask this version and use adobe-flash-10.3.* instead."
-			eerror "To do so, add the following line to your package.mask file:"
-			eerror " =${CATEGORY}/${P}"
-			eerror ""
-			eerror "Or if you are trying to build a binary package for another host"
-			eerror "that does support SSE2 instructions, you may override this"
-			eerror "check by setting USE=\"-sse2check\""
-			eerror ""
-			die "${P} requires CPU with SSE2"
-		else
-			eerror "Continuing anyway due to USE=\"-sse2check\", but be aware that flash"
-			eerror "will not function unless all of the CPUs on the system where it"
-			eerror "is installed support the SSE2 instruction set."
-		fi
-	fi
-}
-
 pkg_setup() {
 	if use x86; then
 		export native_install=1





             reply	other threads:[~2013-06-18 23:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-18 23:44 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-12 22:44 [gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: ChangeLog adobe-flash-11.2.202.291-r1.ebuild Jeroen Roovers (jer)
2013-06-12 17:50 Jeroen Roovers (jer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130618234418.7F4312171C@flycatcher.gentoo.org \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox