diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 01:40:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 01:40:22 +0000 |
commit | 9d33f9a9cea167cc4345cc267141170352b2a182 (patch) | |
tree | 498398148064303f029a4cfb9a9829d5018fc3cb /net-www/netscape-flash | |
parent | Added macromedia license (diff) | |
download | historical-9d33f9a9cea167cc4345cc267141170352b2a182.tar.gz historical-9d33f9a9cea167cc4345cc267141170352b2a182.tar.bz2 historical-9d33f9a9cea167cc4345cc267141170352b2a182.zip |
repoman'd
Diffstat (limited to 'net-www/netscape-flash')
-rw-r--r-- | net-www/netscape-flash/files/digest-netscape-flash-4.0.12 | 1 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-4.0.12.ebuild | 19 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-5.0.48.ebuild | 5 |
3 files changed, 3 insertions, 22 deletions
diff --git a/net-www/netscape-flash/files/digest-netscape-flash-4.0.12 b/net-www/netscape-flash/files/digest-netscape-flash-4.0.12 deleted file mode 100644 index 91be23fa3a34..000000000000 --- a/net-www/netscape-flash/files/digest-netscape-flash-4.0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 39fb18d4aec885f3711d6db46f3a8ea3 ???flash_linux.tar.gz 328939 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 -} diff --git a/net-www/netscape-flash/netscape-flash-5.0.48.ebuild b/net-www/netscape-flash/netscape-flash-5.0.48.ebuild index 6a846f4d39ce..e79c17c9f183 100644 --- a/net-www/netscape-flash/netscape-flash-5.0.48.ebuild +++ b/net-www/netscape-flash/netscape-flash-5.0.48.ebuild @@ -1,13 +1,14 @@ # 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-5.0.48.ebuild,v 1.3 2002/07/14 20:25:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.48.ebuild,v 1.4 2002/07/17 01:40:22 seemant Exp $ S=${WORKDIR}/flash_linux DESCRIPTION="Macromedia Shockwave Flash Player" -SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" HOMEPAGE="http://www.macromedia.com" SLOT="0" KEYWORDS="x86" +LICENSE="Macromedia" src_install() { cd ${S} |