[arch-commits] Commit in moinmoin/repos/community-any (4 files)

2016-11-29 Thread Sergej Pupykin
Date: Tuesday, November 29, 2016 @ 17:37:42
  Author: spupykin
Revision: 197397

archrelease: copy trunk to community-any

Added:
  moinmoin/repos/community-any/PKGBUILD
(from rev 197396, moinmoin/trunk/PKGBUILD)
  moinmoin/repos/community-any/moinmoin.install
(from rev 197396, moinmoin/trunk/moinmoin.install)
Deleted:
  moinmoin/repos/community-any/PKGBUILD
  moinmoin/repos/community-any/moinmoin.install

--+
 PKGBUILD |   75 -
 moinmoin.install |6 ++--
 2 files changed, 44 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 17:37:31 UTC (rev 197396)
+++ PKGBUILD2016-11-29 17:37:42 UTC (rev 197397)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Samuel Mathieson 
-
-pkgname=moinmoin
-_xpkgname=moin
-pkgver=1.9.9
-pkgrel=1
-pkgdesc="A python wiki clone"
-arch=(any)
-url="http://moinmo.in/;
-license=('GPL')
-depends=('python2')
-conflicts=('moin')
-install=moinmoin.install
-source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('32f02a5d0df06b80d889ca6cdc51593e')
-
-build() {
-  cd "$srcdir"/${_xpkgname}-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) wiki/server/*; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/${_xpkgname}-$pkgver
-  python2 setup.py install --root="$pkgdir" --record=INSTALLED_FILES
-}

Copied: moinmoin/repos/community-any/PKGBUILD (from rev 197396, 
moinmoin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 17:37:42 UTC (rev 197397)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Samuel Mathieson 
+
+pkgname=moinmoin
+_xpkgname=moin
+pkgver=1.9.9
+pkgrel=2
+pkgdesc="A python wiki clone"
+arch=(any)
+url="http://moinmo.in/;
+license=('GPL')
+depends=('python2')
+conflicts=('moin')
+install=moinmoin.install
+validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393')
+source=("https://static.moinmo.in/files/moin-$pkgver.tar.gz"{,.asc}
+   
"$pkgname.patch::https://bitbucket.org/thomaswaldmann/moin-1.9/commits/561b7a9c2bd91b61d26cd8a5f39aa36bf5c6159e/raw;)
+sha256sums=('4397d7760b7ae324d7914ffeb1a9eeb15e09933b61468072acd3c3870351efa4'
+'SKIP'
+'55abcbe7356390bbc6b8504012365c9f5c50cbb68cd7ec10632945e37438')
+
+prepare() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+  # python2 fix
+  for file in $(find . -name '*.py' -print) wiki/server/*; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+  patch -p1 -i $srcdir/$pkgname.patch
+}
+
+build() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+  python2 setup.py install --root="$pkgdir" --record=INSTALLED_FILES
+}

Deleted: moinmoin.install
===
--- moinmoin.install2016-11-29 17:37:31 UTC (rev 197396)
+++ moinmoin.install2016-11-29 17:37:42 UTC (rev 197397)
@@ -1,3 +0,0 @@
-post_install() {
-  echo "Check https://wiki.archlinux.org/index.php/Moinmoin page for 
instructions"
-}

Copied: moinmoin/repos/community-any/moinmoin.install (from rev 197396, 
moinmoin/trunk/moinmoin.install)
===
--- moinmoin.install(rev 0)
+++ moinmoin.install2016-11-29 17:37:42 UTC (rev 197397)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "Check https://wiki.archlinux.org/index.php/Moinmoin page for 
instructions"
+}


[arch-commits] Commit in moinmoin/repos/community-any (4 files)

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:34:23
  Author: spupykin
Revision: 195336

archrelease: copy trunk to community-any

Added:
  moinmoin/repos/community-any/PKGBUILD
(from rev 195335, moinmoin/trunk/PKGBUILD)
  moinmoin/repos/community-any/moinmoin.install
(from rev 195335, moinmoin/trunk/moinmoin.install)
Deleted:
  moinmoin/repos/community-any/PKGBUILD
  moinmoin/repos/community-any/moinmoin.install

--+
 PKGBUILD |   68 ++---
 moinmoin.install |   35 ++-
 2 files changed, 37 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 10:34:11 UTC (rev 195335)
+++ PKGBUILD2016-11-11 10:34:23 UTC (rev 195336)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Samuel Mathieson 
-
-pkgname=moinmoin
-_xpkgname=moin
-pkgver=1.9.8
-pkgrel=1
-pkgdesc="A python wiki clone"
-arch=(any)
-url="http://moinmo.in/;
-license=('GPL')
-depends=('python2')
-conflicts=('moin')
-install=moinmoin.install
-source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('375a57b62565c789488c4d5b759c182c')
-
-build() {
-  cd $srcdir/${_xpkgname}-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) wiki/server/*; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/${_xpkgname}-$pkgver
-  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
-}

Copied: moinmoin/repos/community-any/PKGBUILD (from rev 195335, 
moinmoin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 10:34:23 UTC (rev 195336)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Samuel Mathieson 
+
+pkgname=moinmoin
+_xpkgname=moin
+pkgver=1.9.9
+pkgrel=1
+pkgdesc="A python wiki clone"
+arch=(any)
+url="http://moinmo.in/;
+license=('GPL')
+depends=('python2')
+conflicts=('moin')
+install=moinmoin.install
+source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
+md5sums=('32f02a5d0df06b80d889ca6cdc51593e')
+
+build() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print) wiki/server/*; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+  python2 setup.py install --root="$pkgdir" --record=INSTALLED_FILES
+}

Deleted: moinmoin.install
===
--- moinmoin.install2016-11-11 10:34:11 UTC (rev 195335)
+++ moinmoin.install2016-11-11 10:34:23 UTC (rev 195336)
@@ -1,32 +0,0 @@
-post_install() {
-  echo "
-Remember to add these lines to your apache configuration:
-/etc/httpd/conf/httpd.conf
-
-Alias /wiki/ \"/usr/share/moin/htdocs/\"
-
-Order deny,allow
-Allow from all
-
-
-SetHandler python-program
-PythonPath \"['/home/httpd/html/mywiki'] + sys.path\"
-PythonHandler MoinMoin.request::RequestModPy.run
-PythonOption Location /mywiki
-
-
-

-
-Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
-change the following:
-
-data_dir = '/usr/share/moin/data'
-data_underlay_dir = '/usr/share/moin/underlay'
-
-Don't forget to give write access to these dirs.
-
-Restart apache and enjoy at the following:
-httpd://localhost/mywiki/
-"
-}

Copied: moinmoin/repos/community-any/moinmoin.install (from rev 195335, 
moinmoin/trunk/moinmoin.install)
===
--- moinmoin.install(rev 0)
+++ moinmoin.install2016-11-11 10:34:23 UTC (rev 195336)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "Check https://wiki.archlinux.org/index.php/Moinmoin page for 
instructions"
+}


[arch-commits] Commit in moinmoin/repos/community-any (4 files)

2014-10-23 Thread Sergej Pupykin
Date: Thursday, October 23, 2014 @ 19:23:42
  Author: spupykin
Revision: 121303

archrelease: copy trunk to community-any

Added:
  moinmoin/repos/community-any/PKGBUILD
(from rev 121302, moinmoin/trunk/PKGBUILD)
  moinmoin/repos/community-any/moinmoin.install
(from rev 121302, moinmoin/trunk/moinmoin.install)
Deleted:
  moinmoin/repos/community-any/PKGBUILD
  moinmoin/repos/community-any/moinmoin.install

--+
 PKGBUILD |   68 ++---
 moinmoin.install |   64 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 17:23:35 UTC (rev 121302)
+++ PKGBUILD2014-10-23 17:23:42 UTC (rev 121303)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Samuel Mathieson smathie...@gmail.com
-
-pkgname=moinmoin
-_xpkgname=moin
-pkgver=1.9.7
-pkgrel=2
-pkgdesc=A python wiki clone
-arch=(any)
-url=http://moinmo.in/;
-license=('GPL')
-depends=('python2')
-conflicts=('moin')
-install=moinmoin.install
-source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('cc2b00f6a27717c097d27da34e8d3249')
-
-build() {
-  cd $srcdir/${_xpkgname}-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) wiki/server/*; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/${_xpkgname}-$pkgver
-  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
-}

Copied: moinmoin/repos/community-any/PKGBUILD (from rev 121302, 
moinmoin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 17:23:42 UTC (rev 121303)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Samuel Mathieson smathie...@gmail.com
+
+pkgname=moinmoin
+_xpkgname=moin
+pkgver=1.9.8
+pkgrel=1
+pkgdesc=A python wiki clone
+arch=(any)
+url=http://moinmo.in/;
+license=('GPL')
+depends=('python2')
+conflicts=('moin')
+install=moinmoin.install
+source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
+md5sums=('375a57b62565c789488c4d5b759c182c')
+
+build() {
+  cd $srcdir/${_xpkgname}-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print) wiki/server/*; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${_xpkgname}-$pkgver
+  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
+}

Deleted: moinmoin.install
===
--- moinmoin.install2014-10-23 17:23:35 UTC (rev 121302)
+++ moinmoin.install2014-10-23 17:23:42 UTC (rev 121303)
@@ -1,32 +0,0 @@
-post_install() {
-  echo 
-Remember to add these lines to your apache configuration:
-/etc/httpd/conf/httpd.conf
-
-Alias /wiki/ \/usr/share/moin/htdocs/\
-Directory /usr/share/moin/htdocs/
-Order deny,allow
-Allow from all
-/Directory
-Location /mywiki
-SetHandler python-program
-PythonPath \['/home/httpd/html/mywiki'] + sys.path\
-PythonHandler MoinMoin.request::RequestModPy.run
-PythonOption Location /mywiki
-/Location
-
-

-
-Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
-change the following:
-
-data_dir = '/usr/share/moin/data'
-data_underlay_dir = '/usr/share/moin/underlay'
-
-Don't forget to give write access to these dirs.
-
-Restart apache and enjoy at the following:
-httpd://localhost/mywiki/
-
-}

Copied: moinmoin/repos/community-any/moinmoin.install (from rev 121302, 
moinmoin/trunk/moinmoin.install)
===
--- moinmoin.install(rev 0)
+++ moinmoin.install2014-10-23 17:23:42 UTC (rev 121303)
@@ -0,0 +1,32 @@
+post_install() {
+  echo 
+Remember to add these lines to your apache configuration:
+/etc/httpd/conf/httpd.conf
+
+Alias /wiki/ \/usr/share/moin/htdocs/\
+Directory /usr/share/moin/htdocs/
+Order deny,allow
+Allow from all
+/Directory
+Location /mywiki
+SetHandler python-program
+PythonPath \['/home/httpd/html/mywiki'] + sys.path\
+PythonHandler MoinMoin.request::RequestModPy.run
+PythonOption Location /mywiki
+/Location
+
+
+---
+
+Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
+change the following:
+
+data_dir = '/usr/share/moin/data'
+data_underlay_dir = '/usr/share/moin/underlay'
+
+Don't forget to give write access to these dirs.
+
+Restart apache and enjoy at the following:
+httpd://localhost/mywiki/
+
+}


[arch-commits] Commit in moinmoin/repos/community-any (4 files)

2014-07-01 Thread Sergej Pupykin
Date: Tuesday, July 1, 2014 @ 15:28:44
  Author: spupykin
Revision: 114095

archrelease: copy trunk to community-any

Added:
  moinmoin/repos/community-any/PKGBUILD
(from rev 114094, moinmoin/trunk/PKGBUILD)
  moinmoin/repos/community-any/moinmoin.install
(from rev 114094, moinmoin/trunk/moinmoin.install)
Deleted:
  moinmoin/repos/community-any/PKGBUILD
  moinmoin/repos/community-any/moinmoin.install

--+
 PKGBUILD |   68 ++---
 moinmoin.install |   64 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-01 13:28:32 UTC (rev 114094)
+++ PKGBUILD2014-07-01 13:28:44 UTC (rev 114095)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Samuel Mathieson smathie...@gmail.com
-
-pkgname=moinmoin
-_xpkgname=moin
-pkgver=1.9.7
-pkgrel=1
-pkgdesc=A python wiki clone
-arch=(any)
-url=http://moinmo.in/;
-license=('GPL')
-depends=('python2')
-conflicts=('moin')
-install=moinmoin.install
-source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('cc2b00f6a27717c097d27da34e8d3249')
-
-build() {
-  cd $srcdir/${_xpkgname}-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) wiki/server/*; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/${_xpkgname}-$pkgver
-  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
-}

Copied: moinmoin/repos/community-any/PKGBUILD (from rev 114094, 
moinmoin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-01 13:28:44 UTC (rev 114095)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Samuel Mathieson smathie...@gmail.com
+
+pkgname=moinmoin
+_xpkgname=moin
+pkgver=1.9.7
+pkgrel=2
+pkgdesc=A python wiki clone
+arch=(any)
+url=http://moinmo.in/;
+license=('GPL')
+depends=('python2')
+conflicts=('moin')
+install=moinmoin.install
+source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
+md5sums=('cc2b00f6a27717c097d27da34e8d3249')
+
+build() {
+  cd $srcdir/${_xpkgname}-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print) wiki/server/*; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${_xpkgname}-$pkgver
+  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
+}

Deleted: moinmoin.install
===
--- moinmoin.install2014-07-01 13:28:32 UTC (rev 114094)
+++ moinmoin.install2014-07-01 13:28:44 UTC (rev 114095)
@@ -1,32 +0,0 @@
-post_install() {
-  echo 
-Remember to add these lines to your apache configuration:
-/etc/httpd/conf/httpd.conf
-
-Alias /wiki/ \/usr/share/moin/htdocs/\
-Directory /usr/share/moin/htdocs/
-Order deny,allow
-Allow from all
-/Directory
-Location /mywiki
-SetHandler python-program
-PythonPath \['/home/httpd/html/mywiki'] + sys.path\
-PythonHandler MoinMoin.request::RequestModPy.run
-PythonOption Location /mywiki
-/Location
-
-

-
-Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
-change the following:
-
-data_dir = '/usr/share/moin/data'
-data_underlay_dir = '/usr/share/moin/underlay'
-
-Don't forget to give write access to these dirs.
-
-Restart apache and enjoy at the following:
-httpd://localhost/mywiki/
-
-}

Copied: moinmoin/repos/community-any/moinmoin.install (from rev 114094, 
moinmoin/trunk/moinmoin.install)
===
--- moinmoin.install(rev 0)
+++ moinmoin.install2014-07-01 13:28:44 UTC (rev 114095)
@@ -0,0 +1,32 @@
+post_install() {
+  echo 
+Remember to add these lines to your apache configuration:
+/etc/httpd/conf/httpd.conf
+
+Alias /wiki/ \/usr/share/moin/htdocs/\
+Directory /usr/share/moin/htdocs/
+Order deny,allow
+Allow from all
+/Directory
+Location /mywiki
+SetHandler python-program
+PythonPath \['/home/httpd/html/mywiki'] + sys.path\
+PythonHandler MoinMoin.request::RequestModPy.run
+PythonOption Location /mywiki
+/Location
+
+
+---
+
+Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
+change the following:
+
+data_dir = '/usr/share/moin/data'
+data_underlay_dir = '/usr/share/moin/underlay'
+
+Don't forget to give write access to these dirs.
+
+Restart apache and enjoy at the following:
+httpd://localhost/mywiki/
+
+}



[arch-commits] Commit in moinmoin/repos/community-any (4 files)

2013-03-18 Thread Sergej Pupykin
Date: Monday, March 18, 2013 @ 12:54:41
  Author: spupykin
Revision: 86492

archrelease: copy trunk to community-any

Added:
  moinmoin/repos/community-any/PKGBUILD
(from rev 86491, moinmoin/trunk/PKGBUILD)
  moinmoin/repos/community-any/moinmoin.install
(from rev 86491, moinmoin/trunk/moinmoin.install)
Deleted:
  moinmoin/repos/community-any/PKGBUILD
  moinmoin/repos/community-any/moinmoin.install

--+
 PKGBUILD |   64 -
 moinmoin.install |   64 ++---
 2 files changed, 66 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-18 11:54:29 UTC (rev 86491)
+++ PKGBUILD2013-03-18 11:54:41 UTC (rev 86492)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Samuel Mathieson smathie...@gmail.com
-
-pkgname=moinmoin
-_xpkgname=moin
-pkgver=1.9.6
-pkgrel=1
-pkgdesc=A python wiki clone
-arch=(any)
-url=http://moinmo.in/;
-license=('GPL')
-depends=('python2')
-conflicts=('moin')
-install=moinmoin.install
-source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('c61459df71986a74f14af5e00114fa1b')
-
-build() {
-  cd $srcdir/${_xpkgname}-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) wiki/server/*; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
-}

Copied: moinmoin/repos/community-any/PKGBUILD (from rev 86491, 
moinmoin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-18 11:54:41 UTC (rev 86492)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Samuel Mathieson smathie...@gmail.com
+
+pkgname=moinmoin
+_xpkgname=moin
+pkgver=1.9.7
+pkgrel=1
+pkgdesc=A python wiki clone
+arch=(any)
+url=http://moinmo.in/;
+license=('GPL')
+depends=('python2')
+conflicts=('moin')
+install=moinmoin.install
+source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
+md5sums=('cc2b00f6a27717c097d27da34e8d3249')
+
+build() {
+  cd $srcdir/${_xpkgname}-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print) wiki/server/*; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${_xpkgname}-$pkgver
+  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
+}

Deleted: moinmoin.install
===
--- moinmoin.install2013-03-18 11:54:29 UTC (rev 86491)
+++ moinmoin.install2013-03-18 11:54:41 UTC (rev 86492)
@@ -1,32 +0,0 @@
-post_install() {
-  echo 
-Remember to add these lines to your apache configuration:
-/etc/httpd/conf/httpd.conf
-
-Alias /wiki/ \/usr/share/moin/htdocs/\
-Directory /usr/share/moin/htdocs/
-Order deny,allow
-Allow from all
-/Directory
-Location /mywiki
-SetHandler python-program
-PythonPath \['/home/httpd/html/mywiki'] + sys.path\
-PythonHandler MoinMoin.request::RequestModPy.run
-PythonOption Location /mywiki
-/Location
-
-

-
-Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
-change the following:
-
-data_dir = '/usr/share/moin/data'
-data_underlay_dir = '/usr/share/moin/underlay'
-
-Don't forget to give write access to these dirs.
-
-Restart apache and enjoy at the following:
-httpd://localhost/mywiki/
-
-}

Copied: moinmoin/repos/community-any/moinmoin.install (from rev 86491, 
moinmoin/trunk/moinmoin.install)
===
--- moinmoin.install(rev 0)
+++ moinmoin.install2013-03-18 11:54:41 UTC (rev 86492)
@@ -0,0 +1,32 @@
+post_install() {
+  echo 
+Remember to add these lines to your apache configuration:
+/etc/httpd/conf/httpd.conf
+
+Alias /wiki/ \/usr/share/moin/htdocs/\
+Directory /usr/share/moin/htdocs/
+Order deny,allow
+Allow from all
+/Directory
+Location /mywiki
+SetHandler python-program
+PythonPath \['/home/httpd/html/mywiki'] + sys.path\
+PythonHandler MoinMoin.request::RequestModPy.run
+PythonOption Location /mywiki
+/Location
+
+
+---
+
+Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
+change the following:
+
+data_dir = '/usr/share/moin/data'
+data_underlay_dir = '/usr/share/moin/underlay'
+
+Don't forget to give write access to these dirs.
+
+Restart apache and enjoy at the following:
+httpd://localhost/mywiki/
+
+}