[arch-commits] Commit in (liblxqt-mount)

2015-11-03 Thread Jerome Leclanche
Date: Tuesday, November 3, 2015 @ 09:50:01
  Author: jleclanche
Revision: 145759

Remove liblxqt-mount

Deleted:
  liblxqt-mount/


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

2015-11-03 Thread Laurent Carlier
Date: Tuesday, November 3, 2015 @ 09:56:17
  Author: lcarlier
Revision: 145762

upgpkg: patchutils 0.3.4-1

upstream update 0.3.4

Modified:
  patchutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 08:51:36 UTC (rev 145761)
+++ PKGBUILD2015-11-03 08:56:17 UTC (rev 145762)
@@ -3,7 +3,7 @@
 # Maintainer: Douglas Soares de Andrade 
 
 pkgname=patchutils
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="A small collection of programs that operate on patch files"
 license=('GPL')
@@ -11,7 +11,7 @@
 depends=('perl')
 arch=('i686' 'x86_64')
 source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz)
-md5sums=('b640b6b8af6183f83eacf7bd6d2460cb')
+md5sums=('ee95b5993d07ccdf27ca9f2cc4e6ffee')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-11-03 Thread Laurent Carlier
Date: Tuesday, November 3, 2015 @ 09:56:31
  Author: lcarlier
Revision: 145763

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 08:56:17 UTC (rev 145762)
+++ community-i686/PKGBUILD 2015-11-03 08:56:31 UTC (rev 145763)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Aurelien Foret 
-# Maintainer: Douglas Soares de Andrade 
-
-pkgname=patchutils
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="A small collection of programs that operate on patch files"
-license=('GPL')
-url="http://cyberelk.net/tim/patchutils/;
-depends=('perl')
-arch=('i686' 'x86_64')
-source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz)
-md5sums=('b640b6b8af6183f83eacf7bd6d2460cb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: patchutils/repos/community-i686/PKGBUILD (from rev 145762, 
patchutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 08:56:31 UTC (rev 145763)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Aurelien Foret 
+# Maintainer: Douglas Soares de Andrade 
+
+pkgname=patchutils
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="A small collection of programs that operate on patch files"
+license=('GPL')
+url="http://cyberelk.net/tim/patchutils/;
+depends=('perl')
+arch=('i686' 'x86_64')
+source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz)
+md5sums=('ee95b5993d07ccdf27ca9f2cc4e6ffee')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 08:56:17 UTC (rev 145762)
+++ community-x86_64/PKGBUILD   2015-11-03 08:56:31 UTC (rev 145763)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Aurelien Foret 
-# Maintainer: Douglas Soares de Andrade 
-
-pkgname=patchutils
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="A small collection of programs that operate on patch files"
-license=('GPL')
-url="http://cyberelk.net/tim/patchutils/;
-depends=('perl')
-arch=('i686' 'x86_64')
-source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz)
-md5sums=('b640b6b8af6183f83eacf7bd6d2460cb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: patchutils/repos/community-x86_64/PKGBUILD (from rev 145762, 
patchutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 08:56:31 UTC (rev 145763)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Aurelien Foret 
+# Maintainer: Douglas Soares de Andrade 
+
+pkgname=patchutils
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="A small collection of programs that operate on patch files"
+license=('GPL')
+url="http://cyberelk.net/tim/patchutils/;
+depends=('perl')
+arch=('i686' 'x86_64')
+source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz)
+md5sums=('ee95b5993d07ccdf27ca9f2cc4e6ffee')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}


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

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 10:15:43
  Author: fyan
Revision: 145771

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

Added:
  python-zope-security/repos/community-i686/
  python-zope-security/repos/community-i686/PKGBUILD
(from rev 145770, python-zope-security/trunk/PKGBUILD)
  python-zope-security/repos/community-x86_64/
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 145770, python-zope-security/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   56 
 community-x86_64/PKGBUILD |   56 
 2 files changed, 112 insertions(+)

Copied: python-zope-security/repos/community-i686/PKGBUILD (from rev 145770, 
python-zope-security/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 09:15:43 UTC (rev 145771)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
+ 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+ 'python-zope-schema' 'python2-zope-schema' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-configuration' 
'python2-zope-configuration'
+  'python-zope-testing' 'python2-zope-testing' 
'python-zope-testrunner'
+  'python2-zope-testrunner')
+source=("git+https://github.com/zopefoundation/zope.security.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.security{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.security"
+  python setup.py build
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.security"
+  python setup.py test
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py test
+}
+
+package_python-zope-security() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.security"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-security() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 145770, 
python-zope-security/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 09:15:43 UTC (rev 145771)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
+ 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+ 'python-zope-schema' 'python2-zope-schema' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-configuration' 
'python2-zope-configuration'
+  'python-zope-testing' 'python2-zope-testing' 
'python-zope-testrunner'
+  'python2-zope-testrunner')
+source=("git+https://github.com/zopefoundation/zope.security.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.security{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.security"
+  python setup.py build
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.security"
+  python setup.py test
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py test
+}
+
+package_python-zope-security() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.security"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-security() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 10:15:12
  Author: fyan
Revision: 145770

addpkg: python-zope-security 4.0.3-1

Added:
  python-zope-security/
  python-zope-security/repos/
  python-zope-security/trunk/
  python-zope-security/trunk/PKGBUILD

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

Added: python-zope-security/trunk/PKGBUILD
===
--- python-zope-security/trunk/PKGBUILD (rev 0)
+++ python-zope-security/trunk/PKGBUILD 2015-11-03 09:15:12 UTC (rev 145770)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
+ 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+ 'python-zope-schema' 'python2-zope-schema' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-configuration' 
'python2-zope-configuration'
+  'python-zope-testing' 'python2-zope-testing' 
'python-zope-testrunner'
+  'python2-zope-testrunner')
+source=("git+https://github.com/zopefoundation/zope.security.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.security{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.security"
+  python setup.py build
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.security"
+  python setup.py test
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py test
+}
+
+package_python-zope-security() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.security"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-security() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-03 Thread Ike Devolder
Date: Tuesday, November 3, 2015 @ 10:51:24
  Author: idevolder
Revision: 145775

