[arch-commits] Commit in mod_wsgi/repos (8 files)

2017-11-01 Thread Alexander Rødseth
Date: Wednesday, November 1, 2017 @ 11:18:41
  Author: arodseth
Revision: 264995

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 264994, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 264994, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 264994, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 264994, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  114 
 /mod_wsgi.install |   28 
 community-i686/PKGBUILD   |   59 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 142 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-01 11:18:27 UTC (rev 264994)
+++ community-i686/PKGBUILD 2017-11-01 11:18:41 UTC (rev 264995)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.5.17
-pkgrel=2
-pkgdesc='Python WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git+https://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  cd "$pkgbase"
-
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-
-  # Build mod_wsgi for py3
-  make LDLIBS="$(pkg-config python3 --libs) -lpthread -ldl -lutil -lm"
-
-  cd "$srcdir/py2"
-
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-
-  # Build mod_wsgi for py2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 264994, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-01 11:18:41 UTC (rev 264995)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.5.20
+pkgrel=1
+pkgdesc='Python WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'git' 'python' 'python2')
+install='mod_wsgi.install'
+source=("git+https://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  # Configure and build mod_wsgi for py2
+  cp -r "$pkgbase" py2
+  cd py2
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+
+  make
+
+  # Configure and build mod_wsgi for py3
+  cd "$srcdir/$pkgbase"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+
+  make LDLIBS="$(pkg-config python3 --libs) -lpthread -ldl -lutil -lm"
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/GrahamDumpleton/mod_wsgi
+# vim: ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2017-11-01 11:18:27 UTC (rev 264994)
+++ community-i686/mod_wsgi.install 2017-11-01 11:18:41 UTC (rev 264995)
@@ -1,14 +0,0 @@
-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/community-i6

[arch-commits] Commit in mod_wsgi/repos (8 files)

2017-07-18 Thread Alexander Rødseth
Date: Tuesday, July 18, 2017 @ 14:59:02
  Author: arodseth
Revision: 245573

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 245572, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 245572, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 245572, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 245572, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  118 
 /mod_wsgi.install |   28 
 community-i686/PKGBUILD   |   59 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-18 14:58:52 UTC (rev 245572)
+++ community-i686/PKGBUILD 2017-07-18 14:59:02 UTC (rev 245573)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.5.17
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  cd "$pkgbase"
-
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-
-  # Build mod_wsgi for py3
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  cd "$srcdir/py2"
-
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-
-  # Build mod_wsgi for py2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 245572, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-18 14:59:02 UTC (rev 245573)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.5.17
+pkgrel=2
+pkgdesc='Python WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git+https://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  cd "$pkgbase"
+
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+
+  # Build mod_wsgi for py3
+  make LDLIBS="$(pkg-config python3 --libs) -lpthread -ldl -lutil -lm"
+
+  cd "$srcdir/py2"
+
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+
+  # Build mod_wsgi for py2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2017-07-18 14:58:52 UTC (rev 245572)
+++ community-i686/mod_wsgi.install 2017-07-18 14:59:02 UTC (rev 245573)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 245572, 
mod_wsgi/trunk/mod_wsgi.install)
=

[arch-commits] Commit in mod_wsgi/repos (8 files)

2017-07-16 Thread Alexander Rødseth
Date: Sunday, July 16, 2017 @ 12:37:52
  Author: arodseth
Revision: 245352

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 245351, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 245351, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 245351, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 245351, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  118 
 /mod_wsgi.install |   28 
 community-i686/PKGBUILD   |   54 
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   54 
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 146 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-16 12:36:44 UTC (rev 245351)
+++ community-i686/PKGBUILD 2017-07-16 12:37:52 UTC (rev 245352)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.4.22
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 245351, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-16 12:37:52 UTC (rev 245352)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.5.17
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  cd "$pkgbase"
+
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+
+  # Build mod_wsgi for py3
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  cd "$srcdir/py2"
+
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+
+  # Build mod_wsgi for py2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2017-07-16 12:36:44 UTC (rev 245351)
+++ community-i686/mod_wsgi.install 2017-07-16 12:37:52 UTC (rev 245352)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 245351, 
mod_wsgi/trunk/mod_wsgi.install)
===

[arch-commits] Commit in mod_wsgi/repos (8 files)

2016-03-11 Thread Alexander Rødseth
Date: Saturday, March 12, 2016 @ 08:39:59
  Author: arodseth
Revision: 166201

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 166200, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 166200, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 166200, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 166200, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  108 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   54 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-12 07:39:48 UTC (rev 166200)
+++ community-i686/PKGBUILD 2016-03-12 07:39:59 UTC (rev 166201)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.4.21
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 166200, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 07:39:59 UTC (rev 166201)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.4.22
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2016-03-12 07:39:48 UTC (rev 166200)
+++ community-i686/mod_wsgi.install 2016-03-12 07:39:59 UTC (rev 166201)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 166200, 
mod_wsgi/trunk/mod_wsgi.install)
===

