--- /usr/portage/net-www/netscape-flash/netscape-flash-6.0.81.ebuild 2004-05-13 20:46:08.000000000 +0200 +++ netscape-flash-7.0.25.ebuild 2004-05-27 16:24:09.128114048 +0200 @@ -5,11 +5,12 @@ inherit nsplugins #until a new package of gflashplayer is released -OLD_V="6.0.69" +OLD_V="6.0.79" IUSE="gtk" -S=${WORKDIR}/install_flash_player_6_linux +S=${WORKDIR}/install_flash_player_7_linux +S_SA=${WORKDIR}/install_flash_player_6_linux_sa DESCRIPTION="Macromedia Shockwave Flash Player" SRC_URI="mirror://macromedia/${P}.tar.gz gtk? mirror://macromedia/gflashplayer-${OLD_V}.tar.gz" @@ -39,18 +40,16 @@ inst_plugin /opt/netscape/plugins/libflashplayer.so inst_plugin /opt/netscape/plugins/flashplayer.xpt - dodoc readme.txt - dohtml ReadMe.htm + dodoc Readme.txt # Optionally install the standalone GTK flash player if [ "${ARCH}" != "amd64" ]; then if use gtk then - cd ${S}_sa + cd ${S_SA} docinto gflashplayer dodoc readme.txt - dohtml ReadMe.htm - dobin gflashplayer flashplayer-installer + dobin gflashplayer fi fi }