Magellan Linux

Diff of /branches/R11-unstable/extras/apache2-mod_wsgi/apache2-mod_wsgi-4.4.23-r1.smage2

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

revision 28048 by niro, Thu May 12 12:00:28 2016 UTC revision 28049 by niro, Thu May 12 12:02:37 2016 UTC
# Line 7  PBUILD="r1" Line 7  PBUILD="r1"
7  DESCRIPTION="WSGI adapter module for Apache."  DESCRIPTION="WSGI adapter module for Apache."
8  HOMEPAGE="http://modwsgi.readthedocs.io/en/develop/"  HOMEPAGE="http://modwsgi.readthedocs.io/en/develop/"
9    
10  SRCFILE="${PVER}"  SRCFILE="${PVER}.tar.gz"
11    
12  DEPEND=">= net-www/apache2-2.4  DEPEND=">= net-www/apache2-2.4
13   >= dev-lang/python-2.7"   >= dev-lang/python-2.7"
# Line 15  DEPEND=">= net-www/apache2-2.4 Line 15  DEPEND=">= net-www/apache2-2.4
15  sminclude apache2-module  sminclude apache2-module
16    
17  SRC_URI=(  SRC_URI=(
18   https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/${PVER}   https://github.com/GrahamDumpleton/mod_wsgi/archive/${PVER}.tar.gz
19   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
20  )  )
   
 src_prepare()  
 {  
  munpack ${SRCFILE} ${SRCDIR} || die  
 }  

Legend:
Removed from v.28048  
changed lines
  Added in v.28049