diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-21 17:27:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-21 17:27:15 +0000 |
commit | 551a96c159310b1c742e193d52448381dffe51da (patch) | |
tree | b40cd7061256a6dcb1e3f7fd2155c45271f3c9f5 /net-www/netscape-flash | |
parent | Version bump per #9422 (diff) | |
download | historical-551a96c159310b1c742e193d52448381dffe51da.tar.gz historical-551a96c159310b1c742e193d52448381dffe51da.tar.bz2 historical-551a96c159310b1c742e193d52448381dffe51da.zip |
New flash version per #9435
Diffstat (limited to 'net-www/netscape-flash')
-rw-r--r-- | net-www/netscape-flash/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/netscape-flash/files/digest-netscape-flash-6.0b | 1 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-6.0b.ebuild | 27 |
3 files changed, 34 insertions, 1 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index f4c7eb9aaa13..c348d226d8d9 100644 --- a/net-www/netscape-flash/ChangeLog +++ b/net-www/netscape-flash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/netscape-flash # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.6 2002/10/21 17:16:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.7 2002/10/21 17:27:15 vapier Exp $ + +*netscape-flash-6.0b (21 Oct 2002) + + 21 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Semi-new ebuild per #9435 ... finally flash works in moz/konq on 3.x ;D *netscape-flash-5.0.51 (21 Oct 2002) diff --git a/net-www/netscape-flash/files/digest-netscape-flash-6.0b b/net-www/netscape-flash/files/digest-netscape-flash-6.0b new file mode 100644 index 000000000000..2d66f2c8b211 --- /dev/null +++ b/net-www/netscape-flash/files/digest-netscape-flash-6.0b @@ -0,0 +1 @@ +MD5 794a465e78c8c752589a938f2ba1ff21 install_flash_player_6_linux.tar.gz 700920 diff --git a/net-www/netscape-flash/netscape-flash-6.0b.ebuild b/net-www/netscape-flash/netscape-flash-6.0b.ebuild new file mode 100644 index 000000000000..b8053135990d --- /dev/null +++ b/net-www/netscape-flash/netscape-flash-6.0b.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-6.0b.ebuild,v 1.1 2002/10/21 17:27:15 vapier Exp $ + +S=${WORKDIR}/flashplayer_installer +DESCRIPTION="Macromedia Shockwave Flash Player" +SRC_URI="http://www.macromedia.com/software/flashplayer/special/beta/installers/linux/plugin/install_flash_player_6_linux.tar.gz" +HOMEPAGE="http://www.macromedia.com/" + +SLOT="0" +KEYWORDS="x86 -ppc sparc sparc64" +LICENSE="Macromedia" + +src_install() { + exeinto /opt/netscape/plugins + insinto /opt/netscape/plugins + doexe libflashplayer.so + doins flashplayer.xpt + + if [ "`use mozilla`" ] ; then + dodir /usr/lib/mozilla/plugins + dosym /opt/netscape/plugins/libflashplayer.so \ + /usr/lib/mozilla/plugins/libflashplayer.so + dosym /opt/netscape/plugins/flashplayer.xpt \ + /usr/lib/mozilla/plugins/flashplayer.xpt + fi +} |