Ticket #151: enlightenment-python.eclass.diff

File enlightenment-python.eclass.diff, 0.9 KB (added by alonbl, 3 years ago)

enlightenment-python.eclass.diff

  • enlightenment-python.eclass

     
    1010ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python$SVN_SUBDIR/${PN}" 
    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" 
    25  
    2626enlightenment-python_src_unpack() { 
    27         subversion_src_unpack 
     27        subversion_src_unpack 
    2828 
    29         cd "${S}" 
     29        cd "${S}" 
    3030 
    3131        # Applying all user specified patches 
    3232        for patch in ${E17_PATCHES}; do