summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/netscape-flash/netscape-flash-4.0.12.ebuild')
-rw-r--r--net-www/netscape-flash/netscape-flash-4.0.12.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-www/netscape-flash/netscape-flash-4.0.12.ebuild b/net-www/netscape-flash/netscape-flash-4.0.12.ebuild
deleted file mode 100644
index 27880eb674d7..000000000000
--- a/net-www/netscape-flash/netscape-flash-4.0.12.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-4.0.12.ebuild,v 1.3 2002/07/14 20:25:23 aliz Exp $
-
-A=flash_linux.tar.gz
-S=${WORKDIR}/Linux
-DESCRIPTION="Macromedia Shockwave Flash Player"
-SRC_URI="http://???"${A}
-HOMEPAGE="http://macromedia.com"
-SLOT="0"
-KEYWORDS="x86"
-
-src_install() {
- cd ${S}
- dodir /opt/netscape/plugins
- insinto /opt/netscape/plugins
- doins *.class *.so
- dodoc README.Linux
-}