[arch-commits] Commit in mod_wsgi/repos (8 files)

2015-10-24 Thread Alexander Rødseth
Date: Saturday, October 24, 2015 @ 17:29:39
  Author: arodseth
Revision: 144901

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 144900, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 144900, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 144900, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 144900, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  108 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   54 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-24 15:29:26 UTC (rev 144900)
+++ community-i686/PKGBUILD 2015-10-24 15:29:39 UTC (rev 144901)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.4.11
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 144900, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-24 15:29:39 UTC (rev 144901)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.4.21
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2015-10-24 15:29:26 UTC (rev 144900)
+++ community-i686/mod_wsgi.install 2015-10-24 15:29:39 UTC (rev 144901)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 144900, 
mod_wsgi/trunk/mod_wsgi.install)
===

[arch-commits] Commit in mod_wsgi/repos (8 files)

2015-04-11 Thread Alexander Rødseth
Date: Sunday, April 12, 2015 @ 02:57:54
  Author: arodseth
Revision: 131204

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 131203, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 131203, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 131203, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 131203, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  108 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   54 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-12 00:56:18 UTC (rev 131203)
+++ community-i686/PKGBUILD 2015-04-12 00:57:54 UTC (rev 131204)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.4.8
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 131203, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-12 00:57:54 UTC (rev 131204)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.4.11
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2015-04-12 00:56:18 UTC (rev 131203)
+++ community-i686/mod_wsgi.install 2015-04-12 00:57:54 UTC (rev 131204)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 131203, 
mod_wsgi/trunk/mod_wsgi.install)
==

[arch-commits] Commit in mod_wsgi/repos (8 files)

2015-02-10 Thread Alexander Rødseth
Date: Tuesday, February 10, 2015 @ 19:29:41
  Author: arodseth
Revision: 127530

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 127529, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 127529, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 127529, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 127529, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  108 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   54 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 18:29:29 UTC (rev 127529)
+++ community-i686/PKGBUILD 2015-02-10 18:29:41 UTC (rev 127530)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.4.7
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 127529, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 18:29:41 UTC (rev 127530)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.4.8
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2015-02-10 18:29:29 UTC (rev 127529)
+++ community-i686/mod_wsgi.install 2015-02-10 18:29:41 UTC (rev 127530)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 127529, 
mod_wsgi/trunk/mod_wsgi.install)
===

[arch-commits] Commit in mod_wsgi/repos (8 files)

2015-02-07 Thread Alexander Rødseth
Date: Sunday, February 8, 2015 @ 00:23:18
  Author: arodseth
Revision: 127261

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 127260, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 127260, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 127260, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 127260, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  108 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   52 -
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   52 -
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 136 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-07 23:21:42 UTC (rev 127260)
+++ community-i686/PKGBUILD 2015-02-07 23:23:18 UTC (rev 127261)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.4.5
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 127260, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-07 23:23:18 UTC (rev 127261)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.4.7
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2015-02-07 23:21:42 UTC (rev 127260)
+++ community-i686/mod_wsgi.install 2015-02-07 23:23:18 UTC (rev 127261)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 127260, 
mod_wsgi/trunk/mod_wsgi.install)
===

[arch-commits] Commit in mod_wsgi/repos (8 files)

2015-01-14 Thread Alexander Rødseth
Date: Wednesday, January 14, 2015 @ 09:54:05
  Author: arodseth
Revision: 125894

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 125893, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 125893, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 125893, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 125893, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  104 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   52 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 08:53:55 UTC (rev 125893)
+++ community-i686/PKGBUILD 2015-01-14 08:54:05 UTC (rev 125894)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.3.2
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 125893, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 08:54:05 UTC (rev 125894)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.4.5
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2015-01-14 08:53:55 UTC (rev 125893)
+++ community-i686/mod_wsgi.install 2015-01-14 08:54:05 UTC (rev 125894)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 125893, 
mod_wsgi/trunk/mod_wsgi.install)
==

[arch-commits] Commit in mod_wsgi/repos (8 files)

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 15:51:39
  Author: arodseth
Revision: 122524

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 122523, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 122523, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 122523, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 122523, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  104 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   52 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 14:51:28 UTC (rev 122523)
+++ community-i686/PKGBUILD 2014-11-13 14:51:39 UTC (rev 122524)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 122523, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 14:51:39 UTC (rev 122524)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2014-11-13 14:51:28 UTC (rev 122523)
+++ community-i686/mod_wsgi.install 2014-11-13 14:51:39 UTC (rev 122524)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 122523, 
mod_wsgi/trunk/mod_wsgi.install)
==

