--- realplayer-8-r5.ebuild 2003-03-16 08:35:51.000000000 -0600 +++ realplayer-8-r6.ebuild 2003-07-13 09:55:24.000000000 -0500 @@ -29,7 +29,8 @@ fi -SRC_URI="x86? http://docs.real.com/docs/playerpatch/unix/rv9_libc6_i386_cs2.tgz" +SRC_URI="x86? http://docs.real.com/docs/playerpatch/unix/rv9_libc6_i386_cs2.tgz + ${A}" LICENSE="realplayer8" SLOT="0" @@ -37,26 +38,22 @@ DEPEND="virtual/glibc" RDEPEND="virtual/x11" -RESTRICT="nostrip" +RESTRICT="nostrip fetch" BASE="/opt/RealPlayer8" S=${WORKDIR} -pkg_setup() { - if [ ! -f ${DISTDIR}/${A} ] ; then - eerror "Please go to:" - eerror "http://forms.real.com/real/player/unix/unix.html" - eerror "And download the appropriate realplayer binary installer" - eerror "for this architecture: ${ARCH}" - use x86 && \ - 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 "Then emerge this package again" - - exit 1 - fi +pkg_nofetch() { + eerror "Please go to:" + eerror "http://forms.real.com/real/player/unix/unix.html" + eerror "And download the appropriate realplayer binary installer" + eerror "for this architecture: ${ARCH}" + use x86 && \ + 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 "Then emerge this package again" } src_unpack() {