diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-10-02 19:44:49 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-10-02 19:44:49 +0000 |
commit | 5dc6ce24e94e75d3e5710df2ec4f0e4ec1451c87 (patch) | |
tree | a4e5b9ec3aac7fb3fad4a08b561544c521a9d6b8 /net-www | |
parent | New series for Gnome 2.20 (diff) | |
download | gentoo-2-5dc6ce24e94e75d3e5710df2ec4f0e4ec1451c87.tar.gz gentoo-2-5dc6ce24e94e75d3e5710df2ec4f0e4ec1451c87.tar.bz2 gentoo-2-5dc6ce24e94e75d3e5710df2ec4f0e4ec1451c87.zip |
New beta version released (Bug 194427)
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-www')
3 files changed, 62 insertions, 1 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index 4085c50f56ce..6da4147a00d3 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.58 2007/09/06 15:45:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.59 2007/10/02 19:44:48 lack Exp $ + +*netscape-flash-9.0.60.0_beta100107 (02 Oct 2007) + + 02 Oct 2007; Jim Ramsay <lack@gentoo.org> + +netscape-flash-9.0.60.0_beta100107.ebuild: + New beta version released (Bug 194427) 06 Sep 2007; Jeroen Roovers <jer@gentoo.org> netscape-flash-9.0.60.0_beta082207.ebuild: diff --git a/net-www/netscape-flash/files/digest-netscape-flash-9.0.60.0_beta100107 b/net-www/netscape-flash/files/digest-netscape-flash-9.0.60.0_beta100107 new file mode 100644 index 000000000000..68815bc21c98 --- /dev/null +++ b/net-www/netscape-flash/files/digest-netscape-flash-9.0.60.0_beta100107 @@ -0,0 +1,3 @@ +MD5 15bf5fc8b8465dea5b2233f96224bea0 flashplayer9_install_linux_100107.tar.gz 3030087 +RMD160 eba6e5f1b89414a645a8223ba4733970002dbb41 flashplayer9_install_linux_100107.tar.gz 3030087 +SHA256 e5f52cd84bc1c19ff0021bdad88691c97e500f113ff9b38681c2709b68c414c7 flashplayer9_install_linux_100107.tar.gz 3030087 diff --git a/net-www/netscape-flash/netscape-flash-9.0.60.0_beta100107.ebuild b/net-www/netscape-flash/netscape-flash-9.0.60.0_beta100107.ebuild new file mode 100644 index 000000000000..fb9c3b5024c2 --- /dev/null +++ b/net-www/netscape-flash/netscape-flash-9.0.60.0_beta100107.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2007 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.60.0_beta100107.ebuild,v 1.1 2007/10/02 19:44:48 lack Exp $ + +inherit nsplugins versionator + +MY_BETADATE=$(get_version_component_range 5) +MY_PV=${MY_BETADATE:4} +MY_P="install_flash_player_9_linux" + +DESCRIPTION="Adobe Flash Player" +SRC_URI="http://download.macromedia.com/pub/labs/flashplayer9_update/flashplayer9_install_linux_${MY_PV}.tar.gz" +HOMEPAGE="http://labs.adobe.com/technologies/flashplayer9/" +IUSE="" +SLOT="0" + +KEYWORDS="-* ~amd64 ~x86" +LICENSE="AdobeFlash-9.0.31.0" +S=${WORKDIR}/${MY_P} +RESTRICT="strip mirror" + +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 ${MY_P} + exeinto /opt/netscape/plugins + doexe libflashplayer.so + inst_plugin /opt/netscape/plugins/libflashplayer.so +} + +pkg_postinst() { + elog "This is a trimmed-down BETA version of flashplayer." + elog "It only includes the netscape plugin, not the standalone" + elog "'flashplayer' executable. If you need the standalone player," + elog "you must downgrade to the previous version." +} |