Magellan Linux

Diff of /trunk/core/readline/readline-5.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 86 by niro, Tue Oct 14 09:19:47 2008 UTC revision 87 by niro, Tue Oct 14 09:20:53 2008 UTC
# Line 21  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 21  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21  sminclude mtools multilib  sminclude mtools multilib
22    
23  SRC_URI=(  SRC_URI=(
24   gnu://bash/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
25   ftp://ftp.cwru.edu/pub/bash/${SRCFILE}   ftp://ftp.cwru.edu/pub/bash/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${PNAME}-5.0-parallel.patch   mirror://${PNAME}/${PNAME}-5.0-parallel.patch
# Line 30  SRC_URI=( Line 30  SRC_URI=(
30   ver=00${i}   ver=00${i}
31   [[ ${i} -ge 10 ]] && ver=0${i}   [[ ${i} -ge 10 ]] && ver=0${i}
32   [[ ${i} -ge 100 ]] && ver=${i}   [[ ${i} -ge 100 ]] && ver=${i}
33   echo "gnu://bash/${PNAME}-${PVER}-patches/${PNAME}${PVER/./}-${ver}"   echo "gnu://${PNAME}/${PNAME}-${PVER}-patches/${PNAME}${PVER/./}-${ver}"
34   echo "ftp://ftp.cwru.edu/pub/bash/${PNAME}-${PVER}-patches/${PNAME}${PVER/./}-${ver}"   echo "ftp://ftp.cwru.edu/pub/bash/${PNAME}-${PVER}-patches/${PNAME}${PVER/./}-${ver}"
35   echo "mirror://${PNAME}/${PNAME}${PVER/./}-${ver}"   echo "mirror://${PNAME}/${PNAME}${PVER/./}-${ver}"
36   done)   done)

Legend:
Removed from v.86  
changed lines
  Added in v.87