Date: Sunday, October 14, 2012 @ 00:16:02
  Author: eric
Revision: 168687

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mod_wsgi/repos/testing-i686/
  mod_wsgi/repos/testing-i686/PKGBUILD
    (from rev 168686, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/testing-i686/mod_wsgi.install
    (from rev 168686, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/testing-x86_64/
  mod_wsgi/repos/testing-x86_64/PKGBUILD
    (from rev 168686, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/testing-x86_64/mod_wsgi.install
    (from rev 168686, mod_wsgi/trunk/mod_wsgi.install)

---------------------------------+
 testing-i686/PKGBUILD           |   28 ++++++++++++++++++++++++++++
 testing-i686/mod_wsgi.install   |   14 ++++++++++++++
 testing-x86_64/PKGBUILD         |   28 ++++++++++++++++++++++++++++
 testing-x86_64/mod_wsgi.install |   14 ++++++++++++++
 4 files changed, 84 insertions(+)

Copied: mod_wsgi/repos/testing-i686/PKGBUILD (from rev 168686, 
mod_wsgi/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-10-14 04:16:02 UTC (rev 168687)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Ryan Coyner <[email protected]>
+
+pkgname=mod_wsgi
+pkgver=3.4
+pkgrel=1
+pkgdesc="Python WSGI adapter module for Apache"
+arch=('i686' 'x86_64')
+url="http://www.modwsgi.org/";
+license=('APACHE')
+depends=('apache' 'python2')
+install=mod_wsgi.install
+source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('f42d69190ea0c337ef259cbe8d94d985')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+    --with-apxs=/usr/sbin/apxs \
+    --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: mod_wsgi/repos/testing-i686/mod_wsgi.install (from rev 168686, 
mod_wsgi/trunk/mod_wsgi.install)
===================================================================
--- testing-i686/mod_wsgi.install                               (rev 0)
+++ testing-i686/mod_wsgi.install       2012-10-14 04:16:02 UTC (rev 168687)
@@ -0,0 +1,14 @@
+post_install() {
+/bin/cat << ENDOFMESSAGE
+==>
+==>
+==>  To install mod_wsgi, add the following line in 
+==>  /etc/httpd/conf/httpd.conf file :
+==>
+==>  LoadModule wsgi_module modules/mod_wsgi.so
+==>
+==>  and restart/reload Apache.
+==>
+==>
+ENDOFMESSAGE
+}

Copied: mod_wsgi/repos/testing-x86_64/PKGBUILD (from rev 168686, 
mod_wsgi/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-10-14 04:16:02 UTC (rev 168687)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Ryan Coyner <[email protected]>
+
+pkgname=mod_wsgi
+pkgver=3.4
+pkgrel=1
+pkgdesc="Python WSGI adapter module for Apache"
+arch=('i686' 'x86_64')
+url="http://www.modwsgi.org/";
+license=('APACHE')
+depends=('apache' 'python2')
+install=mod_wsgi.install
+source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('f42d69190ea0c337ef259cbe8d94d985')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+    --with-apxs=/usr/sbin/apxs \
+    --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: mod_wsgi/repos/testing-x86_64/mod_wsgi.install (from rev 168686, 
mod_wsgi/trunk/mod_wsgi.install)
===================================================================
--- testing-x86_64/mod_wsgi.install                             (rev 0)
+++ testing-x86_64/mod_wsgi.install     2012-10-14 04:16:02 UTC (rev 168687)
@@ -0,0 +1,14 @@
+post_install() {
+/bin/cat << ENDOFMESSAGE
+==>
+==>
+==>  To install mod_wsgi, add the following line in 
+==>  /etc/httpd/conf/httpd.conf file :
+==>
+==>  LoadModule wsgi_module modules/mod_wsgi.so
+==>
+==>  and restart/reload Apache.
+==>
+==>
+ENDOFMESSAGE
+}

Reply via email to