[arch-commits] Commit in maim/trunk (PKGBUILD)

2014-10-27 Thread Bartłomiej Piotrowski
Date: Monday, October 27, 2014 @ 10:33:04
  Author: bpiotrowski
Revision: 121460

upgpkg: maim 2.3.31-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 03:26:06 UTC (rev 121459)
+++ PKGBUILD2014-10-27 09:33:04 UTC (rev 121460)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=2.3.30
+pkgver=2.3.31
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('61e13734d0d8aef6bba3da1c516b1d09')
+md5sums=('ad08a7a77cd281eaa6b68c06d87ca1bb')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in maim/repos (4 files)

2014-10-27 Thread Bartłomiej Piotrowski
Date: Monday, October 27, 2014 @ 10:33:17
  Author: bpiotrowski
Revision: 121461

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

Added:
  maim/repos/community-i686/PKGBUILD
(from rev 121460, maim/trunk/PKGBUILD)
  maim/repos/community-x86_64/PKGBUILD
(from rev 121460, maim/trunk/PKGBUILD)
Deleted:
  maim/repos/community-i686/PKGBUILD
  maim/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-27 09:33:04 UTC (rev 121460)
+++ community-i686/PKGBUILD 2014-10-27 09:33:17 UTC (rev 121461)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=maim
-pkgver=2.3.30
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-makedepends=('cmake')
-optdepends=('slop: region selection support')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('61e13734d0d8aef6bba3da1c516b1d09')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: maim/repos/community-i686/PKGBUILD (from rev 121460, 
maim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-27 09:33:17 UTC (rev 121461)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=maim
+pkgver=2.3.31
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('ad08a7a77cd281eaa6b68c06d87ca1bb')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-27 09:33:04 UTC (rev 121460)
+++ community-x86_64/PKGBUILD   2014-10-27 09:33:17 UTC (rev 121461)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=maim
-pkgver=2.3.30
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-makedepends=('cmake')
-optdepends=('slop: region selection support')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('61e13734d0d8aef6bba3da1c516b1d09')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: maim/repos/community-x86_64/PKGBUILD (from rev 121460, 
maim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-27 09:33:17 UTC (rev 121461)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=maim
+pkgver=2.3.31
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('ad08a7a77cd281eaa6b68c06d87ca1bb')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}


[arch-commits] Commit in slop/trunk (PKGBUILD)

2014-10-27 Thread Bartłomiej Piotrowski
Date: Monday, October 27, 2014 @ 10:37:18
  Author: bpiotrowski
Revision: 121462

upgpkg: slop 3.1.10-1

new upstream release

Modified:
  slop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 09:33:17 UTC (rev 121461)
+++ PKGBUILD2014-10-27 09:37:18 UTC (rev 121462)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=slop
-pkgver=3.1.9
+pkgver=3.1.10
 pkgrel=1
 pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxext' 'libx11' 'gcc-libs')
 makedepends=('cmake')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('92b0d2e511d0c7de6be513b3d29af480')
+md5sums=('d2e136bba6cc500bf87aa172bea57378')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in slop/repos (4 files)

2014-10-27 Thread Bartłomiej Piotrowski
Date: Monday, October 27, 2014 @ 10:37:30
  Author: bpiotrowski
Revision: 121463

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

Added:
  slop/repos/community-i686/PKGBUILD
(from rev 121462, slop/trunk/PKGBUILD)
  slop/repos/community-x86_64/PKGBUILD
(from rev 121462, slop/trunk/PKGBUILD)
Deleted:
  slop/repos/community-i686/PKGBUILD
  slop/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-27 09:37:18 UTC (rev 121462)
+++ community-i686/PKGBUILD 2014-10-27 09:37:30 UTC (rev 121463)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=slop
-pkgver=3.1.9
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'gcc-libs')
-makedepends=('cmake')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('92b0d2e511d0c7de6be513b3d29af480')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: slop/repos/community-i686/PKGBUILD (from rev 121462, 
slop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-27 09:37:30 UTC (rev 121463)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=slop
+pkgver=3.1.10
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('d2e136bba6cc500bf87aa172bea57378')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-27 09:37:18 UTC (rev 121462)
+++ community-x86_64/PKGBUILD   2014-10-27 09:37:30 UTC (rev 121463)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: naelstrof naelst...@gmail.com
-
-pkgname=slop
-pkgver=3.1.9
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'gcc-libs')
-makedepends=('cmake')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('92b0d2e511d0c7de6be513b3d29af480')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: slop/repos/community-x86_64/PKGBUILD (from rev 121462, 
slop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-27 09:37:30 UTC (rev 121463)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: naelstrof naelst...@gmail.com
+
+pkgname=slop
+pkgver=3.1.10
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('d2e136bba6cc500bf87aa172bea57378')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}


[arch-commits] Commit in spectrwm/trunk (PKGBUILD)

2014-10-27 Thread Kyle Keen
Date: Monday, October 27, 2014 @ 11:28:15
  Author: kkeen
Revision: 121464

upgpkg: spectrwm 2.6.1-1

Modified:
  spectrwm/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 09:37:30 UTC (rev 121463)
+++ PKGBUILD2014-10-27 10:28:15 UTC (rev 121464)
@@ -3,7 +3,7 @@
 # Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
 
 pkgname=spectrwm
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc=A minimalistic automatic tiling window manager that tries to stay out 
of the way.
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'terminus-font: great font')
 backup=(etc/spectrwm.conf)
 
-# the 2.6.0 linux makefile does not build
+# the +2.6.0 linux makefile does not build
 # so download and use the 2.5.1 makefile until this is fixed
 
 
source=(http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$pkgver.tgz 
\
@@ -26,7 +26,7 @@
LICENSE \
 baraction.sh \
 spectrwm-no-preload)
-md5sums=('278acafe23d2fa2b1d7a3705bcbe95de'
+md5sums=('df479348cb17cc69eff2582e9b81d9ff'
  'd9aec3342920e31cbe60f1032571043a'
  'a67cfe51079481e5b0eab1ad371379e3'
  '950d663692e1da56e0ac864c6c3ed80e'


[arch-commits] Commit in spectrwm/repos (16 files)

2014-10-27 Thread Kyle Keen
Date: Monday, October 27, 2014 @ 11:28:44
  Author: kkeen
Revision: 121465

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

Added:
  spectrwm/repos/community-i686/LICENSE
(from rev 121464, spectrwm/trunk/LICENSE)
  spectrwm/repos/community-i686/PKGBUILD
(from rev 121464, spectrwm/trunk/PKGBUILD)
  spectrwm/repos/community-i686/baraction.sh
(from rev 121464, spectrwm/trunk/baraction.sh)
  spectrwm/repos/community-i686/spectrwm-no-preload
(from rev 121464, spectrwm/trunk/spectrwm-no-preload)
  spectrwm/repos/community-x86_64/LICENSE
(from rev 121464, spectrwm/trunk/LICENSE)
  spectrwm/repos/community-x86_64/PKGBUILD
(from rev 121464, spectrwm/trunk/PKGBUILD)
  spectrwm/repos/community-x86_64/baraction.sh
(from rev 121464, spectrwm/trunk/baraction.sh)
  spectrwm/repos/community-x86_64/spectrwm-no-preload
(from rev 121464, spectrwm/trunk/spectrwm-no-preload)
Deleted:
  spectrwm/repos/community-i686/LICENSE
  spectrwm/repos/community-i686/PKGBUILD
  spectrwm/repos/community-i686/baraction.sh
  spectrwm/repos/community-i686/spectrwm-no-preload
  spectrwm/repos/community-x86_64/LICENSE
  spectrwm/repos/community-x86_64/PKGBUILD
  spectrwm/repos/community-x86_64/baraction.sh
  spectrwm/repos/community-x86_64/spectrwm-no-preload

--+
 /LICENSE |   94 ++
 /PKGBUILD|  156 +++
 /baraction.sh|  164 +
 /spectrwm-no-preload |4 
 community-i686/LICENSE   |   47 -
 community-i686/PKGBUILD  |   78 ---
 community-i686/baraction.sh  |   82 
 community-i686/spectrwm-no-preload   |2 
 community-x86_64/LICENSE |   47 -
 community-x86_64/PKGBUILD|   78 ---
 community-x86_64/baraction.sh|   82 
 community-x86_64/spectrwm-no-preload |2 
 12 files changed, 418 insertions(+), 418 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 121464:121465 to see the changes.


[arch-commits] Commit in uwsgi/trunk (PKGBUILD archlinux.ini)

2014-10-27 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 11:39:00
  Author: svenstaro
Revision: 121466

upgpkg: uwsgi 2.0.7-5

Restructure and simplify package (Fixes FS#42190)

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/archlinux.ini

---+
 PKGBUILD  |  204 
 archlinux.ini |   18 
 2 files changed, 50 insertions(+), 172 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 10:28:44 UTC (rev 121465)
+++ PKGBUILD2014-10-27 10:39:00 UTC (rev 121466)
@@ -7,33 +7,25 @@
 
 pkgbase=uwsgi
 pkgname=(uwsgi
-uwsgi-plugin-common
-uwsgi-plugin-rack
-uwsgi-plugin-psgi
-uwsgi-plugin-python2
-uwsgi-plugin-python
-uwsgi-plugin-pypy
-uwsgi-plugin-nagios
-uwsgi-plugin-router
-uwsgi-plugin-php
-uwsgi-plugin-lua51
-uwsgi-plugin-carbon
-uwsgi-plugin-rrdtool
-uwsgi-plugin-pam
-uwsgi-plugin-zergpool
-)
-#uwsgi-plugin-erlang
-#uwsgi-plugin-admin
+ uwsgi-plugin-rack
+ uwsgi-plugin-psgi
+ uwsgi-plugin-python2
+ uwsgi-plugin-python
+ uwsgi-plugin-pypy
+ uwsgi-plugin-php
+ uwsgi-plugin-lua51
+ uwsgi-plugin-jvm
+ uwsgi-plugin-mono)
 pkgver=2.0.7
-pkgrel=4
+pkgrel=5
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
 license=(GPL2)
 backup=('etc/uwsgi/emperor.ini')
 conflicts=(python-$pkgbase)
-makedepends=(gcc python python2 ruby python2-greenlet php-embed curl libxml2 
libyaml
+makedepends=(gcc python python2 ruby python2-greenlet python-greenlet 
php-embed curl libxml2 libyaml
  perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
- jansson classpath pypy)
+ jansson classpath pypy mono python2-gevent)
 source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
 archlinux.ini
 tmpfilesd
@@ -47,7 +39,7 @@
 emperor.uwsgi.socket)
 
 md5sums=('c18da6536f2f47a204814225ba695042'
- 'dec47bb8bb0dc8caf79331151879f3a0'
+ 'e4d8e243b2faff21ec1353e9b1408103'
  '752475ee32286acfbafa49b898616817'
  '15d698b5417923c2610842a86ec471a1'
  'ea381549fe65a5d72fa1abb5ceb7d3ef'
@@ -74,9 +66,11 @@
   pushd $srcdir/$pkgbase-$pkgver
 
   python uwsgiconfig.py --build archlinux
+  python uwsgiconfig.py --plugin plugins/python archlinux python
+  python uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet
   python2 uwsgiconfig.py --plugin plugins/python archlinux python2
-  python2 uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet
-  python2 uwsgiconfig.py --plugin plugins/gevent archlinux gevent
+  python2 uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet2
+  python2 uwsgiconfig.py --plugin plugins/gevent archlinux gevent2
   python2 uwsgiconfig.py --plugin plugins/pypy archlinux pypy
 }
 
@@ -91,179 +85,75 @@
   install -Dm644 $srcdir/emperor.uwsgi.service 
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.service
   install -Dm644 $srcdir/emperor.uwsgi.socket 
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.socket
   install -Dm644 $srcdir/emperor.ini $pkgdir/etc/uwsgi/emperor.ini
-  install -Dm755 systemd_logger_plugin.so 
$pkgdir/usr/lib/uwsgi/systemd_logger_plugin.so
   install -Dm644 $srcdir/tmpfilesd $pkgdir/usr/lib/tmpfiles.d/uwsgi.conf
 }
 