[arch-commits] Commit in mod_wsgi/repos (8 files)

2014-11-03 Thread Alexander Rødseth
Date: Monday, November 3, 2014 @ 14:48:27
  Author: arodseth
Revision: 121745

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 121744, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 121744, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 121744, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 121744, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  104 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   52 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-03 13:48:17 UTC (rev 121744)
+++ community-i686/PKGBUILD 2014-11-03 13:48:27 UTC (rev 121745)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 121744, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-03 13:48:27 UTC (rev 121745)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2014-11-03 13:48:17 UTC (rev 121744)
+++ community-i686/mod_wsgi.install 2014-11-03 13:48:27 UTC (rev 121745)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 121744, 
mod_wsgi/trunk/mod_wsgi.install)
===
-

[arch-commits] Commit in mod_wsgi/repos (8 files)

2014-11-02 Thread Alexander Rødseth
Date: Sunday, November 2, 2014 @ 21:33:48
  Author: arodseth
Revision: 121728

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 121727, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 121727, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 121727, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 121727, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  104 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   52 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-02 20:33:34 UTC (rev 121727)
+++ community-i686/PKGBUILD 2014-11-02 20:33:48 UTC (rev 121728)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.2.8
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cp -r "$pkgbase" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 121727, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-02 20:33:48 UTC (rev 121728)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2014-11-02 20:33:34 UTC (rev 121727)
+++ community-i686/mod_wsgi.install 2014-11-02 20:33:48 UTC (rev 121728)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 121727, 
mod_wsgi/trunk/mod_wsgi.install)
===
-

[arch-commits] Commit in mod_wsgi/repos (8 files)

2014-09-10 Thread Alexander Rødseth
Date: Wednesday, September 10, 2014 @ 09:56:46
  Author: arodseth
