diff options
Diffstat (limited to 'net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild')
-rw-r--r-- | net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild b/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild deleted file mode 100644 index 6eb14607a167..000000000000 --- a/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 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.115.0.ebuild,v 1.4 2008/06/17 12:47:45 nelchael Exp $ - -inherit nsplugins rpm - -DESCRIPTION="Adobe Flash Player" -SRC_URI="http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-${PV}-release.i386.rpm" -HOMEPAGE="http://www.adobe.com/" -IUSE="" -SLOT="0" - -KEYWORDS="-* amd64 x86" -LICENSE="AdobeFlash-9.0.31.0" -RESTRICT="strip mirror" - -S=${WORKDIR} - -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 ) - media-fonts/corefonts" - -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 "${S}/usr/lib/flash-plugin" - exeinto /opt/netscape/plugins - doexe libflashplayer.so - inst_plugin /opt/netscape/plugins/libflashplayer.so - - dodoc README - cd "${S}/usr/share/doc/flash-plugin-${PV}/" - dodoc readme.txt -} |