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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu May 2 13:55:03 UTC 2013


    Date: Thursday, May 2, 2013 @ 15:55:03
  Author: arodseth
Revision: 89811

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

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

------------------------------------+
 /PKGBUILD                          |   70 +++++++++++++++++++++++++++++++++++
 /mod_wsgi2.install                 |   32 ++++++++++++++++
 community-i686/PKGBUILD            |   34 -----------------
 community-i686/mod_wsgi2.install   |   14 -------
 community-x86_64/PKGBUILD          |   34 -----------------
 community-x86_64/mod_wsgi2.install |   14 -------
 6 files changed, 102 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-02 13:54:51 UTC (rev 89810)
+++ community-i686/PKGBUILD	2013-05-02 13:55:03 UTC (rev 89811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Ryan Coyner <rcoyner at gmail.com>
-
-pkgname=mod_wsgi2
-pkgver=3.4
-pkgrel=2
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-depends=('apache' 'python2')
-conflicts=('mod_wsgi')
-install=$pkgname.install
-source=("http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz")
-sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
-
-build() {
-  cd "$srcdir/mod_wsgi-$pkgver"
-
-  ./configure --prefix=/usr \
-    --with-apxs=/usr/sbin/apxs \
-    --with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/mod_wsgi-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi2/repos/community-i686/PKGBUILD (from rev 89810, mod_wsgi2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-02 13:55:03 UTC (rev 89811)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+
+pkgname=mod_wsgi2
+pkgver=3.4
+pkgrel=3
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python2')
+conflicts=('mod_wsgi')
+install="$pkgname.install"
+source=("http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz")
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd "$srcdir/mod_wsgi-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --with-apxs=/usr/sbin/apxs \
+    --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/mod_wsgi-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi2.install
===================================================================
--- community-i686/mod_wsgi2.install	2013-05-02 13:54:51 UTC (rev 89810)
+++ community-i686/mod_wsgi2.install	2013-05-02 13:55:03 UTC (rev 89811)
@@ -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_wsgi2/repos/community-i686/mod_wsgi2.install (from rev 89810, mod_wsgi2/trunk/mod_wsgi2.install)
===================================================================
--- community-i686/mod_wsgi2.install	                        (rev 0)
+++ community-i686/mod_wsgi2.install	2013-05-02 13:55:03 UTC (rev 89811)
@@ -0,0 +1,16 @@
+post_install() {
+  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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-02 13:54:51 UTC (rev 89810)
+++ community-x86_64/PKGBUILD	2013-05-02 13:55:03 UTC (rev 89811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Ryan Coyner <rcoyner at gmail.com>
-
-pkgname=mod_wsgi2
-pkgver=3.4
-pkgrel=2
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-depends=('apache' 'python2')
-conflicts=('mod_wsgi')
-install=$pkgname.install
-source=("http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz")
-sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
-
-build() {
-  cd "$srcdir/mod_wsgi-$pkgver"
-
-  ./configure --prefix=/usr \
-    --with-apxs=/usr/sbin/apxs \
-    --with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/mod_wsgi-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi2/repos/community-x86_64/PKGBUILD (from rev 89810, mod_wsgi2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-02 13:55:03 UTC (rev 89811)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+
+pkgname=mod_wsgi2
+pkgver=3.4
+pkgrel=3
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python2')
+conflicts=('mod_wsgi')
+install="$pkgname.install"
+source=("http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz")
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd "$srcdir/mod_wsgi-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --with-apxs=/usr/sbin/apxs \
+    --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/mod_wsgi-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/mod_wsgi2.install
===================================================================
--- community-x86_64/mod_wsgi2.install	2013-05-02 13:54:51 UTC (rev 89810)
+++ community-x86_64/mod_wsgi2.install	2013-05-02 13:55:03 UTC (rev 89811)
@@ -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_wsgi2/repos/community-x86_64/mod_wsgi2.install (from rev 89810, mod_wsgi2/trunk/mod_wsgi2.install)
===================================================================
--- community-x86_64/mod_wsgi2.install	                        (rev 0)
+++ community-x86_64/mod_wsgi2.install	2013-05-02 13:55:03 UTC (rev 89811)
@@ -0,0 +1,16 @@
+post_install() {
+  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
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list