summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-07 21:14:22 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-07 21:14:22 +0000
commitf398ff70174860712fdea94ba6bedb7ff45f98ed (patch)
tree41628ec30886a58ae58ee158955b9068618d20e4 /net-www/netscape-flash
parentzappo (diff)
downloadgentoo-2-f398ff70174860712fdea94ba6bedb7ff45f98ed.tar.gz
gentoo-2-f398ff70174860712fdea94ba6bedb7ff45f98ed.tar.bz2
gentoo-2-f398ff70174860712fdea94ba6bedb7ff45f98ed.zip
hopefully makes this cleaner
Diffstat (limited to 'net-www/netscape-flash')
-rw-r--r--net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild b/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild
index 49ef68e1d48f..4a9f15686987 100644
--- a/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild
+++ b/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild
@@ -1,29 +1,23 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild,v 1.1 2001/10/29 05:24:18 lordjoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.47-r2.ebuild,v 1.2 2001/12/07 21:14:22 drobbins Exp $
S=${WORKDIR}/flash_linux
DESCRIPTION="Macromedia Shockwave Flash Player"
-SRC_URI="http://download.macromedia.com/pub/shockwave/flash/english/linux/5.0r47/flash_linux.tar.gz"
+MANUAL_SRC_URI="http://download.macromedia.com/pub/shockwave/flash/english/linux/5.0r47/flash_linux.tar.gz"
HOMEPAGE="http://www.macromedia.com"
dyn_fetch() {
-
- for y in ${A}
- do
- digest_check ${y} || failed_digest
- done
+ [ ! -e ${DISTDIR}/flash_linux.tar.gz ] && failed_digest
}
failed_digest() {
-
einfo "Please download this manually into ${DISTDIR}"
- einfo "`echo ${SRC_URI}`"
+ einfo "`echo ${MANUAL_SRC_URI}`"
exit 1
}
-
src_install() {
dodir /opt/netscape/plugins
exeinto /opt/netscape/plugins