diff options
author | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-20 02:52:59 +0000 |
---|---|---|
committer | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-20 02:52:59 +0000 |
commit | 6b4c881a4a401497698b576040149eeca215c006 (patch) | |
tree | 4a5059174ad3f2a120c776a4e6df0021b26c5a09 /media-video | |
parent | depends on x11 now :p (diff) | |
download | historical-6b4c881a4a401497698b576040149eeca215c006.tar.gz historical-6b4c881a4a401497698b576040149eeca215c006.tar.bz2 historical-6b4c881a4a401497698b576040149eeca215c006.zip |
updated ebuild clean-up
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/realplayer/files/digest-realplayer-8 | 1 | ||||
-rw-r--r-- | media-video/realplayer/realplayer-8.ebuild | 65 |
2 files changed, 0 insertions, 66 deletions
diff --git a/media-video/realplayer/files/digest-realplayer-8 b/media-video/realplayer/files/digest-realplayer-8 deleted file mode 100644 index 14aaba6a727d..000000000000 --- a/media-video/realplayer/files/digest-realplayer-8 +++ /dev/null @@ -1 +0,0 @@ -MD5 525f6f050d076148e9e02769f2055d53 rp8_linux20_libc6_i386_cs2_rpm diff --git a/media-video/realplayer/realplayer-8.ebuild b/media-video/realplayer/realplayer-8.ebuild deleted file mode 100644 index 540c1fcb4cb3..000000000000 --- a/media-video/realplayer/realplayer-8.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8.ebuild,v 1.3 2001/09/22 06:20:39 blocke Exp $ - -P=rp8_linux20_libc6_i386_cs2_rpm -A=rp8_linux20_libc6_i386_cs2_rpm -S=${WORKDIR}/usr -DESCRIPTION="Real Plaeyer * basic" -SRC_URI="" -HOMEPAGE="http://" - -DEPEND=">=app-arch/rpm-3.0.6" - -dyn_fetch() { - for y in ${A} - do - digest_check ${y} - if [ $? -ne 0 ]; then - einfo "Please download this yourself from www.real.com" - einfo "and place it in ${DISTDIR}" - exit 1 - fi - done -} - -src_unpack() { -# You must download rp8_linux20_libc6_i386_cs2_rpm -# from real.com and put it in ${DISTDIR} - - rpm2cpio ${DISTDIR}/${P} | cpio -i --make-directories - -} - -src_compile() { - - einfo "Only binary package, nothing to compile" - -} - -src_install () { - - insinto /opt/netscape/plugins - doins lib/netscape/* - insinto /usr/lib/RealPlayer8/Codecs - doins lib/RealPlayer8/Codecs/* - insinto /usr/lib/RealPlayer8/Common - doins lib/RealPlayer8/Common/* - insinto /usr/lib/RealPlayer8/Plugins - doins lib/RealPlayer8/Plugins/* - insinto /usr/lib/RealPlayer8/ - doins lib/RealPlayer8/*.xpm - doins lib/RealPlayer8/*.rm - doins lib/RealPlayer8/rpminstalled - doins lib/RealPlayer8/LICENSE - exeinto /usr/lib/RealPlayer8 - doexe lib/RealPlayer8/*.sh - doexe lib/RealPlayer8/realplay -# dodir /opt/kde2.1/share -# insinto /opt/kde2.1/share/ -# doins share/* - dodir /usr/bin - dosym /usr/lib/RealPlayer8/realplay /usr/bin/realplay -} - |