-package_uwsgi-plugin-common(){
-depends=(uwsgi)
-pkgdesc=Common plugins for uWSGI
-install -dm755 $pkgdir/usr/bin
-for plugin in transformation_chunked transformation_gzip 
transformation_offload transformation_template transformation_tofile 
transformation_toupper cache cgi rpc ugreen; do
-install -Dm755 $pkgbase-$pkgver/${plugin}_plugin.so 
$pkgdir/usr/lib/uwsgi/${plugin}_plugin.so
-ln -s uwsgi $pkgdir/usr/bin/uwsgi_$plugin
-done
-install -Dm755 $pkgbase-$pkgver/corerouter_plugin.so $pkgdir/usr/lib/uwsgi/
-
-}
-
-package_uwsgi-plugin-rack(){
-depends=(ruby uwsgi-plugin-common)
+package_uwsgi-plugin-rack() {
+depends=(ruby)
 pkgdesc=Ruby rack plugin
-install -dm755 $pkgdir/usr/bin
 install -Dm755 $pkgbase-$pkgver/rack_plugin.so 
$pkgdir/usr/lib/uwsgi/rack_plugin.so
-ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
 install -Dm755 $pkgbase-$pkgver/fiber_plugin.so 
$pkgdir/usr/lib/uwsgi/fiber_plugin.so
 install -Dm755 $pkgbase-$pkgver/rbthreads_plugin.so 
$pkgdir/usr/lib/uwsgi/rbthreads_plugin.so
 }
 
-package_uwsgi-plugin-psgi(){
-depends=(perl uwsgi-plugin-common)
+package_uwsgi-plugin-psgi() {
+depends=(perl)
 pkgdesc=Perl psgi plugin
-install -dm755 $pkgdir/usr/bin
 install -Dm755 $pkgbase-$pkgver/psgi_plugin.so 
$pkgdir/usr/lib/uwsgi/psgi_plugin.so
-ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
 }
 
-package_uwsgi-plugin-python2(){
-depends=(uwsgi-plugin-common python2-gevent python2-gevent)

[arch-commits] Commit in uwsgi/trunk (5 files)

2014-10-27 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 11:40:41
  Author: svenstaro
Revision: 121467

upgpkg: uwsgi 2.0.7-5

Restructure and simplify package (Fixes FS#42190)

Added:
  uwsgi/trunk/uwsgi_at.service
(from rev 121459, uwsgi/trunk/uwsgi@.service)
  uwsgi/trunk/uwsgi_at.socket
(from rev 121459, uwsgi/trunk/uwsgi@.socket)
Modified:
  uwsgi/trunk/PKGBUILD
Deleted:
  uwsgi/trunk/uwsgi@.service
  uwsgi/trunk/uwsgi@.socket

--+
 PKGBUILD |4 ++--
 uwsgi@.service   |   16 
 uwsgi@.socket|9 -
 uwsgi_at.service |   16 
 uwsgi_at.socket  |9 +
 5 files changed, 27 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 10:39:00 UTC (rev 121466)
+++ PKGBUILD2014-10-27 10:40:41 UTC (rev 121467)
@@ -80,8 +80,8 @@
   install=uwsgi.install
   cd $srcdir/$pkgbase-$pkgver
   install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi
-  install -Dm644 $srcdir/uwsgi@.service 
$pkgdir/usr/lib/systemd/system/uwsgi@.service
-  install -Dm644 $srcdir/uwsgi@.socket 
$pkgdir/usr/lib/systemd/system/uwsgi@.socket
+  install -Dm644 $srcdir/uwsgi_at.service 
$pkgdir/usr/lib/systemd/system/uwsgi@.service
+  install -Dm644 $srcdir/uwsgi_at.socket 
$pkgdir/usr/lib/systemd/system/uwsgi@.socket
   install -Dm644 $srcdir/emperor.uwsgi.service 
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.service
   install -Dm644 $srcdir/emperor.uwsgi.socket 
$pkgdir/usr/lib/systemd/system/emperor.uwsgi.socket
   install -Dm644 $srcdir/emperor.ini $pkgdir/etc/uwsgi/emperor.ini

Deleted: uwsgi@.service
===
--- uwsgi@.service  2014-10-27 10:39:00 UTC (rev 121466)
+++ uwsgi@.service  2014-10-27 10:40:41 UTC (rev 121467)
@@ -1,16 +0,0 @@
-[Unit]
-Description=uWSGI service unit
-After=syslog.target
-
-[Service]
-ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini
-ExecReload=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --reload
-ExecStop=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --stop
-Restart=always
-Type=notify
-StandardError=syslog
-NotifyAccess=main
-KillSignal=SIGQUIT
-
-[Install]
-WantedBy=multi-user.target

Deleted: uwsgi@.socket
===
--- uwsgi@.socket   2014-10-27 10:39:00 UTC (rev 121466)
+++ uwsgi@.socket   2014-10-27 10:40:41 UTC (rev 121467)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Socket for uWSGI %I
-
-[Socket]
-# Change this to your uwsgi application port or unix socket location
-ListenStream=/run/uwsgi/%I.sock
-
-[Install]
-WantedBy=sockets.target

Copied: uwsgi/trunk/uwsgi_at.service (from rev 121459, 
uwsgi/trunk/uwsgi@.service)
===
--- uwsgi_at.service(rev 0)
+++ uwsgi_at.service2014-10-27 10:40:41 UTC (rev 121467)
@@ -0,0 +1,16 @@
+[Unit]
+Description=uWSGI service unit
+After=syslog.target
+
+[Service]
+ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini
+ExecReload=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --reload
+ExecStop=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --stop
+Restart=always
+Type=notify
+StandardError=syslog
+NotifyAccess=main
+KillSignal=SIGQUIT
+
+[Install]
+WantedBy=multi-user.target

Copied: uwsgi/trunk/uwsgi_at.socket (from rev 121459, uwsgi/trunk/uwsgi@.socket)
===
--- uwsgi_at.socket (rev 0)
+++ uwsgi_at.socket 2014-10-27 10:40:41 UTC (rev 121467)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Socket for uWSGI %I
+
+[Socket]
+# Change this to your uwsgi application port or unix socket location
+ListenStream=/run/uwsgi/%I.sock
+
+[Install]
+WantedBy=sockets.target


[arch-commits] Commit in firefox-noscript/trunk (PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:15:26
  Author: spupykin
Revision: 121468

upgpkg: firefox-noscript 2.6.9.3-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 10:40:41 UTC (rev 121467)
+++ PKGBUILD2014-10-27 11:15:26 UTC (rev 121468)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.9.2
+pkgver=2.6.9.3
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('2b678ec06c1fe45b8de5fa647ab066b9')
+md5sums=('916eaaebd47472680ae11a464d18cd72')
 
 package() {
   depends=(firefox)


[arch-commits] Commit in gramps/trunk (PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:15:46
  Author: spupykin
Revision: 121470

upgpkg: gramps 2:4.1.1-1

upd

Modified:
  gramps/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 11:15:43 UTC (rev 121469)
+++ PKGBUILD2014-10-27 11:15:46 UTC (rev 121470)
@@ -5,7 +5,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gramps
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 epoch=2
 pkgdesc=A genealogy program, which helps you track your family tree
@@ -28,7 +28,7 @@
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
block-changed.patch)
-md5sums=('c1183e92d167f824eee0f9d77bc00bdd'
+md5sums=('3aa4d2646fac43bbe5a4f461bde2df39'
  'b2443587e08c4951f00e9401d47e1ccc')
 
 prepare() {


[arch-commits] Commit in gramps/repos/community-any (6 files)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:15:56
  Author: spupykin
Revision: 121471

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 121470, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/block-changed.patch
(from rev 121470, gramps/trunk/block-changed.patch)
  gramps/repos/community-any/gramps.install
(from rev 121470, gramps/trunk/gramps.install)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/block-changed.patch
  gramps/repos/community-any/gramps.install

-+
 PKGBUILD|   98 +-
 block-changed.patch |   84 +-
 gramps.install  |   26 ++---
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 11:15:46 UTC (rev 121470)
+++ PKGBUILD2014-10-27 11:15:56 UTC (rev 121471)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Cory Farmer rbgk...@ameritech.net
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gramps
-pkgver=4.1.0
-pkgrel=1
-epoch=2
-pkgdesc=A genealogy program, which helps you track your family tree
-arch=('any')
-url=http://gramps-project.org/;
-license=('GPL')
-depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
-'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
-'shared-mime-info')
-makedepends=('intltool')
-optdepends=('graphviz: enable creation of graphs (required for tree reports)'
-   'gtkspell3: enable spell checking in the notes'
-   'rcs: manage multiple revisions of your family trees'
-   'python-pillow: crop and convert images to JPG'
-   'libgexiv2: manage Exif metadata embedded in your media'
-   'ttf-freefont: more font support in the reports')
-#  'python-osmgpsmap: show maps in the geography view'
-#  'python-pyicu: improves localised sorting'
-#  'webkitgtk: allows websites to be opened in Gramps'
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
-   block-changed.patch)
-md5sums=('c1183e92d167f824eee0f9d77bc00bdd'
- 'b2443587e08c4951f00e9401d47e1ccc')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p0 $srcdir/block-changed.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py install --root=$pkgdir
-  echo -n '/usr/share' 
$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 121470, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 11:15:56 UTC (rev 121471)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Cory Farmer rbgk...@ameritech.net
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gramps
+pkgver=4.1.1
+pkgrel=1
+epoch=2
+pkgdesc=A genealogy program, which helps you track your family tree
+arch=('any')
+url=http://gramps-project.org/;
+license=('GPL')
+depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
+'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
+'shared-mime-info')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+   'gtkspell3: enable spell checking in the notes'
+   'rcs: manage multiple revisions of your family trees'
+   'python-pillow: crop and convert images to JPG'
+   'libgexiv2: manage Exif metadata embedded in your media'
+   'ttf-freefont: more font support in the reports')
+#  'python-osmgpsmap: show maps in the geography view'
+#  'python-pyicu: improves localised sorting'
+#  'webkitgtk: allows websites to be opened in Gramps'
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
+   block-changed.patch)
+md5sums=('3aa4d2646fac43bbe5a4f461bde2df39'
+ 'b2443587e08c4951f00e9401d47e1ccc')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -p0 $srcdir/block-changed.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
+}

Deleted: block-changed.patch

[arch-commits] Commit in firefox-noscript/repos/community-any (PKGBUILD PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:15:43
  Author: spupykin
Revision: 121469

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 121468, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 11:15:26 UTC (rev 121468)
+++ PKGBUILD2014-10-27 11:15:43 UTC (rev 121469)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.9.2
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('2b678ec06c1fe45b8de5fa647ab066b9')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 121468, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 11:15:43 UTC (rev 121469)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.9.3
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('916eaaebd47472680ae11a464d18cd72')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


[arch-commits] Commit in passenger/repos/community-i686 (4 files)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:16:44
  Author: spupykin
Revision: 121477

archrelease: copy trunk to community-i686

Added:
  passenger/repos/community-i686/PKGBUILD
(from rev 121476, passenger/trunk/PKGBUILD)
  passenger/repos/community-i686/passenger.install
(from rev 121476, passenger/trunk/passenger.install)
Deleted:
  passenger/repos/community-i686/PKGBUILD
  passenger/repos/community-i686/passenger.install

---+
 PKGBUILD  |   94 ++--
 passenger.install |   64 +--
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 11:16:36 UTC (rev 121476)
+++ PKGBUILD2014-10-27 11:16:44 UTC (rev 121477)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=passenger
-pkgver=4.0.45
-pkgrel=1
-pkgdesc=mod_rails passenger
-arch=('i686' 'x86_64')
-url=http://www.modrails.com;
-_watch=https://github.com/phusion/passenger/releases;
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs' 'staticlibs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('ce85ed506a084112eaa015a3642007d9')
-
-prepare() {
-  cd $srcdir/passenger-release-$pkgver
-  sed -i '1,1i#include stdint.h' \
-ext/common/Utils/MD5.cpp \
-ext/common/Logging.cpp \
-ext/common/Utils/StrIntUtils.cpp \
-ext/common/Utils.cpp \
-ext/common/ApplicationPool2/AppTypes.cpp \
-ext/boost/libs/thread/src/pthread/once.cpp \
-ext/boost/libs/thread/src/pthread/once_atomic.cpp \
-ext/boost/libs/thread/src/pthread/thread.cpp \
-ext/boost/atomic/atomic.hpp
-}
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-  ./bin/passenger-install-apache2-module -a
-  rake nginx
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 121476, 
passenger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 11:16:44 UTC (rev 121477)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=passenger
+pkgver=4.0.53
+pkgrel=1
+pkgdesc=mod_rails passenger
+arch=('i686' 'x86_64')
+url=http://www.modrails.com;
+_watch=https://github.com/phusion/passenger/releases;
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs' 'staticlibs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('385dceac05c10e59a3dab44d188353aa')
+
+prepare() {
+  cd $srcdir/passenger-release-$pkgver
+  sed -i '1,1i#include stdint.h' \
+ext/common/Utils/MD5.cpp \
+ext/common/Logging.cpp \
+ext/common/Utils/StrIntUtils.cpp \
+ext/common/Utils.cpp \
+ext/common/ApplicationPool2/AppTypes.cpp \
+ext/boost/libs/thread/src/pthread/once.cpp \
+ext/boost/libs/thread/src/pthread/once_atomic.cpp \
+ext/boost/libs/thread/src/pthread/thread.cpp \
+ext/boost/atomic/atomic.hpp
+}
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: passenger.install
===
--- passenger.install   2014-10-27 11:16:36 UTC (rev 121476)
+++ passenger.install   2014-10-27 11:16:44 UTC (rev 121477)
@@ -1,32 +0,0 @@
-post_install() {
-   echo Please edit your Apache configuration file, and add these lines:
-   echo 
-   echo LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so
-   echo PassengerRoot /usr/lib/passenger
-   echo PassengerRuby /usr/bin/ruby
-   echo 
-   echo After you restart Apache, you are ready to deploy any number of 
Ruby on Rails
-   echo applications on Apache, without any further Ruby on 
Rails-specific
-   echo configuration!
-   echo 
-   echo 
-   echo Deploying a Ruby on Rails application: an example
-   echo 
-   echo Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host
-   echo to your Apache configuration file, and set its DocumentRoot to
-   echo /somewhere/public, 

[arch-commits] Commit in passenger/trunk (PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:16:36
  Author: spupykin
Revision: 121476

upgpkg: passenger 4.0.53-1

upd

Modified:
  passenger/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 11:16:32 UTC (rev 121475)
+++ PKGBUILD2014-10-27 11:16:36 UTC (rev 121476)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=passenger
-pkgver=4.0.45
+pkgver=4.0.53
 pkgrel=1
 pkgdesc=mod_rails passenger
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=passenger.install
 options=('!emptydirs' 'staticlibs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('ce85ed506a084112eaa015a3642007d9')
+md5sums=('385dceac05c10e59a3dab44d188353aa')
 
 prepare() {
   cd $srcdir/passenger-release-$pkgver


[arch-commits] Commit in mingw-w64-crt/repos/community-any (PKGBUILD PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:16:32
  Author: spupykin
Revision: 121475

archrelease: copy trunk to community-any

Added:
  mingw-w64-crt/repos/community-any/PKGBUILD
(from rev 121474, mingw-w64-crt/trunk/PKGBUILD)
Deleted:
  mingw-w64-crt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 11:16:22 UTC (rev 121474)
+++ PKGBUILD2014-10-27 11:16:32 UTC (rev 121475)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-crt
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='MinGW-w64 CRT for Windows'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-headers')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('cae9125a531f346afb49c4efea391c53')
-
-prepare() {
-  cd ${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt
-  aclocal
-  automake
-}
-
-build() {
-  cd ${srcdir}
-  for _target in ${_targets}; do
-msg Building ${_target} CRT
-if [ ${_target} == i686-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib64 --enable-lib32
-elif [ ${_target} == x86_64-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib32 --enable-lib64
-fi
-mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-wildcard \
-${_crt_configure_args}
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} crt
-cd ${srcdir}/crt-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}

Copied: mingw-w64-crt/repos/community-any/PKGBUILD (from rev 121474, 
mingw-w64-crt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 11:16:32 UTC (rev 121475)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-crt
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='MinGW-w64 CRT for Windows'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-headers')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
+md5sums=('3c56901ca7be60beba6d58caff168240')
+
+prepare() {
+  cd ${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt
+  aclocal
+  automake
+}
+
+build() {
+  cd ${srcdir}
+  for _target in ${_targets}; do
+msg Building ${_target} CRT
+if [ ${_target} == i686-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib64 --enable-lib32
+elif [ ${_target} == x86_64-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib32 --enable-lib64
+fi
+mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
+${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-wildcard \
+${_crt_configure_args}
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg Installing ${_target} crt
+cd ${srcdir}/crt-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}


[arch-commits] Commit in mingw-w64-crt/trunk (PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:16:22
  Author: spupykin
Revision: 121474

upgpkg: mingw-w64-crt 3.3.0-1

upd

Modified:
  mingw-w64-crt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 11:16:17 UTC (rev 121473)
+++ PKGBUILD2014-10-27 11:16:22 UTC (rev 121474)
@@ -5,7 +5,7 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-crt
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='MinGW-w64 CRT for Windows'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-headers')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('cae9125a531f346afb49c4efea391c53')
+md5sums=('3c56901ca7be60beba6d58caff168240')
 
 prepare() {
   cd ${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt


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

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:16:17
  Author: spupykin
Revision: 121473

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

Added:
  gsoap/repos/community-i686/LICENSE
(from rev 121472, gsoap/trunk/LICENSE)
  gsoap/repos/community-i686/PKGBUILD
(from rev 121472, gsoap/trunk/PKGBUILD)
  gsoap/repos/community-x86_64/LICENSE
(from rev 121472, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 121472, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-i686/LICENSE
  gsoap/repos/community-i686/PKGBUILD
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  326 
 /PKGBUILD |   70 +
 community-i686/LICENSE|  163 --
 community-i686/PKGBUILD   |   35 
 community-x86_64/LICENSE  |  163 --
 community-x86_64/PKGBUILD |   35 
 6 files changed, 396 insertions(+), 396 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 121472:121473 to see the changes.


[arch-commits] Commit in unpaper/trunk (PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:16:58
  Author: spupykin
Revision: 121478

upgpkg: unpaper 6.1-1

upd

Modified:
  unpaper/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 11:16:44 UTC (rev 121477)
+++ PKGBUILD2014-10-27 11:16:58 UTC (rev 121478)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Hauser andy-...@splashground.de
 
 pkgname=unpaper
-pkgver=6
+pkgver=6.1
 pkgrel=1
 pkgdesc=post-processing tool for scanned sheets of paper
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ffmpeg')
 makedepends=('gcc' 'libxslt')
 
source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
-md5sums=('cfc16684ab4e4d2f9472eca41492bdbf')
+md5sums=('ade1513be12ffc73063db0b375017ca7')
 
 build() {
   cd $srcdir/Flameeyes-unpaper-*


[arch-commits] Commit in unpaper/repos (4 files)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:17:12
  Author: spupykin
Revision: 121479

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

Added:
  unpaper/repos/community-i686/PKGBUILD
(from rev 121478, unpaper/trunk/PKGBUILD)
  unpaper/repos/community-x86_64/PKGBUILD
(from rev 121478, unpaper/trunk/PKGBUILD)
Deleted:
  unpaper/repos/community-i686/PKGBUILD
  unpaper/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-27 11:16:58 UTC (rev 121478)
+++ community-i686/PKGBUILD 2014-10-27 11:17:12 UTC (rev 121479)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Hauser andy-...@splashground.de
-
-pkgname=unpaper
-pkgver=6
-pkgrel=1
-pkgdesc=post-processing tool for scanned sheets of paper
-arch=('i686' 'x86_64')
-url=https://github.com/Flameeyes/unpaper;
-license=(GPL)
-depends=('ffmpeg')
-makedepends=('gcc' 'libxslt')
-source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
-md5sums=('cfc16684ab4e4d2f9472eca41492bdbf')
-
-build() {
-  cd $srcdir/Flameeyes-unpaper-*
-  aclocal
-  automake --add-missing
-  autoconf
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/Flameeyes-unpaper-*
-  make install DESTDIR=$pkgdir
-}

Copied: unpaper/repos/community-i686/PKGBUILD (from rev 121478, 
unpaper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-27 11:17:12 UTC (rev 121479)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Hauser andy-...@splashground.de
+
+pkgname=unpaper
+pkgver=6.1
+pkgrel=1
+pkgdesc=post-processing tool for scanned sheets of paper
+arch=('i686' 'x86_64')
+url=https://github.com/Flameeyes/unpaper;
+license=(GPL)
+depends=('ffmpeg')
+makedepends=('gcc' 'libxslt')
+source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
+md5sums=('ade1513be12ffc73063db0b375017ca7')
+
+build() {
+  cd $srcdir/Flameeyes-unpaper-*
+  aclocal
+  automake --add-missing
+  autoconf
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/Flameeyes-unpaper-*
+  make install DESTDIR=$pkgdir
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-27 11:16:58 UTC (rev 121478)
+++ community-x86_64/PKGBUILD   2014-10-27 11:17:12 UTC (rev 121479)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Hauser andy-...@splashground.de
-
-pkgname=unpaper
-pkgver=6
-pkgrel=1
-pkgdesc=post-processing tool for scanned sheets of paper
-arch=('i686' 'x86_64')
-url=https://github.com/Flameeyes/unpaper;
-license=(GPL)
-depends=('ffmpeg')
-makedepends=('gcc' 'libxslt')
-source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
-md5sums=('cfc16684ab4e4d2f9472eca41492bdbf')
-
-build() {
-  cd $srcdir/Flameeyes-unpaper-*
-  aclocal
-  automake --add-missing
-  autoconf
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/Flameeyes-unpaper-*
-  make install DESTDIR=$pkgdir
-}

Copied: unpaper/repos/community-x86_64/PKGBUILD (from rev 121478, 
unpaper/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-27 11:17:12 UTC (rev 121479)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Hauser andy-...@splashground.de
+
+pkgname=unpaper
+pkgver=6.1
+pkgrel=1
+pkgdesc=post-processing tool for scanned sheets of paper
+arch=('i686' 'x86_64')
+url=https://github.com/Flameeyes/unpaper;
+license=(GPL)
+depends=('ffmpeg')
+makedepends=('gcc' 'libxslt')
+source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
+md5sums=('ade1513be12ffc73063db0b375017ca7')
+
+build() {
+  cd $srcdir/Flameeyes-unpaper-*
+  aclocal
+  automake --add-missing
+  autoconf
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/Flameeyes-unpaper-*
+  make install DESTDIR=$pkgdir
+}


[arch-commits] Commit in ejabberd/repos/community-x86_64 (8 files)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:23:15
  Author: spupykin
Revision: 121481

archrelease: copy trunk to community-x86_64

Added:
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 121480, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 121480, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 121480, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 121480, ejabberd/trunk/ejabberd.service)
Deleted:
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service

+
 PKGBUILD   |  238 +--
 ejabberd.install   |   58 ++--
 ejabberd.logrotate |   24 ++---
 ejabberd.service   |   28 +++---
 4 files changed, 176 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 11:23:04 UTC (rev 121480)
+++ PKGBUILD2014-10-27 11:23:15 UTC (rev 121481)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ejabberd
-pkgver=14.07
-pkgrel=1
-pkgdesc=Jabber server written in Erlang
-arch=('x86_64' 'i686')
-url=http://www.ejabberd.im/;
-license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc' 'libyaml')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-replaces=('ejabberd-mod_mysql' 'ejabberd-mod_mysql-svn'
- 'ejabberd-mod_pgsql' 'ejabberd-mod_pgsql-svn')
-source=($pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   p1_cache_tab::git://github.com/processone/cache_tab
-   p1_tls::git://github.com/processone/tls
-   p1_stringprep::git://github.com/processone/stringprep
-   p1_xml::git://github.com/processone/xml
-   p1_yaml::git://github.com/processone/p1_yaml
-   git://github.com/rds13/xmlrpc
-   p1_pam::git://github.com/processone/epam
-   p1_zlib::git://github.com/processone/zlib
-   git://github.com/basho/lager
-   p1_iconv::git://github.com/processone/eiconv
-   git://github.com/DeadZen/goldrush.git
-   p1_mysql::git://github.com/processone/mysql.git
-   p1_pgsql::git://github.com/processone/pgsql.git
-   p1_stun::git://github.com/processone/stun
-   git://github.com/davisp/jiffy
-   git://github.com/cmullaparthi/ibrowse
-   git://github.com/esl/lhttpc
-   git://github.com/eproxus/meck
-   esip::git://github.com/processone/p1_sip
-   git://github.com/basho/riak_pb
-   riakc::git://github.com/basho/riak-erlang-client
-   protobuffs::git://github.com/basho/erlang_protobuffs.git
-   git://github.com/processone/p1_utils
-   $pkgname.logrotate
-   ejabberd.service)
-md5sums=('a26b8acfc8fd15d94874befa06da15be'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'f97c8a96160f30e0aecc9526c12e6606'
- 'a437aff9d7d477fb036d527205617e18')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $srcdir/$pkgname-$pkgver/deps
-  for i in goldrush lager p1_cache_tab p1_iconv p1_pam \
-   p1_stringprep p1_tls p1_xml p1_yaml p1_zlib xmlrpc \
-   p1_mysql p1_pgsql p1_stun jiffy ibrowse lhttpc \
-   meck esip riak_pb riakc p1_utils protobuffs; do
-rm -rf $srcdir/$pkgname-$pkgver/deps/$i
-mv $srcdir/$i $srcdir/$pkgname-$pkgver/deps
-  done
-
-  pushd deps/lhttpc/src/
-  mv lhttpc.app.src lhttpc.app.src.bak
-  cat lhttpc.app.src.bak | iconv -f utf8 -c lhttpc.app.src
-  popd
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-all
-  make
-  make -C doc
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm04750 deps/p1_pam/priv/bin/epam 
$pkgdir/usr/lib/ejabberd/priv/bin/epam
-  install -d $pkgdir/var/lib/$pkgname
-  install -D -m0644 $srcdir/$pkgname.logrotate 
$pkgdir/etc/logrotate.d/$pkgname
-  chmod ug+r $pkgdir/etc/$pkgname/*
-  mkdir -p $pkgdir/usr/bin
-  mv $pkgdir/usr/sbin/ejabberdctl $pkgdir/usr/bin/ejabberdctl
-  chmod a+rx 

[arch-commits] Commit in ejabberd/trunk (PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:23:04
  Author: spupykin
Revision: 121480

upgpkg: ejabberd 14.07-2

upd

Modified:
  ejabberd/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 11:17:12 UTC (rev 121479)
+++ PKGBUILD2014-10-27 11:23:04 UTC (rev 121480)
@@ -5,7 +5,7 @@
 
 pkgname=ejabberd
 pkgver=14.07
-pkgrel=1
+pkgrel=2
 pkgdesc=Jabber server written in Erlang
 arch=('x86_64' 'i686')
 url=http://www.ejabberd.im/;
@@ -43,7 +43,8 @@
protobuffs::git://github.com/basho/erlang_protobuffs.git
git://github.com/processone/p1_utils
$pkgname.logrotate
-   ejabberd.service)
+   ejabberd.service
+   https://github.com/processone/ejabberd/commit/7bdc1151b.patch;)
 md5sums=('a26b8acfc8fd15d94874befa06da15be'
  'SKIP'
  'SKIP'
@@ -69,11 +70,14 @@
  'SKIP'
  'SKIP'
  'f97c8a96160f30e0aecc9526c12e6606'
- 'a437aff9d7d477fb036d527205617e18')
+ 'a437aff9d7d477fb036d527205617e18'
+ '1f803ad9831aa2fa55d8a307642371cc')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
+  patch -p1 $srcdir/7bdc1151b.patch
+
   mkdir -p $srcdir/$pkgname-$pkgver/deps
   for i in goldrush lager p1_cache_tab p1_iconv p1_pam \
p1_stringprep p1_tls p1_xml p1_yaml p1_zlib xmlrpc \


[arch-commits] Commit in uwsgi/repos (28 files)

2014-10-27 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 12:30:28
  Author: svenstaro
Revision: 121482

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

Added:
  uwsgi/repos/community-testing-i686/
  uwsgi/repos/community-testing-i686/.lock
(from rev 121481, uwsgi/trunk/.lock)
  uwsgi/repos/community-testing-i686/PKGBUILD
(from rev 121481, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-testing-i686/archlinux.ini
(from rev 121481, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-testing-i686/emperor.ini
(from rev 121481, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-testing-i686/emperor.uwsgi.service
(from rev 121481, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-testing-i686/emperor.uwsgi.socket
(from rev 121481, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-testing-i686/tmpfilesd
(from rev 121481, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-testing-i686/uwsgi.install
(from rev 121481, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-testing-i686/uwsgi_at.service
(from rev 121481, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-testing-i686/uwsgi_at.socket
(from rev 121481, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-testing-i686/uwsgi_fix_rpath.patch
(from rev 121481, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-testing-i686/uwsgi_ruby20_compatibility.patch
(from rev 121481, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-testing-i686/uwsgi_trick_chroot.patch
(from rev 121481, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-testing-x86_64/
  uwsgi/repos/community-testing-x86_64/.lock
(from rev 121481, uwsgi/trunk/.lock)
  uwsgi/repos/community-testing-x86_64/PKGBUILD
(from rev 121481, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-testing-x86_64/archlinux.ini
(from rev 121481, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-testing-x86_64/emperor.ini
(from rev 121481, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.service
(from rev 121481, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.socket
(from rev 121481, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-testing-x86_64/tmpfilesd
(from rev 121481, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-testing-x86_64/uwsgi.install
(from rev 121481, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-testing-x86_64/uwsgi_at.service
(from rev 121481, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-testing-x86_64/uwsgi_at.socket
(from rev 121481, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-testing-x86_64/uwsgi_fix_rpath.patch
(from rev 121481, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-testing-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 121481, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-testing-x86_64/uwsgi_trick_chroot.patch
(from rev 121481, uwsgi/trunk/uwsgi_trick_chroot.patch)

---+
 community-testing-i686/PKGBUILD   |  159 
 community-testing-i686/archlinux.ini  |5 
 community-testing-i686/emperor.ini|4 
 community-testing-i686/emperor.uwsgi.service  |   16 +
 community-testing-i686/emperor.uwsgi.socket   |9 
 community-testing-i686/tmpfilesd  |1 
 community-testing-i686/uwsgi.install  |   12 
 community-testing-i686/uwsgi_at.service   |   16 +
 community-testing-i686/uwsgi_at.socket|9 
 community-testing-i686/uwsgi_fix_rpath.patch  |   66 
 community-testing-i686/uwsgi_ruby20_compatibility.patch   |   42 +++
 community-testing-i686/uwsgi_trick_chroot.patch   |   16 +
 community-testing-x86_64/PKGBUILD |  159 
 community-testing-x86_64/archlinux.ini|5 
 community-testing-x86_64/emperor.ini  |4 
 community-testing-x86_64/emperor.uwsgi.service|   16 +
 community-testing-x86_64/emperor.uwsgi.socket |9 
 community-testing-x86_64/tmpfilesd|1 
 community-testing-x86_64/uwsgi.install|   12 
 community-testing-x86_64/uwsgi_at.service |   16 +
 community-testing-x86_64/uwsgi_at.socket  |9 
 community-testing-x86_64/uwsgi_fix_rpath.patch|   66 
 community-testing-x86_64/uwsgi_ruby20_compatibility.patch |   42 +++
 community-testing-x86_64/uwsgi_trick_chroot.patch |   16 +
 24 files changed, 710 insertions(+)

Copied: uwsgi/repos/community-testing-i686/.lock (from rev 121481, 
uwsgi/trunk/.lock)
===
Copied: uwsgi/repos/community-testing-i686/PKGBUILD (from rev 

[arch-commits] Commit in ejabberd/repos/community-i686 (8 files)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:35:39
  Author: spupykin
Revision: 121483

archrelease: copy trunk to community-i686

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 121482, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 121482, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 121482, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 121482, ejabberd/trunk/ejabberd.service)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service

+
 PKGBUILD   |  238 +--
 ejabberd.install   |   58 ++--
 ejabberd.logrotate |   24 ++---
 ejabberd.service   |   28 +++---
 4 files changed, 176 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 11:30:28 UTC (rev 121482)
+++ PKGBUILD2014-10-27 11:35:39 UTC (rev 121483)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ejabberd
-pkgver=14.07
-pkgrel=1
-pkgdesc=Jabber server written in Erlang
-arch=('x86_64' 'i686')
-url=http://www.ejabberd.im/;
-license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc' 'libyaml')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-replaces=('ejabberd-mod_mysql' 'ejabberd-mod_mysql-svn'
- 'ejabberd-mod_pgsql' 'ejabberd-mod_pgsql-svn')
-source=($pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   p1_cache_tab::git://github.com/processone/cache_tab
-   p1_tls::git://github.com/processone/tls
-   p1_stringprep::git://github.com/processone/stringprep
-   p1_xml::git://github.com/processone/xml
-   p1_yaml::git://github.com/processone/p1_yaml
-   git://github.com/rds13/xmlrpc
-   p1_pam::git://github.com/processone/epam
-   p1_zlib::git://github.com/processone/zlib
-   git://github.com/basho/lager
-   p1_iconv::git://github.com/processone/eiconv
-   git://github.com/DeadZen/goldrush.git
-   p1_mysql::git://github.com/processone/mysql.git
-   p1_pgsql::git://github.com/processone/pgsql.git
-   p1_stun::git://github.com/processone/stun
-   git://github.com/davisp/jiffy
-   git://github.com/cmullaparthi/ibrowse
-   git://github.com/esl/lhttpc
-   git://github.com/eproxus/meck
-   esip::git://github.com/processone/p1_sip
-   git://github.com/basho/riak_pb
-   riakc::git://github.com/basho/riak-erlang-client
-   protobuffs::git://github.com/basho/erlang_protobuffs.git
-   git://github.com/processone/p1_utils
-   $pkgname.logrotate
-   ejabberd.service)
-md5sums=('a26b8acfc8fd15d94874befa06da15be'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'f97c8a96160f30e0aecc9526c12e6606'
- 'a437aff9d7d477fb036d527205617e18')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $srcdir/$pkgname-$pkgver/deps
-  for i in goldrush lager p1_cache_tab p1_iconv p1_pam \
-   p1_stringprep p1_tls p1_xml p1_yaml p1_zlib xmlrpc \
-   p1_mysql p1_pgsql p1_stun jiffy ibrowse lhttpc \
-   meck esip riak_pb riakc p1_utils protobuffs; do
-rm -rf $srcdir/$pkgname-$pkgver/deps/$i
-mv $srcdir/$i $srcdir/$pkgname-$pkgver/deps
-  done
-
-  pushd deps/lhttpc/src/
-  mv lhttpc.app.src lhttpc.app.src.bak
-  cat lhttpc.app.src.bak | iconv -f utf8 -c lhttpc.app.src
-  popd
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-all
-  make
-  make -C doc
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm04750 deps/p1_pam/priv/bin/epam 
$pkgdir/usr/lib/ejabberd/priv/bin/epam
-  install -d $pkgdir/var/lib/$pkgname
-  install -D -m0644 $srcdir/$pkgname.logrotate 
$pkgdir/etc/logrotate.d/$pkgname
-  chmod ug+r $pkgdir/etc/$pkgname/*
-  mkdir -p $pkgdir/usr/bin
-  mv $pkgdir/usr/sbin/ejabberdctl $pkgdir/usr/bin/ejabberdctl
-  chmod a+rx $pkgdir/usr/bin/ejabberdctl 

[arch-commits] Commit in passenger/repos/community-x86_64 (4 files)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:35:53
  Author: spupykin
Revision: 121484

archrelease: copy trunk to community-x86_64

Added:
  passenger/repos/community-x86_64/PKGBUILD
(from rev 121483, passenger/trunk/PKGBUILD)
  passenger/repos/community-x86_64/passenger.install
(from rev 121483, passenger/trunk/passenger.install)
Deleted:
  passenger/repos/community-x86_64/PKGBUILD
  passenger/repos/community-x86_64/passenger.install

---+
 PKGBUILD  |   94 ++--
 passenger.install |   64 +--
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 11:35:39 UTC (rev 121483)
+++ PKGBUILD2014-10-27 11:35:53 UTC (rev 121484)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=passenger
-pkgver=4.0.45
-pkgrel=1
-pkgdesc=mod_rails passenger
-arch=('i686' 'x86_64')
-url=http://www.modrails.com;
-_watch=https://github.com/phusion/passenger/releases;
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs' 'staticlibs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('ce85ed506a084112eaa015a3642007d9')
-
-prepare() {
-  cd $srcdir/passenger-release-$pkgver
-  sed -i '1,1i#include stdint.h' \
-ext/common/Utils/MD5.cpp \
-ext/common/Logging.cpp \
-ext/common/Utils/StrIntUtils.cpp \
-ext/common/Utils.cpp \
-ext/common/ApplicationPool2/AppTypes.cpp \
-ext/boost/libs/thread/src/pthread/once.cpp \
-ext/boost/libs/thread/src/pthread/once_atomic.cpp \
-ext/boost/libs/thread/src/pthread/thread.cpp \
-ext/boost/atomic/atomic.hpp
-}
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-  ./bin/passenger-install-apache2-module -a
-  rake nginx
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-x86_64/PKGBUILD (from rev 121483, 
passenger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 11:35:53 UTC (rev 121484)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=passenger
+pkgver=4.0.53
+pkgrel=1
+pkgdesc=mod_rails passenger
+arch=('i686' 'x86_64')
+url=http://www.modrails.com;
+_watch=https://github.com/phusion/passenger/releases;
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs' 'staticlibs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('385dceac05c10e59a3dab44d188353aa')
+
+prepare() {
+  cd $srcdir/passenger-release-$pkgver
+  sed -i '1,1i#include stdint.h' \
+ext/common/Utils/MD5.cpp \
+ext/common/Logging.cpp \
+ext/common/Utils/StrIntUtils.cpp \
+ext/common/Utils.cpp \
+ext/common/ApplicationPool2/AppTypes.cpp \
+ext/boost/libs/thread/src/pthread/once.cpp \
+ext/boost/libs/thread/src/pthread/once_atomic.cpp \
+ext/boost/libs/thread/src/pthread/thread.cpp \
+ext/boost/atomic/atomic.hpp
+}
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: passenger.install
===
--- passenger.install   2014-10-27 11:35:39 UTC (rev 121483)
+++ passenger.install   2014-10-27 11:35:53 UTC (rev 121484)
@@ -1,32 +0,0 @@
-post_install() {
-   echo Please edit your Apache configuration file, and add these lines:
-   echo 
-   echo LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so
-   echo PassengerRoot /usr/lib/passenger
-   echo PassengerRuby /usr/bin/ruby
-   echo 
-   echo After you restart Apache, you are ready to deploy any number of 
Ruby on Rails
-   echo applications on Apache, without any further Ruby on 
Rails-specific
-   echo configuration!
-   echo 
-   echo 
-   echo Deploying a Ruby on Rails application: an example
-   echo 
-   echo Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host
-   echo to your Apache configuration file, and set its DocumentRoot to
-   echo 

[arch-commits] Commit in postgrey/repos/community-any (10 files)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:36:12
  Author: spupykin
Revision: 121486

archrelease: copy trunk to community-any

Added:
  postgrey/repos/community-any/PKGBUILD
(from rev 121485, postgrey/trunk/PKGBUILD)
  postgrey/repos/community-any/postgrey.install
(from rev 121485, postgrey/trunk/postgrey.install)
  postgrey/repos/community-any/postgrey.service
(from rev 121485, postgrey/trunk/postgrey.service)
  postgrey/repos/community-any/postgrey.tmpfiles
(from rev 121485, postgrey/trunk/postgrey.tmpfiles)
  postgrey/repos/community-any/untaint.patch
(from rev 121485, postgrey/trunk/untaint.patch)
Deleted:
  postgrey/repos/community-any/PKGBUILD
  postgrey/repos/community-any/postgrey.install
  postgrey/repos/community-any/postgrey.service
  postgrey/repos/community-any/postgrey.tmpfiles
  postgrey/repos/community-any/untaint.patch

---+
 PKGBUILD  |   90 ++--
 postgrey.install  |   50 ++--
 postgrey.service  |   36 ++--
 postgrey.tmpfiles |2 -
 untaint.patch |   26 +++
 5 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 11:36:01 UTC (rev 121485)
+++ PKGBUILD2014-10-27 11:36:12 UTC (rev 121486)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sean Timothy Noonan stnoo...@obsolescence.net
-
-pkgname=postgrey
-pkgver=1.34
-pkgrel=18
-pkgdesc=a Postfix policy server implementing greylisting
-arch=('any')
-url=http://postgrey.schweikert.ch/;
-options=(emptydirs)
-license=(GPL)
-depends=('perl-net-server' 'perl=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db=4.1')
-optdepends=('postfix: the recommended MTA for use with postgrey'
-   'exim: an alternative MTA'
-   'perl-net-dns: for postgreyreport tool')
-backup=(etc/postfix/postgrey_whitelist_recipients
-   etc/postfix/postgrey_whitelist_clients)
-install=$pkgname.install
-source=($url/pub/$pkgname-$pkgver.tar.gz
-   postgrey.service
-   postgrey.tmpfiles
-   untaint.patch)
-md5sums=('f736a7be1094593f1a66cd13f32b39ef'
- '8ad00f3c57eaa92e1f8a0ee71e620413'
- '3236959f435c95db3a13f4c7dd235609'
- '3f6a2b415187a8a092b2a7b57f362233')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0 $srcdir/untaint.patch
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  chown -R root:root .
-  mkdir -p $pkgdir/var/spool/postfix/postgrey
-  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
-  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
-  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
-  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: postgrey/repos/community-any/PKGBUILD (from rev 121485, 
postgrey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 11:36:12 UTC (rev 121486)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sean Timothy Noonan stnoo...@obsolescence.net
+
+pkgname=postgrey
+pkgver=1.35
+pkgrel=1
+pkgdesc=a Postfix policy server implementing greylisting
+arch=('any')
+url=http://postgrey.schweikert.ch/;
+options=(emptydirs)
+license=(GPL)
+depends=('perl-net-server' 'perl=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db=4.1')
+optdepends=('postfix: the recommended MTA for use with postgrey'
+   'exim: an alternative MTA'
+   'perl-net-dns: for postgreyreport tool')
+backup=(etc/postfix/postgrey_whitelist_recipients
+   etc/postfix/postgrey_whitelist_clients)
+install=$pkgname.install
+source=($url/pub/$pkgname-$pkgver.tar.gz
+   postgrey.service
+   postgrey.tmpfiles
+   untaint.patch)
+md5sums=('995f265679c9bcc11c6c1db881003e36'
+ '8ad00f3c57eaa92e1f8a0ee71e620413'
+ '3236959f435c95db3a13f4c7dd235609'
+ '3f6a2b415187a8a092b2a7b57f362233')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0 $srcdir/untaint.patch
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  chown -R root:root .
+  mkdir -p $pkgdir/var/spool/postfix/postgrey
+  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
+  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
+  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
+  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
+
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  

[arch-commits] Commit in postgrey/trunk (PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 12:36:01
  Author: spupykin
Revision: 121485

upgpkg: postgrey 1.35-1

upd

Modified:
  postgrey/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 11:35:53 UTC (rev 121484)
+++ PKGBUILD2014-10-27 11:36:01 UTC (rev 121485)
@@ -3,8 +3,8 @@
 # Contributor: Sean Timothy Noonan stnoo...@obsolescence.net
 
 pkgname=postgrey
-pkgver=1.34
-pkgrel=18
+pkgver=1.35
+pkgrel=1
 pkgdesc=a Postfix policy server implementing greylisting
 arch=('any')
 url=http://postgrey.schweikert.ch/;
@@ -21,7 +21,7 @@
postgrey.service
postgrey.tmpfiles
untaint.patch)
-md5sums=('f736a7be1094593f1a66cd13f32b39ef'
+md5sums=('995f265679c9bcc11c6c1db881003e36'
  '8ad00f3c57eaa92e1f8a0ee71e620413'
  '3236959f435c95db3a13f4c7dd235609'
  '3f6a2b415187a8a092b2a7b57f362233')


[arch-commits] Commit in uwsgi/trunk (.lock PKGBUILD)

2014-10-27 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 12:39:17
  Author: svenstaro
Revision: 121487

upgpkg: uwsgi 2.0.7-6

Try that again

Modified:
  uwsgi/trunk/PKGBUILD
Deleted:
  uwsgi/trunk/.lock

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Deleted: .lock
===
Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 11:36:12 UTC (rev 121486)
+++ PKGBUILD2014-10-27 11:39:17 UTC (rev 121487)
@@ -17,7 +17,7 @@
  uwsgi-plugin-jvm
  uwsgi-plugin-mono)
 pkgver=2.0.7
-pkgrel=5
+pkgrel=6
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
 license=(GPL2)
@@ -29,8 +29,8 @@
 source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
 archlinux.ini
 tmpfilesd
-uwsgi@.service
-uwsgi@.socket
+uwsgi_at.service
+uwsgi_at.socket
 uwsgi_fix_rpath.patch
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch


[arch-commits] Commit in uwsgi/repos (50 files)

2014-10-27 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 12:39:28
  Author: svenstaro
Revision: 121488

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

Added:
  uwsgi/repos/community-testing-i686/PKGBUILD
(from rev 121487, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-testing-i686/archlinux.ini
(from rev 121487, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-testing-i686/emperor.ini
(from rev 121487, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-testing-i686/emperor.uwsgi.service
(from rev 121487, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-testing-i686/emperor.uwsgi.socket
(from rev 121487, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-testing-i686/tmpfilesd
(from rev 121487, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-testing-i686/uwsgi.install
(from rev 121487, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-testing-i686/uwsgi_at.service
(from rev 121487, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-testing-i686/uwsgi_at.socket
(from rev 121487, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-testing-i686/uwsgi_fix_rpath.patch
(from rev 121487, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-testing-i686/uwsgi_ruby20_compatibility.patch
(from rev 121487, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-testing-i686/uwsgi_trick_chroot.patch
(from rev 121487, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-testing-x86_64/PKGBUILD
(from rev 121487, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-testing-x86_64/archlinux.ini
(from rev 121487, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-testing-x86_64/emperor.ini
(from rev 121487, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.service
(from rev 121487, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.socket
(from rev 121487, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-testing-x86_64/tmpfilesd
(from rev 121487, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-testing-x86_64/uwsgi.install
(from rev 121487, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-testing-x86_64/uwsgi_at.service
(from rev 121487, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-testing-x86_64/uwsgi_at.socket
(from rev 121487, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-testing-x86_64/uwsgi_fix_rpath.patch
(from rev 121487, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-testing-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 121487, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-testing-x86_64/uwsgi_trick_chroot.patch
(from rev 121487, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-testing-i686/.lock
  uwsgi/repos/community-testing-i686/PKGBUILD
  uwsgi/repos/community-testing-i686/archlinux.ini
  uwsgi/repos/community-testing-i686/emperor.ini
  uwsgi/repos/community-testing-i686/emperor.uwsgi.service
  uwsgi/repos/community-testing-i686/emperor.uwsgi.socket
  uwsgi/repos/community-testing-i686/tmpfilesd
  uwsgi/repos/community-testing-i686/uwsgi.install
  uwsgi/repos/community-testing-i686/uwsgi_at.service
  uwsgi/repos/community-testing-i686/uwsgi_at.socket
  uwsgi/repos/community-testing-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-testing-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-testing-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-testing-x86_64/.lock
  uwsgi/repos/community-testing-x86_64/PKGBUILD
  uwsgi/repos/community-testing-x86_64/archlinux.ini
  uwsgi/repos/community-testing-x86_64/emperor.ini
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-testing-x86_64/tmpfilesd
  uwsgi/repos/community-testing-x86_64/uwsgi.install
  uwsgi/repos/community-testing-x86_64/uwsgi_at.service
  uwsgi/repos/community-testing-x86_64/uwsgi_at.socket
  uwsgi/repos/community-testing-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-testing-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-testing-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  318 
 /archlinux.ini|   10 
 /emperor.ini  |8 
 /emperor.uwsgi.service|   32 +
 /emperor.uwsgi.socket |   18 
 /tmpfilesd|2 
 /uwsgi.install|   24 
 /uwsgi_at.service |   32 +
 /uwsgi_at.socket  |   18 
 /uwsgi_fix_rpath.patch|  132 
 

[arch-commits] Commit in pypy3/trunk (PKGBUILD)

2014-10-27 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 12:47:31
  Author: svenstaro
Revision: 121489

Prepare for shared build

Modified:
  pypy3/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 11:39:28 UTC (rev 121488)
+++ PKGBUILD2014-10-27 11:47:31 UTC (rev 121489)
@@ -25,7 +25,7 @@
 build() {
   cd ${pkgname}-${_pkgver}-src/pypy/goal
 
-  export libdir=/usr/lib
+  #python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
   python2 ../../rpython/bin/rpython -Ojit targetpypystandalone
 }
 
@@ -47,6 +47,7 @@
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/pypy3/LICENSE
 
   # Compile binary modules
+  #export LD_LIBRARY_PATH=${pkgdir}/usr/lib:${LD_LIBRARY_PATH}
   for module in _curses syslog dbm sqlite3 _tkinter; do
 ${pkgdir}/opt/pypy3/bin/pypy-c -c import ${module}
   done


[arch-commits] Commit in jenkins/trunk (PKGBUILD)

2014-10-27 Thread Felix Yan
Date: Monday, October 27, 2014 @ 13:59:35
  Author: fyan
Revision: 121490

upgpkg: jenkins 1.586-1

Modified:
  jenkins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 11:47:31 UTC (rev 121489)
+++ PKGBUILD2014-10-27 12:59:35 UTC (rev 121490)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.585
+pkgver=1.586
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('568a7b2a6f5e946f1df79c8a93fd7b1708a94478e8616e230c8b32506e01134e726c6bb564eda37b00b7ea1127192e1d1d059719318cb58c94ae3ae677a9ab23'
+sha512sums=('5fe1c58f458a991cc8f9751ca9c77b374606e1e23c24528db9e1a65d0aafa620de17bc4dd3bf8580aac829a59d0f0b2bc9b17369f3d4e4fe121a8ff8d1bc1241'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'


[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-10-27 Thread Felix Yan
Date: Monday, October 27, 2014 @ 14:00:22
  Author: fyan
Revision: 121491

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 121490, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 121490, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 121490, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 121490, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 121490, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 121490, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-10-27 12:59:35 UTC (rev 121490)
+++ LICENSE 2014-10-27 13:00:22 UTC (rev 121491)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 121490, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-10-27 13:00:22 UTC (rev 121491)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 12:59:35 UTC (rev 121490)
+++ PKGBUILD2014-10-27 13:00:22 UTC (rev 121491)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.585
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in shntool/trunk (PKGBUILD)

2014-10-27 Thread Jakob Gruber
Date: Monday, October 27, 2014 @ 15:11:53
  Author: schuay
Revision: 121492

Add mac as optdepends to shntool

Modified:
  shntool/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 13:00:22 UTC (rev 121491)
+++ PKGBUILD2014-10-27 14:11:53 UTC (rev 121492)
@@ -10,6 +10,7 @@
 license=('GPL')
 options=(!emptydirs)
 depends=('glibc')
+optdepends=('mac: Monkey Audio support')
 
source=(http://www.etree.org/shnutils/shntool/dist/src/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('5d41f8f42c3c15e3145a7a43539c3eae')
 sha1sums=('7a2bc8801e180cf582f0e39775603582e35d50d2')


[arch-commits] Commit in python-pandas/trunk (PKGBUILD)

2014-10-27 Thread Andrzej Giniewicz
Date: Monday, October 27, 2014 @ 16:10:42
  Author: aginiewicz
Revision: 121493

upgpkg: python-pandas 0.15.0-1

New release of python-pandas

Modified:
  python-pandas/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 14:11:53 UTC (rev 121492)
+++ PKGBUILD2014-10-27 15:10:42 UTC (rev 121493)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.14.1
-pkgrel=4
+pkgver=0.15.0
+pkgrel=1
 pkgdesc=Cross-section and time series data analysis toolkit
 arch=('i686' 'x86_64')
 url=http://pandas.pydata.org/;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
  'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz')
 
source=(https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz;)
-md5sums=('393dd8f35411e4022177aa64b2da46f4')
+md5sums=('eb2427593747da949aa4ff12aa1e048d')
 
 prepare() {
   cd $srcdir


[arch-commits] Commit in python-pandas/repos (4 files)

2014-10-27 Thread Andrzej Giniewicz
Date: Monday, October 27, 2014 @ 16:10:54
  Author: aginiewicz
Revision: 121494

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

Added:
  python-pandas/repos/community-i686/PKGBUILD
(from rev 121493, python-pandas/trunk/PKGBUILD)
  python-pandas/repos/community-x86_64/PKGBUILD
(from rev 121493, python-pandas/trunk/PKGBUILD)
Deleted:
  python-pandas/repos/community-i686/PKGBUILD
  python-pandas/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  190 
 community-i686/PKGBUILD   |   95 --
 community-x86_64/PKGBUILD |   95 --
 3 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-27 15:10:42 UTC (rev 121493)
+++ community-i686/PKGBUILD 2014-10-27 15:10:54 UTC (rev 121494)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Keith Hughitt khugh...@umd.edu
-
-pkgbase=python-pandas
-pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.14.1
-pkgrel=4
-pkgdesc=Cross-section and time series data analysis toolkit
-arch=('i686' 'x86_64')
-url=http://pandas.pydata.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
- 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz')
-source=(https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz;)
-md5sums=('393dd8f35411e4022177aa64b2da46f4')
-
-prepare() {
-  cd $srcdir
-  cp -a pandas-${pkgver} pandas-py2-${pkgver}
-  cd pandas-py2-${pkgver}
-
-  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg Building Python2
-  cd $srcdir/pandas-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 
'python2-setuptools')
-  optdepends=('python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
-  'python2-scipy: needed for miscellaneous statistical functions'
-  'python2-pytables: needed for HDF5-based storage'
-  'python2-sqlalchemy: needed for SQL database support'
-  'python2-matplotlib: needed for plotting'
-  'python2-statsmodels: needed for parts of pandas.stats'
-  'python2-openpyxl1: needed for Excel XLSX input/output'
-  'python2-xlsxwriter: alternative Excel XLSX output'
-  'python2-xlrd: needed for Excel XLS input'
-  'python2-xlwt: needed for Excel XLS output'
-  'python2-boto: needed for access to Amazon S3 storage'
-  'python2-beautifulsoup4: needed for read_html function'
-  'python2-lxml: needed for read_html function (and/or 
python2-html5lib)'
-  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)'
-  'python2-httplib2: needed for gbq'
-  'python2-google-api-python-client: needed for gbq'
-  'python2-gflags: needed for gbq'
-  'xsel: needed for read_clipboard function (or xclip)'
-  'xclip: needed for read_clipboard function (or xsel)')
-
-  cd $srcdir/pandas-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-  optdepends=('python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-  'python-scipy: needed for miscellaneous statistical functions'
-  'python-pytables: needed for HDF5-based storage'
-  'python-sqlalchemy: needed for SQL database support'
-  'python-matplotlib: needed for plotting'
-  'python-statsmodels: needed for parts of pandas.stats'
-  'python-openpyxl1: needed for Excel XLSX input/output'
-  'python-xlsxwriter: alternative Excel XLSX output'
-  'python-xlrd: needed for Excel XLS input'
-  'python-beautifulsoup4: needed for read_html function'
-  'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-  'python-html5lib: needed for read_hmlt function 

[arch-commits] Commit in (4 files)

2014-10-27 Thread Anatol Pomozov
Date: Monday, October 27, 2014 @ 19:48:04
  Author: anatolik
Revision: 121495

Move uboot related packages from AUR to [community]

Added:
  uboot-tools/
  uboot-tools/repos/
  uboot-tools/trunk/
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Added: uboot-tools/trunk/PKGBUILD
===
--- uboot-tools/trunk/PKGBUILD  (rev 0)
+++ uboot-tools/trunk/PKGBUILD  2014-10-27 18:48:04 UTC (rev 121495)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2014.10
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
+}


Property changes on: uboot-tools/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in uboot-tools/repos (4 files)

2014-10-27 Thread Anatol Pomozov
Date: Monday, October 27, 2014 @ 19:48:52
  Author: anatolik
Revision: 121496

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

Added:
  uboot-tools/repos/community-testing-i686/
  uboot-tools/repos/community-testing-i686/PKGBUILD
(from rev 121495, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-testing-x86_64/
  uboot-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 121495, uboot-tools/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   27 +++
 community-testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: uboot-tools/repos/community-testing-i686/PKGBUILD (from rev 121495, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-27 18:48:52 UTC (rev 121496)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2014.10
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
+}

Copied: uboot-tools/repos/community-testing-x86_64/PKGBUILD (from rev 121495, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-27 18:48:52 UTC (rev 121496)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2014.10
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
+}


[arch-commits] Commit in ruby/trunk (PKGBUILD)

2014-10-27 Thread Anatol Pomozov
Date: Monday, October 27, 2014 @ 20:28:46
  Author: anatolik
Revision: 225395

upgpkg: ruby 2.1.4-1

Modified:
  ruby/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 13:38:07 UTC (rev 225394)
+++ PKGBUILD2014-10-27 19:28:46 UTC (rev 225395)
@@ -4,8 +4,8 @@
 # Contributor: Jeramy Rutley jrut...@gmail.com
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=2.1.3
-pkgrel=2
+pkgver=2.1.4
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
 license=('BSD' 'custom')
@@ -17,7 +17,7 @@
 
source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz;
 'gemrc'
 'disable_sse2_on_i686.patch')
-sha1sums=('d4e5447f0f6a5fda206cdadbfda470b97943ea7a'
+sha1sums=('ce83142e829b1172ded4dfa46d4abd1fce2dd6d6'
   'de4b760b7e2cd9af88ca67536ce37b950f1ee514'
   '6e919c4892ef1f02d99e5620c6aac1251fc4597c')
 


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

2014-10-27 Thread Anatol Pomozov
Date: Monday, October 27, 2014 @ 20:29:41
  Author: anatolik
Revision: 225396

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

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 225395, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/disable_sse2_on_i686.patch
(from rev 225395, ruby/trunk/disable_sse2_on_i686.patch)
  ruby/repos/testing-i686/gemrc
(from rev 225395, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 225395, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 225395, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/disable_sse2_on_i686.patch
(from rev 225395, ruby/trunk/disable_sse2_on_i686.patch)
  ruby/repos/testing-x86_64/gemrc
(from rev 225395, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 225395, ruby/trunk/ruby.install)

---+
 testing-i686/PKGBUILD |   82 
 testing-i686/disable_sse2_on_i686.patch   |   27 +
 testing-i686/gemrc|5 +
 testing-i686/ruby.install |   22 +++
 testing-x86_64/PKGBUILD   |   82 
 testing-x86_64/disable_sse2_on_i686.patch |   27 +
 testing-x86_64/gemrc  |5 +
 testing-x86_64/ruby.install   |   22 +++
 8 files changed, 272 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 225395, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-27 19:29:41 UTC (rev 225396)
@@ -0,0 +1,82 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=2.1.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+# disable ruby tk since 1.9.3 it has caused a segfault on require 'tk'
+# https://bugs.ruby-lang.org/issues/8000
+# wait for upstream to start supporting tk 8.6
+makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml' 
'ttf-dejavu') # 'tk'
+options=('!emptydirs' '!makeflags' 'staticlibs')
+source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz;
+'gemrc'
+'disable_sse2_on_i686.patch')
+sha1sums=('ce83142e829b1172ded4dfa46d4abd1fce2dd6d6'
+  'de4b760b7e2cd9af88ca67536ce37b950f1ee514'
+  '6e919c4892ef1f02d99e5620c6aac1251fc4597c')
+
+
+prepare() {
+  cd ruby-${pkgver}
+
+  # FS#39470
+  patch -Np1 -i ${srcdir}/disable_sse2_on_i686.patch
+}
+
+build() {
+  cd ruby-${pkgver}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('gdbm' 'openssl' 'libffi' 'libyaml' 'gmp' 'zlib')
+  optdepends=('ruby-docs: Ruby documentation') # 'tk: for Ruby/TK'
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver}
+
+  make DESTDIR=${pkgdir} install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc ${pkgdir}/etc/gemrc
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby/BSDL
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver}
+
+  make DESTDIR=${pkgdir} install-doc install-capi
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby-docs/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby-docs/BSDL
+}

Copied: ruby/repos/testing-i686/disable_sse2_on_i686.patch (from rev 225395, 
ruby/trunk/disable_sse2_on_i686.patch)
===
--- testing-i686/disable_sse2_on_i686.patch (rev 0)
+++ testing-i686/disable_sse2_on_i686.patch 2014-10-27 19:29:41 UTC (rev 
225396)
@@ -0,0 +1,27 @@
+diff --git a/configure.in b/configure.in
+index fc01f3b..bd9f950 100644
+--- a/configure.in
 b/configure.in
+@@ -858,22 +858,6 @@ if test $GCC = yes; then
+ for oflag in -fno-fast-math; do
+   RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
+ done
+-AS_CASE([$target],
+-  [*-darwin*], [
+-  # doesn't seem necessary on Mac OS X
+-  ],
+-  [[i[4-6]86*|i386*mingw*]], [
+-  RUBY_TRY_CFLAGS(-msse2 -mfpmath=sse, [
+-  RUBY_APPEND_OPTION(XCFLAGS, -msse2 

[arch-commits] Commit in grub/trunk (PKGBUILD grub-intel-ucode.patch)

2014-10-27 Thread Ronald van Haren
Date: Monday, October 27, 2014 @ 21:22:52
  Author: ronald
Revision: 225397

upgpkg: grub 1:2.02.beta2-5

load intel microcode in 10_linux

Added:
  grub/trunk/grub-intel-ucode.patch
Modified:
  grub/trunk/PKGBUILD

+
 PKGBUILD   |8 +++-
 grub-intel-ucode.patch |   26 ++
 2 files changed, 33 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 19:29:41 UTC (rev 225396)
+++ PKGBUILD2014-10-27 20:22:52 UTC (rev 225397)
@@ -22,7 +22,7 @@
 pkgname=grub
 pkgdesc=GNU GRand Unified Bootloader (2)
 pkgver=2.02.beta2
-pkgrel=4
+pkgrel=5
 epoch=1
 url=https://www.gnu.org/software/grub/;
 arch=('x86_64' 'i686')
@@ -57,6 +57,7 @@
 
http://ftp.gnu.org/gnu/unifont/unifont-${_UNIFONT_VER}/unifont-${_UNIFONT_VER}.bdf.gz;
 
http://ftp.gnu.org/gnu/unifont/unifont-${_UNIFONT_VER}/unifont-${_UNIFONT_VER}.bdf.gz.sig;
 'grub-10_linux-detect-archlinux-initramfs.patch'
+   'grub-intel-ucode.patch'
 'grub-add-GRUB_COLOR_variables.patch'
 '60_memtest86+'
 'grub.default'
@@ -67,6 +68,7 @@
  '728b7439ac733a7c0d56049adec364c7'
  'SKIP'
  '945527e0de8d384166a4cf23439ae9ee'
+'a678629bc82c4e70c48d28242036d1d7'
  'e506ae4a9f9f7d1b765febfa84e10d48'
  'be55eabc102f2c60b38ed35c203686d6'
  'a03ffd56324520393bf574cefccb893d'
@@ -81,6 +83,10 @@

cd ${srcdir}/grub-${_pkgver}/

+   msg Patch to load Intel microcode
+   patch -Np1 -i ${srcdir}/grub-intel-ucode.patch
+   echo
+
msg Patch to detect of Arch Linux initramfs images by grub-mkconfig
patch -Np1 -i ${srcdir}/grub-10_linux-detect-archlinux-initramfs.patch
echo

Added: grub-intel-ucode.patch
===
--- grub-intel-ucode.patch  (rev 0)
+++ grub-intel-ucode.patch  2014-10-27 20:22:52 UTC (rev 225397)
@@ -0,0 +1,26 @@
+diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
+index d2e2a8f..f67e50f 100644
+--- a/util/grub.d/10_linux.in
 b/util/grub.d/10_linux.in
+@@ -65,6 +65,12 @@ case x$GRUB_FS in
+   ;;
+ esac
+ 
++intel_ucode=
++if test -e /boot/intel-ucode.img ; then
++gettext_printf Found Intel Microcode image\n 2
++intel_ucode=$(make_system_path_relative_to_its_root 
/boot/intel-ucode.img)
++fi
++
+ title_correction_code=
+ 
+ linux_entry ()
+@@ -136,7 +142,7 @@ EOF
+ message=$(gettext_printf Loading initial ramdisk ...)
+ sed s/^/$submenu_indentation/  EOF
+   echo'$(echo $message | grub_quote)'
+-  initrd  ${rel_dirname}/${initrd}
++  initrd  ${intel_ucode} ${rel_dirname}/${initrd}
+ EOF
+   fi
+   sed s/^/$submenu_indentation/  EOF


[arch-commits] Commit in grub/repos (26 files)

2014-10-27 Thread Ronald van Haren
Date: Monday, October 27, 2014 @ 21:23:33
  Author: ronald
Revision: 225398

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

Added:
  grub/repos/testing-i686/
  grub/repos/testing-i686/10_archlinux
(from rev 225397, grub/trunk/10_archlinux)
  grub/repos/testing-i686/60_memtest86+
(from rev 225397, grub/trunk/60_memtest86+)
  grub/repos/testing-i686/PKGBUILD
(from rev 225397, grub/trunk/PKGBUILD)
  grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 225397, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-i686/grub-10_linux-detect-archlinux-initramfs.patch
(from rev 225397, grub/trunk/grub-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-i686/grub-2.00-mkinitcpio-0.15.patch
(from rev 225397, grub/trunk/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/testing-i686/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 225397, grub/trunk/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/testing-i686/grub-add-GRUB_COLOR_variables.patch
(from rev 225397, grub/trunk/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-i686/grub-intel-ucode.patch
(from rev 225397, grub/trunk/grub-intel-ucode.patch)
  grub/repos/testing-i686/grub.cfg
(from rev 225397, grub/trunk/grub.cfg)
  grub/repos/testing-i686/grub.default
(from rev 225397, grub/trunk/grub.default)
  grub/repos/testing-i686/grub.install
(from rev 225397, grub/trunk/grub.install)
  grub/repos/testing-x86_64/
  grub/repos/testing-x86_64/10_archlinux
(from rev 225397, grub/trunk/10_archlinux)
  grub/repos/testing-x86_64/60_memtest86+
(from rev 225397, grub/trunk/60_memtest86+)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 225397, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 225397, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-x86_64/grub-10_linux-detect-archlinux-initramfs.patch
(from rev 225397, grub/trunk/grub-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-x86_64/grub-2.00-mkinitcpio-0.15.patch
(from rev 225397, grub/trunk/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/testing-x86_64/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 225397, grub/trunk/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/testing-x86_64/grub-add-GRUB_COLOR_variables.patch
(from rev 225397, grub/trunk/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-x86_64/grub-intel-ucode.patch
(from rev 225397, grub/trunk/grub-intel-ucode.patch)
  grub/repos/testing-x86_64/grub.cfg
(from rev 225397, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 225397, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 225397, grub/trunk/grub.install)

---+
 testing-i686/10_archlinux |  194 
 testing-i686/60_memtest86+|   32 
 testing-i686/PKGBUILD |  389 ++
 testing-i686/archlinux_grub_mkconfig_fixes.patch  |  143 +++
 testing-i686/grub-10_linux-detect-archlinux-initramfs.patch   |   54 +
 testing-i686/grub-2.00-mkinitcpio-0.15.patch  |   11 
 testing-i686/grub-2.00.5086-fix-lvm-parsing.patch |   54 +
 testing-i686/grub-add-GRUB_COLOR_variables.patch  |   32 
 testing-i686/grub-intel-ucode.patch   |   26 
 testing-i686/grub.cfg |  139 +++
 testing-i686/grub.default |   47 +
 testing-i686/grub.install |   33 
 testing-x86_64/10_archlinux   |  194 
 testing-x86_64/60_memtest86+  |   32 
 testing-x86_64/PKGBUILD   |  389 ++
 testing-x86_64/archlinux_grub_mkconfig_fixes.patch|  143 +++
 testing-x86_64/grub-10_linux-detect-archlinux-initramfs.patch |   54 +
 testing-x86_64/grub-2.00-mkinitcpio-0.15.patch|   11 
 testing-x86_64/grub-2.00.5086-fix-lvm-parsing.patch   |   54 +
 testing-x86_64/grub-add-GRUB_COLOR_variables.patch|   32 
 testing-x86_64/grub-intel-ucode.patch |   26 
 testing-x86_64/grub.cfg   |  139 +++
 testing-x86_64/grub.default   |   47 +
 testing-x86_64/grub.install   |   33 
 24 files changed, 2308 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 225397:225398 to see the changes.


[arch-commits] Commit in openmw/trunk (PKGBUILD)

2014-10-27 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 21:39:44
  Author: svenstaro
Revision: 121497

upgpkg: openmw 0.33.0-1

upstream release 0.33.0

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 18:48:52 UTC (rev 121496)
+++ PKGBUILD2014-10-27 20:39:44 UTC (rev 121497)
@@ -2,7 +2,7 @@
 # Contributor: Sandy Carter bwrsand...@gmail.com
 
 pkgname=openmw
-pkgver=0.32.0
+pkgver=0.33.0
 pkgrel=1
 pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
 makedepends=('cmake' 'boost')
 source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha1sums=('4186d3a5aa55ef376bbc5a3534185ebea1544725')
+sha1sums=('d0d2b135910b9925999bd7983a10c2ff96381859')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}


[arch-commits] Commit in openmw/repos (4 files)

2014-10-27 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 21:39:52
  Author: svenstaro
Revision: 121498

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

Added:
  openmw/repos/community-i686/PKGBUILD
(from rev 121497, openmw/trunk/PKGBUILD)
  openmw/repos/community-x86_64/PKGBUILD
(from rev 121497, openmw/trunk/PKGBUILD)
Deleted:
  openmw/repos/community-i686/PKGBUILD
  openmw/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-27 20:39:44 UTC (rev 121497)
+++ community-i686/PKGBUILD 2014-10-27 20:39:52 UTC (rev 121498)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Sandy Carter bwrsand...@gmail.com
-
-pkgname=openmw
-pkgver=0.32.0
-pkgrel=1
-pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
-arch=('i686' 'x86_64')
-url=http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha1sums=('4186d3a5aa55ef376bbc5a3534185ebea1544725')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-i686/PKGBUILD (from rev 121497, 
openmw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-27 20:39:52 UTC (rev 121498)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.33.0
+pkgrel=1
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('d0d2b135910b9925999bd7983a10c2ff96381859')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-27 20:39:44 UTC (rev 121497)
+++ community-x86_64/PKGBUILD   2014-10-27 20:39:52 UTC (rev 121498)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Sandy Carter bwrsand...@gmail.com
-
-pkgname=openmw
-pkgver=0.32.0
-pkgrel=1
-pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
-arch=('i686' 'x86_64')
-url=http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha1sums=('4186d3a5aa55ef376bbc5a3534185ebea1544725')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-x86_64/PKGBUILD (from rev 121497, 
openmw/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-27 20:39:52 UTC (rev 121498)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.33.0
+pkgrel=1
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('d0d2b135910b9925999bd7983a10c2ff96381859')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}

[arch-commits] Commit in wanderlust/trunk (PKGBUILD)

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 21:49:52
  Author: spupykin
Revision: 121499

upgpkg: wanderlust 20141027-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 20:39:52 UTC (rev 121498)
+++ PKGBUILD2014-10-27 20:49:52 UTC (rev 121499)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20141021
+pkgver=20141027
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)
@@ -16,7 +16,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('05696eb4f17b677add9d5052f4252cc1')
+md5sums=('5b8e53eaf44ee96938fc3d1e898547d4')
 
 package() {
   cd $srcdir/wanderlust-wanderlust-*


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

2014-10-27 Thread Sergej Pupykin
Date: Monday, October 27, 2014 @ 21:50:01
  Author: spupykin
Revision: 121500

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   62 +--
 wanderlust.install |   44 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 20:49:52 UTC (rev 121499)
+++ PKGBUILD2014-10-27 20:50:01 UTC (rev 121500)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Norberto Lopes shel...@mail.telepac.pt
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20141021
-pkgrel=1
-pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
-arch=(any)
-#url=http://www.gohome.org/wl;
-url=https://github.com/wanderlust/wanderlust/;
-license=('GPL')
-depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('05696eb4f17b677add9d5052f4252cc1')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 121499, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 20:50:01 UTC (rev 121500)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Norberto Lopes shel...@mail.telepac.pt
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20141027
+pkgrel=1
+pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
+arch=(any)
+#url=http://www.gohome.org/wl;
+url=https://github.com/wanderlust/wanderlust/;
+license=('GPL')
+depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
+md5sums=('5b8e53eaf44ee96938fc3d1e898547d4')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2014-10-27 20:49:52 UTC (rev 121499)
+++ wanderlust.install  2014-10-27 20:50:01 UTC (rev 121500)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/wl.info.gz $infodir/dir
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/wl.info.gz $infodir/dir
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 121499, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2014-10-27 20:50:01 UTC (rev 121500)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/wl.info.gz $infodir/dir
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/wl.info.gz

[arch-commits] Commit in geogebra/repos/community-any (8 files)

2014-10-27 Thread Evgeniy Alekseev
Date: Monday, October 27, 2014 @ 22:41:00
  Author: arcanis
Revision: 121502

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 121501, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 121501, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 121501, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 121501, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   67 ++-
 PKGBUILD |   82 ++---
 geogebra |   14 -
 geogebra.install |   28 +-
 4 files changed, 97 insertions(+), 94 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-10-27 21:40:42 UTC (rev 121501)
+++ ChangeLog   2014-10-27 21:41:00 UTC (rev 121502)
@@ -1,32 +0,0 @@
-5.0.1.0-1:
-upstream update
-
-5.0.16.0-1:
-upstream update
-
-5.0.14.0-1:
-upstream update
-
-5.0.9.0-1:
-upstream update
-
-5.0.8.0-1:
-upstream update
-
-5.0.7.0-1:
-upstream update
-
-5.0.4.0-1:
-upstream update
-
-4.4.45.0-1:
-upstream update
-
-4.4.44.0-1:
-upstream update
-
-4.4.43.0-1:
-upstream update
-
-4.4.42.0-1:
-upstream update

Copied: geogebra/repos/community-any/ChangeLog (from rev 121501, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-10-27 21:41:00 UTC (rev 121502)
@@ -0,0 +1,35 @@
+5.0.19.0-1:
+upstream update
+
+5.0.18.0-1:
+upstream update
+
+5.0.16.0-1:
+upstream update
+
+5.0.14.0-1:
+upstream update
+
+5.0.9.0-1:
+upstream update
+
+5.0.8.0-1:
+upstream update
+
+5.0.7.0-1:
+upstream update
+
+5.0.4.0-1:
+upstream update
+
+4.4.45.0-1:
+upstream update
+
+4.4.44.0-1:
+upstream update
+
+4.4.43.0-1:
+upstream update
+
+4.4.42.0-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 21:40:42 UTC (rev 121501)
+++ PKGBUILD2014-10-27 21:41:00 UTC (rev 121502)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik at gmail dot com
-
-pkgname=geogebra
-pkgver=5.0.18.0
-pkgrel=1
-pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
-geogebra)
-install=geogebra.install
-md5sums=('18f5971cbe739674299411b2d26ddc5f'
- '167a8f9368eb4e27b1f339796f0c091a')
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
-  --name=GeoGebra \
-  --categories=Education;Science;Math \
-  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
-}
-
-package() {
-  cd GeoGebra-Linux-Portable-${pkgver}
-
-  install -Dm755 ${srcdir}/geogebra ${pkgdir}/usr/bin/geogebra
-  install -dm755 ${pkgdir}/usr/share/geogebra
-  install geogebra/* -t ${pkgdir}/usr/share/geogebra/
-
-  install -Dm644 ${srcdir}/geogebra.desktop 
${pkgdir}/usr/share/applications/geogebra.desktop
-  install -Dm644 geogebra.png ${pkgdir}/usr/share/pixmaps/geogebra.png
-}
-

Copied: geogebra/repos/community-any/PKGBUILD (from rev 121501, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 21:41:00 UTC (rev 121502)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik at gmail dot com
+
+pkgname=geogebra
+pkgver=5.0.19.0
+pkgrel=1
+pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
+geogebra)
+install=geogebra.install
+md5sums=('a19921f8f40632f108875d974981c40f'
+ 

[arch-commits] Commit in geogebra/trunk (ChangeLog PKGBUILD)

2014-10-27 Thread Evgeniy Alekseev
Date: Monday, October 27, 2014 @ 22:40:42
  Author: arcanis
Revision: 121501

upgpkg: geogebra 5.0.19.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |5 -
 PKGBUILD  |4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2014-10-27 20:50:01 UTC (rev 121500)
+++ ChangeLog   2014-10-27 21:40:42 UTC (rev 121501)
@@ -1,6 +1,9 @@
-5.0.1.0-1:
+5.0.19.0-1:
 upstream update
 
+5.0.18.0-1:
+upstream update
+
 5.0.16.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 20:50:01 UTC (rev 121500)
+++ PKGBUILD2014-10-27 21:40:42 UTC (rev 121501)
@@ -5,7 +5,7 @@
 # Contributor: moostik mooostik at gmail dot com
 
 pkgname=geogebra
-pkgver=5.0.18.0
+pkgver=5.0.19.0
 pkgrel=1
 pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
 arch=('any')
@@ -17,7 +17,7 @@
 
source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
 geogebra)
 install=geogebra.install
-md5sums=('18f5971cbe739674299411b2d26ddc5f'
+md5sums=('a19921f8f40632f108875d974981c40f'
  '167a8f9368eb4e27b1f339796f0c091a')
 changelog=ChangeLog
 


[arch-commits] Commit in chromium/trunk (PKGBUILD)

2014-10-27 Thread Evangelos Foutras
Date: Monday, October 27, 2014 @ 23:04:50
  Author: foutrelis
Revision: 225399

upgpkg: chromium 38.0.2125.111-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 20:23:33 UTC (rev 225398)
+++ PKGBUILD2014-10-27 22:04:50 UTC (rev 225399)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=38.0.2125.104
-pkgrel=2
+pkgver=38.0.2125.111
+pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
 url=http://www.chromium.org/;
@@ -29,7 +29,7 @@
 chromium.desktop
 chromium.default
 chromium.sh)
-sha256sums=('fcd35aef570d3304798a44f00751aa5724eba775596a8795df1a10a6db83d454'
+sha256sums=('e6b43c86c0dff8451c532d7411546f973aa94d755fc2ce6574d8eabe55d35a1f'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9')


[arch-commits] Commit in chromium/repos (20 files)

2014-10-27 Thread Evangelos Foutras
Date: Monday, October 27, 2014 @ 23:05:17
  Author: foutrelis
Revision: 225400

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 225399, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium.default
(from rev 225399, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 225399, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 225399, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 225399, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 225399, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium.default
(from rev 225399, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 225399, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 225399, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 225399, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

---+
 /PKGBUILD |  352 
 /chromium.default |8 
 /chromium.desktop |  226 +
 /chromium.install |   24 ++
 /chromium.sh  |   32 +++
 extra-i686/PKGBUILD   |  176 
 extra-i686/chromium.default   |4 
 extra-i686/chromium.desktop   |  113 
 extra-i686/chromium.install   |   12 -
 extra-i686/chromium.sh|   16 -
 extra-x86_64/PKGBUILD |  176 
 extra-x86_64/chromium.default |4 
 extra-x86_64/chromium.desktop |  113 
 extra-x86_64/chromium.install |   12 -
 extra-x86_64/chromium.sh  |   16 -
 15 files changed, 642 insertions(+), 642 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 225399:225400 to see the changes.


[arch-commits] Commit in salt/trunk (PKGBUILD)

2014-10-27 Thread Daniel Wallace
Date: Tuesday, October 28, 2014 @ 05:10:57
  Author: dwallace
Revision: 121503

add systemd bindings

Modified:
  salt/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 21:41:00 UTC (rev 121502)
+++ PKGBUILD2014-10-28 04:10:57 UTC (rev 121503)
@@ -36,8 +36,7 @@
   cd $pkgbase-$pkgver
   provides=('salt' 'salt-ssh')
   replaces=('salt=2014.1.13')
-  depends=('python2'
-   'python2-jinja'
+  depends=('python2-jinja'
'python2-msgpack'
'python2-yaml'
'python2-markupsafe'
@@ -44,7 +43,8 @@
'python2-requests'
'python2-pyzmq'
'python2-crypto'
-   'python2-m2crypto')
+   'python2-m2crypto'
+   'python2-systemd')
   python2 setup.py clean
   python2 setup.py install --root=$pkgdir --optimize=1 \
 --salt-pidfile-dir=/run/salt
@@ -62,8 +62,7 @@
 package_salt-raet() {
   cd $pkgbase-$pkgver
   provides=('salt' 'salt-ssh')
-  depends=('python2'
-   'python2-jinja'
+  depends=('python2-jinja'
'python2-msgpack'
'python2-yaml'
'python2-markupsafe'
@@ -70,7 +69,8 @@
'python2-requests'
'python2-libnacl'
'python2-ioflo'
-   'python2-raet')
+   'python2-raet'
+   'python2-systemd')
   python2 setup.py clean
   python2 setup.py install --root=$pkgdir --optimize=1 \
 --salt-pidfile-dir=/run/salt --salt-transport=raet