diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-21 17:16:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-21 17:16:09 +0000 |
commit | 553c402ccf7d63afe7220db8070762647d5bbeba (patch) | |
tree | 6c04bc12d67416e95fdb40d33185b66415cd6125 /net-www/netscape-flash | |
parent | changed back to x86 since there was no mask in package.mask (diff) | |
download | gentoo-2-553c402ccf7d63afe7220db8070762647d5bbeba.tar.gz gentoo-2-553c402ccf7d63afe7220db8070762647d5bbeba.tar.bz2 gentoo-2-553c402ccf7d63afe7220db8070762647d5bbeba.zip |
Version bump per #9422
Diffstat (limited to 'net-www/netscape-flash')
-rw-r--r-- | net-www/netscape-flash/ChangeLog | 20 | ||||
-rw-r--r-- | net-www/netscape-flash/files/digest-netscape-flash-5.0.51 | 1 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-5.0.51.ebuild | 29 |
3 files changed, 39 insertions, 11 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index 168d6cf1bbe7..f4c7eb9aaa13 100644 --- a/net-www/netscape-flash/ChangeLog +++ b/net-www/netscape-flash/ChangeLog @@ -1,37 +1,35 @@ # 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.5 2002/08/19 17:38:47 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.6 2002/10/21 17:16:09 vapier Exp $ -**netscape-flash-5.0.50 (19 August 2002) +*netscape-flash-5.0.51 (21 Oct 2002) - 19 August 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, netscape-flash-5.0.50.ebuild : + 21 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Version bump per #9422 - Added -ppc to the keywords. +*netscape-flash-5.0.50 (19 Aug 2002) -*netscape-flash-5.0.50 (12 Aug 2002) + 19 Aug 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, netscape-flash-5.0.50.ebuild : + Added -ppc to the keywords. 12 Aug 2002; Seemant Kulleen <seemant@gentoo.org> netscape-flash-5.0.50.ebuild files/digest-netscape-flash-5.0.50 : - Version bump. This is a security fix. -*netscape-flash-5.0.48 (29 April 2002) +*netscape-flash-5.0.48 (29 Apr 2002) - 29 April 2002; Bart Verwilst <verwilst@gentoo.org> ChangeLog : - + 29 Apr 2002; Bart Verwilst <verwilst@gentoo.org> ChangeLog : New version, removed older 5.0.x version. *netscape-flash-5.0.47-r4 (17 Feb 2002) 17 Feb 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : - The ebuild now correctly fetches the source archive, instead of asking the user to manually download it. *netscape-flash-5.0.47-r3 (1 Feb 2002) 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about diff --git a/net-www/netscape-flash/files/digest-netscape-flash-5.0.51 b/net-www/netscape-flash/files/digest-netscape-flash-5.0.51 new file mode 100644 index 000000000000..c4d06cdb4649 --- /dev/null +++ b/net-www/netscape-flash/files/digest-netscape-flash-5.0.51 @@ -0,0 +1 @@ +MD5 0585bd78ef9fbe6ae7d63f42a450f127 flash_linux.tar.gz 568380 diff --git a/net-www/netscape-flash/netscape-flash-5.0.51.ebuild b/net-www/netscape-flash/netscape-flash-5.0.51.ebuild new file mode 100644 index 000000000000..3bb50c576d6c --- /dev/null +++ b/net-www/netscape-flash/netscape-flash-5.0.51.ebuild @@ -0,0 +1,29 @@ +# 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-5.0.51.ebuild,v 1.1 2002/10/21 17:16:09 vapier Exp $ + +S=${WORKDIR}/flash_linux +DESCRIPTION="Macromedia Shockwave Flash Player" +MY_PV="${PV/0./0r}" +SRC_URI="http://download.macromedia.com/pub/shockwave/flash/english/linux/${MY_PV}/flash_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 ShockwaveFlash.class + dodoc README ReadMe.htm + + 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/ShockwaveFlash.class \ + /usr/lib/mozilla/plugins/ShockwaveFlash.class + fi +} |