summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/netscape-flash/netscape-flash-5.0.50.ebuild')
-rw-r--r--net-www/netscape-flash/netscape-flash-5.0.50.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-www/netscape-flash/netscape-flash-5.0.50.ebuild b/net-www/netscape-flash/netscape-flash-5.0.50.ebuild
deleted file mode 100644
index fe90655d7f28..000000000000
--- a/net-www/netscape-flash/netscape-flash-5.0.50.ebuild
+++ /dev/null
@@ -1,28 +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.50.ebuild,v 1.6 2002/12/09 04:33:20 manson Exp $
-
-S=${WORKDIR}/flash_linux
-DESCRIPTION="Macromedia Shockwave Flash Player"
-SRC_URI="mirror://gentoo/${P}.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
-}