summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2008-11-06 15:10:06 +0000
committerJim Ramsay <lack@gentoo.org>2008-11-06 15:10:06 +0000
commitbc04086a5e7aac394e954b0205984634b0e8327c (patch)
treea4da2a0b9d069080420c1dc30733c5cc203a22f8 /net-www
parentReally including soname into shared library (diff)
downloadgentoo-2-bc04086a5e7aac394e954b0205984634b0e8327c.tar.gz
gentoo-2-bc04086a5e7aac394e954b0205984634b0e8327c.tar.bz2
gentoo-2-bc04086a5e7aac394e954b0205984634b0e8327c.zip
New version 9.0.151.0 is released (security fixes)
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/netscape-flash/ChangeLog8
-rw-r--r--net-www/netscape-flash/netscape-flash-9.0.151.0.ebuild (renamed from net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild)29
2 files changed, 28 insertions, 9 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog
index b15cfae6d7b8..5e221df73e8e 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.78 2008/10/23 18:25:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.79 2008/11/06 15:10:06 lack Exp $
+
+*netscape-flash-9.0.151.0 (06 Nov 2008)
+
+ 06 Nov 2008; Jim Ramsay <lack@gentoo.org>
+ -netscape-flash-9.0.124.0.ebuild, +netscape-flash-9.0.151.0.ebuild:
+ New version 9.0.151.0 is released (security fixes)
23 Oct 2008; Markus Meier <maekke@gentoo.org>
netscape-flash-10.0.12.36-r1.ebuild:
diff --git a/net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild b/net-www/netscape-flash/netscape-flash-9.0.151.0.ebuild
index ed1d380e90e1..4011cf999f84 100644
--- a/net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild
+++ b/net-www/netscape-flash/netscape-flash-9.0.151.0.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2008 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.124.0.ebuild,v 1.4 2008/06/17 12:47:45 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.151.0.ebuild,v 1.1 2008/11/06 15:10:06 lack Exp $
-inherit nsplugins rpm
+inherit nsplugins
DESCRIPTION="Adobe Flash Player"
-SRC_URI="http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-${PV}-release.i386.rpm"
+SRC_URI="http://download.macromedia.com/pub/flashplayer/installers/current/9/install_flash_player_9.tar.gz"
HOMEPAGE="http://www.adobe.com/"
IUSE=""
SLOT="0"
-KEYWORDS="-* amd64 x86"
+KEYWORDS="-* ~amd64 ~x86"
LICENSE="AdobeFlash-9.0.31.0"
RESTRICT="strip mirror"
@@ -36,12 +36,25 @@ pkg_setup() {
}
src_install() {
- cd "${S}/usr/lib/flash-plugin"
+ cd "${S}/install_flash_player_9_linux/"
exeinto /opt/netscape/plugins
doexe libflashplayer.so
inst_plugin /opt/netscape/plugins/libflashplayer.so
+}
- dodoc README
- cd "${S}/usr/share/doc/flash-plugin-${PV}/"
- dodoc readme.txt
+pkg_postinst() {
+ ewarn "Flash player is closed-source, with a long history of security"
+ ewarn "issues. Please consider only running flash applets you know to"
+ ewarn "be safe."
+
+ if has_version 'www-client/mozilla-firefox'; then
+ elog "The firefox 'flashblock' extension may help:"
+ elog " https://addons.mozilla.org/en-US/firefox/addon/433"
+ fi
+
+ if has_version 'kde-base/konqueror'; then
+ elog "Konqueror users: You may need to follow the instructions here:"
+ elog " http://dev.gentoo.org/~lack/konqueror-flash.xml"
+ elog "For flash to work with your browser."
+ fi
}