dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 4fffd4e304ecc4b34c40657669a3b0d629c00025
parent efab3df0a2939ad37eba7f44af39fd7483be95ee
Author: Wulf C. Krueger <philantrop@exherbo.org>
Date:   Sat,  3 Mar 2012 14:48:33 +0100

apache-mod/mod_wsgi: ::dcallagh -> ::net

Diffstat:
Dpackages/apache-mod/mod_wsgi/mod_wsgi-3.3.exheres-0 | 27---------------------------
1 file changed, 0 insertions(+), 27 deletions(-)
diff --git a/packages/apache-mod/mod_wsgi/mod_wsgi-3.3.exheres-0 b/packages/apache-mod/mod_wsgi/mod_wsgi-3.3.exheres-0
@@ -1,27 +0,0 @@
-# Copyright 2011 Dan Callaghan <djc@djc.id.au>
-# Distributed under the terms of the GNU General Public License v2
-
-require googlecode [ project=modwsgi suffix=tar.gz ]
-
-SUMMARY="Apache module for hosting Python WSGI applications"
-
-LICENCES="Apache-2.0"
-SLOT="0"
-PLATFORMS="~x86 ~amd64"
-
-DEPENDENCIES="
-    build+run:
-        www-servers/apache
-        dev-lang/python:=[>=2.3&<3.0]
-"
-
-BUGS_TO="djc@djc.id.au"
-
-src_install() {
-    default
-    insinto /etc/apache2/modules.d
-    hereins 70_${PN}.conf <<EOF
-LoadModule wsgi_module libexec/apache2/modules/mod_wsgi.so
-EOF
-}
-