upgpkg: opera 33.0.1990.58-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 09:19:13 UTC (rev 145774)
+++ PKGBUILD2015-11-03 09:51:24 UTC (rev 145775)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=33.0.1990.43
+pkgver=33.0.1990.58
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -33,7 +33,7 @@
 )
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('39798cfd3a10402e95bcd93cf03c43f0d3819561d22f7a7ecf0ebe9d4c4bef8d')
+sha256sums_x86_64=('802e2b0e22fede4a9db3f8c6931d93153704f46a6fd69b8360f59465f232a014')
 
 prepare() {
 sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"


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

2015-11-03 Thread Ike Devolder
Date: Tuesday, November 3, 2015 @ 10:51:32
  Author: idevolder
Revision: 145776

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 145775, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 145775, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 145775, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 145775, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  138 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 +++
 4 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 09:51:24 UTC (rev 145775)
+++ PKGBUILD2015-11-03 09:51:32 UTC (rev 145776)
@@ -1,69 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=33.0.1990.43
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-'opera-ffmpeg-codecs: playback of proprietary video/audio'
-)
-arch=('x86_64')
-source_x86_64=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
-)
-source=(
-"opera"
-"default"
-)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('39798cfd3a10402e95bcd93cf03c43f0d3819561d22f7a7ecf0ebe9d4c4bef8d')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 145775, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 09:51:32 UTC (rev 145776)
@@ -0,0 +1,69 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=33.0.1990.58
+pkgrel=1
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
+optdepends=(
+'curl: opera crash reporter and autoupdate checker'
+'opera-ffmpeg-codecs: playback of proprietary video/audio'
+)
+arch=('x86_64')
+source_x86_64=(
+
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+)
+source=(
+"opera"
+"default"
+)
+sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
+'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
+sha256sums_x86_64=('802e2b0e22fede4a9db3f8c6931d93153704f46a6fd69b8360f59465f232a014')
+
+prepare() {
+sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
+sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
+-i 

[arch-commits] Commit in python-subunit/repos (community-any community-any/PKGBUILD)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:51:36
  Author: fyan
Revision: 145761

archrelease: copy trunk to community-any

Added:
  python-subunit/repos/community-any/
  python-subunit/repos/community-any/PKGBUILD
(from rev 145760, python-subunit/trunk/PKGBUILD)

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

Copied: python-subunit/repos/community-any/PKGBUILD (from rev 145760, 
python-subunit/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 08:51:36 UTC (rev 145761)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-subunit
+pkgname=('python-subunit' 'python2-subunit')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Python implementation of subunit test streaming protocol"
+arch=('any')
+license=('Apache')
+url="http://launchpad.net/subunit;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-extras' 
'python2-extras'
+ 'python-testtools' 'python2-testtools')
+checkdepends=('python-fixtures' 'python2-fixtures' 'python-hypothesis' 
'python2-hypothesis'
+  'python-testscenarios' 'python2-testscenarios')
+source=("https://pypi.python.org/packages/source/p/python-subunit/python-subunit-$pkgver.tar.gz;)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i 's|import unittest2 as unittest|import unittest|' 
python-subunit-$pkgver/python/subunit/tests/test_test_protocol.py
+
+  cp -a python-subunit-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/python-subunit-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python-subunit-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/python-subunit-$pkgver"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m testtools.run 
subunit.test_suite || warning "Tests failed"
+
+  cd "$srcdir/python-subunit-$pkgver-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m testtools.run 
subunit.test_suite || warning "Tests failed"
+}
+
+package_python-subunit() {
+  depends=('python-extras' 'python-testtools')
+
+  cd python-subunit-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-subunit() {
+  depends=('python2-extras' 'python2-testtools')
+
+  cd python-subunit-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  for name in subunit-1to2 subunit-2to1 subunit-filter subunit-ls 
subunit-notify subunit-output subunit-stats subunit-tags subunit2csv 
subunit2gtk subunit2junitxml subunit2pyunit tap2subunit; do
+mv "$pkgdir"/usr/bin/$name{,-python2}
+  done
+}


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:51:17
  Author: fyan
Revision: 145760

addpkg: python-subunit 1.2.0-1

Added:
  python-subunit/
  python-subunit/repos/
  python-subunit/trunk/
  python-subunit/trunk/PKGBUILD

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

Added: python-subunit/trunk/PKGBUILD
===
--- python-subunit/trunk/PKGBUILD   (rev 0)
+++ python-subunit/trunk/PKGBUILD   2015-11-03 08:51:17 UTC (rev 145760)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-subunit
+pkgname=('python-subunit' 'python2-subunit')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Python implementation of subunit test streaming protocol"
+arch=('any')
+license=('Apache')
+url="http://launchpad.net/subunit;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-extras' 
'python2-extras'
+ 'python-testtools' 'python2-testtools')
+checkdepends=('python-fixtures' 'python2-fixtures' 'python-hypothesis' 
'python2-hypothesis'
+  'python-testscenarios' 'python2-testscenarios')
+source=("https://pypi.python.org/packages/source/p/python-subunit/python-subunit-$pkgver.tar.gz;)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i 's|import unittest2 as unittest|import unittest|' 
python-subunit-$pkgver/python/subunit/tests/test_test_protocol.py
+
+  cp -a python-subunit-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/python-subunit-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python-subunit-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/python-subunit-$pkgver"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m testtools.run 
subunit.test_suite || warning "Tests failed"
+
+  cd "$srcdir/python-subunit-$pkgver-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m testtools.run 
subunit.test_suite || warning "Tests failed"
+}
+
+package_python-subunit() {
+  depends=('python-extras' 'python-testtools')
+
+  cd python-subunit-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-subunit() {
+  depends=('python2-extras' 'python2-testtools')
+
+  cd python-subunit-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  for name in subunit-1to2 subunit-2to1 subunit-filter subunit-ls 
subunit-notify subunit-output subunit-stats subunit-tags subunit2csv 
subunit2gtk subunit2junitxml subunit2pyunit tap2subunit; do
+mv "$pkgdir"/usr/bin/$name{,-python2}
+  done
+}


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


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

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 10:09:28
  Author: fyan
Revision: 145764

upgpkg: python-testtools 1.8.0-2

adjust requires metadata

Modified:
  python-testtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 08:56:31 UTC (rev 145763)
+++ PKGBUILD2015-11-03 09:09:28 UTC (rev 145764)
@@ -4,7 +4,7 @@
 pkgbase=python-testtools
 pkgname=('python-testtools' 'python2-testtools')
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensions to the Python standard library unit testing framework"
 arch=('any')
 license=('MIT')
@@ -19,6 +19,7 @@
 prepare() {
   # Since we are always latest...
   sed -i 's|unittest2|unittest|' testtools/testtools/tests/test_run.py 
testtools/testtools/tests/test_testsuite.py 
testtools/testtools/tests/test_deferredruntest.py
+  sed -i '/unittest2>=1.0.0/d' testtools/requirements.txt
 
   cp -a testtools{,-py2}
 
@@ -25,6 +26,7 @@
   # These are for python 2.x and old python 3.x only
   sed -i 's|import linecache2 as linecache|import linecache|' 
testtools/testtools/tests/test_compat.py
   sed -i "s|traceback = try_import('traceback2')|import traceback|" 
testtools/testtools/content.py
+  sed -i '/traceback2/d' testtools/requirements.txt
 }
 
 build() {


[arch-commits] Commit in python-testtools/repos/community-any (PKGBUILD PKGBUILD)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 10:09:49
  Author: fyan
Revision: 145765

archrelease: copy trunk to community-any

Added:
  python-testtools/repos/community-any/PKGBUILD
(from rev 145764, python-testtools/trunk/PKGBUILD)
Deleted:
  python-testtools/repos/community-any/PKGBUILD

--+
 PKGBUILD |  122 +++--
 1 file changed, 62 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 09:09:28 UTC (rev 145764)
+++ PKGBUILD2015-11-03 09:09:49 UTC (rev 145765)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-testtools
-pkgname=('python-testtools' 'python2-testtools')
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Extensions to the Python standard library unit testing framework"
-arch=('any')
-license=('MIT')
-url="https://github.com/testing-cabal/testtools;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml'\
- 'git' 'python-pbr' 'python2-pbr' 'python-extras' 'python2-extras'
- 'python-mimeparse' 'python2-mimeparse' 'python2-traceback2')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=("git+https://github.com/testing-cabal/testtools.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Since we are always latest...
-  sed -i 's|unittest2|unittest|' testtools/testtools/tests/test_run.py 
testtools/testtools/tests/test_testsuite.py 
testtools/testtools/tests/test_deferredruntest.py
-
-  cp -a testtools{,-py2}
-
-  # These are for python 2.x and old python 3.x only
-  sed -i 's|import linecache2 as linecache|import linecache|' 
testtools/testtools/tests/test_compat.py
-  sed -i "s|traceback = try_import('traceback2')|import traceback|" 
testtools/testtools/content.py
-}
-
-build() {
-  cd "$srcdir/testtools"
-  python setup.py build
-
-  cd "$srcdir/testtools-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/testtools"
-  python -m testtools.run testtools.tests.test_suite
-
-  cd "$srcdir/testtools-py2"
-  python2 -m testtools.run testtools.tests.test_suite
-}
-
-package_python-testtools() {
-  depends=('python-pbr' 'python-extras' 'python-mimeparse')
-
-  cd testtools
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-testtools() {
-  depends=('python2-pbr' 'python2-extras' 'python2-mimeparse' 
'python2-traceback2')
-
-  cd testtools-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-testtools/repos/community-any/PKGBUILD (from rev 145764, 
python-testtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 09:09:49 UTC (rev 145765)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testtools
+pkgname=('python-testtools' 'python2-testtools')
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="Extensions to the Python standard library unit testing framework"
+arch=('any')
+license=('MIT')
+url="https://github.com/testing-cabal/testtools;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml'\
+ 'git' 'python-pbr' 'python2-pbr' 'python-extras' 'python2-extras'
+ 'python-mimeparse' 'python2-mimeparse' 'python2-traceback2')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=("git+https://github.com/testing-cabal/testtools.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Since we are always latest...
+  sed -i 's|unittest2|unittest|' testtools/testtools/tests/test_run.py 
testtools/testtools/tests/test_testsuite.py 
testtools/testtools/tests/test_deferredruntest.py
+  sed -i '/unittest2>=1.0.0/d' testtools/requirements.txt
+
+  cp -a testtools{,-py2}
+
+  # These are for python 2.x and old python 3.x only
+  sed -i 's|import linecache2 as linecache|import linecache|' 
testtools/testtools/tests/test_compat.py
+  sed -i "s|traceback = try_import('traceback2')|import traceback|" 
testtools/testtools/content.py
+  sed -i '/traceback2/d' testtools/requirements.txt
+}
+
+build() {
+  cd "$srcdir/testtools"
+  python setup.py build
+
+  cd "$srcdir/testtools-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/testtools"
+  python -m testtools.run testtools.tests.test_suite
+
+  cd "$srcdir/testtools-py2"
+  python2 -m testtools.run testtools.tests.test_suite
+}
+
+package_python-testtools() {
+  depends=('python-pbr' 'python-extras' 'python-mimeparse')
+
+  cd testtools
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-testtools() {
+  depends=('python2-pbr' 

[arch-commits] Commit in python-zope-component/repos (2 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 10:19:13
  Author: fyan
Revision: 145774

archrelease: copy trunk to community-any

Added:
  python-zope-component/repos/community-any/
  python-zope-component/repos/community-any/PKGBUILD
(from rev 145773, python-zope-component/trunk/PKGBUILD)

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

Copied: python-zope-component/repos/community-any/PKGBUILD (from rev 145773, 
python-zope-component/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 09:19:13 UTC (rev 145774)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Hanna 
+
+pkgname=('python-zope-component' 'python2-zope-component')
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="Represents the core of the Zope Component Architecture"
+arch=('any')
+url="https://github.com/zopefoundation/zope.component;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
+ 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-persistent' 
'python2-persistent'
+  'python-zope-hookable' 'python2-zope-hookable' 
'python-zope-location'
+  'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+  'python-zope-security' 'python2-zope-security' 
'python-zope-configuration'
+  'python2-zope-configuration' 'python-zope-i18nmessageid'
+  'python2-zope-i18nmessageid')
+source=("git+https://github.com/zopefoundation/zope.component.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.component{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.component"
+  python setup.py build
+
+  cd "$srcdir/zope.component-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.component"
+  nosetests3
+
+  cd "$srcdir/zope.component-py2"
+  nosetests2
+}
+
+package_python-zope-component() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir/zope.component"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-component() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir/zope.component-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 10:18:50
  Author: fyan
Revision: 145773

addpkg: python-zope-component 4.2.2-1

Added:
  python-zope-component/
  python-zope-component/repos/
  python-zope-component/trunk/
  python-zope-component/trunk/PKGBUILD

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

Added: python-zope-component/trunk/PKGBUILD
===
--- python-zope-component/trunk/PKGBUILD(rev 0)
+++ python-zope-component/trunk/PKGBUILD2015-11-03 09:18:50 UTC (rev 
145773)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Hanna 
+
+pkgname=('python-zope-component' 'python2-zope-component')
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="Represents the core of the Zope Component Architecture"
+arch=('any')
+url="https://github.com/zopefoundation/zope.component;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
+ 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-persistent' 
'python2-persistent'
+  'python-zope-hookable' 'python2-zope-hookable' 
'python-zope-location'
+  'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+  'python-zope-security' 'python2-zope-security' 
'python-zope-configuration'
+  'python2-zope-configuration' 'python-zope-i18nmessageid'
+  'python2-zope-i18nmessageid')
+source=("git+https://github.com/zopefoundation/zope.component.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.component{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.component"
+  python setup.py build
+
+  cd "$srcdir/zope.component-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.component"
+  nosetests3
+
+  cd "$srcdir/zope.component-py2"
+  nosetests2
+}
+
+package_python-zope-component() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir/zope.component"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-component() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir/zope.component-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-03 Thread Jerome Leclanche
Date: Tuesday, November 3, 2015 @ 10:18:46
  Author: jleclanche
Revision: 145772

upgpkg: lxqt-about 0.10.0-2

Rebuild 0.10.0

Modified:
  lxqt-about/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 09:15:43 UTC (rev 145771)
+++ PKGBUILD2015-11-03 09:18:46 UTC (rev 145772)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-about
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt about dialog."
 arch=("i686" "x86_64")
 groups=("lxqt")


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:00:49
  Author: fyan
Revision: 145748

addpkg: python-testtools 1.8.0-1

Added:
  python-testtools/
  python-testtools/repos/
  python-testtools/trunk/
  python-testtools/trunk/PKGBUILD

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

Added: python-testtools/trunk/PKGBUILD
===
--- python-testtools/trunk/PKGBUILD (rev 0)
+++ python-testtools/trunk/PKGBUILD 2015-11-03 08:00:49 UTC (rev 145748)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testtools
+pkgname=('python-testtools' 'python2-testtools')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Extensions to the Python standard library unit testing framework"
+arch=('any')
+license=('MIT')
+url="https://github.com/testing-cabal/testtools;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml'\
+ 'git' 'python-pbr' 'python2-pbr' 'python-extras' 'python2-extras'
+ 'python-mimeparse' 'python2-mimeparse' 'python2-traceback2')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=("git+https://github.com/testing-cabal/testtools.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Since we are always latest...
+  sed -i 's|unittest2|unittest|' testtools/testtools/tests/test_run.py 
testtools/testtools/tests/test_testsuite.py 
testtools/testtools/tests/test_deferredruntest.py
+
+  cp -a testtools{,-py2}
+
+  # These are for python 2.x and old python 3.x only
+  sed -i 's|import linecache2 as linecache|import linecache|' 
testtools/testtools/tests/test_compat.py
+  sed -i "s|traceback = try_import('traceback2')|import traceback|" 
testtools/testtools/content.py
+}
+
+build() {
+  cd "$srcdir/testtools"
+  python setup.py build
+
+  cd "$srcdir/testtools-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/testtools"
+  python -m testtools.run testtools.tests.test_suite
+
+  cd "$srcdir/testtools-py2"
+  python2 -m testtools.run testtools.tests.test_suite
+}
+
+package_python-testtools() {
+  depends=('python-pbr' 'python-extras' 'python-mimeparse')
+
+  cd testtools
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-testtools() {
+  depends=('python2-pbr' 'python2-extras' 'python2-mimeparse' 
'python2-traceback2')
+
+  cd testtools-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


[arch-commits] Commit in python-testtools/repos (community-any community-any/PKGBUILD)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:01:40
  Author: fyan
Revision: 145749

archrelease: copy trunk to community-any

Added:
  python-testtools/repos/community-any/
  python-testtools/repos/community-any/PKGBUILD
(from rev 145748, python-testtools/trunk/PKGBUILD)

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

Copied: python-testtools/repos/community-any/PKGBUILD (from rev 145748, 
python-testtools/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 08:01:40 UTC (rev 145749)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testtools
+pkgname=('python-testtools' 'python2-testtools')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Extensions to the Python standard library unit testing framework"
+arch=('any')
+license=('MIT')
+url="https://github.com/testing-cabal/testtools;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml'\
+ 'git' 'python-pbr' 'python2-pbr' 'python-extras' 'python2-extras'
+ 'python-mimeparse' 'python2-mimeparse' 'python2-traceback2')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=("git+https://github.com/testing-cabal/testtools.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Since we are always latest...
+  sed -i 's|unittest2|unittest|' testtools/testtools/tests/test_run.py 
testtools/testtools/tests/test_testsuite.py 
testtools/testtools/tests/test_deferredruntest.py
+
+  cp -a testtools{,-py2}
+
+  # These are for python 2.x and old python 3.x only
+  sed -i 's|import linecache2 as linecache|import linecache|' 
testtools/testtools/tests/test_compat.py
+  sed -i "s|traceback = try_import('traceback2')|import traceback|" 
testtools/testtools/content.py
+}
+
+build() {
+  cd "$srcdir/testtools"
+  python setup.py build
+
+  cd "$srcdir/testtools-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/testtools"
+  python -m testtools.run testtools.tests.test_suite
+
+  cd "$srcdir/testtools-py2"
+  python2 -m testtools.run testtools.tests.test_suite
+}
+
+package_python-testtools() {
+  depends=('python-pbr' 'python-extras' 'python-mimeparse')
+
+  cd testtools
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-testtools() {
+  depends=('python2-pbr' 'python2-extras' 'python2-mimeparse' 
'python2-traceback2')
+
+  cd testtools-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:07:40
  Author: fyan
Revision: 145750

upgpkg: python2-traceback2 1.4.0-3

fix dependency, try 2

Modified:
  python2-traceback2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 08:01:40 UTC (rev 145749)
+++ PKGBUILD2015-11-03 08:07:40 UTC (rev 145750)
@@ -3,12 +3,12 @@
 
 pkgname=python2-traceback2
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Backports of the traceback module'
 arch=('any')
 url='http://pypi.python.org/pypi/traceback2'
 license=('PSF')
-depends=('python2-linecache2')
+depends=('python2-linecache2' 'python2-six')
 makedepends=('python2-setuptools' 'python2-pbr')
 
source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
 sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')


[arch-commits] Commit in python2-traceback2/repos/community-any (PKGBUILD PKGBUILD)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:08:01
  Author: fyan
Revision: 145751

archrelease: copy trunk to community-any

Added:
  python2-traceback2/repos/community-any/PKGBUILD
(from rev 145750, python2-traceback2/trunk/PKGBUILD)
Deleted:
  python2-traceback2/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 08:07:40 UTC (rev 145750)
+++ PKGBUILD2015-11-03 08:08:01 UTC (rev 145751)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python2-traceback2
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Backports of the traceback module'
-arch=('any')
-url='http://pypi.python.org/pypi/traceback2'
-license=('PSF')
-depends=('python2-linecache2')
-makedepends=('python2-setuptools' 'python2-pbr')
-source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-traceback2/repos/community-any/PKGBUILD (from rev 145750, 
python2-traceback2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 08:08:01 UTC (rev 145751)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-traceback2
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Backports of the traceback module'
+arch=('any')
+url='http://pypi.python.org/pypi/traceback2'
+license=('PSF')
+depends=('python2-linecache2' 'python2-six')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-fixtures/repos (community-any community-any/PKGBUILD)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:35:01
  Author: fyan
Revision: 145756

archrelease: copy trunk to community-any

Added:
  python-fixtures/repos/community-any/
  python-fixtures/repos/community-any/PKGBUILD
(from rev 145755, python-fixtures/trunk/PKGBUILD)

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

Copied: python-fixtures/repos/community-any/PKGBUILD (from rev 145755, 
python-fixtures/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 08:35:01 UTC (rev 145756)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-fixtures
+pkgname=('python-fixtures' 'python2-fixtures')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Fixtures, reusable state for writing clean tests and more"
+arch=('any')
+license=('Apache')
+url="https://launchpad.net/python-fixtures;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-six' 'python2-six' 'python-testtools' 'python2-testtools')
+checkdepends=('python-subunit' 'python2-subunit' 'python-mock' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;)
+sha512sums=('62e314821ea507ab5c1465fb626c29c91430b36ae4670fd05a3aa7180452989c393d35ab623da3646b25cf671a84861ab68d9529d04ae759c0d38efca7c7d8cf')
+
+prepare() {
+  cp -a fixtures-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/fixtures-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/fixtures-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/fixtures-$pkgver"
+  python -m testtools.run fixtures.tests.test_suite
+
+  cd "$srcdir/fixtures-$pkgver-py2"
+  python2 -m testtools.run fixtures.tests.test_suite
+}
+
+package_python-fixtures() {
+  depends=('python-pbr' 'python-six' 'python-testtools')
+
+  cd fixtures-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-fixtures() {
+  depends=('python2-pbr' 'python2-six' 'python2-testtools')
+
+  cd fixtures-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:34:38
  Author: fyan
Revision: 145755

addpkg: python-fixtures 1.4.0-1

Added:
  python-fixtures/
  python-fixtures/repos/
  python-fixtures/trunk/
  python-fixtures/trunk/PKGBUILD

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

Added: python-fixtures/trunk/PKGBUILD
===
--- python-fixtures/trunk/PKGBUILD  (rev 0)
+++ python-fixtures/trunk/PKGBUILD  2015-11-03 08:34:38 UTC (rev 145755)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-fixtures
+pkgname=('python-fixtures' 'python2-fixtures')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Fixtures, reusable state for writing clean tests and more"
+arch=('any')
+license=('Apache')
+url="https://launchpad.net/python-fixtures;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-six' 'python2-six' 'python-testtools' 'python2-testtools')
+checkdepends=('python-subunit' 'python2-subunit' 'python-mock' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;)
+sha512sums=('62e314821ea507ab5c1465fb626c29c91430b36ae4670fd05a3aa7180452989c393d35ab623da3646b25cf671a84861ab68d9529d04ae759c0d38efca7c7d8cf')
+
+prepare() {
+  cp -a fixtures-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/fixtures-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/fixtures-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/fixtures-$pkgver"
+  python -m testtools.run fixtures.tests.test_suite
+
+  cd "$srcdir/fixtures-$pkgver-py2"
+  python2 -m testtools.run fixtures.tests.test_suite
+}
+
+package_python-fixtures() {
+  depends=('python-pbr' 'python-six' 'python-testtools')
+
+  cd fixtures-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-fixtures() {
+  depends=('python2-pbr' 'python2-six' 'python2-testtools')
+
+  cd fixtures-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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


[arch-commits] Commit in python-testscenarios/repos (2 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:43:17
  Author: fyan
Revision: 145758

archrelease: copy trunk to community-any

Added:
  python-testscenarios/repos/community-any/
  python-testscenarios/repos/community-any/PKGBUILD
(from rev 145757, python-testscenarios/trunk/PKGBUILD)

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

Copied: python-testscenarios/repos/community-any/PKGBUILD (from rev 145757, 
python-testscenarios/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 08:43:17 UTC (rev 145758)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testscenarios
+pkgname=('python-testscenarios' 'python2-testscenarios')
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Testscenarios, a pyunit extension for dependency injection"
+arch=('any')
+license=('Apache')
+url="https://launchpad.net/testscenarios;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-testtools' 'python2-testtools')
+source=("https://pypi.python.org/packages/source/t/testscenarios/testscenarios-$pkgver.tar.gz;)
+sha512sums=('f08b868babf504482369c5cb945d3e95bca1cc00f92d5013f6898c488051be0c26dc49aaabcef362aea45450a8d041d9826fb6b5c848beec013fb102d6935521')
+
+prepare() {
+  cp -a testscenarios-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/testscenarios-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/testscenarios-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/testscenarios-$pkgver"
+  python -m testtools.run testscenarios.test_suite
+
+  cd "$srcdir/testscenarios-$pkgver-py2"
+  python2 -m testtools.run testscenarios.test_suite
+}
+
+package_python-testscenarios() {
+  depends=('python-testtools')
+
+  cd testscenarios-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-testscenarios() {
+  depends=('python2-testtools')
+
+  cd testscenarios-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in linux-grsec/repos (32 files)

2015-11-03 Thread Daniel Micay
Date: Tuesday, November 3, 2015 @ 10:12:46
  Author: thestinger
Revision: 145769

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

Added:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 145767, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 145767, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 145767, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 145767, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 145767, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 145767, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 145767, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 145767, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 145768, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 145768, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 145768, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 145768, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 145768, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 145768, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 145768, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 145768, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   
  |  130 
 /0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   
  |  206 
 /PKGBUILD  
  |  658 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |15602 ++
 /config.x86_64 
  |15000 +
 /linux-grsec.install   
  |   74 
 /linux.preset  
  |   28 
 community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
  |   65 
 community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
  |  103 
 community-i686/PKGBUILD
  |  329 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7801 -
 community-i686/config.x86_64   
  | 7500 
 community-i686/linux-grsec.install 
  |   37 
 community-i686/linux.preset
  |   14 
 

[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:42:42
  Author: fyan
Revision: 145757

addpkg: python-testscenarios 0.5.0-1

Added:
  python-testscenarios/
  python-testscenarios/repos/
  python-testscenarios/trunk/
  python-testscenarios/trunk/PKGBUILD

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

Added: python-testscenarios/trunk/PKGBUILD
===
--- python-testscenarios/trunk/PKGBUILD (rev 0)
+++ python-testscenarios/trunk/PKGBUILD 2015-11-03 08:42:42 UTC (rev 145757)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testscenarios
+pkgname=('python-testscenarios' 'python2-testscenarios')
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Testscenarios, a pyunit extension for dependency injection"
+arch=('any')
+license=('Apache')
+url="https://launchpad.net/testscenarios;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-testtools' 'python2-testtools')
+source=("https://pypi.python.org/packages/source/t/testscenarios/testscenarios-$pkgver.tar.gz;)
+sha512sums=('f08b868babf504482369c5cb945d3e95bca1cc00f92d5013f6898c488051be0c26dc49aaabcef362aea45450a8d041d9826fb6b5c848beec013fb102d6935521')
+
+prepare() {
+  cp -a testscenarios-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/testscenarios-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/testscenarios-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/testscenarios-$pkgver"
+  python -m testtools.run testscenarios.test_suite
+
+  cd "$srcdir/testscenarios-$pkgver-py2"
+  python2 -m testtools.run testscenarios.test_suite
+}
+
+package_python-testscenarios() {
+  depends=('python-testtools')
+
+  cd testscenarios-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-testscenarios() {
+  depends=('python2-testtools')
+
+  cd testscenarios-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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


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

2015-11-03 Thread Daniel Micay
Date: Tuesday, November 3, 2015 @ 10:11:35
  Author: thestinger
Revision: 145767

upgpkg: linux-grsec 4.2.5.201511021814-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 09:11:20 UTC (rev 145766)
+++ PKGBUILD2015-11-03 09:11:35 UTC (rev 145767)
@@ -9,7 +9,7 @@
 _srcname=linux-4.2
 _pkgver=4.2.5
 _grsecver=3.1
-_timestamp=201510290852
+_timestamp=201511021814
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -36,7 +36,7 @@
 'SKIP'
 'b631eb4e8b4911b3b0838e00f7c4a1b7689abcd2233609831b638493f4fb'
 'SKIP'
-'40a49762dabde1237e28ab7a68d19d00bc482e9261a52b62fde1fcb63ca7ae55'
+'55d05ab207b09de84fe717036dcd3b97d9269ab781a79f55b0ae91a6f920d415'
 'SKIP'
 '41bee7ff2cc75519d38c0cddc1d56ffbaa8483d2b1a0c3fa800f9b178606a0c4'
 '364e0cf0453f93c5a3b529c933978254d57b63d45fafe92f053730fee4e93301'


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 10:11:20
  Author: fyan
Revision: 145766

addpkg: python-zope-testrunner 4.4.9-1

Added:
  python-zope-testrunner/
  python-zope-testrunner/repos/
  python-zope-testrunner/trunk/
  python-zope-testrunner/trunk/PKGBUILD

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

Added: python-zope-testrunner/trunk/PKGBUILD
===
--- python-zope-testrunner/trunk/PKGBUILD   (rev 0)
+++ python-zope-testrunner/trunk/PKGBUILD   2015-11-03 09:11:20 UTC (rev 
145766)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-testrunner' 'python2-zope-testrunner')
+pkgver=4.4.9
+pkgrel=1
+pkgdesc="Zope testrunner script"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testrunner;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-exceptions' 
'python2-zope-exceptions'
+ 'python-six' 'python2-six' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing'
+  'python2-subunit')
+source=("git+https://github.com/zopefoundation/zope.testrunner.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.testrunner{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testrunner"
+  python setup.py build
+
+  cd "$srcdir/zope.testrunner-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testrunner"
+  # https://github.com/zopefoundation/zope.testrunner/issues/30
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir/zope.testrunner-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testrunner() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions' 'python-six')
+
+  cd "$srcdir/zope.testrunner"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testrunner() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions' 'python2-six')
+
+  cd "$srcdir/zope.testrunner-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir/usr/bin/zope-testrunner"{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in python-zope-testrunner/repos (2 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 10:12:06
  Author: fyan
Revision: 145768

archrelease: copy trunk to community-any

Added:
  python-zope-testrunner/repos/community-any/
  python-zope-testrunner/repos/community-any/PKGBUILD
(from rev 145767, python-zope-testrunner/trunk/PKGBUILD)

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

Copied: python-zope-testrunner/repos/community-any/PKGBUILD (from rev 145767, 
python-zope-testrunner/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 09:12:06 UTC (rev 145768)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-testrunner' 'python2-zope-testrunner')
+pkgver=4.4.9
+pkgrel=1
+pkgdesc="Zope testrunner script"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testrunner;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-exceptions' 
'python2-zope-exceptions'
+ 'python-six' 'python2-six' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing'
+  'python2-subunit')
+source=("git+https://github.com/zopefoundation/zope.testrunner.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.testrunner{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testrunner"
+  python setup.py build
+
+  cd "$srcdir/zope.testrunner-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testrunner"
+  # https://github.com/zopefoundation/zope.testrunner/issues/30
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir/zope.testrunner-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testrunner() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions' 'python-six')
+
+  cd "$srcdir/zope.testrunner"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testrunner() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions' 'python2-six')
+
+  cd "$srcdir/zope.testrunner-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir/usr/bin/zope-testrunner"{,2}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-extras/repos (community-any community-any/PKGBUILD)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:08:50
  Author: fyan
Revision: 145753

archrelease: copy trunk to community-any

Added:
  python-extras/repos/community-any/
  python-extras/repos/community-any/PKGBUILD
(from rev 145752, python-extras/trunk/PKGBUILD)

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

Copied: python-extras/repos/community-any/PKGBUILD (from rev 145752, 
python-extras/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 08:08:50 UTC (rev 145753)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-extras
+pkgname=('python-extras' 'python2-extras')
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="Useful extra bits for Python - things that shold be in the standard 
library"
+arch=('any')
+license=('MIT')
+url="https://github.com/testing-cabal/extras;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-testtools' 'python2-testtools')
+source=("git+https://github.com/testing-cabal/extras.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a extras{,-py2}
+}
+
+build() {
+  cd "$srcdir/extras"
+  python setup.py build
+
+  cd "$srcdir/extras-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/extras"
+  python -m testtools.run testtools.tests.test_suite
+
+  cd "$srcdir/extras-py2"
+  python2 -m testtools.run testtools.tests.test_suite
+}
+
+package_python-extras() {
+  depends=('python')
+
+  cd extras
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-extras() {
+  depends=('python2')
+
+  cd extras-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:08:28
  Author: fyan
Revision: 145752

addpkg: python-extras 0.0.3-1

Added:
  python-extras/
  python-extras/repos/
  python-extras/trunk/
  python-extras/trunk/PKGBUILD

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

Added: python-extras/trunk/PKGBUILD
===
--- python-extras/trunk/PKGBUILD(rev 0)
+++ python-extras/trunk/PKGBUILD2015-11-03 08:08:28 UTC (rev 145752)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-extras
+pkgname=('python-extras' 'python2-extras')
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="Useful extra bits for Python - things that shold be in the standard 
library"
+arch=('any')
+license=('MIT')
+url="https://github.com/testing-cabal/extras;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-testtools' 'python2-testtools')
+source=("git+https://github.com/testing-cabal/extras.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a extras{,-py2}
+}
+
+build() {
+  cd "$srcdir/extras"
+  python setup.py build
+
+  cd "$srcdir/extras-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/extras"
+  python -m testtools.run testtools.tests.test_suite
+
+  cd "$srcdir/extras-py2"
+  python2 -m testtools.run testtools.tests.test_suite
+}
+
+package_python-extras() {
+  depends=('python')
+
+  cd extras
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-extras() {
+  depends=('python2')
+
+  cd extras-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 09:23:02
  Author: fyan
Revision: 145754

fix test target

Modified:
  python-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 08:08:50 UTC (rev 145753)
+++ PKGBUILD2015-11-03 08:23:02 UTC (rev 145754)
@@ -28,10 +28,10 @@
 
 check() {
   cd "$srcdir/extras"
-  python -m testtools.run testtools.tests.test_suite
+  python -m testtools.run extras.tests.test_suite
 
   cd "$srcdir/extras-py2"
-  python2 -m testtools.run testtools.tests.test_suite
+  python2 -m testtools.run extras.tests.test_suite
 }
 
 package_python-extras() {


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:03:11
  Author: spupykin
Revision: 145801

upgpkg: libzen 0.4.32-1

upd

Modified:
  libzen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:03:04 UTC (rev 145800)
+++ PKGBUILD2015-11-03 15:03:11 UTC (rev 145801)
@@ -3,7 +3,7 @@
 # Contributor: hydro 
 
 pkgname=libzen
-pkgver=0.4.31
+pkgver=0.4.32
 pkgrel=1
 pkgdesc="shared library for libmediainfo and mediainfo"
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 license=('BSD')
 depends=('gcc-libs')
 makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('a53c78a0e36586700c44a7f19dc88b51')
+source=(http://mediaarea.net/download/source/libzen/${pkgver}/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('ed9cae405b204919fe40531adf888a43')
 
 build() {
   cd $srcdir/ZenLib/Project/GNU/Library
-  [ -x configure ] || sh ./autogen
+  [ -x configure ] || sh ./autogen.sh
   [ -f Makefile ] || ./configure --prefix=/usr --enable-shared
   make clean
   make


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:03:34
  Author: spupykin
Revision: 145802

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 15:03:11 UTC (rev 145801)
+++ community-i686/PKGBUILD 2015-11-03 15:03:34 UTC (rev 145802)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: hydro 
-
-pkgname=libzen
-pkgver=0.4.31
-pkgrel=1
-pkgdesc="shared library for libmediainfo and mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('a53c78a0e36586700c44a7f19dc88b51')
-
-build() {
-  cd $srcdir/ZenLib/Project/GNU/Library
-  [ -x configure ] || sh ./autogen
-  [ -f Makefile ] || ./configure --prefix=/usr --enable-shared
-  make clean
-  make
-}
-
-package() {
-  cd $srcdir/ZenLib/Project/GNU/Library
-  make DESTDIR=$pkgdir install
-  install -dm 755 $pkgdir/usr/include/ZenLib
-  install -m 644 $srcdir/ZenLib/Source/ZenLib/*.h $pkgdir/usr/include/ZenLib
-  for i in HTTP_Client Format/Html Format/Http; do
-install -dm0755 $pkgdir/usr/include/ZenLib/$i
-install -m0644 $srcdir/ZenLib/Source/ZenLib/$i/*.h 
$pkgdir/usr/include/ZenLib/$i
-  done
-  install -dm 755 $pkgdir/usr/lib/pkgconfig
-  install -m 644 $srcdir/ZenLib/Project/GNU/Library/libzen.pc 
$pkgdir/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libzen.pc
-  install -D -m 644 $srcdir/ZenLib/License.txt 
$pkgdir/usr/share/licenses/libzen/License.txt
-}

Copied: libzen/repos/community-i686/PKGBUILD (from rev 145801, 
libzen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 15:03:34 UTC (rev 145802)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: hydro 
+
+pkgname=libzen
+pkgver=0.4.32
+pkgrel=1
+pkgdesc="shared library for libmediainfo and mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net;
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/libzen/${pkgver}/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('ed9cae405b204919fe40531adf888a43')
+
+build() {
+  cd $srcdir/ZenLib/Project/GNU/Library
+  [ -x configure ] || sh ./autogen.sh
+  [ -f Makefile ] || ./configure --prefix=/usr --enable-shared
+  make clean
+  make
+}
+
+package() {
+  cd $srcdir/ZenLib/Project/GNU/Library
+  make DESTDIR=$pkgdir install
+  install -dm 755 $pkgdir/usr/include/ZenLib
+  install -m 644 $srcdir/ZenLib/Source/ZenLib/*.h $pkgdir/usr/include/ZenLib
+  for i in HTTP_Client Format/Html Format/Http; do
+install -dm0755 $pkgdir/usr/include/ZenLib/$i
+install -m0644 $srcdir/ZenLib/Source/ZenLib/$i/*.h 
$pkgdir/usr/include/ZenLib/$i
+  done
+  install -dm 755 $pkgdir/usr/lib/pkgconfig
+  install -m 644 $srcdir/ZenLib/Project/GNU/Library/libzen.pc 
$pkgdir/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libzen.pc
+  install -D -m 644 $srcdir/ZenLib/License.txt 
$pkgdir/usr/share/licenses/libzen/License.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 15:03:11 UTC (rev 145801)
+++ community-x86_64/PKGBUILD   2015-11-03 15:03:34 UTC (rev 145802)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: hydro 
-
-pkgname=libzen
-pkgver=0.4.31
-pkgrel=1
-pkgdesc="shared library for libmediainfo and mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('a53c78a0e36586700c44a7f19dc88b51')
-
-build() {
-  cd $srcdir/ZenLib/Project/GNU/Library
-  [ -x configure ] || sh ./autogen
-  [ -f Makefile ] || ./configure --prefix=/usr --enable-shared
-  make clean
-  make
-}
-
-package() {
-  cd 

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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:04:11
  Author: spupykin
Revision: 145805

upgpkg: mediainfo-gui 0.7.79-1

upd

Modified:
  mediainfo-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:04:05 UTC (rev 145804)
+++ PKGBUILD2015-11-03 15:04:11 UTC (rev 145805)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo-gui
-pkgver=0.7.78
+pkgver=0.7.79
 pkgrel=1
 pkgdesc="GUI for mediainfo"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('imagemagick')
 install=mediainfo-gui.install
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('aa9ee1618ef3daae7e8e998a53eae1fe')
+md5sums=('f9ce6df9c3355a16dd3e5fb6f5996d6a')
 
 build() {
   cd MediaInfo/Project/GNU/GUI


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:04:05
  Author: spupykin
Revision: 145804

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

Added:
  mediainfo/repos/community-i686/PKGBUILD
(from rev 145803, mediainfo/trunk/PKGBUILD)
  mediainfo/repos/community-x86_64/PKGBUILD
(from rev 145803, mediainfo/trunk/PKGBUILD)
Deleted:
  mediainfo/repos/community-i686/PKGBUILD
  mediainfo/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 2015-11-03 15:03:40 UTC (rev 145803)
+++ community-i686/PKGBUILD 2015-11-03 15:04:05 UTC (rev 145804)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.78
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('aa9ee1618ef3daae7e8e998a53eae1fe')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 145803, 
mediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 15:04:05 UTC (rev 145804)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.79
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('f9ce6df9c3355a16dd3e5fb6f5996d6a')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 15:03:40 UTC (rev 145803)
+++ community-x86_64/PKGBUILD   2015-11-03 15:04:05 UTC (rev 145804)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.78
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('aa9ee1618ef3daae7e8e998a53eae1fe')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 145803, 
mediainfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 15:04:05 UTC (rev 145804)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.79
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('f9ce6df9c3355a16dd3e5fb6f5996d6a')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:04:35
  Author: spupykin
Revision: 145806

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

Added:
  mediainfo-gui/repos/community-i686/PKGBUILD
(from rev 145805, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
(from rev 145805, mediainfo-gui/trunk/mediainfo-gui.install)
  mediainfo-gui/repos/community-x86_64/PKGBUILD
(from rev 145805, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install
(from rev 145805, mediainfo-gui/trunk/mediainfo-gui.install)
Deleted:
  mediainfo-gui/repos/community-i686/PKGBUILD
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
  mediainfo-gui/repos/community-x86_64/PKGBUILD
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install

+
 /PKGBUILD  |   72 +++
 /mediainfo-gui.install |   24 ++
 community-i686/PKGBUILD|   36 ---
 community-i686/mediainfo-gui.install   |   12 -
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/mediainfo-gui.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 15:04:11 UTC (rev 145805)
+++ community-i686/PKGBUILD 2015-11-03 15:04:35 UTC (rev 145806)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.78
-pkgrel=1
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-install=mediainfo-gui.install
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('aa9ee1618ef3daae7e8e998a53eae1fe')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
-  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
-  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
-"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
-}

Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 145805, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 15:04:35 UTC (rev 145806)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo-gui
+pkgver=0.7.79
+pkgrel=1
+pkgdesc="GUI for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+install=mediainfo-gui.install
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('f9ce6df9c3355a16dd3e5fb6f5996d6a')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR="$pkgdir" install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
+  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
+  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
+"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
+}

Deleted: community-i686/mediainfo-gui.install
===
--- community-i686/mediainfo-gui.install2015-11-03 15:04:11 UTC (rev 
145805)
+++ community-i686/mediainfo-gui.install2015-11-03 15:04:35 UTC (rev 
145806)
@@ -1,12 +0,0 @@
-post_install() {
-  which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
- 

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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:03:40
  Author: spupykin
Revision: 145803

upgpkg: mediainfo 0.7.79-1

upd

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:03:34 UTC (rev 145802)
+++ PKGBUILD2015-11-03 15:03:40 UTC (rev 145803)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo
-pkgver=0.7.78
+pkgver=0.7.79
 pkgrel=1
 pkgdesc="supplies technical and tag information about a video or audio file"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('aa9ee1618ef3daae7e8e998a53eae1fe')
+md5sums=('f9ce6df9c3355a16dd3e5fb6f5996d6a')
 
 build() {
   cd $srcdir/MediaInfo/Project/GNU/CLI


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 16:11:32
  Author: kkeen
Revision: 145807

upgpkg: libuhd 3.9.1-1

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:04:35 UTC (rev 145806)
+++ PKGBUILD2015-11-03 15:11:32 UTC (rev 145807)
@@ -3,19 +3,19 @@
 # Contributor: Dominik Heidler 
 
 pkgname=libuhd
-pkgver=3.8.5
-_verstring='003_008_005'
-pkgrel=3
+pkgver=3.9.1
+_verstring='003_009_001'
+pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64' 'i686')
-url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
 license=('GPL')
 depends=('boost-libs' 'orc' 'libusbx')
 optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
 
 
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('d827d63de03c9087d0d011e44bff5dd1')
+md5sums=('9732fe05d562ea8038f120c29410ce02')
 
 build() {
   cd "$srcdir/uhd-release_$_verstring/host"


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 16:11:56
  Author: kkeen
Revision: 145808

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

Added:
  libuhd/repos/community-staging-i686/
  libuhd/repos/community-staging-i686/PKGBUILD
(from rev 145807, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-staging-x86_64/
  libuhd/repos/community-staging-x86_64/PKGBUILD
(from rev 145807, libuhd/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: libuhd/repos/community-staging-i686/PKGBUILD (from rev 145807, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-03 15:11:56 UTC (rev 145808)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.9.1
+_verstring='003_009_001'
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('9732fe05d562ea8038f120c29410ce02')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Copied: libuhd/repos/community-staging-x86_64/PKGBUILD (from rev 145807, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-03 15:11:56 UTC (rev 145808)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.9.1
+_verstring='003_009_001'
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('9732fe05d562ea8038f120c29410ce02')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 16:19:04
  Author: kkeen
Revision: 145809

upgpkg: libuhd-firmware 3.9.1-1

Modified:
  libuhd-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:11:56 UTC (rev 145808)
+++ PKGBUILD2015-11-03 15:19:04 UTC (rev 145809)
@@ -3,17 +3,17 @@
 # Contributor: Dominik Heidler 
 
 pkgname=libuhd-firmware
-pkgver=3.8.5
-_verstring=003.008.005
+pkgver=3.9.1
+_verstring=003.009.001
 pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
 arch=('any')
-url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
 license=('GPL')
 depends=('libuhd')
 
#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
 
source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
-md5sums=('6b66a69a79ea260773e3aeceb3708139')
+md5sums=('866622f129b69bae2c4a645a31369d3e')
 
 package() {
   cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"
@@ -24,4 +24,3 @@
   cp -r * "$pkgdir/usr/share/uhd/images/"
 }
 
-


[arch-commits] Commit in libuhd-firmware/repos (2 files)

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 16:19:19
  Author: kkeen
Revision: 145810

archrelease: copy trunk to community-staging-any

Added:
  libuhd-firmware/repos/community-staging-any/
  libuhd-firmware/repos/community-staging-any/PKGBUILD
(from rev 145809, libuhd-firmware/trunk/PKGBUILD)

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

Copied: libuhd-firmware/repos/community-staging-any/PKGBUILD (from rev 145809, 
libuhd-firmware/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-11-03 15:19:19 UTC (rev 145810)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd-firmware
+pkgver=3.9.1
+_verstring=003.009.001
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
+arch=('any')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('libuhd')
+#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
+source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
+md5sums=('866622f129b69bae2c4a645a31369d3e')
+
+package() {
+  cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/share/uhd/images/"
+  # multiple types of yuck
+  rm -rf winusb_driver
+  cp -r * "$pkgdir/usr/share/uhd/images/"
+}
+


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

2015-11-03 Thread Jerome Leclanche
Date: Tuesday, November 3, 2015 @ 13:42:30
  Author: jleclanche
Revision: 145782

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

Added:
  lxqt-about/repos/community-i686/PKGBUILD
(from rev 145781, lxqt-about/trunk/PKGBUILD)
  lxqt-about/repos/community-x86_64/PKGBUILD
(from rev 145781, lxqt-about/trunk/PKGBUILD)
Deleted:
  lxqt-about/repos/community-i686/PKGBUILD
  lxqt-about/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 12:40:17 UTC (rev 145781)
+++ community-i686/PKGBUILD 2015-11-03 12:42:30 UTC (rev 145782)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-about
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt about dialog."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-about/repos/community-i686/PKGBUILD (from rev 145781, 
lxqt-about/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 12:42:30 UTC (rev 145782)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-about
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt about dialog."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 12:40:17 UTC (rev 145781)
+++ community-x86_64/PKGBUILD   2015-11-03 12:42:30 UTC (rev 145782)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-about
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt about dialog."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-about/repos/community-x86_64/PKGBUILD (from rev 145781, 
lxqt-about/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 12:42:30 UTC (rev 145782)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-about
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt about dialog."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+ 

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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 13:40:17
  Author: kkeen
Revision: 145781

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

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

---+
 /PKGBUILD |   70 
 /simplescreenrecorder.install |   22 +++
 community-i686/PKGBUILD   |   31 --
 community-i686/simplescreenrecorder.install   |   11 ---
 community-x86_64/PKGBUILD |   31 --
 community-x86_64/simplescreenrecorder.install |   11 ---
 6 files changed, 92 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 12:39:57 UTC (rev 145780)
+++ community-i686/PKGBUILD 2015-11-03 12:40:17 UTC (rev 145781)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.3
-pkgrel=2
-pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
-arch=("i686" "x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/;
-license=("GPL3")
-depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" "libpulse" 
"jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
-optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
-makedepends=("git")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=("SKIP")
-
-options=("!libtool")
-install=simplescreenrecorder.install
-
-build() {
-  cd ssr
-  # fPIC is only required for qt5 + gcc5
-  CXXFLAGS="$CXXFLAGS -fPIC"
-  ./configure --prefix=/usr --disable-assert --with-qt5
-  make
-}
-package() {
-  cd ssr
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-i686/PKGBUILD (from rev 145780, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 12:40:17 UTC (rev 145781)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/;
+license=("GPL3")
+# upstream reports crashes with Qt5, reverting FS#45104
+#depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" 
"libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" 
"libxext" "libxfixes" "libxi")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
+makedepends=("git")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+options=("!libtool")
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  # fPIC is only required for qt5 + gcc5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('SKIP')

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2015-11-03 12:39:57 UTC (rev 
145780)
+++ community-i686/simplescreenrecorder.install 2015-11-03 12:40:17 UTC (rev 
145781)
@@ -1,11 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -f usr/share/icons/hicolor
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: simplescreenrecorder/repos/community-i686/simplescreenrecorder.install 
(from rev 145780, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 

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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 13:39:57
  Author: kkeen
Revision: 145780

upgpkg: simplescreenrecorder 0.3.6-1 and revert qt5

Modified:
  simplescreenrecorder/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 12:25:53 UTC (rev 145779)
+++ PKGBUILD2015-11-03 12:39:57 UTC (rev 145780)
@@ -3,13 +3,15 @@
 # Contributor: Maarten Baert
 
 pkgname=simplescreenrecorder
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.6
+pkgrel=1
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("i686" "x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/;
 license=("GPL3")
-depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" "libpulse" 
"jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
+# upstream reports crashes with Qt5, reverting FS#45104
+#depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" 
"libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" 
"libxext" "libxfixes" "libxi")
 optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
 makedepends=("git")
 source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
@@ -21,8 +23,9 @@
 build() {
   cd ssr
   # fPIC is only required for qt5 + gcc5
-  CXXFLAGS="$CXXFLAGS -fPIC"
-  ./configure --prefix=/usr --disable-assert --with-qt5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  ./configure --prefix=/usr --disable-assert
   make
 }
 package() {
@@ -29,3 +32,4 @@
   cd ssr
   make DESTDIR="$pkgdir" install
 }
+md5sums=('SKIP')


[arch-commits] Commit in lib32-simplescreenrecorder/repos/multilib-x86_64 (4 files)

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 13:43:57
  Author: kkeen
Revision: 145785

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
(from rev 145784, lib32-simplescreenrecorder/trunk/PKGBUILD)
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
(from rev 145784, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
Deleted:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install

+
 PKGBUILD   |   62 +--
 lib32-simplescreenrecorder.install |   18 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 12:43:45 UTC (rev 145784)
+++ PKGBUILD2015-11-03 12:43:57 UTC (rev 145785)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=lib32-simplescreenrecorder
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
-arch=("x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/;
-license=("GPL3")
-depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
-makedepends=("git" "gcc-multilib")
-options=("!libtool")
-install=lib32-simplescreenrecorder.install
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=("SKIP")
-
-build() {
-  cd ssr
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
-  make
-}
-
-package() {
-  cd ssr
-  make DESTDIR="${pkgdir}" install
-}

Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD (from rev 
145784, lib32-simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 12:43:57 UTC (rev 145785)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
+arch=("x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/;
+license=("GPL3")
+depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
+makedepends=("git" "gcc-multilib")
+options=("!libtool")
+install=lib32-simplescreenrecorder.install
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+build() {
+  cd ssr
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
+  make
+}
+
+package() {
+  cd ssr
+  make DESTDIR="${pkgdir}" install
+}

Deleted: lib32-simplescreenrecorder.install
===
--- lib32-simplescreenrecorder.install  2015-11-03 12:43:45 UTC (rev 145784)
+++ lib32-simplescreenrecorder.install  2015-11-03 12:43:57 UTC (rev 145785)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
 (from rev 145784, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
===
--- lib32-simplescreenrecorder.install  (rev 0)
+++ lib32-simplescreenrecorder.install  2015-11-03 12:43:57 UTC (rev 145785)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


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

2015-11-03 Thread Jerome Leclanche
Date: Tuesday, November 3, 2015 @ 13:42:45
  Author: jleclanche
Revision: 145783

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

Added:
  lxqt-panel/repos/community-i686/PKGBUILD
(from rev 145782, lxqt-panel/trunk/PKGBUILD)
  lxqt-panel/repos/community-x86_64/PKGBUILD
(from rev 145782, lxqt-panel/trunk/PKGBUILD)
Deleted:
  lxqt-panel/repos/community-i686/PKGBUILD
  lxqt-panel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 12:42:30 UTC (rev 145782)
+++ community-i686/PKGBUILD 2015-11-03 12:42:45 UTC (rev 145783)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=(
-   "libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
-   "lxqt-common" "lxqt-globalkeys" "solid"
-)
-optdepends=(
-   "alsa-lib: Alsa support in volume control plugin"
-   "libpulse: PulseAudio support in volume control plugin"
-   "libstatgrab: Network and CPU monitor plugin"
-   "libsysstat: Network/CPU monitor plugin"
-   "menu-cache: Improved performance for main menu plugin"
-)
-makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" 
"libsysstat")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-panel/repos/community-i686/PKGBUILD (from rev 145782, 
lxqt-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 12:42:45 UTC (rev 145783)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-panel
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="The LXQt desktop panel"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=(
+   "libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
+   "lxqt-common" "lxqt-globalkeys" "solid"
+)
+optdepends=(
+   "alsa-lib: Alsa support in volume control plugin"
+   "libpulse: PulseAudio support in volume control plugin"
+   "libstatgrab: Network and CPU monitor plugin"
+   "libsysstat: Network/CPU monitor plugin"
+   "menu-cache: Improved performance for main menu plugin"
+)
+makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" 
"libsysstat")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 12:42:30 UTC (rev 145782)
+++ community-x86_64/PKGBUILD   2015-11-03 12:42:45 UTC (rev 145783)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=(
-   "libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
-   "lxqt-common" "lxqt-globalkeys" "solid"
-)
-optdepends=(
-   "alsa-lib: Alsa support in volume control plugin"
-   "libpulse: PulseAudio support in volume control plugin"
-   "libstatgrab: Network and CPU monitor plugin"
-   "libsysstat: Network/CPU monitor plugin"
-   "menu-cache: Improved performance for main menu plugin"
-)
-makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" 
"libsysstat")
-source=(
-   

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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 13:43:45
  Author: kkeen
Revision: 145784

upgpkg: lib32-simplescreenrecorder 0.3.6-1

Modified:
  lib32-simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 12:42:45 UTC (rev 145783)
+++ PKGBUILD2015-11-03 12:43:45 UTC (rev 145784)
@@ -3,7 +3,7 @@
 # Contributor: Maarten Baert
 
 pkgname=lib32-simplescreenrecorder
-pkgver=0.3.3
+pkgver=0.3.6
 pkgrel=1
 pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
 arch=("x86_64")


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

2015-11-03 Thread Ray Rashif
Date: Tuesday, November 3, 2015 @ 14:03:30
  Author: schiv
Revision: 250049

upgpkg: qjackctl 0.4.1-1

upstream release; move to qt5

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 07:50:43 UTC (rev 250048)
+++ PKGBUILD2015-11-03 13:03:30 UTC (rev 250049)
@@ -3,20 +3,28 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=qjackctl
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="http://qjackctl.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('jack' 'qt4')
+depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('2081b96e4facf3c2be641848b1c184fd')
+md5sums=('6a0a4245e2b9e470e04009e1d0f29f08')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
   ./configure --prefix=/usr
   make
 }


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

2015-11-03 Thread Ray Rashif
Date: Tuesday, November 3, 2015 @ 14:03:42
  Author: schiv
Revision: 250050

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

Added:
  qjackctl/repos/extra-i686/PKGBUILD
(from rev 250049, qjackctl/trunk/PKGBUILD)
  qjackctl/repos/extra-i686/qjackctl.install
(from rev 250049, qjackctl/trunk/qjackctl.install)
  qjackctl/repos/extra-x86_64/PKGBUILD
(from rev 250049, qjackctl/trunk/PKGBUILD)
  qjackctl/repos/extra-x86_64/qjackctl.install
(from rev 250049, qjackctl/trunk/qjackctl.install)
Deleted:
  qjackctl/repos/extra-i686/PKGBUILD
  qjackctl/repos/extra-i686/qjackctl.install
  qjackctl/repos/extra-x86_64/PKGBUILD
  qjackctl/repos/extra-x86_64/qjackctl.install

---+
 /PKGBUILD |   76 
 /qjackctl.install |   14 +++
 extra-i686/PKGBUILD   |   30 ---
 extra-i686/qjackctl.install   |7 ---
 extra-x86_64/PKGBUILD |   30 ---
 extra-x86_64/qjackctl.install |7 ---
 6 files changed, 90 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-03 13:03:30 UTC (rev 250049)
+++ extra-i686/PKGBUILD 2015-11-03 13:03:42 UTC (rev 250050)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Tobias Kieslich 
-
-pkgname=qjackctl
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="A Qt front-end for the JACK low-latency audio server"
-url="http://qjackctl.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('jack' 'qt4')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('2081b96e4facf3c2be641848b1c184fd')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/extra-i686/PKGBUILD (from rev 250049, 
qjackctl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-03 13:03:42 UTC (rev 250050)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Kieslich 
+
+pkgname=qjackctl
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="http://qjackctl.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('6a0a4245e2b9e470e04009e1d0f29f08')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/qjackctl.install
===
--- extra-i686/qjackctl.install 2015-11-03 13:03:30 UTC (rev 250049)
+++ extra-i686/qjackctl.install 2015-11-03 13:03:42 UTC (rev 250050)
@@ -1,7 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-   post_install
-}

Copied: qjackctl/repos/extra-i686/qjackctl.install (from rev 250049, 
qjackctl/trunk/qjackctl.install)
===
--- extra-i686/qjackctl.install (rev 0)
+++ extra-i686/qjackctl.install 2015-11-03 13:03:42 UTC (rev 250050)
@@ -0,0 +1,7 @@
+post_install() {
+   gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-03 13:03:30 UTC (rev 250049)
+++ extra-x86_64/PKGBUILD   2015-11-03 13:03:42 UTC (rev 250050)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Tobias Kieslich 
-
-pkgname=qjackctl
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="A Qt front-end for the JACK low-latency audio server"
-url="http://qjackctl.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('jack' 'qt4')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('2081b96e4facf3c2be641848b1c184fd')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" 

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

2015-11-03 Thread Ray Rashif
Date: Tuesday, November 3, 2015 @ 14:20:50
  Author: schiv
Revision: 250051

upgpkg: rosegarden 15.10-1

upstream release

Modified:
  rosegarden/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 13:03:42 UTC (rev 250050)
+++ PKGBUILD2015-11-03 13:20:50 UTC (rev 250051)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=rosegarden
-pkgver=15.08
+pkgver=15.10
 pkgrel=1
 pkgdesc="MIDI/audio sequencer and notation editor"
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 [ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('ddfa4e76ede5f59a6200cf446ed77d3e')
+md5sums=('6423f90ae392ff3673578ddc10020efd')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-11-03 Thread Ray Rashif
Date: Tuesday, November 3, 2015 @ 14:21:01
  Author: schiv
Revision: 250052

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

Added:
  rosegarden/repos/extra-i686/PKGBUILD
(from rev 250051, rosegarden/trunk/PKGBUILD)
  rosegarden/repos/extra-i686/rosegarden.install
(from rev 250051, rosegarden/trunk/rosegarden.install)
  rosegarden/repos/extra-x86_64/PKGBUILD
(from rev 250051, rosegarden/trunk/PKGBUILD)
  rosegarden/repos/extra-x86_64/rosegarden.install
(from rev 250051, rosegarden/trunk/rosegarden.install)
Deleted:
  rosegarden/repos/extra-i686/PKGBUILD
  rosegarden/repos/extra-i686/rosegarden.install
  rosegarden/repos/extra-x86_64/PKGBUILD
  rosegarden/repos/extra-x86_64/rosegarden.install

-+
 /PKGBUILD   |   94 ++
 /rosegarden.install |   30 
 extra-i686/PKGBUILD |   47 ---
 extra-i686/rosegarden.install   |   15 --
 extra-x86_64/PKGBUILD   |   47 ---
 extra-x86_64/rosegarden.install |   15 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-03 13:20:50 UTC (rev 250051)
+++ extra-i686/PKGBUILD 2015-11-03 13:21:01 UTC (rev 250052)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Giovanni Scafora 
-# Contributor: damir 
-# Contributor: Robert Emil Berge 
-
-pkgname=rosegarden
-pkgver=15.08
-pkgrel=1
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('i686' 'x86_64')
-url="http://www.rosegardenmusic.com/;
-license=('GPL')
-depends=('liblrdf' 'dssi' 'fftw' 'lirc'
- 'perl' 'qt4' 'shared-mime-info' 'liblo>=0.28')
-makedepends=('imake')
-optdepends=('lilypond: notation display'
-'cups: printing support'
-'kdegraphics-okular: print preview, or any other PDF viewer'
-'timidity++: MIDI playback, or any other softsynth'
-'flac'
-'wavpack')
-[ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('ddfa4e76ede5f59a6200cf446ed77d3e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # qt4 compatibility (qt->qt5)
-  LRELEASE=/usr/lib/qt4/bin/lrelease
-  LUPDATE=/usr/lib/qt4/bin/lupdate
-
-  export lrdf_CFLAGS LRELEASE LUPDATE
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/extra-i686/PKGBUILD (from rev 250051, 
rosegarden/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-03 13:21:01 UTC (rev 250052)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Giovanni Scafora 
+# Contributor: damir 
+# Contributor: Robert Emil Berge 
+
+pkgname=rosegarden
+pkgver=15.10
+pkgrel=1
+pkgdesc="MIDI/audio sequencer and notation editor"
+arch=('i686' 'x86_64')
+url="http://www.rosegardenmusic.com/;
+license=('GPL')
+depends=('liblrdf' 'dssi' 'fftw' 'lirc'
+ 'perl' 'qt4' 'shared-mime-info' 'liblo>=0.28')
+makedepends=('imake')
+optdepends=('lilypond: notation display'
+'cups: printing support'
+'kdegraphics-okular: print preview, or any other PDF viewer'
+'timidity++: MIDI playback, or any other softsynth'
+'flac'
+'wavpack')
+[ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('6423f90ae392ff3673578ddc10020efd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # qt4 compatibility (qt->qt5)
+  LRELEASE=/usr/lib/qt4/bin/lrelease
+  LUPDATE=/usr/lib/qt4/bin/lupdate
+
+  export lrdf_CFLAGS LRELEASE LUPDATE
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/rosegarden.install
===
--- extra-i686/rosegarden.install   2015-11-03 13:20:50 UTC (rev 250051)
+++ extra-i686/rosegarden.install   2015-11-03 13:21:01 UTC (rev 250052)
@@ -1,15 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/extra-i686/rosegarden.install (from rev 

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

2015-11-03 Thread Jerome Leclanche
Date: Tuesday, November 3, 2015 @ 13:25:53
  Author: jleclanche
Revision: 145779

upgpkg: lxqt-panel 0.10.0-2

Rebuild 0.10.0

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 10:41:12 UTC (rev 145778)
+++ PKGBUILD2015-11-03 12:25:53 UTC (rev 145779)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:52:48
  Author: spupykin
Revision: 145846

upgpkg: mediastreamer 2.12.0-1

upd

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:52:33 UTC (rev 145845)
+++ PKGBUILD2015-11-03 15:52:48 UTC (rev 145846)
@@ -6,8 +6,8 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=2.11.2
-pkgrel=6
+pkgver=2.12.0
+pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/;
@@ -17,7 +17,7 @@
 makedepends=('intltool' 'vim')
 
source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('8b654c3e8938d50df9e83d2e353888a6'
+md5sums=('f4570034ce3875cf238e0e1249b5ec2e'
  'SKIP')
 
 build() {


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:52:33
  Author: spupykin
Revision: 145845

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

Added:
  linphone/repos/community-i686/ChangeLog
(from rev 145844, linphone/trunk/ChangeLog)
  linphone/repos/community-i686/PKGBUILD
(from rev 145844, linphone/trunk/PKGBUILD)
  linphone/repos/community-x86_64/ChangeLog
(from rev 145844, linphone/trunk/ChangeLog)
  linphone/repos/community-x86_64/PKGBUILD
(from rev 145844, linphone/trunk/PKGBUILD)
Deleted:
  linphone/repos/community-i686/ChangeLog
  linphone/repos/community-i686/PKGBUILD
  linphone/repos/community-x86_64/ChangeLog
  linphone/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   66 +
 /PKGBUILD  |   76 +++
 community-i686/ChangeLog   |   33 --
 community-i686/PKGBUILD|   38 -
 community-x86_64/ChangeLog |   33 --
 community-x86_64/PKGBUILD  |   38 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-11-03 15:52:04 UTC (rev 145844)
+++ community-i686/ChangeLog2015-11-03 15:52:33 UTC (rev 145845)
@@ -1,33 +0,0 @@
-2008-10-16  Jaroslav Lichtblau  
-* v3.0.0 build for x86_64
-
-2008-08-23  Darwin Bautista  
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20  Darwin Bautista  
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24  Darwin Bautista  
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02  Darwin Bautista  
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16  Darwin Bautista  
-* linphone 1.7.1-1
-* New upstream release
-* Revamped PKGBUILD
-* Fixed dependencies
-* Use external ortp

Copied: linphone/repos/community-i686/ChangeLog (from rev 145844, 
linphone/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-11-03 15:52:33 UTC (rev 145845)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 15:52:04 UTC (rev 145844)
+++ community-i686/PKGBUILD 2015-11-03 15:52:33 UTC (rev 145845)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-# Contributor: Mark Lee 
-
-pkgname=linphone
-pkgver=3.8.5
-pkgrel=1
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng;
-license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
-'belle-sip')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
-optdepends=('pulseaudio')
-options=('!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.8.x/sources/${pkgname}-$pkgver.tar.gz;)
-md5sums=('fbc551c36350eb0414acef49926baf39')
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG=/usr/bin/pkg-config
-  unset SGML_CATALOG_FILES
-  ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
-   --enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-external-mediastreamer \
-   --enable-external-ortp \
-   --enable-zrtp
-  make
-}
-
-package() {
- 

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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:53:18
  Author: spupykin
Revision: 145848

upgpkg: ortp 0.25.0-1

upd

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:53:13 UTC (rev 145847)
+++ PKGBUILD2015-11-03 15:53:18 UTC (rev 145848)
@@ -5,7 +5,7 @@
 # Contributor: William Rea 
 
 pkgname=ortp
-pkgver=0.24.2
+pkgver=0.25.0
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
 arch=('i686' 'x86_64')
@@ -20,6 +20,8 @@
   'SKIP')
 sha1sums=('626160c6020b1f2c1543fe43492ace1d29b66f8c'
   'SKIP')
+sha1sums=('ac4e4ed7a67bef1a57c0c2c8168f4f0bc470d7c4'
+  'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:51:01
  Author: spupykin
Revision: 145840

upgpkg: belle-sip 1.4.2-1

upd

Modified:
  belle-sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:50:56 UTC (rev 145839)
+++ PKGBUILD2015-11-03 15:51:01 UTC (rev 145840)
@@ -3,8 +3,8 @@
 # Contributor: Darwin Bautista 
 
 pkgname=belle-sip
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/index.php/eng;
@@ -15,7 +15,7 @@
 
source=("http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;

"antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
 noextract=('antlr.jar')
-md5sums=('c6460e294e77bd0646b7eda7fbe21523'
+md5sums=('dbb58649225adefbad87241141fbea93'
  '1b91dea1c7d480b3223f7c8a9aa0e172')
 
 prepare() {


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:50:56
  Author: spupykin
Revision: 145839

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 15:50:28 UTC (rev 145838)
+++ community-i686/PKGBUILD 2015-11-03 15:50:56 UTC (rev 145839)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=8
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 145838, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 15:50:56 UTC (rev 145839)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('c4dc6c09c71850f0b392772f519f1d19')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 15:50:28 UTC (rev 145838)
+++ community-x86_64/PKGBUILD   2015-11-03 15:50:56 UTC (rev 145839)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=8
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 145838, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 15:50:56 UTC (rev 145839)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('c4dc6c09c71850f0b392772f519f1d19')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:53:43
  Author: spupykin
Revision: 145849

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   35 
 community-x86_64/PKGBUILD |   35 
 3 files changed, 74 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 15:53:18 UTC (rev 145848)
+++ community-i686/PKGBUILD 2015-11-03 15:53:43 UTC (rev 145849)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=0.24.2
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('glibc')
-source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-  'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
-  'SKIP')
-sha1sums=('626160c6020b1f2c1543fe43492ace1d29b66f8c'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ortp/repos/community-i686/PKGBUILD (from rev 145848, 
ortp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 15:53:43 UTC (rev 145849)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=0.25.0
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('glibc')
+source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
+  'SKIP')
+sha1sums=('626160c6020b1f2c1543fe43492ace1d29b66f8c'
+  'SKIP')
+sha1sums=('ac4e4ed7a67bef1a57c0c2c8168f4f0bc470d7c4'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 15:53:18 UTC (rev 145848)
+++ community-x86_64/PKGBUILD   2015-11-03 15:53:43 UTC (rev 145849)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=0.24.2
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('glibc')
-source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-  'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
-  'SKIP')
-sha1sums=('626160c6020b1f2c1543fe43492ace1d29b66f8c'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 145848, 
ortp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 15:53:43 UTC (rev 145849)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# 

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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:53:13
  Author: spupykin
Revision: 145847

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 15:52:48 UTC (rev 145846)
+++ community-i686/PKGBUILD 2015-11-03 15:53:13 UTC (rev 145847)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.11.2
-pkgrel=6
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('8b654c3e8938d50df9e83d2e353888a6'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
---disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/community-i686/PKGBUILD (from rev 145846, 
mediastreamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 15:53:13 UTC (rev 145847)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=2.12.0
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('f4570034ce3875cf238e0e1249b5ec2e'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
+--disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 15:52:48 UTC (rev 145846)
+++ community-x86_64/PKGBUILD   2015-11-03 15:53:13 UTC (rev 145847)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.11.2
-pkgrel=6
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('8b654c3e8938d50df9e83d2e353888a6'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
---disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 145846, 
mediastreamer/trunk/PKGBUILD)
===
--- 

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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:51:58
  Author: spupykin
Revision: 145843

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

Added:
  bzrtp/repos/community-i686/PKGBUILD
(from rev 145842, bzrtp/trunk/PKGBUILD)
  bzrtp/repos/community-i686/mbedtls2.patch
(from rev 145842, bzrtp/trunk/mbedtls2.patch)
  bzrtp/repos/community-x86_64/PKGBUILD
(from rev 145842, bzrtp/trunk/PKGBUILD)
  bzrtp/repos/community-x86_64/mbedtls2.patch
(from rev 145842, bzrtp/trunk/mbedtls2.patch)
Deleted:
  bzrtp/repos/community-i686/PKGBUILD
  bzrtp/repos/community-i686/mbedtls2.patch
  bzrtp/repos/community-x86_64/PKGBUILD
  bzrtp/repos/community-x86_64/mbedtls2.patch

-+
 /PKGBUILD   |   70 
 /mbedtls2.patch |  208 ++
 community-i686/PKGBUILD |   35 --
 community-i686/mbedtls2.patch   |  113 
 community-x86_64/PKGBUILD   |   35 --
 community-x86_64/mbedtls2.patch |  113 
 6 files changed, 278 insertions(+), 296 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 15:51:34 UTC (rev 145842)
+++ community-i686/PKGBUILD 2015-11-03 15:51:58 UTC (rev 145843)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=1.0.2
-pkgrel=3
-pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/;
-license=('GPL2')
-depends=('libxml2' 'mbedtls')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-   mbedtls2.patch)
-md5sums=('b52fa670fb319022166cb10d641da4e6'
- 'SKIP'
- 'a5c77d9bcfda0aed17572a32b4cab69d')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 <$srcdir/mbedtls2.patch
-  autoreconf
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bzrtp/repos/community-i686/PKGBUILD (from rev 145842, 
bzrtp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 15:51:58 UTC (rev 145843)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/;
+license=('GPL2')
+depends=('libxml2' 'mbedtls')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+   mbedtls2.patch)
+md5sums=('0d0c694e114d85420d351b94f0e9d867'
+ 'SKIP'
+ '5d181d8b367a4bb50a49222f00cb6751')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 <$srcdir/mbedtls2.patch
+  autoreconf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mbedtls2.patch
===
--- community-i686/mbedtls2.patch   2015-11-03 15:51:34 UTC (rev 145842)
+++ community-i686/mbedtls2.patch   2015-11-03 15:51:58 UTC (rev 145843)
@@ -1,113 +0,0 @@
-diff -wbBur bzrtp-1.0.2/configure bzrtp-1.0.2,my/configure
 bzrtp-1.0.2/configure  2015-05-07 18:49:06.0 +0300
-+++ bzrtp-1.0.2,my/configure   2015-09-21 22:13:24.471826101 +0300
-@@ -12488,7 +12488,7 @@
-   POLARSSL_LIBS="-L${polarssl_prefix}/lib"
- fi
- 
--POLARSSL_LIBS="$POLARSSL_LIBS -lpolarssl"
-+POLARSSL_LIBS="$POLARSSL_LIBS -lmbedtls"
- 
- 
- 
-diff -wbBur bzrtp-1.0.2/configure.ac bzrtp-1.0.2,my/configure.ac
 bzrtp-1.0.2/configure.ac   2015-05-07 18:45:29.0 +0300
-+++ bzrtp-1.0.2,my/configure.ac2015-09-21 22:13:00.985159704 +0300
-@@ -42,7 +42,7 @@
-   POLARSSL_LIBS="-L${polarssl_prefix}/lib"
- fi
- 
--POLARSSL_LIBS="$POLARSSL_LIBS -lpolarssl"
-+POLARSSL_LIBS="$POLARSSL_LIBS -lmbedtls"
- 
- AC_SUBST(POLARSSL_LIBS)
- AC_SUBST(POLARSSL_CFLAGS)
-diff -wbBur bzrtp-1.0.2/src/cryptoPolarssl.c 
bzrtp-1.0.2,my/src/cryptoPolarssl.c
 bzrtp-1.0.2/src/cryptoPolarssl.c   2015-05-07 18:14:36.0 +0300
-+++ bzrtp-1.0.2,my/src/cryptoPolarssl.c2015-09-21 22:21:04.521820813 
+0300
-@@ -25,17 +25,18 @@
- #include 
- 
- /* Random number generator */
--#include "polarssl/entropy.h"
--#include "polarssl/ctr_drbg.h"
-+#include "mbedtls/compat-1.3.h"
-+#include "mbedtls/entropy.h"
-+#include "mbedtls/ctr_drbg.h"
- 
- /* Hash function sha1(sha2 is different for polarssl v1.2 and v1.3 ) */

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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:50:28
  Author: spupykin
Revision: 145838

upgpkg: bcg729 1.0.1-1

upd

Modified:
  bcg729/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:39:35 UTC (rev 145837)
+++ PKGBUILD2015-11-03 15:50:28 UTC (rev 145838)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=bcg729
-pkgver=1.0.0
-pkgrel=8
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="g729 codec"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('mediastreamer')
 
source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+md5sums=('c4dc6c09c71850f0b392772f519f1d19')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:52:04
  Author: spupykin
Revision: 145844

upgpkg: linphone 3.9.0-1

upd

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:51:58 UTC (rev 145843)
+++ PKGBUILD2015-11-03 15:52:04 UTC (rev 145844)
@@ -4,7 +4,7 @@
 # Contributor: Mark Lee 
 
 pkgname=linphone
-pkgver=3.8.5
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
 optdepends=('pulseaudio')
 options=('!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.8.x/sources/${pkgname}-$pkgver.tar.gz;)
-md5sums=('fbc551c36350eb0414acef49926baf39')
+source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.9.x/sources/${pkgname}-$pkgver.tar.gz;)
+md5sums=('9d299621d97a5e9397ec29511f5998f7')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:51:31
  Author: spupykin
Revision: 145841

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

Added:
  belle-sip/repos/community-i686/PKGBUILD
(from rev 145840, belle-sip/trunk/PKGBUILD)
  belle-sip/repos/community-x86_64/PKGBUILD
(from rev 145840, belle-sip/trunk/PKGBUILD)
Deleted:
  belle-sip/repos/community-i686/PKGBUILD
  belle-sip/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 15:51:01 UTC (rev 145840)
+++ community-i686/PKGBUILD 2015-11-03 15:51:31 UTC (rev 145841)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-
-pkgname=belle-sip
-pkgver=1.4.1
-pkgrel=2
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng;
-license=('GPL')
-depends=('libantlr3c' 'gcc-libs' 'mbedtls')
-makedepends=('java-runtime')
-options=('!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
-   
"antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
-noextract=('antlr.jar')
-md5sums=('c6460e294e77bd0646b7eda7fbe21523'
- '1b91dea1c7d480b3223f7c8a9aa0e172')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i \
--e "s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir#" \
--e "s|-Werror||g" \
-configure{,.ac}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
---disable-tests --disable-static --enable-tls
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: belle-sip/repos/community-i686/PKGBUILD (from rev 145840, 
belle-sip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 15:51:31 UTC (rev 145841)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
+# Maintainer: Sergej Pupykin 
+# Contributor: Darwin Bautista 
+
+pkgname=belle-sip
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A Voice-over-IP phone"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/index.php/eng;
+license=('GPL')
+depends=('libantlr3c' 'gcc-libs' 'mbedtls')
+makedepends=('java-runtime')
+options=('!emptydirs')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
+   
"antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
+noextract=('antlr.jar')
+md5sums=('dbb58649225adefbad87241141fbea93'
+ '1b91dea1c7d480b3223f7c8a9aa0e172')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+-e "s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir#" \
+-e "s|-Werror||g" \
+configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
+--disable-tests --disable-static --enable-tls
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 15:51:01 UTC (rev 145840)
+++ community-x86_64/PKGBUILD   2015-11-03 15:51:31 UTC (rev 145841)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-
-pkgname=belle-sip
-pkgver=1.4.1
-pkgrel=2
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng;
-license=('GPL')
-depends=('libantlr3c' 'gcc-libs' 'mbedtls')
-makedepends=('java-runtime')
-options=('!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
-   
"antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
-noextract=('antlr.jar')
-md5sums=('c6460e294e77bd0646b7eda7fbe21523'
- '1b91dea1c7d480b3223f7c8a9aa0e172')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i \
--e "s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir#" \
--e "s|-Werror||g" \
-configure{,.ac}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
---disable-tests --disable-static --enable-tls
-  make
-}
-
-package() {
-  cd 

[arch-commits] Commit in bzrtp/trunk (PKGBUILD mbedtls2.patch)

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:51:34
  Author: spupykin
Revision: 145842

upgpkg: bzrtp 1.0.3-1

upd

Modified:
  bzrtp/trunk/PKGBUILD
  bzrtp/trunk/mbedtls2.patch

+
 PKGBUILD   |8 
 mbedtls2.patch |   43 +--
 2 files changed, 21 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 15:51:31 UTC (rev 145841)
+++ PKGBUILD2015-11-03 15:51:34 UTC (rev 145842)
@@ -3,8 +3,8 @@
 # Contributor: Antonio Rojas 
 
 pkgname=bzrtp
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/;
@@ -13,9 +13,9 @@
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
mbedtls2.patch)
-md5sums=('b52fa670fb319022166cb10d641da4e6'
+md5sums=('0d0c694e114d85420d351b94f0e9d867'
  'SKIP'
- 'a5c77d9bcfda0aed17572a32b4cab69d')
+ '5d181d8b367a4bb50a49222f00cb6751')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: mbedtls2.patch
===
--- mbedtls2.patch  2015-11-03 15:51:31 UTC (rev 145841)
+++ mbedtls2.patch  2015-11-03 15:51:34 UTC (rev 145842)
@@ -1,30 +1,21 @@
-diff -wbBur bzrtp-1.0.2/configure bzrtp-1.0.2,my/configure
 bzrtp-1.0.2/configure  2015-05-07 18:49:06.0 +0300
-+++ bzrtp-1.0.2,my/configure   2015-09-21 22:13:24.471826101 +0300
-@@ -12488,7 +12488,7 @@
-   POLARSSL_LIBS="-L${polarssl_prefix}/lib"
- fi
+diff -wbBur bzrtp-1.0.3/configure.ac bzrtp-1.0.3.my/configure.ac
+--- bzrtp-1.0.3/configure.ac   2015-11-02 16:41:21.0 +0300
 bzrtp-1.0.3.my/configure.ac2015-11-03 18:28:22.098298959 +0300
+@@ -44,9 +44,9 @@
  
--POLARSSL_LIBS="$POLARSSL_LIBS -lpolarssl"
-+POLARSSL_LIBS="$POLARSSL_LIBS -lmbedtls"
- 
- 
- 
-diff -wbBur bzrtp-1.0.2/configure.ac bzrtp-1.0.2,my/configure.ac
 bzrtp-1.0.2/configure.ac   2015-05-07 18:45:29.0 +0300
-+++ bzrtp-1.0.2,my/configure.ac2015-09-21 22:13:00.985159704 +0300
-@@ -42,7 +42,7 @@
-   POLARSSL_LIBS="-L${polarssl_prefix}/lib"
- fi
- 
--POLARSSL_LIBS="$POLARSSL_LIBS -lpolarssl"
-+POLARSSL_LIBS="$POLARSSL_LIBS -lmbedtls"
- 
- AC_SUBST(POLARSSL_LIBS)
- AC_SUBST(POLARSSL_CFLAGS)
-diff -wbBur bzrtp-1.0.2/src/cryptoPolarssl.c 
bzrtp-1.0.2,my/src/cryptoPolarssl.c
 bzrtp-1.0.2/src/cryptoPolarssl.c   2015-05-07 18:14:36.0 +0300
-+++ bzrtp-1.0.2,my/src/cryptoPolarssl.c2015-09-21 22:21:04.521820813 
+0300
+ LIBS_save=$LIBS
+ LIBS="$LIBS $POLARSSL_LIBS"
+-AC_CHECK_LIB(mbedtls, ssl_init , [POLARSSL_LIBS="$POLARSSL_LIBS -lmbedtls"],
++AC_CHECK_LIB(mbedtls, mbedtls_ssl_init , [POLARSSL_LIBS="$POLARSSL_LIBS 
-lmbedtls"],
+   [
+-  AC_CHECK_LIB(polarssl, ssl_init, 
[POLARSSL_LIBS="$POLARSSL_LIBS -lpolarssl"],
++  AC_CHECK_LIB(polarssl, 
mbedtls_ssl_init, [POLARSSL_LIBS="$POLARSSL_LIBS -lmbedtls"],
+   [ AC_MSG_ERROR([Polarssl or mbedTLS 
library not found]) ]
+   )
+   ])
+diff -wbBur bzrtp-1.0.3/src/cryptoPolarssl.c 
bzrtp-1.0.3.my/src/cryptoPolarssl.c
+--- bzrtp-1.0.3/src/cryptoPolarssl.c   2015-11-02 16:41:21.0 +0300
 bzrtp-1.0.3.my/src/cryptoPolarssl.c2015-11-03 18:23:56.821626356 
+0300
 @@ -25,17 +25,18 @@
  #include 
  


[arch-commits] Commit in airspy/repos (6 files)

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 18:54:36
  Author: kkeen
Revision: 145857

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

Added:
  airspy/repos/community-staging-i686/
  airspy/repos/community-staging-i686/PKGBUILD
(from rev 145856, airspy/trunk/PKGBUILD)
  airspy/repos/community-staging-i686/airspy.conf
(from rev 145856, airspy/trunk/airspy.conf)
  airspy/repos/community-staging-x86_64/
  airspy/repos/community-staging-x86_64/PKGBUILD
(from rev 145856, airspy/trunk/PKGBUILD)
  airspy/repos/community-staging-x86_64/airspy.conf
(from rev 145856, airspy/trunk/airspy.conf)

--+
 community-staging-i686/PKGBUILD  |   32 
 community-staging-i686/airspy.conf   |3 +++
 community-staging-x86_64/PKGBUILD|   32 
 community-staging-x86_64/airspy.conf |3 +++
 4 files changed, 70 insertions(+)

Copied: airspy/repos/community-staging-i686/PKGBUILD (from rev 145856, 
airspy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-03 17:54:36 UTC (rev 145857)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+
+pkgname=airspy
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Host code for Airspy SDR."
+arch=('i686' 'x86_64')
+url="http://www.airspy.com;
+license=('GPL2')
+depends=('libusb>=1.0')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz;
+"airspy.conf")
+md5sums=('d42d454d07881e768ea944a68a1e28ff'
+ '29e481d56bfc56cface4f1457ca6df23')
+
+build() {
+  cd "$srcdir/host-$pkgver"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
+  make
+}
+
+package() {
+  cd "$srcdir/host-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../airspy-tools/52-airspy.rules" 
"$pkgdir/usr/lib/udev/rules.d/52-airspy.rules"
+  install -Dm644 "$srcdir/airspy.conf" "$pkgdir/etc/modprobe.d/airspy.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: airspy/repos/community-staging-i686/airspy.conf (from rev 145856, 
airspy/trunk/airspy.conf)
===
--- community-staging-i686/airspy.conf  (rev 0)
+++ community-staging-i686/airspy.conf  2015-11-03 17:54:36 UTC (rev 145857)
@@ -0,0 +1,3 @@
+# disable official kernel driver
+# (remove this when Airspy supports kernel driver)
+blacklist airspy

Copied: airspy/repos/community-staging-x86_64/PKGBUILD (from rev 145856, 
airspy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-03 17:54:36 UTC (rev 145857)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+
+pkgname=airspy
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Host code for Airspy SDR."
+arch=('i686' 'x86_64')
+url="http://www.airspy.com;
+license=('GPL2')
+depends=('libusb>=1.0')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz;
+"airspy.conf")
+md5sums=('d42d454d07881e768ea944a68a1e28ff'
+ '29e481d56bfc56cface4f1457ca6df23')
+
+build() {
+  cd "$srcdir/host-$pkgver"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
+  make
+}
+
+package() {
+  cd "$srcdir/host-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../airspy-tools/52-airspy.rules" 
"$pkgdir/usr/lib/udev/rules.d/52-airspy.rules"
+  install -Dm644 "$srcdir/airspy.conf" "$pkgdir/etc/modprobe.d/airspy.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: airspy/repos/community-staging-x86_64/airspy.conf (from rev 145856, 
airspy/trunk/airspy.conf)
===
--- community-staging-x86_64/airspy.conf(rev 0)
+++ community-staging-x86_64/airspy.conf2015-11-03 17:54:36 UTC (rev 
145857)
@@ -0,0 +1,3 @@
+# disable official kernel driver
+# (remove this when Airspy supports kernel driver)
+blacklist airspy


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 18:54:10
  Author: kkeen
Revision: 145856

upgpkg: airspy 1.0.6-1

Modified:
  airspy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 17:47:56 UTC (rev 145855)
+++ PKGBUILD2015-11-03 17:54:10 UTC (rev 145856)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=airspy
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc="Host code for Airspy SDR."
 arch=('i686' 'x86_64')
 url="http://www.airspy.com;
@@ -11,7 +11,7 @@
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz;
 "airspy.conf")
-md5sums=('fd0b80003a1098806ac40a5f42fea05f'
+md5sums=('d42d454d07881e768ea944a68a1e28ff'
  '29e481d56bfc56cface4f1457ca6df23')
 
 build() {


[arch-commits] Commit in (5 files)

2015-11-03 Thread Levente Polyak
Date: Tuesday, November 3, 2015 @ 20:24:17
  Author: anthraxx
Revision: 145875

addpkg: python-ujson 1.33-3

Added:
  python-ujson/
  python-ujson/repos/
  python-ujson/trunk/
  python-ujson/trunk/LICENSE.txt
  python-ujson/trunk/PKGBUILD

-+
 LICENSE.txt |   35 +++
 PKGBUILD|   37 +
 2 files changed, 72 insertions(+)

Added: python-ujson/trunk/LICENSE.txt
===
--- python-ujson/trunk/LICENSE.txt  (rev 0)
+++ python-ujson/trunk/LICENSE.txt  2015-11-03 19:24:17 UTC (rev 145875)
@@ -0,0 +1,35 @@
+Developed by ESN, an Electronic Arts Inc. studio. 
+Copyright (c) 2014, Electronic Arts Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+* Neither the name of ESN, Electronic Arts Inc. nor the
+names of its contributors may be used to endorse or promote products
+derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL ELECTRONIC ARTS INC. BE LIABLE 
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
+http://code.google.com/p/stringencoders/
+Copyright (c) 2007  Nick Galbreath -- nickg [at] modp [dot] com. All rights 
reserved.
+
+Numeric decoder derived from from TCL library
+http://www.opensource.apple.com/source/tcl/tcl-14/tcl/license.terms
+ * Copyright (c) 1988-1993 The Regents of the University of California.
+ * Copyright (c) 1994 Sun Microsystems, Inc.
\ No newline at end of file

Added: python-ujson/trunk/PKGBUILD
===
--- python-ujson/trunk/PKGBUILD (rev 0)
+++ python-ujson/trunk/PKGBUILD 2015-11-03 19:24:17 UTC (rev 145875)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+
+pkgbase=python-ujson
+pkgname=('python-ujson' 'python2-ujson')
+_libname=${pkgname/python-/}
+pkgver=1.33
+pkgrel=3
+pkgdesc="Ultra fast JSON encoder and decoder for Python"
+url="https://github.com/esnme/ultrajson;
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+sha512sums=('0f1f66212fbf94c03e048ba64c3bd817c50443d1a29b87f6a3a38f697a050f38821be4ba36a3b17a96930c69ee92973ac31bdd41851dea071af14cd4bbaf8480'
+
'74a87d69556e526768fe1d0d0b6ff888b8b34ab7e5c651a96b4e4c42599ce67825cd5a1ad3a20745faf230eb778737b03afb5fe944057cd7dc705c4b5b6f')
+source=(https://pypi.python.org/packages/source/${_libname:0:1}/${_libname}/${_libname}-${pkgver}.zip
+LICENSE.txt)
+
+package_python-ujson() {
+  cd ${_libname}-${pkgver}
+  depends=('python')
+  
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 "${srcdir}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+package_python2-ujson() {
+  cd ${_libname}-${pkgver}
+  depends=('python2')
+  
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 "${srcdir}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 18:47:39
  Author: kkeen
Revision: 145854

upgpkg: bladerf 1.4.2-1

Modified:
  bladerf/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 17:20:09 UTC (rev 145853)
+++ PKGBUILD2015-11-03 17:47:39 UTC (rev 145854)
@@ -6,10 +6,10 @@
 # keeping it more modular for now though
 
 pkgname=bladerf
-_libver=1.2.1
-_CLIver=1.1.2
-_FPGAver=0.1.2
-_firmver=1.8.0
+_libver=1.4.2
+_CLIver=1.2.1
+_FPGAver=0.4.1
+_firmver=1.8.1
 pkgver=$_libver
 pkgrel=1
 pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
@@ -26,11 +26,12 @@
 "http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
 "http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
 
-md5sums=('1f646520c6a8dde87c19fe6d5b25abf8'
- 'ff681baa275d3f01af3d864e737a23ae'
- '899da656cfb73789febe515b9d82f67e'
- '374011a23258b9245ec9ed78bdfba4c1')
+md5sums=('35bdf9469922268daed9deae85ba0d4f'
+ '4bdfc5543d7167d7f59fcf7d38b28945'
+ 'ae639096fa40478c965e765052dd530c'
+ '81cb33ced14bcd2942c8236fb6b533f5')
 
+# bladeRF-cli is bundled with libbladeRF
 # bladeRF-cli can use libtecla (aur)?
 
 build() {


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 18:47:56
  Author: kkeen
Revision: 145855

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

Added:
  bladerf/repos/community-staging-i686/
  bladerf/repos/community-staging-i686/PKGBUILD
(from rev 145854, bladerf/trunk/PKGBUILD)
  bladerf/repos/community-staging-x86_64/
  bladerf/repos/community-staging-x86_64/PKGBUILD
(from rev 145854, bladerf/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   60 
 community-staging-x86_64/PKGBUILD |   60 
 2 files changed, 120 insertions(+)

Copied: bladerf/repos/community-staging-i686/PKGBUILD (from rev 145854, 
bladerf/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-03 17:47:56 UTC (rev 145855)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+# it looks like the release model has gotten better
+# keeping it more modular for now though
+
+pkgname=bladerf
+_libver=1.4.2
+_CLIver=1.2.1
+_FPGAver=0.4.1
+_firmver=1.8.1
+pkgver=$_libver
+pkgrel=1
+pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
+url="https://github.com/Nuand/bladeRF;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake' 'help2man' 'doxygen')
+#backup=("etc/bladerf.cfg")
+
+source=(
+"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz;
+"http://nuand.com/fpga/v$_FPGAver/hostedx40.rbf;
+"http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
+"http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
+
+md5sums=('35bdf9469922268daed9deae85ba0d4f'
+ '4bdfc5543d7167d7f59fcf7d38b28945'
+ 'ae639096fa40478c965e765052dd530c'
+ '81cb33ced14bcd2942c8236fb6b533f5')
+
+# bladeRF-cli is bundled with libbladeRF
+# bladeRF-cli can use libtecla (aur)?
+
+build() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DINSTALL_UDEV_RULES=ON \
+-DBUILD_DOCUMENTATION=ON \
+-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+-Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+  # ENABLE_FX3_BUILD needs cypress toolchain
+  # really really wants to put files in /usr/lib64
+}
+
+package() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver/build"
+  make DESTDIR="${pkgdir}" install
+  cd "$srcdir"
+  install -Dm644 "bladeRF_fw_v$_firmver.img" 
"$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
+  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
+  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
+}

Copied: bladerf/repos/community-staging-x86_64/PKGBUILD (from rev 145854, 
bladerf/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-03 17:47:56 UTC (rev 145855)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+# it looks like the release model has gotten better
+# keeping it more modular for now though
+
+pkgname=bladerf
+_libver=1.4.2
+_CLIver=1.2.1
+_FPGAver=0.4.1
+_firmver=1.8.1
+pkgver=$_libver
+pkgrel=1
+pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
+url="https://github.com/Nuand/bladeRF;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake' 'help2man' 'doxygen')
+#backup=("etc/bladerf.cfg")
+
+source=(
+"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz;
+"http://nuand.com/fpga/v$_FPGAver/hostedx40.rbf;
+"http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
+"http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
+
+md5sums=('35bdf9469922268daed9deae85ba0d4f'
+ '4bdfc5543d7167d7f59fcf7d38b28945'
+ 'ae639096fa40478c965e765052dd530c'
+ '81cb33ced14bcd2942c8236fb6b533f5')
+
+# bladeRF-cli is bundled with libbladeRF
+# bladeRF-cli can use libtecla (aur)?
+
+build() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DINSTALL_UDEV_RULES=ON \
+-DBUILD_DOCUMENTATION=ON \
+-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+-Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+  # ENABLE_FX3_BUILD needs cypress toolchain
+  # really really wants to put files in /usr/lib64
+}
+
+package() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver/build"
+  make DESTDIR="${pkgdir}" install
+  cd "$srcdir"
+  install -Dm644 "bladeRF_fw_v$_firmver.img" 
"$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
+  install -Dm644 

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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 19:08:47
  Author: kkeen
Revision: 145863

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

Added:
  gnuradio-osmosdr/repos/community-staging-i686/
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 145862, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 145862, gnuradio-osmosdr/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
145862, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-03 18:08:47 UTC (rev 145863)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=9
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
145862, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-03 18:08:47 UTC (rev 145863)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=9
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 19:17:18
  Author: kkeen
Revision: 145864

upgpkg: gqrx 2.3.2-8

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 18:08:47 UTC (rev 145863)
+++ PKGBUILD2015-11-03 18:17:18 UTC (rev 145864)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.3.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/;


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 19:03:15
  Author: kkeen
Revision: 145860

upgpkg: gnuradio-fcdproplus 3.7.4-17

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 17:59:37 UTC (rev 145859)
+++ PKGBUILD2015-11-03 18:03:15 UTC (rev 145860)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.4
-pkgrel=16
+pkgrel=17
 _tag=v3.7_hidraw
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 19:08:30
  Author: kkeen
Revision: 145862

upgpkg: gnuradio-osmosdr 0.1.4-9

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 18:03:32 UTC (rev 145861)
+++ PKGBUILD2015-11-03 18:08:30 UTC (rev 145862)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
 url="http://sdr.osmocom.org/trac/;
 arch=('i686' 'x86_64')


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 18:59:37
  Author: kkeen
Revision: 145859

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

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 145858, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 145858, gnuradio-iqbal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 145858, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-03 17:59:37 UTC (rev 145859)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=12
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
145858, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-03 17:59:37 UTC (rev 145859)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=12
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 18:59:18
  Author: kkeen
Revision: 145858

upgpkg: gnuradio-iqbal 0.37.2-12

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 17:54:36 UTC (rev 145857)
+++ PKGBUILD2015-11-03 17:59:18 UTC (rev 145858)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/;


[arch-commits] Commit in ejabberd/repos (22 files)

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 18:20:09
  Author: spupykin
Revision: 145853

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 145852, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/deps-build-fix.patch
(from rev 145852, ejabberd/trunk/deps-build-fix.patch)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 145852, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 145852, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 145852, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 145852, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 145852, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/deps-build-fix.patch
(from rev 145852, ejabberd/trunk/deps-build-fix.patch)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 145852, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 145852, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 145852, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 145852, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/sysuser.conf
  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
  ejabberd/repos/community-x86_64/sysuser.conf

---+
 /PKGBUILD |  282 
 /ejabberd.install |   42 
 /ejabberd.logrotate   |   24 ++
 /ejabberd.service |   28 +++
 /sysuser.conf |6 
 community-i686/PKGBUILD   |  139 ---
 community-i686/deps-build-fix.patch   |   57 ++
 community-i686/ejabberd.install   |   21 --
 community-i686/ejabberd.logrotate |   12 -
 community-i686/ejabberd.service   |   14 -
 community-i686/sysuser.conf   |3 
 community-x86_64/PKGBUILD |  139 ---
 community-x86_64/deps-build-fix.patch |   57 ++
 community-x86_64/ejabberd.install |   21 --
 community-x86_64/ejabberd.logrotate   |   12 -
 community-x86_64/ejabberd.service |   14 -
 community-x86_64/sysuser.conf |3 
 17 files changed, 496 insertions(+), 378 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 17:03:47 UTC (rev 145852)
+++ community-i686/PKGBUILD 2015-11-03 17:20:09 UTC (rev 145853)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=15.04
-pkgrel=2
-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' 'sqlite')
-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#commit=cca096330ce39e8b56fe0e0c478df1ff452e7751"
-   
"p1_tls::git://github.com/processone/tls#commit=e231cbde546c2e2200f6dae01d13cf743d253c6d"
-   
"p1_stringprep::git://github.com/processone/stringprep#commit=3c640237a3a7831dc39de6a6d329d3a9af25c579"
-   
"p1_xml::git://github.com/processone/xml#commit=3db0b2f2b96c9fa2f601f96794cc6e8a480615b4"
-   
"p1_yaml::git://github.com/processone/p1_yaml#commit=e1f081e1bbf34c35fc60c1b988d62a07fbead3e8"
-   "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#tag=0.1.6"
-   "p1_mysql::git://github.com/processone/mysql.git"
-   "p1_pgsql::git://github.com/processone/pgsql.git"
-   

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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 19:17:39
  Author: kkeen
Revision: 145865

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

Added:
  gqrx/repos/community-staging-i686/
  gqrx/repos/community-staging-i686/PKGBUILD
(from rev 145864, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-i686/gqrx.desktop
(from rev 145864, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-i686/gqrx.png
(from rev 145864, gqrx/trunk/gqrx.png)
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 145864, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/gqrx.desktop
(from rev 145864, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-x86_64/gqrx.png
(from rev 145864, gqrx/trunk/gqrx.png)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/gqrx.desktop   |   10 +
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/gqrx.desktop |   10 +
 4 files changed, 128 insertions(+)

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 145864, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-03 18:17:39 UTC (rev 145865)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.3.2
+pkgrel=8
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('f77dd4d3ee02bd142be5f17a926c21c7'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Copied: gqrx/repos/community-staging-i686/gqrx.desktop (from rev 145864, 
gqrx/trunk/gqrx.desktop)
===
--- community-staging-i686/gqrx.desktop (rev 0)
+++ community-staging-i686/gqrx.desktop 2015-11-03 18:17:39 UTC (rev 145865)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=GQRX SDR
+GenericName=Funcube SDR Software
+Comment=Controller application for the Funcube Dongle and operating 
application.
+Exec=gqrx
+Icon=gqrx
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;HamRadio;
+StartupNotify=false

Copied: gqrx/repos/community-staging-i686/gqrx.png (from rev 145864, 
gqrx/trunk/gqrx.png)
===
(Binary files differ)

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 145864, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-03 18:17:39 UTC (rev 145865)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.3.2
+pkgrel=8
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('f77dd4d3ee02bd142be5f17a926c21c7'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  

[arch-commits] Commit in ejabberd/trunk (PKGBUILD deps-build-fix.patch)

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 18:03:47
  Author: spupykin
Revision: 145852

Added:
  ejabberd/trunk/deps-build-fix.patch
Modified:
  ejabberd/trunk/PKGBUILD

--+
 PKGBUILD |   94 +
 deps-build-fix.patch |   57 +
 2 files changed, 105 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 16:53:41 UTC (rev 145851)
+++ PKGBUILD2015-11-03 17:03:47 UTC (rev 145852)
@@ -3,9 +3,18 @@
 # Contributor: Jeff 'codemac' Mickey 
 # Contributor: Alexander Rødseth 
 
+#
+# cd deps ; ls -1 | while read g; do (test -d $g && cd $g && sh ../t.sh); done 
>qwe
+#
+# U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
+# C=`git rev-parse HEAD`
+# N=`basename $(pwd)`
+# echo -e "\t\"$N::$U#commit=$C\""
+#
+
 pkgname=ejabberd
-pkgver=15.04
-pkgrel=2
+pkgver=15.10
+pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
 url="http://www.ejabberd.im/;
@@ -20,38 +29,37 @@
 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#commit=cca096330ce39e8b56fe0e0c478df1ff452e7751"
-   
"p1_tls::git://github.com/processone/tls#commit=e231cbde546c2e2200f6dae01d13cf743d253c6d"
+   
"elixir::git://github.com/elixir-lang/elixir#commit=1d9548fd285d243721b7eba71912bde2ffd1f6c3"
+   
"eredis::git://github.com/wooga/eredis#commit=bf12ecb30253c84a2331f4f0d93fd68856fcb9f4"
+   
"esip::git://github.com/processone/p1_sip#commit=d662d3fe7f6288b444ea321d854de0bd6d40e022"
+   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=64864ba7fcf40988361340e48680b49a2c2938cf"
+   
"jiffy::git://github.com/davisp/jiffy#commit=cfc61a2e952dc3182e0f9b147346756362e2"
+   
"lager::git://github.com/basho/lager#commit=4d2ec8c701e1fa2d386f92f2b83b23faf8608ac3"
+   
"meck::git://github.com/eproxus/meck#commit=0845277398b8326f9dd9fc3cf73467ba6877"
+   
"oauth2::git://github.com/prefiks/oauth2.git#commit=e6da9912e5d8f658e7e868f41a102d085bdbef59"
+   
"p1_cache_tab::git://github.com/processone/cache_tab#commit=f7ea12b0ba962a3d2f9a406d2954cf7de4e27230"
+   
"p1_iconv::git://github.com/processone/eiconv#commit=8b7542b1aaf0a851f335e464956956985af6d9a2"
+   
"p1_mysql::git://github.com/processone/mysql#commit=dfa87da95f8fdb92e270741c2a53f796b682f918"
+   
"p1_pam::git://github.com/processone/epam#commit=d3ce290b7da75d780a03e86e7a8198a80e9826a6"
+   
"p1_pgsql::git://github.com/processone/pgsql#commit=e72c03c60bfcb56bbb5d259342021d9cb3581dac"

"p1_stringprep::git://github.com/processone/stringprep#commit=3c640237a3a7831dc39de6a6d329d3a9af25c579"
-   
"p1_xml::git://github.com/processone/xml#commit=3db0b2f2b96c9fa2f601f96794cc6e8a480615b4"
-   
"p1_yaml::git://github.com/processone/p1_yaml#commit=e1f081e1bbf34c35fc60c1b988d62a07fbead3e8"
-   "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#tag=0.1.6"
-   "p1_mysql::git://github.com/processone/mysql.git"
-   "p1_pgsql::git://github.com/processone/pgsql.git"
-   
"p1_stun::git://github.com/processone/stun#commit=d98c71e22492bd5cf95f6a3227de302ace0f70b3"
-   "git://github.com/davisp/jiffy"
-   "git://github.com/cmullaparthi/ibrowse"
-   "git://github.com/esl/lhttpc"
-   "git://github.com/eproxus/meck#tag=0.8.2"
-   
"esip::git://github.com/processone/p1_sip#commit=a9b725df78ee44c0f118908eef07395654767d62"
-   "git://github.com/basho/riak_pb#tag=1.4.4.0"
-   "riakc::git://github.com/basho/riak-erlang-client#tag=1.4.2"
-   "protobuffs::git://github.com/basho/erlang_protobuffs.git"
-   
"git://github.com/processone/p1_utils#commit=1bf99f9c8daed3b03f76e2714ca102c520c88b26"
-   
"ehyperloglog::git://github.com/vaxelfel/eHyperLogLog.git#commit=efd14f262c663cde76d8ed48007826dabe9aca41"
-   "rebar_elixir_plugin::git://github.com/yrashk/rebar_elixir_plugin"
-   "elixir::git://github.com/elixir-lang/elixir#branch=v1.0"
-   "git://github.com/wooga/eredis"
-   "sqlite3::git://github.com/alexeyr/erlang-sqlite3"
+   
"p1_stun::git://github.com/processone/stun#commit=061bdae484268cbf0457ad4797e74b8516df3ad1"
+   
"p1_tls::git://github.com/processone/tls#commit=e56321afd974e9da33da913cd31beebc8e73e75f"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=d7800881e6702723ce58b7646b60c9e4cd25d563"
+   

[arch-commits] Commit in gnuradio-fcdproplus/repos (6 files)

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 19:03:32
  Author: kkeen
Revision: 145861

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

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 145860, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 145860, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 145860, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 145860, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-staging-i686/88-fcdproplus.rules   |9 ++
 community-staging-i686/PKGBUILD  |   37 +
 community-staging-x86_64/88-fcdproplus.rules |9 ++
 community-staging-x86_64/PKGBUILD|   37 +
 4 files changed, 92 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 145860, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2015-11-03 18:03:32 UTC (rev 
145861)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
145860, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-03 18:03:32 UTC (rev 145861)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=17
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus;
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 145860, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2015-11-03 18:03:32 UTC 
(rev 145861)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
145860, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-03 18:03:32 UTC (rev 145861)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=17
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"

[arch-commits] Commit in python-ujson/repos (6 files)

2015-11-03 Thread Levente Polyak
Date: Tuesday, November 3, 2015 @ 20:24:42
  Author: anthraxx
Revision: 145876

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

Added:
  python-ujson/repos/community-i686/
  python-ujson/repos/community-i686/LICENSE.txt
(from rev 145875, python-ujson/trunk/LICENSE.txt)
  python-ujson/repos/community-i686/PKGBUILD
(from rev 145875, python-ujson/trunk/PKGBUILD)
  python-ujson/repos/community-x86_64/
  python-ujson/repos/community-x86_64/LICENSE.txt
(from rev 145875, python-ujson/trunk/LICENSE.txt)
  python-ujson/repos/community-x86_64/PKGBUILD
(from rev 145875, python-ujson/trunk/PKGBUILD)

--+
 community-i686/LICENSE.txt   |   35 +++
 community-i686/PKGBUILD  |   37 +
 community-x86_64/LICENSE.txt |   35 +++
 community-x86_64/PKGBUILD|   37 +
 4 files changed, 144 insertions(+)

Copied: python-ujson/repos/community-i686/LICENSE.txt (from rev 145875, 
python-ujson/trunk/LICENSE.txt)
===
--- community-i686/LICENSE.txt  (rev 0)
+++ community-i686/LICENSE.txt  2015-11-03 19:24:42 UTC (rev 145876)
@@ -0,0 +1,35 @@
+Developed by ESN, an Electronic Arts Inc. studio. 
+Copyright (c) 2014, Electronic Arts Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+* Neither the name of ESN, Electronic Arts Inc. nor the
+names of its contributors may be used to endorse or promote products
+derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL ELECTRONIC ARTS INC. BE LIABLE 
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
+http://code.google.com/p/stringencoders/
+Copyright (c) 2007  Nick Galbreath -- nickg [at] modp [dot] com. All rights 
reserved.
+
+Numeric decoder derived from from TCL library
+http://www.opensource.apple.com/source/tcl/tcl-14/tcl/license.terms
+ * Copyright (c) 1988-1993 The Regents of the University of California.
+ * Copyright (c) 1994 Sun Microsystems, Inc.
\ No newline at end of file

Copied: python-ujson/repos/community-i686/PKGBUILD (from rev 145875, 
python-ujson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 19:24:42 UTC (rev 145876)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+
+pkgbase=python-ujson
+pkgname=('python-ujson' 'python2-ujson')
+_libname=${pkgname/python-/}
+pkgver=1.33
+pkgrel=3
+pkgdesc="Ultra fast JSON encoder and decoder for Python"
+url="https://github.com/esnme/ultrajson;
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+sha512sums=('0f1f66212fbf94c03e048ba64c3bd817c50443d1a29b87f6a3a38f697a050f38821be4ba36a3b17a96930c69ee92973ac31bdd41851dea071af14cd4bbaf8480'
+
'74a87d69556e526768fe1d0d0b6ff888b8b34ab7e5c651a96b4e4c42599ce67825cd5a1ad3a20745faf230eb778737b03afb5fe944057cd7dc705c4b5b6f')
+source=(https://pypi.python.org/packages/source/${_libname:0:1}/${_libname}/${_libname}-${pkgver}.zip
+LICENSE.txt)
+
+package_python-ujson() {
+  cd ${_libname}-${pkgver}
+  depends=('python')
+  
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 "${srcdir}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+package_python2-ujson() {
+  cd ${_libname}-${pkgver}
+  depends=('python2')
+  
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 

[arch-commits] Commit in facter/repos (6 files)

2015-11-03 Thread Jonathan Steel
Date: Tuesday, November 3, 2015 @ 20:47:14
  Author: jsteel
Revision: 145880

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

Added:
  facter/repos/community-testing-i686/
  facter/repos/community-testing-i686/PKGBUILD
(from rev 145879, facter/trunk/PKGBUILD)
  facter/repos/community-testing-i686/gemspec.in
(from rev 145879, facter/trunk/gemspec.in)
  facter/repos/community-testing-x86_64/
  facter/repos/community-testing-x86_64/PKGBUILD
(from rev 145879, facter/trunk/PKGBUILD)
  facter/repos/community-testing-x86_64/gemspec.in
(from rev 145879, facter/trunk/gemspec.in)

-+
 community-testing-i686/PKGBUILD |   42 ++
 community-testing-i686/gemspec.in   |   21 +
 community-testing-x86_64/PKGBUILD   |   42 ++
 community-testing-x86_64/gemspec.in |   21 +
 4 files changed, 126 insertions(+)

Copied: facter/repos/community-testing-i686/PKGBUILD (from rev 145879, 
facter/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-03 19:47:14 UTC (rev 145880)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
+gemspec.in)
+md5sums=('2e1e359103b507090e28da1065940a10'
+ '8eb61d40e280c90608c11a0e328abe1e')
+
+prepare() {
+  cp gemspec.in $pkgname-$pkgver/lib/.gemspec.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-testing-i686/gemspec.in (from rev 145879, 
facter/trunk/gemspec.in)
===
--- community-testing-i686/gemspec.in   (rev 0)
+++ community-testing-i686/gemspec.in   2015-11-03 19:47:14 UTC (rev 145880)
@@ -0,0 +1,21 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+  s.name = "facter"
+  version = 
"@LIBFACTER_VERSION_MAJOR@.@LIBFACTER_VERSION_MINOR@.@LIBFACTER_VERSION_PATCH@"
+  mdata = version.match(/(\d+\.\d+\.\d+)/)
+  s.version = mdata ? mdata[1] : version
+
+  s.required_rubygems_version = Gem::Requirement.new(">= 0")
+  s.authors = ["Puppet Labs"]
+  s.date = "2015-10-22"
+  s.description = "You can prove anything with facts!"
+  s.email = "i...@puppetlabs.com"
+  s.files = ["bin/facter"]
+  s.homepage = "https://puppetlabs.com;
+  s.require_paths = ["lib"]
+  s.summary = "Facter, a system inventory tool"
+  s.specification_version = 3
+  s.required_ruby_version = '~> 2.1.7'
+
+end

Copied: facter/repos/community-testing-x86_64/PKGBUILD (from rev 145879, 
facter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-03 19:47:14 UTC (rev 145880)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
+gemspec.in)
+md5sums=('2e1e359103b507090e28da1065940a10'
+ '8eb61d40e280c90608c11a0e328abe1e')
+
+prepare() {
+  cp gemspec.in $pkgname-$pkgver/lib/.gemspec.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-testing-x86_64/gemspec.in (from rev 145879, 
facter/trunk/gemspec.in)
===
--- community-testing-x86_64/gemspec.in (rev 0)
+++ community-testing-x86_64/gemspec.in 2015-11-03 19:47:14 UTC (rev 145880)
@@ -0,0 +1,21 @@
+# -*- 

[arch-commits] Commit in facter/trunk (PKGBUILD gemspec.in)

2015-11-03 Thread Jonathan Steel
Date: Tuesday, November 3, 2015 @ 20:46:38
  Author: jsteel
Revision: 145879

upgpkg: facter 3.1.1-1

Added:
  facter/trunk/gemspec.in
Modified:
  facter/trunk/PKGBUILD

+
 PKGBUILD   |   14 ++
 gemspec.in |   21 +
 2 files changed, 31 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 19:46:05 UTC (rev 145878)
+++ PKGBUILD2015-11-03 19:46:38 UTC (rev 145879)
@@ -7,8 +7,8 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
 url="http://puppetlabs.com/facter;
@@ -16,9 +16,15 @@
 depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
 makedepends=('boost' 'cmake')
 replaces=('cfacter')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b8824f0c336952747b74d0f771158ce3')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
+gemspec.in)
+md5sums=('2e1e359103b507090e28da1065940a10'
+ '8eb61d40e280c90608c11a0e328abe1e')
 
+prepare() {
+  cp gemspec.in $pkgname-$pkgver/lib/.gemspec.in
+}
+
 build() {
   cd $pkgname-$pkgver
 

Added: gemspec.in
===
--- gemspec.in  (rev 0)
+++ gemspec.in  2015-11-03 19:46:38 UTC (rev 145879)
@@ -0,0 +1,21 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+  s.name = "facter"
+  version = 
"@LIBFACTER_VERSION_MAJOR@.@LIBFACTER_VERSION_MINOR@.@LIBFACTER_VERSION_PATCH@"
+  mdata = version.match(/(\d+\.\d+\.\d+)/)
+  s.version = mdata ? mdata[1] : version
+
+  s.required_rubygems_version = Gem::Requirement.new(">= 0")
+  s.authors = ["Puppet Labs"]
+  s.date = "2015-10-22"
+  s.description = "You can prove anything with facts!"
+  s.email = "i...@puppetlabs.com"
+  s.files = ["bin/facter"]
+  s.homepage = "https://puppetlabs.com;
+  s.require_paths = ["lib"]
+  s.summary = "Facter, a system inventory tool"
+  s.specification_version = 3
+  s.required_ruby_version = '~> 2.1.7'
+
+end


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

2015-11-03 Thread Jan Steffens
Date: Tuesday, November 3, 2015 @ 21:18:43
  Author: heftig
Revision: 250093

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

Added:
  libwebp/repos/extra-i686/PKGBUILD
(from rev 250092, libwebp/trunk/PKGBUILD)
  libwebp/repos/extra-x86_64/PKGBUILD
(from rev 250092, libwebp/trunk/PKGBUILD)
Deleted:
  libwebp/repos/extra-i686/PKGBUILD
  libwebp/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-03 20:17:53 UTC (rev 250092)
+++ extra-i686/PKGBUILD 2015-11-03 20:18:43 UTC (rev 250093)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Alexander Rødseth 
-# Contributor: Jon Nordby 
-
-pkgname=libwebp
-pkgver=0.4.3
-pkgrel=1
-pkgdesc="WebP library and conversion tools"
-arch=(x86_64 i686)
-url="https://developers.google.com/speed/webp/;
-license=(BSD)
-depends=(libpng libjpeg libtiff giflib)
-makedepends=(freeglut mesa glu)
-optdepends=('freeglut: vwebp viewer')
-source=("http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
-sha256sums=('efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
- --enable-swap-16bit-csp \
- --enable-experimental \
- --enable-libwebpmux \
- --enable-libwebpdemux \
- --enable-libwebpdecoder \
- --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/extra-i686/PKGBUILD (from rev 250092, 
libwebp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-03 20:18:43 UTC (rev 250093)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Alexander Rødseth 
+# Contributor: Jon Nordby 
+
+pkgname=libwebp
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="WebP library and conversion tools"
+arch=(x86_64 i686)
+url="https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu)
+optdepends=('freeglut: vwebp viewer')
+source=("http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
+sha256sums=('c65d34edb57338e331ba4d67a2b3179444cfca17d02c34f1ead63f603e86')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebpmux \
+ --enable-libwebpdemux \
+ --enable-libwebpdecoder \
+ --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-03 20:17:53 UTC (rev 250092)
+++ extra-x86_64/PKGBUILD   2015-11-03 20:18:43 UTC (rev 250093)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Alexander Rødseth 
-# Contributor: Jon Nordby 
-
-pkgname=libwebp
-pkgver=0.4.3
-pkgrel=1
-pkgdesc="WebP library and conversion tools"
-arch=(x86_64 i686)
-url="https://developers.google.com/speed/webp/;
-license=(BSD)
-depends=(libpng libjpeg libtiff giflib)
-makedepends=(freeglut mesa glu)
-optdepends=('freeglut: vwebp viewer')
-source=("http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
-sha256sums=('efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
- --enable-swap-16bit-csp \
- --enable-experimental \
- --enable-libwebpmux \
- --enable-libwebpdemux \
- --enable-libwebpdecoder \
- --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/extra-x86_64/PKGBUILD (from rev 250092, 
libwebp/trunk/PKGBUILD)
===
--- 

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

2015-11-03 Thread Bartłomiej Piotrowski
Date: Tuesday, November 3, 2015 @ 20:45:46
  Author: bpiotrowski
Revision: 145877

upgpkg: haproxy 1.6.2-1

new upstream release

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 19:24:42 UTC (rev 145876)
+++ PKGBUILD2015-11-03 19:45:46 UTC (rev 145877)
@@ -2,7 +2,7 @@
 # Maintainer:  Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=haproxy.install
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
-md5sums=('7343def2af8556ebc8972a9748176094'
+md5sums=('d0ebd3d123191a8136e2e5eb8aaff039'
  '7e41518332eeae70fa30dc30861c17c8')
 
 prepare() {
@@ -37,7 +37,9 @@
 
 package() {
   cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr \
+  make \
+EXTRA=haproxy-systemd-wrapper \
+PREFIX="$pkgdir"/usr \
 SBINDIR="$pkgdir"/usr/bin \
 DOCDIR="$pkgdir"/usr/share/$pkgname \
 install


[arch-commits] Commit in haproxy/repos (12 files)

2015-11-03 Thread Bartłomiej Piotrowski
Date: Tuesday, November 3, 2015 @ 20:46:05
  Author: bpiotrowski
Revision: 145878

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

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 145877, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 145877, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 145877, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 145877, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 145877, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 145877, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  124 +
 /haproxy.cfg |  104 +++
 /haproxy.install |8 ++
 community-i686/PKGBUILD  |   60 -
 community-i686/haproxy.cfg   |   52 ---
 community-i686/haproxy.install   |4 -
 community-x86_64/PKGBUILD|   60 -
 community-x86_64/haproxy.cfg |   52 ---
 community-x86_64/haproxy.install |4 -
 9 files changed, 236 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 19:45:46 UTC (rev 145877)
+++ community-i686/PKGBUILD 2015-11-03 19:46:05 UTC (rev 145878)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-arch=('i686' 'x86_64')
-url='http://haproxy.org/'
-license=('GPL')
-depends=('openssl' 'pcre' 'zlib' 'lua')
-backup=('etc/haproxy/haproxy.cfg')
-install=haproxy.install
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-md5sums=('7343def2af8556ebc8972a9748176094'
- '7e41518332eeae70fa30dc30861c17c8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 145877, 
haproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 19:46:05 UTC (rev 145878)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+arch=('i686' 'x86_64')
+url='http://haproxy.org/'
+license=('GPL')
+depends=('openssl' 'pcre' 'zlib' 'lua')
+backup=('etc/haproxy/haproxy.cfg')
+install=haproxy.install
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+md5sums=('d0ebd3d123191a8136e2e5eb8aaff039'
+ '7e41518332eeae70fa30dc30861c17c8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make \
+EXTRA=haproxy-systemd-wrapper \
+PREFIX="$pkgdir"/usr \
+SBINDIR="$pkgdir"/usr/bin \
+ 

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

2015-11-03 Thread Jan Steffens
Date: Tuesday, November 3, 2015 @ 21:17:53
  Author: heftig
Revision: 250092

0.4.4

Modified:
  libwebp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 16:24:40 UTC (rev 250091)
+++ PKGBUILD2015-11-03 20:17:53 UTC (rev 250092)
@@ -4,7 +4,7 @@
 # Contributor: Jon Nordby 
 
 pkgname=libwebp
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="WebP library and conversion tools"
 arch=(x86_64 i686)
@@ -14,7 +14,7 @@
 makedepends=(freeglut mesa glu)
 optdepends=('freeglut: vwebp viewer')
 
source=("http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
-sha256sums=('efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4')
+sha256sums=('c65d34edb57338e331ba4d67a2b3179444cfca17d02c34f1ead63f603e86')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in python-pastedeploy/repos (2 files)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 03:35:06
  Author: fyan
Revision: 145884

archrelease: copy trunk to community-any

Added:
  python-pastedeploy/repos/community-any/
  python-pastedeploy/repos/community-any/PKGBUILD
(from rev 145883, python-pastedeploy/trunk/PKGBUILD)

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

Copied: python-pastedeploy/repos/community-any/PKGBUILD (from rev 145883, 
python-pastedeploy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-04 02:35:06 UTC (rev 145884)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pastedeploy
+pkgname=('python-pastedeploy' 'python2-pastedeploy')
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Load, configure, and compose WSGI applications and servers"
+arch=('any')
+license=('MIT')
+url="http://pythonpaste.org/deploy/;
+makedepends=('python-setuptools' 'python2-setuptools' 'mercurial')
+checkdepends=('python-nose' 'python2-nose')
+source=("hg+https://bitbucket.org/ianb/pastedeploy#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pastedeploy{,-py2}
+}
+
+build() {
+  cd "$srcdir/pastedeploy"
+  python setup.py build
+
+  cd "$srcdir/pastedeploy-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/pastedeploy"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
nosetests3
+
+  cd "$srcdir/pastedeploy-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
nosetests2
+}
+
+package_python-pastedeploy() {
+  depends=('python-setuptools')
+
+  cd pastedeploy
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+}
+
+package_python2-pastedeploy() {
+  depends=('python2-setuptools')
+
+  cd pastedeploy-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+}


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 03:34:45
  Author: fyan
Revision: 145883

addpkg: python-pastedeploy 1.5.2-1

Added:
  python-pastedeploy/
  python-pastedeploy/repos/
  python-pastedeploy/trunk/
  python-pastedeploy/trunk/PKGBUILD

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

Added: python-pastedeploy/trunk/PKGBUILD
===
--- python-pastedeploy/trunk/PKGBUILD   (rev 0)
+++ python-pastedeploy/trunk/PKGBUILD   2015-11-04 02:34:45 UTC (rev 145883)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pastedeploy
+pkgname=('python-pastedeploy' 'python2-pastedeploy')
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Load, configure, and compose WSGI applications and servers"
+arch=('any')
+license=('MIT')
+url="http://pythonpaste.org/deploy/;
+makedepends=('python-setuptools' 'python2-setuptools' 'mercurial')
+checkdepends=('python-nose' 'python2-nose')
+source=("hg+https://bitbucket.org/ianb/pastedeploy#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pastedeploy{,-py2}
+}
+
+build() {
+  cd "$srcdir/pastedeploy"
+  python setup.py build
+
+  cd "$srcdir/pastedeploy-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/pastedeploy"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
nosetests3
+
+  cd "$srcdir/pastedeploy-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
nosetests2
+}
+
+package_python-pastedeploy() {
+  depends=('python-setuptools')
+
+  cd pastedeploy
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+}
+
+package_python2-pastedeploy() {
+  depends=('python2-setuptools')
+
+  cd pastedeploy-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+}


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


[arch-commits] Commit in python-wsgiproxy2/repos (2 files)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 03:49:37
  Author: fyan
Revision: 145886

archrelease: copy trunk to community-any

Added:
  python-wsgiproxy2/repos/community-any/
  python-wsgiproxy2/repos/community-any/PKGBUILD
(from rev 145885, python-wsgiproxy2/trunk/PKGBUILD)

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

Copied: python-wsgiproxy2/repos/community-any/PKGBUILD (from rev 145885, 
python-wsgiproxy2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-04 02:49:37 UTC (rev 145886)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-wsgiproxy2
+pkgname=('python-wsgiproxy2' 'python2-wsgiproxy2')
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A WSGI Proxy with various http client backends"
+arch=('any')
+license=('MIT')
+url="https://github.com/gawel/WSGIProxy2/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob'
+ 'python-six' 'python2-six' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-requests' 'python2-requests'
+  'python-webtest' 'python2-webtest' 'python-waitress' 
'python2-waitress')
+source=("git+https://github.com/gawel/WSGIProxy2.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a WSGIProxy2{,-py2}
+}
+
+build() {
+  cd "$srcdir/WSGIProxy2"
+  python setup.py build
+
+  cd "$srcdir/WSGIProxy2-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/WSGIProxy2"
+  nosetests3
+
+  cd "$srcdir/WSGIProxy2-py2"
+  # We don't provide restkit (looks obsolete to me)
+  nosetests2 || warning "Tests failed"
+}
+
+package_python-wsgiproxy2() {
+  depends=('python-webob' 'python-six')
+
+  cd WSGIProxy2
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-wsgiproxy2() {
+  depends=('python2-webob' 'python2-six')
+
+  cd WSGIProxy2-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 03:51:24
  Author: fyan
Revision: 145887

upgpkg: python-webtest 2.0.20-1

Modified:
  python-webtest/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 02:49:37 UTC (rev 145886)
+++ PKGBUILD2015-11-04 02:51:24 UTC (rev 145887)
@@ -4,7 +4,7 @@
 
 _pkgname=WebTest
 pkgname=(python-webtest python2-webtest)
-pkgver=2.0.19
+pkgver=2.0.20
 pkgrel=1
 pkgdesc="Helper to test WSGI applications"
 arch=('any')
@@ -11,11 +11,12 @@
 url='http://webtest.pythonpaste.org/'
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob' 'python-six' 'python2-six'
- 'python-beautifulsoup4' 'python2-beautifulsoup4')
+ 'python-beautifulsoup4' 'python2-beautifulsoup4' 
'python-waitress' 'python2-waitress')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
-  'python-pyquery' 'python2-pyquery')
+  'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
+  'python-wsgiproxy2' 'python2-wsgiproxy2')
 
source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha256sums=('c80f60180d39cd1caf4d78673e83218681f1bdc96c3daa214e38bd49c38b019a')
+sha256sums=('bb137b96ce300eb4e43377804ed45be87674af7d414c4de46bba4d251bc4602f')
 
 prepare() {
   cp -a "$srcdir/$_pkgname-${pkgver}"{,-py2}
@@ -31,14 +32,14 @@
 
 check() {
   cd "$srcdir/$_pkgname-${pkgver}"
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" nosetests3 || 
warning "Tests failed" # Missing waitress and PasteDeploy
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" nosetests3
 
   cd "$srcdir/$_pkgname-${pkgver}-py2"
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2 || 
warning "Tests failed" # Missing waitress and PasteDeploy
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2
 }
 
 package_python-webtest() {
-  depends=('python-webob' 'python-six' 'python-beautifulsoup4')
+  depends=('python-webob' 'python-six' 'python-beautifulsoup4' 
'python-waitress')
   optdepends=('python-pyquery: for response.pyquery'
   'python-lxml: for response.lxml')
 
@@ -48,7 +49,7 @@
 }
 
 package_python2-webtest() {
-  depends=('python2-webob' 'python2-six' 'python2-beautifulsoup4')
+  depends=('python2-webob' 'python2-six' 'python2-beautifulsoup4' 
'python2-waitress')
   optdepends=('python2-pyquery: for response.pyquery'
   'python2-lxml: for response.lxml')
 


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

2015-11-03 Thread Balló György
Date: Wednesday, November 4, 2015 @ 06:48:37
  Author: bgyorgy
Revision: 145928

Small fixes (FS#46371)

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 05:32:58 UTC (rev 145927)
+++ PKGBUILD2015-11-04 05:48:37 UTC (rev 145928)
@@ -15,7 +15,7 @@
  'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
  'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
  'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
+ 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
  'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
  'network-manager-applet' 'nemo' 'polkit-gnome')
 makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
@@ -108,8 +108,7 @@
--localstatedir=/var \
--disable-static \
--disable-schemas-compile \
-   --enable-compile-warnings=yes \
-   --with-session-tracking=systemd
+   --enable-compile-warnings=yes
   make
 }
 


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 03:27:33
  Author: fyan
Revision: 145881

addpkg: python-waitress 0.8.10-1

Added:
  python-waitress/
  python-waitress/repos/
  python-waitress/trunk/
  python-waitress/trunk/PKGBUILD

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

Added: python-waitress/trunk/PKGBUILD
===
--- python-waitress/trunk/PKGBUILD  (rev 0)
+++ python-waitress/trunk/PKGBUILD  2015-11-04 02:27:33 UTC (rev 145881)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-waitress
+pkgname=('python-waitress' 'python2-waitress')
+pkgver=0.8.10
+pkgrel=1
+pkgdesc="Waitress WSGI server"
+arch=('any')
+license=('ZPL')
+url="https://github.com/Pylons/waitress;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/Pylons/waitress.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a waitress{,-py2}
+}
+
+build() {
+  cd "$srcdir/waitress"
+  python setup.py build
+
+  cd "$srcdir/waitress-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/waitress"
+  nosetests3
+
+  cd "$srcdir/waitress-py2"
+  nosetests2
+}
+
+package_python-waitress() {
+  depends=('python-setuptools')
+
+  cd waitress
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-waitress() {
+  depends=('python2-setuptools')
+
+  cd waitress-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/waitress-serve{,2}
+}


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


[arch-commits] Commit in python-waitress/repos (community-any community-any/PKGBUILD)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 03:28:06
  Author: fyan
Revision: 145882

archrelease: copy trunk to community-any

Added:
  python-waitress/repos/community-any/
  python-waitress/repos/community-any/PKGBUILD
(from rev 145881, python-waitress/trunk/PKGBUILD)

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

Copied: python-waitress/repos/community-any/PKGBUILD (from rev 145881, 
python-waitress/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-04 02:28:06 UTC (rev 145882)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-waitress
+pkgname=('python-waitress' 'python2-waitress')
+pkgver=0.8.10
+pkgrel=1
+pkgdesc="Waitress WSGI server"
+arch=('any')
+license=('ZPL')
+url="https://github.com/Pylons/waitress;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/Pylons/waitress.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a waitress{,-py2}
+}
+
+build() {
+  cd "$srcdir/waitress"
+  python setup.py build
+
+  cd "$srcdir/waitress-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/waitress"
+  nosetests3
+
+  cd "$srcdir/waitress-py2"
+  nosetests2
+}
+
+package_python-waitress() {
+  depends=('python-setuptools')
+
+  cd waitress
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-waitress() {
+  depends=('python2-setuptools')
+
+  cd waitress-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/waitress-serve{,2}
+}


[arch-commits] Commit in (4 files)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 03:48:56
  Author: fyan
Revision: 145885

addpkg: python-wsgiproxy2 0.4.2-1

Added:
  python-wsgiproxy2/
  python-wsgiproxy2/repos/
  python-wsgiproxy2/trunk/
  python-wsgiproxy2/trunk/PKGBUILD

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

Added: python-wsgiproxy2/trunk/PKGBUILD
===
--- python-wsgiproxy2/trunk/PKGBUILD(rev 0)
+++ python-wsgiproxy2/trunk/PKGBUILD2015-11-04 02:48:56 UTC (rev 145885)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-wsgiproxy2
+pkgname=('python-wsgiproxy2' 'python2-wsgiproxy2')
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A WSGI Proxy with various http client backends"
+arch=('any')
+license=('MIT')
+url="https://github.com/gawel/WSGIProxy2/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob'
+ 'python-six' 'python2-six' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-requests' 'python2-requests'
+  'python-webtest' 'python2-webtest' 'python-waitress' 
'python2-waitress')
+source=("git+https://github.com/gawel/WSGIProxy2.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a WSGIProxy2{,-py2}
+}
+
+build() {
+  cd "$srcdir/WSGIProxy2"
+  python setup.py build
+
+  cd "$srcdir/WSGIProxy2-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/WSGIProxy2"
+  nosetests3
+
+  cd "$srcdir/WSGIProxy2-py2"
+  # We don't provide restkit (looks obsolete to me)
+  nosetests2 || warning "Tests failed"
+}
+
+package_python-wsgiproxy2() {
+  depends=('python-webob' 'python-six')
+
+  cd WSGIProxy2
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-wsgiproxy2() {
+  depends=('python2-webob' 'python2-six')
+
+  cd WSGIProxy2-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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


[arch-commits] Commit in haskell-cereal/repos (6 files)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 04:37:33
  Author: fyan
Revision: 145902

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

Added:
  haskell-cereal/repos/community-staging-i686/
  haskell-cereal/repos/community-staging-i686/PKGBUILD
(from rev 145901, haskell-cereal/trunk/PKGBUILD)
  haskell-cereal/repos/community-staging-i686/haskell-cereal.install
(from rev 145901, haskell-cereal/trunk/haskell-cereal.install)
  haskell-cereal/repos/community-staging-x86_64/
  haskell-cereal/repos/community-staging-x86_64/PKGBUILD
(from rev 145901, haskell-cereal/trunk/PKGBUILD)
  haskell-cereal/repos/community-staging-x86_64/haskell-cereal.install
(from rev 145901, haskell-cereal/trunk/haskell-cereal.install)

-+
 community-staging-i686/PKGBUILD |   43 ++
 community-staging-i686/haskell-cereal.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   43 ++
 community-staging-x86_64/haskell-cereal.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-cereal/repos/community-staging-i686/PKGBUILD (from rev 145901, 
haskell-cereal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-04 03:37:33 UTC (rev 145902)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cereal
+pkgname=haskell-cereal
+pkgver=0.5.0.0
+pkgrel=1
+pkgdesc="A binary serialization library"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c17fd0b8e72be4f32e148e18cd7190424aa631d11d6db8420bbb2faa0202a66')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsplit-base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-cereal/repos/community-staging-i686/haskell-cereal.install 
(from rev 145901, haskell-cereal/trunk/haskell-cereal.install)
===
--- community-staging-i686/haskell-cereal.install   
(rev 0)
+++ community-staging-i686/haskell-cereal.install   2015-11-04 03:37:33 UTC 
(rev 145902)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cereal
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cereal/repos/community-staging-x86_64/PKGBUILD (from rev 
145901, haskell-cereal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-04 03:37:33 UTC (rev 145902)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cereal
+pkgname=haskell-cereal
+pkgver=0.5.0.0
+pkgrel=1
+pkgdesc="A binary serialization library"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

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

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 04:37:06
  Author: fyan
Revision: 145901

upgpkg: haskell-cereal 0.5.0.0-1

Modified:
  haskell-cereal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 03:32:43 UTC (rev 145900)
+++ PKGBUILD2015-11-04 03:37:06 UTC (rev 145901)
@@ -4,7 +4,7 @@
 
 _hkgname=cereal
 pkgname=haskell-cereal
-pkgver=0.4.1.1
+pkgver=0.5.0.0
 pkgrel=1
 pkgdesc="A binary serialization library"
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('df047216179ba3817134e32c73ef9e3b5dddbd4efff604f50ca0ca0c93753097')
+sha256sums=('2c17fd0b8e72be4f32e148e18cd7190424aa631d11d6db8420bbb2faa0202a66')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 04:47:43
  Author: fyan
Revision: 145907

upgpkg: haskell-tls 1.3.3-2

rebuild with cereal-0.5.0.0

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 03:45:58 UTC (rev 145906)
+++ PKGBUILD2015-11-04 03:47:43 UTC (rev 145907)
@@ -5,7 +5,7 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls;
 license=("custom:BSD3")


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

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 04:45:58
  Author: fyan
Revision: 145906

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 145905, pm2/trunk/PKGBUILD)
Deleted:
  pm2/repos/community-any/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 03:45:38 UTC (rev 145905)
+++ PKGBUILD2015-11-04 03:45:58 UTC (rev 145906)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=0.15.8
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('f8a136c3147dbc7923a67150480a3097')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 145905, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 03:45:58 UTC (rev 145906)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=0.15.9
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('d9607a2a9334c202be4241b231cd393b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}


[arch-commits] Commit in haskell-tls/repos (6 files)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 04:48:11
  Author: fyan
Revision: 145908

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

Added:
  haskell-tls/repos/community-staging-i686/
  haskell-tls/repos/community-staging-i686/PKGBUILD
(from rev 145907, haskell-tls/trunk/PKGBUILD)
  haskell-tls/repos/community-staging-i686/haskell-tls.install
(from rev 145907, haskell-tls/trunk/haskell-tls.install)
  haskell-tls/repos/community-staging-x86_64/
  haskell-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 145907, haskell-tls/trunk/PKGBUILD)
  haskell-tls/repos/community-staging-x86_64/haskell-tls.install
(from rev 145907, haskell-tls/trunk/haskell-tls.install)

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-tls.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-tls.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-tls/repos/community-staging-i686/PKGBUILD (from rev 145907, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-04 03:48:11 UTC (rev 145908)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9f03fb059198e1f3d866d1297f86fca3204d07e7cc5e8f7e8ad878be48f1ca24')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tls/repos/community-staging-i686/haskell-tls.install (from rev 
145907, haskell-tls/trunk/haskell-tls.install)
===
--- community-staging-i686/haskell-tls.install  (rev 0)
+++ community-staging-i686/haskell-tls.install  2015-11-04 03:48:11 UTC (rev 
145908)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tls/repos/community-staging-x86_64/PKGBUILD (from rev 145907, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-04 03:48:11 UTC (rev 145908)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-asn1-encoding" 

[arch-commits] Commit in haskell-pandoc-citeproc/repos (6 files)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 05:34:27
  Author: fyan
Revision: 145918

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

Added:
  haskell-pandoc-citeproc/repos/community-staging-i686/
  haskell-pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 145917, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 145917, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  haskell-pandoc-citeproc/repos/community-staging-x86_64/
  haskell-pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 145917, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 145917, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   53 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 
 community-staging-x86_64/PKGBUILD|   53 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 
 4 files changed, 142 insertions(+)

Copied: haskell-pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 
145917, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-04 04:34:27 UTC (rev 145918)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-citeproc
+pkgname=haskell-pandoc-citeproc
+pkgver=0.8
+pkgrel=8
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-vector"
+ "haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('834ba89edc9d92dd2e9bf0f001a5ce3d5713b8a7b580232b6a088b5f7f6ddc5e')
+
+prepare() {
+sed -e 's|aeson >= 0.7 && < 0.10|aeson >= 0.7 \&\& < 0.11|' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -f-unicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
 (from rev 145917, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2015-11-04 
04:34:27 UTC (rev 145918)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from 
rev 

[arch-commits] Commit in python-webtest/repos/community-any (PKGBUILD PKGBUILD)

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 03:51:43
  Author: fyan
Revision: 145888

archrelease: copy trunk to community-any

Added:
  python-webtest/repos/community-any/PKGBUILD
(from rev 145887, python-webtest/trunk/PKGBUILD)
Deleted:
  python-webtest/repos/community-any/PKGBUILD

--+
 PKGBUILD |  117 ++---
 1 file changed, 59 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 02:51:24 UTC (rev 145887)
+++ PKGBUILD2015-11-04 02:51:43 UTC (rev 145888)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jerome Leclanche 
-
-_pkgname=WebTest
-pkgname=(python-webtest python2-webtest)
-pkgver=2.0.19
-pkgrel=1
-pkgdesc="Helper to test WSGI applications"
-arch=('any')
-url='http://webtest.pythonpaste.org/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob' 'python-six' 'python2-six'
- 'python-beautifulsoup4' 'python2-beautifulsoup4')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
-  'python-pyquery' 'python2-pyquery')
-source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha256sums=('c80f60180d39cd1caf4d78673e83218681f1bdc96c3daa214e38bd49c38b019a')
-
-prepare() {
-  cp -a "$srcdir/$_pkgname-${pkgver}"{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$_pkgname-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/$_pkgname-${pkgver}"
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" nosetests3 || 
warning "Tests failed" # Missing waitress and PasteDeploy
-
-  cd "$srcdir/$_pkgname-${pkgver}-py2"
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2 || 
warning "Tests failed" # Missing waitress and PasteDeploy
-}
-
-package_python-webtest() {
-  depends=('python-webob' 'python-six' 'python-beautifulsoup4')
-  optdepends=('python-pyquery: for response.pyquery'
-  'python-lxml: for response.lxml')
-
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 "docs/license.rst" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-webtest() {
-  depends=('python2-webob' 'python2-six' 'python2-beautifulsoup4')
-  optdepends=('python2-pyquery: for response.pyquery'
-  'python2-lxml: for response.lxml')
-
-  cd "$srcdir/$_pkgname-$pkgver-py2"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 "docs/license.rst" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-webtest/repos/community-any/PKGBUILD (from rev 145887, 
python-webtest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 02:51:43 UTC (rev 145888)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jerome Leclanche 
+
+_pkgname=WebTest
+pkgname=(python-webtest python2-webtest)
+pkgver=2.0.20
+pkgrel=1
+pkgdesc="Helper to test WSGI applications"
+arch=('any')
+url='http://webtest.pythonpaste.org/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob' 'python-six' 'python2-six'
+ 'python-beautifulsoup4' 'python2-beautifulsoup4' 
'python-waitress' 'python2-waitress')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
+  'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
+  'python-wsgiproxy2' 'python2-wsgiproxy2')
+source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha256sums=('bb137b96ce300eb4e43377804ed45be87674af7d414c4de46bba4d251bc4602f')
+
+prepare() {
+  cp -a "$srcdir/$_pkgname-${pkgver}"{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$_pkgname-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/$_pkgname-${pkgver}"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" nosetests3
+
+  cd "$srcdir/$_pkgname-${pkgver}-py2"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2
+}
+
+package_python-webtest() {
+  depends=('python-webob' 'python-six' 'python-beautifulsoup4' 
'python-waitress')
+  optdepends=('python-pyquery: for response.pyquery'
+  'python-lxml: for response.lxml')
+
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+  install -Dm644 "docs/license.rst" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

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

2015-11-03 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 04:45:38
  Author: fyan
Revision: 145905

upgpkg: pm2 0.15.9-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 03:44:04 UTC (rev 145904)
+++ PKGBUILD2015-11-04 03:45:38 UTC (rev 145905)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=0.15.8
+pkgver=0.15.9
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('f8a136c3147dbc7923a67150480a3097')
+md5sums=('d9607a2a9334c202be4241b231cd393b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


  1   2   >