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-flash
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-flash')
-rw-r--r--net-www/netscape-flash/ChangeLog8
-rw-r--r--net-www/netscape-flash/files/digest-netscape-flash-6.0b-r11
-rw-r--r--net-www/netscape-flash/netscape-flash-6.0b-r1.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog
index c348d226d8d9..de65a0d3baba 100644
--- a/net-www/netscape-flash/ChangeLog
+++ b/net-www/netscape-flash/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-www/netscape-flash
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.7 2002/10/21 17:27:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.8 2002/11/21 19:31:51 phoenix Exp $
+
+*netscape-flash-6.0b-r1 (21 Nov 2002)
+
+ 21 Nov 2002; phoen][x <phoenix@gentoo.org> netscape-flash-6.0b-r1.ebuild,
+ files/digest-netscape-flash-6.0b-r1 :
+ Switched to the new nsplugins layout.
*netscape-flash-6.0b (21 Oct 2002)
diff --git a/net-www/netscape-flash/files/digest-netscape-flash-6.0b-r1 b/net-www/netscape-flash/files/digest-netscape-flash-6.0b-r1
new file mode 100644
index 000000000000..2d66f2c8b211
--- /dev/null
+++ b/net-www/netscape-flash/files/digest-netscape-flash-6.0b-r1
@@ -0,0 +1 @@
+MD5 794a465e78c8c752589a938f2ba1ff21 install_flash_player_6_linux.tar.gz 700920
diff --git a/net-www/netscape-flash/netscape-flash-6.0b-r1.ebuild b/net-www/netscape-flash/netscape-flash-6.0b-r1.ebuild
new file mode 100644
index 000000000000..a393f84b7606
--- /dev/null
+++ b/net-www/netscape-flash/netscape-flash-6.0b-r1.ebuild
@@ -0,0 +1,26 @@
+# 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-6.0b-r1.ebuild,v 1.1 2002/11/21 19:31:51 phoenix Exp $
+
+inherit nsplugins
+
+IUSE=""
+S=${WORKDIR}/flashplayer_installer
+DESCRIPTION="Macromedia Shockwave Flash Player"
+SRC_URI="http://www.macromedia.com/software/flashplayer/special/beta/installers/linux/plugin/install_flash_player_6_linux.tar.gz"
+HOMEPAGE="http://www.macromedia.com/"
+
+DEPEND="virtual/glibc"
+SLOT="0"
+KEYWORDS="~x86 -ppc ~sparc ~sparc64"
+LICENSE="Macromedia"
+
+src_install() {
+ exeinto /opt/netscape/plugins
+ insinto /opt/netscape/plugins
+ doexe libflashplayer.so
+ doins flashplayer.xpt
+
+ inst_plugin /opt/netscape/plugins/libflashplayer.so
+ inst_plugin /opt/netscape/plugins/flashplayer.xpt
+}