summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-11-21 19:32:01 +0000
committerTilman Klar <phoenix@gentoo.org>2002-11-21 19:32:01 +0000
commitce86917f42340e21a5616459e5cd3fc39310bc9a (patch)
treea464bc48b7abb11dd9942e7d1fd4a0d6c0ac7090 /net-www/netscape-plugger
parentSwitched to the new nsplugins layout. (diff)
downloadhistorical-ce86917f42340e21a5616459e5cd3fc39310bc9a.tar.gz
historical-ce86917f42340e21a5616459e5cd3fc39310bc9a.tar.bz2
historical-ce86917f42340e21a5616459e5cd3fc39310bc9a.zip
Switched to the new nsplugins layout.
Diffstat (limited to 'net-www/netscape-plugger')
-rw-r--r--net-www/netscape-plugger/ChangeLog14
-rw-r--r--net-www/netscape-plugger/files/digest-netscape-plugger-4.0-r21
-rw-r--r--net-www/netscape-plugger/netscape-plugger-4.0-r2.ebuild34
3 files changed, 43 insertions, 6 deletions
diff --git a/net-www/netscape-plugger/ChangeLog b/net-www/netscape-plugger/ChangeLog
index d037cefd2280..a8764a782848 100644
--- a/net-www/netscape-plugger/ChangeLog
+++ b/net-www/netscape-plugger/ChangeLog
@@ -1,30 +1,32 @@
# ChangeLog for net-www/netscape-plugger
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-plugger/ChangeLog,v 1.4 2002/08/19 17:44:30 cybersystem Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-plugger/ChangeLog,v 1.5 2002/11/21 19:32:01 phoenix Exp $
+
+*netscape-plugger-4.0-r2 (21 Nov 2002)
+
+ 19 August 2002; phoen][x <phoenix@gentoo.org> ChangeLog,
+ netscape-plugger-4.0-r2.ebuild, files/digest-netscape-plugger-4.0-r2 :
+ Switched to the new nsplugins layout.
*netscape-plugger-4.0-r1 (19 August 2002)
19 August 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, netscape-plugger-4.0-r1.ebuild :
-
Added -ppc to the keywords.
*netscape-plugger-4.0-r1 (4 Apr 2002)
9 Mar 2002; Tod Neidt <tod@gentoo.org> ebuild:
-
Added 'use mozilla' check to add symlink to /usr/lib/mozilla/plugins
if true. Enables plugin for moz and galeon users. Syntax and tabs update.
*netscape-plugger-4.0 (9 Mar 2002)
9 Mar 2002; Guido Bakker <guidob@gentoo.org> ebuild:
-
New stable release, should work well with Opera as well.
*netscape-plugger-3.2 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/net-www/netscape-plugger/files/digest-netscape-plugger-4.0-r2 b/net-www/netscape-plugger/files/digest-netscape-plugger-4.0-r2
new file mode 100644
index 000000000000..7e8899b76ecc
--- /dev/null
+++ b/net-www/netscape-plugger/files/digest-netscape-plugger-4.0-r2
@@ -0,0 +1 @@
+MD5 037229f1f0924d6c3cafdcd00646a404 plugger-4.0-linux-x86-glibc.tar.gz 36409
diff --git a/net-www/netscape-plugger/netscape-plugger-4.0-r2.ebuild b/net-www/netscape-plugger/netscape-plugger-4.0-r2.ebuild
new file mode 100644
index 000000000000..a7a061e85b8e
--- /dev/null
+++ b/net-www/netscape-plugger/netscape-plugger-4.0-r2.ebuild
@@ -0,0 +1,34 @@
+# 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-plugger/netscape-plugger-4.0-r2.ebuild,v 1.1 2002/11/21 19:32:01 phoenix Exp $
+
+inherit nsplugins
+
+MYP=${P#netscape-}-linux-x86-glibc
+S=${WORKDIR}/plugger-4.0
+DESCRIPTION="Plugger 4.0 streaming media plugin"
+SRC_URI="http://fredrik.hubbe.net/plugger/"${MYP}.tar.gz
+HOMEPAGE="http://fredrik.hubbe.net/plugger.html"
+SLOT="0"
+KEYWORDS="~x86 -ppc ~sparc ~sparc64"
+LICENSE="GPL-2"
+DEPEND="virtual/glibc"
+IUSE=""
+
+src_install() {
+ cd ${S}
+ dodir /opt/netscape/plugins /etc
+ insinto /opt/netscape/plugins
+ doins plugger.so
+ insinto /etc
+ doins pluggerrc
+ dodoc README COPYING
+ doman plugger.7
+ insinto /usr/bin
+ dobin plugger-4.0
+ dosym plugger-4.0 /usr/bin/plugger
+
+ inst_plugin /opt/netscape/plugins/plugger.so
+
+ dodoc README
+}