summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2012-04-24 14:58:37 +0000
committerJim Ramsay <lack@gentoo.org>2012-04-24 14:58:37 +0000
commitbbe0f06baf2c289d5ff6211698960611be003e69 (patch)
tree543e02ff624771d213f3b652545673686ff7653f /www-plugins
parent-q (diff)
downloadgentoo-2-bbe0f06baf2c289d5ff6211698960611be003e69.tar.gz
gentoo-2-bbe0f06baf2c289d5ff6211698960611be003e69.tar.bz2
gentoo-2-bbe0f06baf2c289d5ff6211698960611be003e69.zip
Bug #410547: Security bump of 10.3 to allow workaround for some AMD Athalon XP users
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/adobe-flash/ChangeLog9
-rw-r--r--www-plugins/adobe-flash/adobe-flash-10.3.183.18.ebuild (renamed from www-plugins/adobe-flash/adobe-flash-10.3.183.10.ebuild)16
2 files changed, 14 insertions, 11 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog
index 173843323de6..f89f84c789b1 100644
--- a/www-plugins/adobe-flash/ChangeLog
+++ b/www-plugins/adobe-flash/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-plugins/adobe-flash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.123 2012/04/05 21:14:15 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.124 2012/04/24 14:58:37 lack Exp $
+
+*adobe-flash-10.3.183.18 (24 Apr 2012)
+
+ 24 Apr 2012; Jim Ramsay <jim_ramsay@gentoo.org>
+ -adobe-flash-10.3.183.10.ebuild, +adobe-flash-10.3.183.18.ebuild:
+ Bug #410547: Security bump of 10.3 to allow workaround for some AMD Athalon
+ XP users
05 Apr 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
adobe-flash-11.2.202.228.ebuild:
diff --git a/www-plugins/adobe-flash/adobe-flash-10.3.183.10.ebuild b/www-plugins/adobe-flash/adobe-flash-10.3.183.18.ebuild
index c69ab1e85d7b..3722e7bbedc8 100644
--- a/www-plugins/adobe-flash/adobe-flash-10.3.183.10.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-10.3.183.18.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.3.183.10.ebuild,v 1.4 2011/11/28 16:27:00 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.3.183.18.ebuild,v 1.1 2012/04/24 14:58:37 lack Exp $
EAPI=4
-inherit nsplugins rpm multilib toolchain-funcs
+inherit nsplugins multilib toolchain-funcs versionator
-MY_32B_URI="http://fpdownload.macromedia.com/get/flashplayer/pdc/${PV}/flash-plugin-${PV}-release.i386.rpm"
+MY_32B_URI="http://fpdownload.macromedia.com/get/flashplayer/pdc/${PV}/install_flash_player_$(get_major_version)_linux.tar.gz -> ${P}.i386.tar.gz"
DESCRIPTION="Adobe Flash Player"
SRC_URI="${MY_32B_URI}"
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.adobe.com/flashplayer"
IUSE="vdpau kde"
SLOT="0"
-KEYWORDS="-* amd64 x86"
+KEYWORDS="-* ~amd64 ~x86"
LICENSE="AdobeFlash-10.3"
RESTRICT="strip mirror"
@@ -55,8 +55,7 @@ src_install() {
# The plugin itself
exeinto /${BASE}/plugin
- doexe usr/lib/flash-plugin/libflashplayer.so
- doexe usr/lib/flash-plugin/homecleanup
+ doexe libflashplayer.so
inst_plugin /${BASE}/plugin/libflashplayer.so
# The optional KDE4 KCM plugin
@@ -84,9 +83,6 @@ src_install() {
-e "s:^Exec=:Exec=/${BASE}/bin/:" || die "sed of .desktop file failed"
doins usr/share/applications/flash-player-properties.desktop
- dodoc "usr/lib/flash-plugin/README"
- dodoc "usr/share/doc/flash-plugin-${PV}/readme.txt"
-
if use amd64; then
ABI="${oldabi}"
fi