diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-02-17 17:48:25 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-02-17 17:48:25 +0000 |
commit | c8fc1c3a970664ba347888c6ff5751ad714dc537 (patch) | |
tree | ea4f244211f62f83819496a4cacc0559a7b792ee /net-www/netscape-flash | |
parent | new version (diff) | |
download | gentoo-2-c8fc1c3a970664ba347888c6ff5751ad714dc537.tar.gz gentoo-2-c8fc1c3a970664ba347888c6ff5751ad714dc537.tar.bz2 gentoo-2-c8fc1c3a970664ba347888c6ff5751ad714dc537.zip |
Fix bug 630: the ebuild now fetches the archive itself, without asking the user to manually
download it. To do this we keep a copy of it on ibiblio.
Diffstat (limited to 'net-www/netscape-flash')
7 files changed, 35 insertions, 76 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index 71b5e92f34e7..0aa861646b70 100644 --- a/net-www/netscape-flash/ChangeLog +++ b/net-www/netscape-flash/ChangeLog @@ -1,6 +1,13 @@ # 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.1 2002/02/01 21:53:36 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.2 2002/02/17 17:48:25 danarmak Exp $ + +*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) diff --git a/net-www/netscape-flash/files/digest-netscape-flash-5.0.47-r2 b/net-www/netscape-flash/files/digest-netscape-flash-5.0.47-r2 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net-www/netscape-flash/files/digest-netscape-flash-5.0.47-r2 +++ /dev/null diff --git a/net-www/netscape-flash/files/digest-netscape-flash-5.0.47-r3 b/net-www/netscape-flash/files/digest-netscape-flash-5.0.47-r3 deleted file mode 100644 index d2c98f44dc6c..000000000000 --- a/net-www/netscape-flash/files/digest-netscape-flash-5.0.47-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 5e27c9c86790fce3f667819fc1c40c46 flash_linux.tar.gz 581632 diff --git a/net-www/netscape-flash/files/digest-netscape-flash-5.0.47-r4 b/net-www/netscape-flash/files/digest-netscape-flash-5.0.47-r4 new file mode 100644 index 000000000000..0ed7b186eab1 --- /dev/null +++ b/net-www/netscape-flash/files/digest-netscape-flash-5.0.47-r4 @@ -0,0 +1 @@ +MD5 5e27c9c86790fce3f667819fc1c40c46 netscape-flash-5.0.47.tar.gz 574724 diff --git a/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild b/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild deleted file mode 100644 index 4a9f15686987..000000000000 --- a/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild,v 1.2 2001/12/07 21:14:22 drobbins Exp $ - -S=${WORKDIR}/flash_linux -DESCRIPTION="Macromedia Shockwave Flash Player" -MANUAL_SRC_URI="http://download.macromedia.com/pub/shockwave/flash/english/linux/5.0r47/flash_linux.tar.gz" -HOMEPAGE="http://www.macromedia.com" - -dyn_fetch() { - [ ! -e ${DISTDIR}/flash_linux.tar.gz ] && failed_digest -} - -failed_digest() { - einfo "Please download this manually into ${DISTDIR}" - einfo "`echo ${MANUAL_SRC_URI}`" - exit 1 -} - -src_install() { - dodir /opt/netscape/plugins - exeinto /opt/netscape/plugins - doexe ShockwaveFlash.class libflashplayer.so - dodoc README - - 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 -} diff --git a/net-www/netscape-flash/netscape-flash-5.0.47-r3.ebuild b/net-www/netscape-flash/netscape-flash-5.0.47-r3.ebuild deleted file mode 100644 index 097415b88ccd..000000000000 --- a/net-www/netscape-flash/netscape-flash-5.0.47-r3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.47-r3.ebuild,v 1.1 2001/12/13 15:45:39 hallski Exp $ - -S=${WORKDIR}/flash_linux -DESCRIPTION="Macromedia Shockwave Flash Player" -SRC_URI="http://download.macromedia.com/pub/shockwave/flash/english/linux/5.0r47/flash_linux.tar.gz" -HOMEPAGE="http://www.macromedia.com" - -dyn_fetch() { - - for y in ${A} - do - digest_check ${y} || failed_digest - done -} - -failed_digest() { - - einfo "Please download this manually into ${DISTDIR}" - einfo "`echo ${SRC_URI}`" - exit 1 -} - - -src_install() { - dodir /opt/netscape/plugins - exeinto /opt/netscape/plugins - doexe ShockwaveFlash.class libflashplayer.so - dodoc README - - 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 -} diff --git a/net-www/netscape-flash/netscape-flash-5.0.47-r4.ebuild b/net-www/netscape-flash/netscape-flash-5.0.47-r4.ebuild new file mode 100644 index 000000000000..51dee7e1592f --- /dev/null +++ b/net-www/netscape-flash/netscape-flash-5.0.47-r4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Karl Trygve Kalleberg <karltk@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.47-r3.ebuild,v 1.1 2001/12/13 15:45:39 hallski Exp + +S=${WORKDIR}/flash_linux +DESCRIPTION="Macromedia Shockwave Flash Player" +SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.gz" +HOMEPAGE="http://www.macromedia.com" + +src_install() { + cd ${S} + 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 +} |