Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17093 Details for
Bug 27968
realplayer ebuild (realplayer-8-r5) broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
realplayer-8-r5.ebuild.diff
diff (text/plain), 1.65 KB, created by
gatto
on 2003-09-04 17:52:11 UTC
(
hide
)
Description:
realplayer-8-r5.ebuild.diff
Filename:
MIME Type:
Creator:
gatto
Created:
2003-09-04 17:52:11 UTC
Size:
1.65 KB
patch
obsolete
>--- /usr/portage/media-video/realplayer/realplayer-8-r5.ebuild 2003-07-19 08:36:42.000000000 -0400 >+++ /usr/portage/media-video/realplayer/realplayer-8-r5.new.ebuild 2003-09-04 20:40:36.000000000 -0400 >@@ -14,26 +14,11 @@ > # form in order to be able to download the binary. When done, you should copy > # or move the binary into /usr/portage/distfiles. No need to chmod +x > >-if use x86 >-then >- A="rp8_linux20_libc6_i386_cs2.bin" >-elif use ppc >-then >- A="rp8_linux_powerpc_cs1.bin" >-elif use sparc >-then >- A="rp8_linux_sparc_cs1.bin" >-elif use alpha >-then >- A="rp8_linux_alpha_rh62_cs1.bin" >-fi >- >- >-SRC_URI="x86? http://docs.real.com/docs/playerpatch/unix/rv9_libc6_i386_cs2.tgz >- x86? rp8_linux20_libc6_i386_cs2.bin >- ppc? rp8_linux_powerpc_cs1.bin >+SRC_URI="ppc? rp8_linux_powerpc_cs1.bin > sparc? rp8_linux_sparc_cs1.bin >- alpha? rp8_linux_alpha_rh62_cs1.bin" >+ alpha? rp8_linux_alpha_rh62_cs1.bin >+ x86? ( rp8_linux20_libc6_i386_cs2.bin >+ http://docs.real.com/docs/playerpatch/unix/rv9_libc6_i386_cs2.tgz )" > > LICENSE="realplayer8" > SLOT="0" >@@ -47,7 +32,9 @@ > S=${WORKDIR} > > pkg_setup() { >- if [ ! -f ${DISTDIR}/${A} ] ; then >+ RP8_BIN=`echo ${A} | awk '{ print $1 }'` >+ >+ if [ ! -f ${DISTDIR}/${RP8_BIN} ] ; then > eerror "Please go to:" > eerror "http://forms.real.com/real/player/unix/unix.html" > eerror "And download the appropriate realplayer binary installer" >@@ -56,7 +43,7 @@ > eerror "Please note, do NOT download the rpm. Just the .bin file" > eerror "Named Linux 2.x (libc6 i386)" > eerror "" >- eerror "Download ${A} and place it in ${DISTDIR}" >+ eerror "Download ${RP8_BIN} and place it in ${DISTDIR}" > eerror "Then emerge this package again" > > exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27968
: 17093 |
17094