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-plugger | |
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-plugger')
3 files changed, 4 insertions, 27 deletions
diff --git a/net-www/netscape-plugger/files/digest-netscape-plugger-4.0 b/net-www/netscape-plugger/files/digest-netscape-plugger-4.0 deleted file mode 100644 index 7e8899b76ecc..000000000000 --- a/net-www/netscape-plugger/files/digest-netscape-plugger-4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 037229f1f0924d6c3cafdcd00646a404 plugger-4.0-linux-x86-glibc.tar.gz 36409 diff --git a/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild b/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild index 0f729d00b738..43cb296c00d1 100644 --- a/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild +++ b/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild,v 1.5 2002/07/14 20:25:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild,v 1.6 2002/07/17 01:40:22 seemant Exp $ MYP=${P#netscape-}-linux-x86-glibc S=${WORKDIR}/plugger-4.0 @@ -9,6 +9,7 @@ SRC_URI="http://fredrik.hubbe.net/plugger/"${MYP}.tar.gz HOMEPAGE="http://fredrik.hubbe.net/plugger.html" SLOT="0" KEYWORDS="x86" +LICENSE="GPL-2" src_install() { cd ${S} @@ -28,5 +29,6 @@ src_install() { dosym /opt/netscape/plugins/plugger.so \ /usr/lib/mozilla/plugins/plugger.so fi - + + dodoc README } diff --git a/net-www/netscape-plugger/netscape-plugger-4.0.ebuild b/net-www/netscape-plugger/netscape-plugger-4.0.ebuild deleted file mode 100644 index bc88e33f5bad..000000000000 --- a/net-www/netscape-plugger/netscape-plugger-4.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later - -A=plugger-4.0-linux-x86-glibc.tar.gz -S=${WORKDIR}/plugger-4.0 -DESCRIPTION="Plugger 4.0 streaming media plugin" -SRC_URI="http://fredrik.hubbe.net/plugger/"${A} -HOMEPAGE="http://fredrik.hubbe.net/plugger.html" -SLOT="0" -KEYWORDS="x86" - -src_install() { - cd ${S} - dodir /opt/netscape/plugins /etc /usr/local/bin - 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 -} |