summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/mozplugger/mozplugger-1.7.1.ebuild')
-rw-r--r--net-www/mozplugger/mozplugger-1.7.1.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/net-www/mozplugger/mozplugger-1.7.1.ebuild b/net-www/mozplugger/mozplugger-1.7.1.ebuild
deleted file mode 100644
index 4be9eeb79ac7..000000000000
--- a/net-www/mozplugger/mozplugger-1.7.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozplugger/mozplugger-1.7.1.ebuild,v 1.7 2005/05/25 18:15:26 yoswink Exp $
-
-inherit nsplugins
-
-DESCRIPTION="Streaming media plugin for Mozilla, based on netscape-plugger"
-SRC_URI="http://downloads.mozdev.org/mozplugger/${P}.tar.gz"
-HOMEPAGE="http://mozplugger.mozdev.org/"
-
-KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha"
-LICENSE="GPL-2"
-
-SLOT="0"
-IUSE=""
-
-DEPEND="virtual/libc"
-RDEPEND="${DEPEND}
- !virtual/plugger
- || (
- www-client/mozilla
- www-client/mozilla-bin
- www-client/mozilla-firefox
- www-client/mozilla-firefox-bin
- )"
-
-src_compile()
-{
- cd ${S}
- make linux || die
-}
-
-src_install()
-{
- cd ${S}
-
- PLUGIN=/opt/netscape/$PLUGINS_DIR
- dodir $PLUGIN /etc
-
- insinto /etc
- doins mozpluggerrc
-
- insinto $PLUGIN
- doins mozplugger.so
-
- bunzip2 mozplugger.7.bz2
- doman mozplugger.7
-
- insinto /usr/bin
- dobin mozplugger-helper
- dobin mozplugger-controller
-
- inst_plugin $PLUGIN/mozplugger.so
-
- dodoc ChangeLog COPYING README
-}