diff options
author | Olivier Crête <tester@gentoo.org> | 2006-10-19 00:58:48 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-10-19 00:58:48 +0000 |
commit | 432b65331cf528c22a9371e76c6806b65430da33 (patch) | |
tree | db74bb235cb444251d4338c8873ea4784ff86c63 /net-www/netscape-flash | |
parent | Add net-www/netscape-flash-9* since its beta (diff) | |
download | gentoo-2-432b65331cf528c22a9371e76c6806b65430da33.tar.gz gentoo-2-432b65331cf528c22a9371e76c6806b65430da33.tar.bz2 gentoo-2-432b65331cf528c22a9371e76c6806b65430da33.zip |
New beta version
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-www/netscape-flash')
-rw-r--r-- | net-www/netscape-flash/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/netscape-flash/files/digest-netscape-flash-9.0.21.55 | 3 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild | 48 |
3 files changed, 58 insertions, 1 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index a4cad02bc6b3..c1df1aab05dd 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.40 2006/09/30 19:55:17 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.41 2006/10/19 00:58:48 tester Exp $ + +*netscape-flash-9.0.21.55 (19 Oct 2006) + + 19 Oct 2006; Olivier Crête <tester@gentoo.org> + +netscape-flash-9.0.21.55.ebuild: + New beta version 30 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> netscape-flash-7.0.68.ebuild: diff --git a/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.55 b/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.55 new file mode 100644 index 000000000000..54cd0ecef062 --- /dev/null +++ b/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.55 @@ -0,0 +1,3 @@ +MD5 0b234c5d0eaf254ef8af364fb9ed97f2 FP9_plugin_beta_101806.tar.gz 2609188 +RMD160 af2d8a76080538d7273438f3a0f9d9cad19b0c02 FP9_plugin_beta_101806.tar.gz 2609188 +SHA256 906410186856b83d574977ea455fb7ff3c132b1cae71ce460a48dc51134c1f00 FP9_plugin_beta_101806.tar.gz 2609188 diff --git a/net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild b/net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild new file mode 100644 index 000000000000..24f526d07127 --- /dev/null +++ b/net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2006 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.21.55.ebuild,v 1.1 2006/10/19 00:58:48 tester Exp $ + +inherit nsplugins + +myPV=101806 + +S=${WORKDIR}/flash-player-plugin-${PV}/ +DESCRIPTION="Adobe Flash Player" +SRC_URI="http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_${myPV}.tar.gz" +HOMEPAGE="http://www.adobe.com/" + +IUSE="" +SLOT="0" +KEYWORDS="~amd64 -ppc -sparc ~x86" +LICENSE="Macromedia" + +DEPEND="!net-www/gplflash + amd64? ( app-emulation/emul-linux-x86-baselibs + app-emulation/emul-linux-x86-gtklibs + 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 )" + +RESTRICT="nostrip" + +#QA_TEXTRELS="opt/netscape/plugins/libflashplayer.so" + +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() { + exeinto /opt/netscape/plugins + doexe libflashplayer.so + + inst_plugin /opt/netscape/plugins/libflashplayer.so + + dodoc readme.txt +} |