diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-04-09 15:53:30 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-04-09 15:53:30 +0000 |
commit | 80f4e1de319bf1afb8d5bf4ad00fdd290459624d (patch) | |
tree | 987b9408a44b29fa009dbf0849470e693261de0f /net-www | |
parent | remove unused sci-libs/itpp:cblas use flag (diff) | |
download | gentoo-2-80f4e1de319bf1afb8d5bf4ad00fdd290459624d.tar.gz gentoo-2-80f4e1de319bf1afb8d5bf4ad00fdd290459624d.tar.bz2 gentoo-2-80f4e1de319bf1afb8d5bf4ad00fdd290459624d.zip |
New version released with security fixes (Bug 204344)
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/netscape-flash/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild | 46 |
2 files changed, 53 insertions, 1 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index 856d9e626705..b7853073b14a 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.63 2008/01/17 14:00:49 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.64 2008/04/09 15:53:30 lack Exp $ + +*netscape-flash-9.0.124.0 (09 Apr 2008) + + 09 Apr 2008; Jim Ramsay <lack@gentoo.org> + +netscape-flash-9.0.124.0.ebuild: + New version released with security fixes (Bug 204344) 17 Jan 2008; Jim Ramsay <lack@gentoo.org> -netscape-flash-9.0.60.0_beta082207.ebuild, diff --git a/net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild b/net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild new file mode 100644 index 000000000000..a85f2b812254 --- /dev/null +++ b/net-www/netscape-flash/netscape-flash-9.0.124.0.ebuild @@ -0,0 +1,46 @@ +# 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.1 2008/04/09 15:53:30 lack Exp $ + +inherit nsplugins rpm + +DESCRIPTION="Adobe Flash Player" +SRC_URI="http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-${PV}-release.i386.rpm" +HOMEPAGE="http://www.adobe.com/" +IUSE="" +SLOT="0" + +KEYWORDS="-* ~amd64 ~x86" +LICENSE="AdobeFlash-9.0.31.0" +RESTRICT="strip mirror" + +S=${WORKDIR} + +DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs + app-emulation/emul-linux-x86-gtklibs + app-emulation/emul-linux-x86-soundlibs + app-emulation/emul-linux-x86-xlibs ) + x86? ( x11-libs/libXext + x11-libs/libX11 + x11-libs/libXt + =x11-libs/gtk+-2* + media-libs/freetype + media-libs/fontconfig )" + +pkg_setup() { + # This is a binary x86 package => ABI=x86 + # Please keep this in future versions + # Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 + has_multilib_profile && ABI="x86" +} + +src_install() { + cd "${S}/usr/lib/flash-plugin" + 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 +} |