summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-01-17 20:14:24 +0000
committerAlec Warner <antarus@gentoo.org>2007-01-17 20:14:24 +0000
commitc8be9e58a52eb5c36633394bd2a6aabc11000c64 (patch)
tree2cbdd4228133d893f8fdfd412d3215b00279596d /net-www
parent~amd64 (diff)
downloadgentoo-2-c8be9e58a52eb5c36633394bd2a6aabc11000c64.tar.gz
gentoo-2-c8be9e58a52eb5c36633394bd2a6aabc11000c64.tar.bz2
gentoo-2-c8be9e58a52eb5c36633394bd2a6aabc11000c64.zip
QA Fixes: deps should be -* arch arch not randomly -arch on some arches, it's an x86 binary, also nostrip is deprecated.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/netscape-flash/ChangeLog10
-rw-r--r--net-www/netscape-flash/netscape-flash-7.0.68.ebuild8
-rw-r--r--net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild8
-rw-r--r--net-www/netscape-flash/netscape-flash-9.0.31.0.ebuild6
4 files changed, 19 insertions, 13 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog
index 11758435974a..2e0be5a13827 100644
--- a/net-www/netscape-flash/ChangeLog
+++ b/net-www/netscape-flash/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-www/netscape-flash
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.46 2007/01/17 14:37:10 tester Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.47 2007/01/17 20:14:24 antarus Exp $
+
+ 17 Jan 2007; Alec Warner <antarus@gentoo.org>
+ netscape-flash-7.0.68.ebuild, netscape-flash-9.0.21.78.ebuild,
+ netscape-flash-9.0.31.0.ebuild:
+ QA Fixes: deps should be -* arch arch not randomly -arch on some arches,
+ it's an x86 binary, also nostrip is deprecated in favor of strip.
*netscape-flash-9.0.31.0 (17 Jan 2007)
diff --git a/net-www/netscape-flash/netscape-flash-7.0.68.ebuild b/net-www/netscape-flash/netscape-flash-7.0.68.ebuild
index dcbafbbc9867..ec3c11238116 100644
--- a/net-www/netscape-flash/netscape-flash-7.0.68.ebuild
+++ b/net-www/netscape-flash/netscape-flash-7.0.68.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-7.0.68.ebuild,v 1.3 2006/09/30 19:55:17 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-7.0.68.ebuild,v 1.4 2007/01/17 20:14:24 antarus Exp $
inherit nsplugins
@@ -11,14 +11,14 @@ HOMEPAGE="http://www.macromedia.com/"
IUSE=""
SLOT="0"
-KEYWORDS="amd64 -ppc -sparc x86"
+KEYWORDS="-* amd64 x86"
LICENSE="Macromedia"
DEPEND="!net-www/gplflash
amd64? ( app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-xlibs )"
-RESTRICT="nostrip"
+RESTRICT="strip"
QA_TEXTRELS="opt/netscape/plugins/libflashplayer.so"
diff --git a/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild b/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild
index 15ac24180bd4..b6798a349e4f 100644
--- a/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild
+++ b/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild,v 1.1 2006/11/21 13:36:25 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild,v 1.2 2007/01/17 20:14:24 antarus Exp $
inherit nsplugins
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.adobe.com/"
IUSE=""
SLOT="0"
-KEYWORDS="~amd64 -ppc -sparc ~x86"
+KEYWORDS="-* ~amd64 ~x86"
LICENSE="Macromedia"
DEPEND="!net-www/gplflash
@@ -30,7 +30,7 @@ DEPEND="!net-www/gplflash
media-libs/freetype
media-libs/fontconfig )"
-RESTRICT="nostrip"
+RESTRICT="strip"
#QA_TEXTRELS="opt/netscape/plugins/libflashplayer.so"
diff --git a/net-www/netscape-flash/netscape-flash-9.0.31.0.ebuild b/net-www/netscape-flash/netscape-flash-9.0.31.0.ebuild
index fe50f51ee130..1bdf8daf6682 100644
--- a/net-www/netscape-flash/netscape-flash-9.0.31.0.ebuild
+++ b/net-www/netscape-flash/netscape-flash-9.0.31.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.31.0.ebuild,v 1.1 2007/01/17 14:27:39 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.31.0.ebuild,v 1.2 2007/01/17 20:14:24 antarus Exp $
inherit nsplugins
@@ -10,10 +10,10 @@ HOMEPAGE="http://www.adobe.com/"
IUSE=""
SLOT="0"
-KEYWORDS="~amd64 -ppc -sparc ~x86"
+KEYWORDS="-* ~amd64 ~x86"
LICENSE="AdobeFlash-9.0.31.0"
S=${WORKDIR}/install_flash_player_9_linux
-RESTRICT="nostrip nomirror"
+RESTRICT="strip mirror"
DEPEND="!net-www/gplflash
amd64? ( app-emulation/emul-linux-x86-baselibs