summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/netscape-flash/netscape-flash-5.0.51.ebuild')
-rw-r--r--net-www/netscape-flash/netscape-flash-5.0.51.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-www/netscape-flash/netscape-flash-5.0.51.ebuild b/net-www/netscape-flash/netscape-flash-5.0.51.ebuild
deleted file mode 100644
index bf32dea705ba..000000000000
--- a/net-www/netscape-flash/netscape-flash-5.0.51.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.51.ebuild,v 1.3 2002/12/09 04:33:20 manson Exp $
-
-S=${WORKDIR}/flash_linux
-DESCRIPTION="Macromedia Shockwave Flash Player"
-MY_PV="${PV/0./0r}"
-SRC_URI="http://download.macromedia.com/pub/shockwave/flash/english/linux/${MY_PV}/flash_linux.tar.gz"
-HOMEPAGE="http://www.macromedia.com/"
-
-SLOT="0"
-KEYWORDS="x86 -ppc sparc "
-LICENSE="Macromedia"
-
-src_install() {
- 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
-}