Date: Friday, August 9, 2013 @ 13:50:53
  Author: arodseth
Revision: 95322

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

Added:
  mod_wsgi2/repos/community-i686/PKGBUILD
    (from rev 95321, mod_wsgi2/trunk/PKGBUILD)
  mod_wsgi2/repos/community-i686/mod_wsgi2.install
    (from rev 95321, mod_wsgi2/trunk/mod_wsgi2.install)
  mod_wsgi2/repos/community-x86_64/PKGBUILD
    (from rev 95321, mod_wsgi2/trunk/PKGBUILD)
  mod_wsgi2/repos/community-x86_64/mod_wsgi2.install
    (from rev 95321, 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            |   35 -----------------
 community-i686/mod_wsgi2.install   |   16 --------
 community-x86_64/PKGBUILD          |   35 -----------------
 community-x86_64/mod_wsgi2.install |   16 --------
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-08-09 11:50:44 UTC (rev 95321)
+++ community-i686/PKGBUILD     2013-08-09 11:50:53 UTC (rev 95322)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rods...@gmail.com>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Ryan Coyner <rcoy...@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:

Copied: mod_wsgi2/repos/community-i686/PKGBUILD (from rev 95321, 
mod_wsgi2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-08-09 11:50:53 UTC (rev 95322)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rods...@gmail.com>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Ryan Coyner <rcoy...@gmail.com>
+
+pkgname=mod_wsgi2
+pkgver=3.4
+pkgrel=4
+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/bin/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-08-09 11:50:44 UTC (rev 95321)
+++ community-i686/mod_wsgi2.install    2013-08-09 11:50:53 UTC (rev 95322)
@@ -1,16 +0,0 @@
-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:

Copied: mod_wsgi2/repos/community-i686/mod_wsgi2.install (from rev 95321, 
mod_wsgi2/trunk/mod_wsgi2.install)
===================================================================
--- community-i686/mod_wsgi2.install                            (rev 0)
+++ community-i686/mod_wsgi2.install    2013-08-09 11:50:53 UTC (rev 95322)
@@ -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-08-09 11:50:44 UTC (rev 95321)
+++ community-x86_64/PKGBUILD   2013-08-09 11:50:53 UTC (rev 95322)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rods...@gmail.com>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Ryan Coyner <rcoy...@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:

Copied: mod_wsgi2/repos/community-x86_64/PKGBUILD (from rev 95321, 
mod_wsgi2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-09 11:50:53 UTC (rev 95322)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rods...@gmail.com>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Ryan Coyner <rcoy...@gmail.com>
+
+pkgname=mod_wsgi2
+pkgver=3.4
+pkgrel=4
+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/bin/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-08-09 11:50:44 UTC (rev 95321)
+++ community-x86_64/mod_wsgi2.install  2013-08-09 11:50:53 UTC (rev 95322)
@@ -1,16 +0,0 @@
-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:

Copied: mod_wsgi2/repos/community-x86_64/mod_wsgi2.install (from rev 95321, 
mod_wsgi2/trunk/mod_wsgi2.install)
===================================================================
--- community-x86_64/mod_wsgi2.install                          (rev 0)
+++ community-x86_64/mod_wsgi2.install  2013-08-09 11:50:53 UTC (rev 95322)
@@ -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:

Reply via email to