Show
Ignore:
Timestamp:
03/23/09 02:44:51 (3 years ago)
Author:
max_posedon
Message:

Apply review alonbl's patches. Thanks, alonbl!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/eclass/enlightenment-python.eclass

    r196 r264  
    1111 
    1212case ${PV} in 
    13         20090212) 
    14                 rev=39002 
    15                 ;; 
    16         20090313) 
    17                 rev=39300 
    18                 ;; 
    19         *) 
    20                 die "Unknown revision!" 
    21                 ;; 
     13        20090212) 
     14                ESVN_REVISION=39002 
     15                ;; 
     16        20090313) 
     17                ESVN_REVISION=39300 
     18                ;; 
     19        99999999) 
     20                ;; 
     21        *) 
     22                die "Unknown revision!" 
     23                ;; 
    2224esac 
    2325 
    24 ESVN_REVISION="r$rev" 
     26enlightenment-python_src_unpack() { 
     27        subversion_src_unpack 
    2528 
    26 enlightenment-python_src_unpack() { 
    27         subversion_src_unpack 
    28  
    29         cd "${S}" 
     29        cd "${S}" 
    3030 
    3131        # Applying all user specified patches