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

Eric Bélanger eric at archlinux.org
Thu Oct 18 01:08:11 UTC 2012


    Date: Wednesday, October 17, 2012 @ 21:08:10
  Author: eric
Revision: 169100

db-move: moved mod_wsgi from [testing] to [extra] (i686, x86_64)

Added:
  mod_wsgi/repos/extra-i686/PKGBUILD
    (from rev 169099, mod_wsgi/repos/testing-i686/PKGBUILD)
  mod_wsgi/repos/extra-i686/mod_wsgi.install
    (from rev 169099, mod_wsgi/repos/testing-i686/mod_wsgi.install)
  mod_wsgi/repos/extra-x86_64/PKGBUILD
    (from rev 169099, mod_wsgi/repos/testing-x86_64/PKGBUILD)
  mod_wsgi/repos/extra-x86_64/mod_wsgi.install
    (from rev 169099, mod_wsgi/repos/testing-x86_64/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
  mod_wsgi/repos/testing-i686/
  mod_wsgi/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-10-17 23:24:52 UTC (rev 169099)
+++ extra-i686/PKGBUILD	2012-10-18 01:08:10 UTC (rev 169100)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Ryan Coyner <rcoyner at gmail.com>
-
-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
-}

Copied: mod_wsgi/repos/extra-i686/PKGBUILD (from rev 169099, mod_wsgi/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-18 01:08:10 UTC (rev 169100)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+
+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
+}

Deleted: extra-i686/mod_wsgi.install
===================================================================
--- extra-i686/mod_wsgi.install	2012-10-17 23:24:52 UTC (rev 169099)
+++ extra-i686/mod_wsgi.install	2012-10-18 01:08:10 UTC (rev 169100)
@@ -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 169099, mod_wsgi/repos/testing-i686/mod_wsgi.install)
===================================================================
--- extra-i686/mod_wsgi.install	                        (rev 0)
+++ extra-i686/mod_wsgi.install	2012-10-18 01:08:10 UTC (rev 169100)
@@ -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-10-17 23:24:52 UTC (rev 169099)
+++ extra-x86_64/PKGBUILD	2012-10-18 01:08:10 UTC (rev 169100)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Ryan Coyner <rcoyner at gmail.com>
-
-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
-}

Copied: mod_wsgi/repos/extra-x86_64/PKGBUILD (from rev 169099, mod_wsgi/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-18 01:08:10 UTC (rev 169100)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+
+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
+}

Deleted: extra-x86_64/mod_wsgi.install
===================================================================
--- extra-x86_64/mod_wsgi.install	2012-10-17 23:24:52 UTC (rev 169099)
+++ extra-x86_64/mod_wsgi.install	2012-10-18 01:08:10 UTC (rev 169100)
@@ -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-x86_64/mod_wsgi.install (from rev 169099, mod_wsgi/repos/testing-x86_64/mod_wsgi.install)
===================================================================
--- extra-x86_64/mod_wsgi.install	                        (rev 0)
+++ extra-x86_64/mod_wsgi.install	2012-10-18 01:08:10 UTC (rev 169100)
@@ -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
+}




More information about the arch-commits mailing list