Revision: 118745

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 118744, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 118744, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 118744, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 118744, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  104 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   52 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-10 07:56:36 UTC (rev 118744)
+++ community-i686/PKGBUILD 2014-09-10 07:56:46 UTC (rev 118745)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=3.5
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2')
-install='mod_wsgi.install'
-source=("https://github.com/GrahamDumpleton/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('f0674c38f0f568ece55610bcc6a775c179835c4cba23aa7f876d2a2a8520bf93')
-
-build() {
-  cp -r "$pkgbase-$pkgver" py2
-
-  # Build the Python 3 version
-  cd "$pkgbase-$pkgver"
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd "$srcdir/py2"
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-  make -C "$pkgbase-$pkgver" DESTDIR="$pkgdir" install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-  make -C py2 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 118744, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-10 07:56:46 UTC (rev 118745)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.2.8
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cp -r "$pkgbase" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2014-09-10 07:56:36 UTC (rev 118744)
+++ community-i686/mod_wsgi.install 2014-09-10 07:56:46 UTC (rev 118745)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 118744, 
mod_

[arch-commits] Commit in mod_wsgi/repos (8 files)

2014-05-25 Thread Alexander Rødseth
Date: Sunday, May 25, 2014 @ 12:39:16
  Author: arodseth
Revision: 111823

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 111822, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 111822, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 111822, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 111822, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  104 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   33 ---
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   33 ---
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 132 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-25 10:39:00 UTC (rev 111822)
+++ community-i686/PKGBUILD 2014-05-25 10:39:16 UTC (rev 111823)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgname=mod_wsgi
-pkgver=3.4
-pkgrel=4
-pkgdesc='Python WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-depends=('apache' 'python')
-install=mod_wsgi.install
-source=("http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-}
-
-package() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 111822, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-25 10:39:16 UTC (rev 111823)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=3.5
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2')
+install='mod_wsgi.install'
+source=("https://github.com/GrahamDumpleton/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('f0674c38f0f568ece55610bcc6a775c179835c4cba23aa7f876d2a2a8520bf93')
+
+build() {
+  cp -r "$pkgbase-$pkgver" py2
+
+  # Build the Python 3 version
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd "$srcdir/py2"
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+  make -C "$pkgbase-$pkgver" DESTDIR="$pkgdir" install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+  make -C py2 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2014-05-25 10:39:00 UTC (rev 111822)
+++ community-i686/mod_wsgi.install 2014-05-25 10:39:16 UTC (rev 111823)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 111822, 
mod_wsgi/trunk/mod_wsgi.install)
===
--- community-i686/mod_wsgi.install (rev 0)
+++ community-i686/mod_wsgi.install 2014-05-25 10:39:16 UTC (rev 111823)
@@ -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 A

[arch-commits] Commit in mod_wsgi/repos (8 files)

2013-08-09 Thread Alexander Rødseth
Date: Friday, August 9, 2013 @ 13:42:20
  Author: arodseth
Revision: 95320

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 95319, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 95319, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 95319, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 95319, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |   66 
 /mod_wsgi.install |   28 +++
 community-i686/PKGBUILD   |   35 ---
 community-i686/mod_wsgi.install   |   14 ---
 community-x86_64/PKGBUILD |   35 ---
 community-x86_64/mod_wsgi.install |   14 ---
 6 files changed, 94 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 11:42:12 UTC (rev 95319)
+++ community-i686/PKGBUILD 2013-08-09 11:42:20 UTC (rev 95320)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgname=mod_wsgi
-pkgver=3.4
-pkgrel=2
-pkgdesc='Python WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-depends=('apache' 'python')
-makedepends=('setconf')
-install=mod_wsgi.install
-source=("http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  ./configure --prefix=/usr \
---with-apxs=/usr/sbin/apxs \
---with-python=/usr/bin/python
-  setconf Makefile LDLIBS '-lpython3 -lpthread -ldl -lutil -lm'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 95319, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 11:42:20 UTC (rev 95320)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgname=mod_wsgi
+pkgver=3.4
+pkgrel=3
+pkgdesc='Python WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python')
+install=mod_wsgi.install
+source=("http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+}
+
+package() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2013-08-09 11:42:12 UTC (rev 95319)
+++ community-i686/mod_wsgi.install 2013-08-09 11:42:20 UTC (rev 95320)
@@ -1,14 +0,0 @@
-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/community-i686/mod_wsgi.install (from rev 95319, 
mod_wsgi/trunk/mod_wsgi.install)
===
--- community-i686/mod_wsgi.install (rev 0)
+++ community-i686/mod_wsgi.install 2013-08-09 11:42:20 UTC (rev 95320)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-09 11:42:12 UTC (rev 95319)
+++ community-x86_64/PKGBUILD   2013-08-09 11:42:20 UTC (rev 95320)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgname=mod_wsgi
-pkgver=3.4
-pkgrel=2
-pkgdesc='Python WSGI adapter module for Apache'
-arch=('x86_64' '

[arch-commits] Commit in mod_wsgi/repos (8 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:19:06
  Author: pierre
Revision: 150577

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

Added:
  mod_wsgi/repos/extra-i686/PKGBUILD
(from rev 150576, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/extra-i686/mod_wsgi.install
(from rev 150576, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/extra-x86_64/PKGBUILD
(from rev 150576, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/extra-x86_64/mod_wsgi.install
(from rev 150576, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/extra-i686/PKGBUILD
  mod_wsgi/repos/extra-i686/mod_wsgi.install
  mod_wsgi/repos/extra-x86_64/PKGBUILD
  mod_wsgi/repos/extra-x86_64/mod_wsgi.install

---+
 extra-i686/PKGBUILD   |   57 +++-
 extra-i686/mod_wsgi.install   |   28 +--
 extra-x86_64/PKGBUILD |   57 +++-
 extra-x86_64/mod_wsgi.install |   28 +--
 4 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 15:18:33 UTC (rev 150576)
+++ extra-i686/PKGBUILD 2012-02-18 15:19:06 UTC (rev 150577)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgname=mod_wsgi
-pkgver=3.3
-pkgrel=2
-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=('6172bb2bbabcd0c25867c2bc06f99dbb')
-sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166')
-
-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/extra-i686/PKGBUILD (from rev 150576, 
mod_wsgi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 15:19:06 UTC (rev 150577)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgname=mod_wsgi
+pkgver=3.3
+pkgrel=3
+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=('6172bb2bbabcd0c25867c2bc06f99dbb')
+
+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
+}

Deleted: extra-i686/mod_wsgi.install
===
--- extra-i686/mod_wsgi.install 2012-02-18 15:18:33 UTC (rev 150576)
+++ extra-i686/mod_wsgi.install 2012-02-18 15:19:06 UTC (rev 150577)
@@ -1,14 +0,0 @@
-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/extra-i686/mod_wsgi.install (from rev 150576, 
mod_wsgi/trunk/mod_wsgi.install)
===
--- extra-i686/mod_wsgi.install (rev 0)
+++ extra-i686/mod_wsgi.install 2012-02-18 15:19:06 UTC (rev 150577)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 15:18:33 UTC (rev 150576)
+++ extra-x86_64/PKGBUILD   2012-02-18 15:19:06 UTC (rev 150577)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgname=mod_wsgi
-pkgver=3.3
-pkgrel=2
-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=('6172bb2bbabcd0c25867c2bc06f99dbb')
-sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---with-apxs=/usr/sbin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd