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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:31:44
  Author: dwallace
Revision: 135715

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

Added:
  python2-systemd/repos/community-testing-i686/PKGBUILD
(from rev 135714, python2-systemd/trunk/PKGBUILD)
  python2-systemd/repos/community-testing-x86_64/PKGBUILD
(from rev 135714, python2-systemd/trunk/PKGBUILD)
Deleted:
  python2-systemd/repos/community-testing-i686/PKGBUILD
  python2-systemd/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-06-22 15:31:08 UTC (rev 135714)
+++ community-testing-i686/PKGBUILD 2015-06-22 15:31:44 UTC (rev 135715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=220
-pkgrel=1
-pkgdesc=Python2 bindings for systemd
-arch=('x86_64' 'i686')
-url=http://www.freedesktop.org/wiki/Software/systemd/;
-license=('GPL')
-depends=('python2' 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('60acd92b04c0f5faa806678abd433014')
-
-prepare() {
-   cd $_pkgname-$pkgver
-rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
-}
-
-
-build() {
-   cd $_pkgname-$pkgver
-./configure \
---libexecdir=/usr/lib \
---disable-audit \
---disable-manpages \
-PYTHON=python2
-   make CFLAGS=${CFLAGS} -fno-lto
-}
-
-package(){
-   cd $_pkgname-$pkgver
-depends+=(systemd=$pkgver)
-make DESTDIR=$srcdir/root install
-install -dm755 $pkgdir/usr/lib/
-cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
-}

Copied: python2-systemd/repos/community-testing-i686/PKGBUILD (from rev 135714, 
python2-systemd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-06-22 15:31:44 UTC (rev 135715)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=221
+pkgrel=1
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')
+url=http://www.freedesktop.org/wiki/Software/systemd/;
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
+md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
+
+build() {
+   cd $_pkgname-$pkgver
+./configure \
+--libexecdir=/usr/lib \
+--disable-audit \
+--disable-manpages \
+PYTHON=python2
+   make CFLAGS=${CFLAGS} -fno-lto
+}
+
+package(){
+   cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-06-22 15:31:08 UTC (rev 135714)
+++ community-testing-x86_64/PKGBUILD   2015-06-22 15:31:44 UTC (rev 135715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=220
-pkgrel=1
-pkgdesc=Python2 bindings for systemd
-arch=('x86_64' 'i686')
-url=http://www.freedesktop.org/wiki/Software/systemd/;
-license=('GPL')
-depends=('python2' 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('60acd92b04c0f5faa806678abd433014')
-
-prepare() {
-   cd $_pkgname-$pkgver
-rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
-}
-
-
-build() {
-   cd $_pkgname-$pkgver
-./configure \
---libexecdir=/usr/lib \
---disable-audit \
---disable-manpages \
-PYTHON=python2
-   make CFLAGS=${CFLAGS} -fno-lto
-}
-
-package(){
-   cd $_pkgname-$pkgver
-depends+=(systemd=$pkgver)
-make DESTDIR=$srcdir/root install
-install -dm755 $pkgdir/usr/lib/
-cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
-}

Copied: python2-systemd/repos/community-testing-x86_64/PKGBUILD (from rev 
135714, python2-systemd/trunk/PKGBUILD)
===
--- 

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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:31:08
  Author: dwallace
Revision: 135714

upgpkg: python2-systemd 221-1

upgpkg: python2-systemd 221

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 15:28:54 UTC (rev 135713)
+++ PKGBUILD2015-06-22 15:31:08 UTC (rev 135714)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=220
+pkgver=221
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,14 +11,8 @@
 depends=('python2' 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('60acd92b04c0f5faa806678abd433014')
+md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
 
-prepare() {
-   cd $_pkgname-$pkgver
-rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
-}
-
-
 build() {
cd $_pkgname-$pkgver
 ./configure \


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:27:35
  Author: dwallace
Revision: 135711

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 15:27:13 UTC (rev 135710)
+++ PKGBUILD2015-06-22 15:27:35 UTC (rev 135711)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred.com
-# Contributor: Bogdan Szczurek thebod...@gmail.com
-# Contributor: Ismo Toijala ismo.toij...@gmail.com
-
-pkgbase=python-jsonschema
-_pkgname=jsonschema
-pkgname=(python-jsonschema python2-jsonschema)
-pkgver=2.4.0
-pkgrel=1
-pkgdesc=An implementation of JSON Schema validation for Python
-arch=(any)
-url=http://pypi.python.org/pypi/jsonschema;
-license=('MIT')
-makedepends=(python-setuptools python2-setuptools)
-source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
-
-prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-}
-
-package_python-jsonschema() {
-  cd $srcdir/$_pkgname-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-  depends=(python)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsonschema() {
-  cd $srcdir/$_pkgname-$pkgver-2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  depends=(python2)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  mv $pkgdir/usr/bin/jsonschema{,2}
-}
-
-md5sums=('661f85c3d23094afbb9ac3c0673840bf')

Copied: python-jsonschema/repos/community-any/PKGBUILD (from rev 135710, 
python-jsonschema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 15:27:35 UTC (rev 135711)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred.com
+# Contributor: Bogdan Szczurek thebod...@gmail.com
+# Contributor: Ismo Toijala ismo.toij...@gmail.com
+
+pkgbase=python-jsonschema
+_pkgname=jsonschema
+pkgname=(python-jsonschema python2-jsonschema)
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=An implementation of JSON Schema validation for Python
+arch=(any)
+url=http://pypi.python.org/pypi/jsonschema;
+license=('MIT')
+makedepends=(python-setuptools python2-setuptools)
+source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
+md5sums=('374e848fdb69a3ce8b7e778b47c30640')
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+package_python-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver-2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python2)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  mv $pkgdir/usr/bin/jsonschema{,2}
+}
+


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:27:13
  Author: dwallace
Revision: 135710

upgpkg: python-jsonschema 2.5.1-1

upgpkg: python-jsonschema 2.5.1

Modified:
  python-jsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 15:07:48 UTC (rev 135709)
+++ PKGBUILD2015-06-22 15:27:13 UTC (rev 135710)
@@ -6,7 +6,7 @@
 pkgbase=python-jsonschema
 _pkgname=jsonschema
 pkgname=(python-jsonschema python2-jsonschema)
-pkgver=2.4.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc=An implementation of JSON Schema validation for Python
 arch=(any)
@@ -14,6 +14,7 @@
 license=('MIT')
 makedepends=(python-setuptools python2-setuptools)
 
source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
+md5sums=('374e848fdb69a3ce8b7e778b47c30640')
 
 prepare(){
 cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
@@ -35,4 +36,3 @@
   mv $pkgdir/usr/bin/jsonschema{,2}
 }
 
-md5sums=('661f85c3d23094afbb9ac3c0673840bf')


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:28:32
  Author: dwallace
Revision: 135712

upgpkg: python-libnacl 1.4.3-1

upgpkg: python-libnacl 1.4.3

Modified:
  python-libnacl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 15:27:35 UTC (rev 135711)
+++ PKGBUILD2015-06-22 15:28:32 UTC (rev 135712)
@@ -3,7 +3,7 @@
 # Contributor: Thomas S Hatch thatc...@gmail.com
 
 pkgname=('python-libnacl' 'python2-libnacl')
-pkgver=1.4.0
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='A simple ctypes based python binding to libsodium'
 arch=('any')
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=(python-setuptools python2-setuptools libsodium)
 
source=(https://pypi.python.org/packages/source/l/libnacl/libnacl-$pkgver.tar.gz;)
-md5sums=('fd986449d9a2bf22ed9d05989bb46fba')
+md5sums=('27f57f34ce6e0fe1dba7c754bd83773f')
 
 prepare() {
   cp -r libnacl-$pkgver python2-libnacl-$pkgver


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:28:54
  Author: dwallace
Revision: 135713

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 15:28:32 UTC (rev 135712)
+++ PKGBUILD2015-06-22 15:28:54 UTC (rev 135713)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-
-pkgname=('python-libnacl' 'python2-libnacl')
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A simple ctypes based python binding to libsodium'
-arch=('any')
-url='http://libnacl.readthedocs.org'
-license=('APACHE')
-makedepends=(python-setuptools python2-setuptools libsodium)
-source=(https://pypi.python.org/packages/source/l/libnacl/libnacl-$pkgver.tar.gz;)
-md5sums=('fd986449d9a2bf22ed9d05989bb46fba')
-
-prepare() {
-  cp -r libnacl-$pkgver python2-libnacl-$pkgver
-}
-
-package_python-libnacl() {
-  depends=('python' 'libsodium')
-  cd $srcdir/libnacl-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-libnacl() {
-  depends=('python2' 'libsodium')
-  cd $srcdir/python2-libnacl-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-

Copied: python-libnacl/repos/community-any/PKGBUILD (from rev 135712, 
python-libnacl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 15:28:54 UTC (rev 135713)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+
+pkgname=('python-libnacl' 'python2-libnacl')
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='A simple ctypes based python binding to libsodium'
+arch=('any')
+url='http://libnacl.readthedocs.org'
+license=('APACHE')
+makedepends=(python-setuptools python2-setuptools libsodium)
+source=(https://pypi.python.org/packages/source/l/libnacl/libnacl-$pkgver.tar.gz;)
+md5sums=('27f57f34ce6e0fe1dba7c754bd83773f')
+
+prepare() {
+  cp -r libnacl-$pkgver python2-libnacl-$pkgver
+}
+
+package_python-libnacl() {
+  depends=('python' 'libsodium')
+  cd $srcdir/libnacl-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-libnacl() {
+  depends=('python2' 'libsodium')
+  cd $srcdir/python2-libnacl-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+


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

2015-06-22 Thread Kyle Keen
Date: Monday, June 22, 2015 @ 17:46:25
  Author: kkeen
Revision: 135717

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 135716, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

--+
 PKGBUILD |  219 ++---
 1 file changed, 110 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 15:45:06 UTC (rev 135716)
+++ PKGBUILD2015-06-22 15:46:25 UTC (rev 135717)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
-pkgver=3.1.0
-pkgrel=1
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=(python-nose: for IPython's test suite
-python-pyqt4: for ipython qtconsole
-python-sip: for ipython qtconsole
-python-pygments: for ipython qtconsole
-python-pyzmq: for ipython qtconsole)
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('a749d90c16068687b0ec45a27e72ef8f')
-
-# confirm that an update does not break sage?
-
-build() {
-  cd $srcdir
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-}
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=(wxpython: needed for ipython2 --gui=wx
-  python2-nose: for IPython's test suite
-  python2-pyqt4: for ipython qtconsole
-  python2-sip: for ipython qtconsole
-  python2-pygments: for ipython qtconsole
-  python2-pyzmq: for ipython qtconsole)
-
-  cd $srcdir/ipython2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
-
-  # hack to get around ipython collision
-  cd $pkgdir/usr/share/man/man1/
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find $pkgdir/usr/bin/ -type f -regex '.*[^2]$' -delete
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  sed -i 's/ython/ython2/g' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
-}
-
-# Nothing in these packages except dependencies because five optdeps is too 
many
-
-package_ipython-notebook() {
-  pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
-  depends=('python-pyzmq' 'python-tornado' 'python-terminado'
-   'python-jinja' 'python-jsonschema' 'python-mistune'
-   'python-pygments')
-  optdepends=('haskell-pandoc: ipython notebook conversion'
-  'texlive-bin: notebook pdf export')
-  cd $srcdir/ipython-$pkgver
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython-notebook/LICENSE
-}
-
-package_ipython2-notebook() {
-  pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
-  depends=('python2-pyzmq' 'python2-tornado' 'python2-terminado'
-   'python2-jinja' 'python2-jsonschema' 'python2-mistune'
-   'python2-pygments')
-  optdepends=('haskell-pandoc: ipython notebook conversion'
-  'texlive-bin: notebook pdf export')
-  cd $srcdir/ipython2-$pkgver
-  install -Dm644 docs/source/about/license_and_copyright.rst 

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

2015-06-22 Thread Kyle Keen
Date: Monday, June 22, 2015 @ 17:45:06
  Author: kkeen
Revision: 135716

upgpkg: ipython 3.2.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 15:31:44 UTC (rev 135715)
+++ PKGBUILD2015-06-22 15:45:06 UTC (rev 135716)
@@ -7,7 +7,7 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
-pkgver=3.1.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
@@ -21,8 +21,9 @@
 python-pygments: for ipython qtconsole
 python-pyzmq: for ipython qtconsole)
 #source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
+#source=(https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz;)
 
source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('a749d90c16068687b0ec45a27e72ef8f')
+md5sums=('41aa9b34f39484861e77c46ffb29b699')
 
 # confirm that an update does not break sage?
 


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:07:48
  Author: dwallace
Revision: 135709

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 135708, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 15:07:23 UTC (rev 135708)
+++ PKGBUILD2015-06-22 15:07:48 UTC (rev 135709)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-_pythonname=oslo.config
-pkgver=1.9.3
-pkgrel=1
-pkgdesc=parsing command line arguments and .ini style configuration files
-arch=('any')
-url=https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('GPL')
-makedepends=('python2-setuptools' python-setuptools)
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('109da1307ea8c65440abc59cf9a5')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-  sed -i '/argparse/d' $_pythonname-$pkgver{,-2}/requirements.txt
-}
-
-build(){
-  cd $srcdir/$_pythonname-$pkgver
-  python setup.py build
-  cd $srcdir/$_pythonname-$pkgver-2
-  python2 setup.py build
-}
-package_python-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  depends=(python)
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-package_python2-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  depends=(python2)
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 135708, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 15:07:48 UTC (rev 135709)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=1.12.1
+pkgrel=1
+pkgdesc=parsing command line arguments and .ini style configuration files
+arch=('any')
+url=https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('b20e00b2a5ec129a3b58d84308f381ae')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+  sed -i '/argparse/d' $_pythonname-$pkgver{,-2}/requirements.txt
+}
+
+build(){
+  cd $srcdir/$_pythonname-$pkgver
+  python setup.py build
+  cd $srcdir/$_pythonname-$pkgver-2
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python)
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+package_python2-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python2)
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-22 Thread Sven-Hendrik Haase
Date: Monday, June 22, 2015 @ 20:27:35
  Author: svenstaro
Revision: 135718

Change optdeps around

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 15:46:25 UTC (rev 135717)
+++ PKGBUILD2015-06-22 18:27:35 UTC (rev 135718)
@@ -18,8 +18,8 @@
  'python2-tornado=2.3')
 optdepends=('mopidy-spotify: Spotify backend'
 'mopidy-scrobbler: Last.FM scrobbler'
-'mopidy-MPRIS: MPRIS frontend'
-'mopidy-alsamixer: ALSA volume control')
+'mopidy-mopify: Web client with Spotify-inspired interface'
+'mopidy-soundcloud: Soundcloud backend')
 makedepends=('python2-sphinx')
 backup=('etc/mopidy/mopidy.conf')
 install=$pkgname.install


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

2015-06-22 Thread Jan Steffens
Date: Monday, June 22, 2015 @ 20:53:17
  Author: heftig
Revision: 135722

archrelease: copy trunk to community-any

Added:
  d-feet/repos/community-any/PKGBUILD
(from rev 135721, d-feet/trunk/PKGBUILD)
  d-feet/repos/community-any/d-feet.install
(from rev 135721, d-feet/trunk/d-feet.install)
Deleted:
  d-feet/repos/community-any/PKGBUILD
  d-feet/repos/community-any/d-feet.install

+
 PKGBUILD   |   64 +++
 d-feet.install |   24 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 18:52:33 UTC (rev 135721)
+++ PKGBUILD2015-06-22 18:53:17 UTC (rev 135722)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=d-feet
-pkgver=0.3.9
-pkgrel=1
-pkgdesc=D-Bus debugger for GNOME
-arch=('any')
-url=https://wiki.gnome.org/Apps/DFeet;
-license=('GPL')
-depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
-makedepends=('python-setuptools' 'intltool' 'itstool' 'pep8-python3')
-install=d-feet.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6df917fc1c2ef43217fbeea94dc12ecfc2d136cac4c84dac2c89f03dfbca7953')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs X
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: d-feet/repos/community-any/PKGBUILD (from rev 135721, 
d-feet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 18:53:17 UTC (rev 135722)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=d-feet
+pkgver=0.3.10
+pkgrel=1
+pkgdesc=D-Bus debugger for GNOME
+arch=('any')
+url=https://wiki.gnome.org/Apps/DFeet;
+license=('GPL2')
+depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
+makedepends=('python-setuptools' 'intltool' 'itstool' 'pep8-python3' 
'gobject-introspection')
+install=d-feet.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('88f0df5fcb862387ff3d1793873c5eb368c3e4db0bbd82ea65f748cbf70a6359')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs X
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: d-feet.install
===
--- d-feet.install  2015-06-22 18:52:33 UTC (rev 135721)
+++ d-feet.install  2015-06-22 18:53:17 UTC (rev 135722)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: d-feet/repos/community-any/d-feet.install (from rev 135721, 
d-feet/trunk/d-feet.install)
===
--- d-feet.install  (rev 0)
+++ d-feet.install  2015-06-22 18:53:17 UTC (rev 135722)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:07:23
  Author: dwallace
Revision: 135708

upgpkg: python-oslo-config 1.12.1-1

upgpkg: python-oslo-config 1.12.1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 13:29:01 UTC (rev 135707)
+++ PKGBUILD2015-06-22 15:07:23 UTC (rev 135708)
@@ -3,7 +3,7 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 _pythonname=oslo.config
-pkgver=1.9.3
+pkgver=1.12.1
 pkgrel=1
 pkgdesc=parsing command line arguments and .ini style configuration files
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-setuptools' python-setuptools)
 options=(!emptydirs)
 
source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('109da1307ea8c65440abc59cf9a5')
+md5sums=('b20e00b2a5ec129a3b58d84308f381ae')
 
 prepare(){
   cp -a $_pythonname-$pkgver{,-2}


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

2015-06-22 Thread Jan Steffens
Date: Monday, June 22, 2015 @ 20:52:33
  Author: heftig
Revision: 135721

0.3.10

Modified:
  d-feet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 18:39:30 UTC (rev 135720)
+++ PKGBUILD2015-06-22 18:52:33 UTC (rev 135721)
@@ -2,17 +2,17 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=d-feet
-pkgver=0.3.9
+pkgver=0.3.10
 pkgrel=1
 pkgdesc=D-Bus debugger for GNOME
 arch=('any')
 url=https://wiki.gnome.org/Apps/DFeet;
-license=('GPL')
+license=('GPL2')
 depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
-makedepends=('python-setuptools' 'intltool' 'itstool' 'pep8-python3')
+makedepends=('python-setuptools' 'intltool' 'itstool' 'pep8-python3' 
'gobject-introspection')
 install=d-feet.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6df917fc1c2ef43217fbeea94dc12ecfc2d136cac4c84dac2c89f03dfbca7953')
+sha256sums=('88f0df5fcb862387ff3d1793873c5eb368c3e4db0bbd82ea65f748cbf70a6359')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in docker/repos (7 files)

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:10:23
  Author: seblu
Revision: 135729

db-move: moved docker from [community-testing] to [community] (x86_64)

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 135728, docker/repos/community-testing-x86_64/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 135728, docker/repos/community-testing-x86_64/docker.install)
  docker/repos/community-x86_64/docker.sysusers
(from rev 135728, docker/repos/community-testing-x86_64/docker.sysusers)
Deleted:
  docker/repos/community-testing-x86_64/
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install
  docker/repos/community-x86_64/docker.sysusers

--+
 /PKGBUILD|   57 +
 /docker.install  |   13 
 /docker.sysusers |1 
 community-x86_64/PKGBUILD|   57 -
 community-x86_64/docker.install  |   13 
 community-x86_64/docker.sysusers |1 
 6 files changed, 71 insertions(+), 71 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-22 19:26:42 UTC (rev 135728)
+++ community-x86_64/PKGBUILD   2015-06-22 20:10:23 UTC (rev 135729)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgname=docker
-pkgver=1.6.2
-pkgrel=2
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='http://www.docker.io/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=(git+https://github.com/docker/docker.git#tag=v$pkgver;
-$pkgname.sysusers)
-md5sums=('SKIP'
- '4324edeb9adc210a2c22f44eb4cb8a74')
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  ./hack/make.sh dynbinary
-  # man pages
-  docs/man/md2man-all.sh
-}
-
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
-  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
-  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
-  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
$pkgdir/usr/lib/systemd/system/docker.service
-  install -Dm644 'contrib/init/systemd/docker.socket' 
$pkgdir/usr/lib/systemd/system/docker.socket
-  install -Dm644 $srcdir/$pkgname.sysusers 
$pkgdir/usr/lib/sysusers.d/$pkgname.conf
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
-  # man
-  install -dm755 $pkgdir/usr/share/man
-  mv docs/man/man* $pkgdir/usr/share/man
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 135728, 
docker/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-22 20:10:23 UTC (rev 135729)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgname=docker
+pkgver=1.7.0
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=(git+https://github.com/docker/docker.git#tag=v$pkgver;
+$pkgname.sysusers)
+md5sums=('SKIP'
+ '4324edeb9adc210a2c22f44eb4cb8a74')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  hack/make.sh dynbinary
+  # man pages
+  man/md2man-all.sh
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
+  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
+  # completion
+  install -Dm644 

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

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:40:05
  Author: seblu
Revision: 241188

upgpkg: btrfs-progs 4.1-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 20:09:26 UTC (rev 241187)
+++ PKGBUILD2015-06-22 20:40:05 UTC (rev 241188)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=btrfs-progs
-pkgver=4.0.1
+pkgver=4.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')


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

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:34:15
  Author: seblu
Revision: 135730

upgpkg: linux-tools 4.1-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 20:10:23 UTC (rev 135729)
+++ PKGBUILD2015-06-22 20:34:15 UTC (rev 135730)
@@ -13,8 +13,8 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.0
-pkgrel=4
+pkgver=4.1
+pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -34,7 +34,7 @@
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman
 
source=(http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-$pkgver.tar{.xz,.sign}
-
http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/patch-$pkgver.3{.xz,.sign}
+
#http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/patch-$pkgver.3{.xz,.sign}
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
@@ -42,10 +42,8 @@
 '02-archlinux-paths.patch'
 '04-fix-usip-h-path.patch')
 # http://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
+sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
 'SKIP'
-'e8e42b67cd5ca28d3cd85b868a8caf6c0b971c948d6695ea6e399e132664de83'
-'SKIP'
 '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'


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

2015-06-22 Thread Dan McGee
Date: Tuesday, June 23, 2015 @ 03:07:59
  Author: dan
Revision: 241217

Enable building of uuid-ossp library using e2fs UUID library

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 21:42:44 UTC (rev 241216)
+++ PKGBUILD2015-06-23 01:07:59 UTC (rev 241217)
@@ -47,6 +47,7 @@
 --with-tcl \
 --with-pam \
 --with-system-tzdata=/usr/share/zoneinfo \
+--with-uuid=e2fs \
 --enable-nls \
 --enable-thread-safety
 


[arch-commits] Commit in (4 files)

2015-06-22 Thread Laurent Carlier
Date: Monday, June 22, 2015 @ 08:25:14
  Author: lcarlier
Revision: 135686

initial commit, to replace lib32-libcl

Added:
  lib32-ocl-icd/
  lib32-ocl-icd/repos/
  lib32-ocl-icd/trunk/
  lib32-ocl-icd/trunk/PKGBUILD

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

Added: lib32-ocl-icd/trunk/PKGBUILD
===
--- lib32-ocl-icd/trunk/PKGBUILD(rev 0)
+++ lib32-ocl-icd/trunk/PKGBUILD2015-06-22 06:25:14 UTC (rev 135686)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 241165 2015-06-21 20:02:47Z lcarlier $
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=lib32-ocl-icd
+_pkgname=ocl-icd
+pkgver=2.2.7
+_pkgver=667
+pkgrel=1
+pkgdesc=OpenCL ICD Bindings (32-bit)
+arch=('i686' 'x86_64')
+url=https://forge.imag.fr/projects/ocl-icd/;
+license=('BSD')
+depends=('lib32-glibc' 'ocl-icd')
+makedepends=('ruby' 'opencl-headers=1.2' 'gcc-multilib')
+checkdepends=()
+provides=('lib32-libcl')
+conflicts=('lib32-libcl')
+replaces=('lib32-libcl')
+source=(http://forge.imag.fr/frs/download.php/$_pkgver/$_pkgname-$pkgver.tar.gz)
+md5sums=('23dd2615d7d73257b326d3dd6c519649')
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+# fail in i686
+#check() {
+#  cd $srcdir/$_pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  rm -rf /usr/{share,include}
+  install -m755 -d $pkgdir/usr/share/licenses/lib32-ocl-icd
+  install -m644 $srcdir/$_pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/lib32-ocl-icd/
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-22 Thread Laurent Carlier
Date: Monday, June 22, 2015 @ 08:30:49
  Author: lcarlier
Revision: 135687

upgpkg: lib32-ocl-icd 2.2.7-1

initial import

Modified:
  lib32-ocl-icd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 06:25:14 UTC (rev 135686)
+++ PKGBUILD2015-06-22 06:30:49 UTC (rev 135687)
@@ -7,13 +7,13 @@
 _pkgver=667
 pkgrel=1
 pkgdesc=OpenCL ICD Bindings (32-bit)
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url=https://forge.imag.fr/projects/ocl-icd/;
 license=('BSD')
 depends=('lib32-glibc' 'ocl-icd')
 makedepends=('ruby' 'opencl-headers=1.2' 'gcc-multilib')
 checkdepends=()
-provides=('lib32-libcl')
+provides=('lib32-libcl' 'lib32-opencl-loader')
 conflicts=('lib32-libcl')
 replaces=('lib32-libcl')
 
source=(http://forge.imag.fr/frs/download.php/$_pkgver/$_pkgname-$pkgver.tar.gz)
@@ -40,7 +40,7 @@
   cd $srcdir/$_pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 
-  rm -rf /usr/{share,include}
+  rm -rf $pkgdir/usr/{share,include}
   install -m755 -d $pkgdir/usr/share/licenses/lib32-ocl-icd
   install -m644 $srcdir/$_pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/lib32-ocl-icd/
 }


[arch-commits] Commit in lib32-ocl-icd/repos (2 files)

2015-06-22 Thread Laurent Carlier
Date: Monday, June 22, 2015 @ 08:30:55
  Author: lcarlier
Revision: 135688

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-ocl-icd/repos/multilib-testing-x86_64/
  lib32-ocl-icd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 135687, lib32-ocl-icd/trunk/PKGBUILD)

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

Copied: lib32-ocl-icd/repos/multilib-testing-x86_64/PKGBUILD (from rev 135687, 
lib32-ocl-icd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-06-22 06:30:55 UTC (rev 135688)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 241165 2015-06-21 20:02:47Z lcarlier $
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=lib32-ocl-icd
+_pkgname=ocl-icd
+pkgver=2.2.7
+_pkgver=667
+pkgrel=1
+pkgdesc=OpenCL ICD Bindings (32-bit)
+arch=('x86_64')
+url=https://forge.imag.fr/projects/ocl-icd/;
+license=('BSD')
+depends=('lib32-glibc' 'ocl-icd')
+makedepends=('ruby' 'opencl-headers=1.2' 'gcc-multilib')
+checkdepends=()
+provides=('lib32-libcl' 'lib32-opencl-loader')
+conflicts=('lib32-libcl')
+replaces=('lib32-libcl')
+source=(http://forge.imag.fr/frs/download.php/$_pkgver/$_pkgname-$pkgver.tar.gz)
+md5sums=('23dd2615d7d73257b326d3dd6c519649')
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+# fail in i686
+#check() {
+#  cd $srcdir/$_pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  rm -rf $pkgdir/usr/{share,include}
+  install -m755 -d $pkgdir/usr/share/licenses/lib32-ocl-icd
+  install -m644 $srcdir/$_pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/lib32-ocl-icd/
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in ultimate-ircd/trunk (PKGBUILD ircd.install)

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 12:26:22
  Author: spupykin
Revision: 135701

upgpkg: ultimate-ircd 3.0.2-9

upd

Modified:
  ultimate-ircd/trunk/PKGBUILD
  ultimate-ircd/trunk/ircd.install

--+
 PKGBUILD |   21 +
 ircd.install |   15 +++
 2 files changed, 20 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 10:21:01 UTC (rev 135700)
+++ PKGBUILD2015-06-22 10:26:22 UTC (rev 135701)
@@ -4,28 +4,33 @@
 
 pkgname=ultimate-ircd
 pkgver=3.0.2
-pkgrel=8
+pkgrel=9
 pkgdesc=ultimate irc server
 arch=(i686 x86_64)
-url=http://www.shadow-realm.org/;
+url=https://github.com/J-Soft/UltimateIRCd;
 license=(GPL)
-depends=(glibc)
-makedepends=(patch)
+depends=()
+makedepends=('patch' 'git')
 conflicts=(ircd)
 provides=(ircd)
 backup=()
 install=ircd.install
-source=(http://downloads.sourceforge.net/sourceforge/ultimate/Ultimate$pkgver.tar.bz2
+source=(git://github.com/J-Soft/UltimateIRCd.git
ultimate-ircd.service
ultimate-ircd.tmpfiles
conf-fix.patch)
-md5sums=('8bc14b97d22a3ce3415cc0540ae459f6'
+md5sums=('SKIP'
  '526fd78018b9b011787e4e9012437116'
  'e51723ab29e7a3ddc3589846815de0c9'
  '5e0f2a02e12675ac070a148c3234e111')
 
+prepare() {
+  cd $srcdir/UltimateIRCd
+  sed -i 's|O_CREAT)|O_CREAT, 0644)|g' src/s_serv.c
+}
+
 build() {
-  cd $srcdir/Ultimate$pkgver
+  cd $srcdir/UltimateIRCd
   ./configure --prefix=/usr --enable-chinese-nick
 
   for i in `find -type f -name Makefile`; do
@@ -43,7 +48,7 @@
 }
 
 package() {
-  cd $srcdir/Ultimate$pkgver
+  cd $srcdir/UltimateIRCd
   mkdir -p $pkgdir/usr/bin
   mkdir -p $pkgdir/var/log/ircd
   mkdir -p $pkgdir/etc/ircd/networks

Modified: ircd.install
===
--- ircd.install2015-06-22 10:21:01 UTC (rev 135700)
+++ ircd.install2015-06-22 10:26:22 UTC (rev 135701)
@@ -1,13 +1,12 @@
 post_install() {
-groupadd -r irc
-useradd -r -G irc -d /var/lib/ircd ircd
-chown -R ircd:irc var/log/ircd
-chown -R ircd:irc var/lib/ircd
-chown -R ircd:irc var/run/ircd
+  groupadd -r irc
+  useradd -r -G irc -d /var/lib/ircd ircd
+  systemd-tmpfiles --create ultimate-ircd.conf
+  chown -R ircd:irc var/log/ircd
+  chown -R ircd:irc var/lib/ircd
 }
 
 post_upgrade() {
-chown -R ircd:irc var/log/ircd
-chown -R ircd:irc var/lib/ircd
-chown -R ircd:irc var/run/ircd
+  chown -R ircd:irc var/log/ircd
+  chown -R ircd:irc var/lib/ircd
 }


[arch-commits] Commit in tvtime/trunk (4 files)

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 11:57:58
  Author: spupykin
Revision: 135695

upgpkg: tvtime 1.0.7-1

upd

Modified:
  tvtime/trunk/PKGBUILD
Deleted:
  tvtime/trunk/tvtime-1.0.2+linux-headers-2.6.18.patch
  tvtime/trunk/tvtime-1.0.2-gcc41.patch
  tvtime/trunk/tvtime-1.0.2-locale_t.patch

-+
 PKGBUILD|   38 +++-
 tvtime-1.0.2+linux-headers-2.6.18.patch |   16 
 tvtime-1.0.2-gcc41.patch|   57 --
 3 files changed, 15 insertions(+), 96 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 09:57:55 UTC (rev 135694)
+++ PKGBUILD2015-06-22 09:57:58 UTC (rev 135695)
@@ -3,39 +3,31 @@
 # Maintainer:thefatprecious ma...@loomar.com
 
 pkgname=tvtime
-pkgver=1.0.2
-pkgrel=5
+pkgver=1.0.7
+pkgrel=1
 pkgdesc=A high quality television application for use with video capture 
cards
 arch=('i686' 'x86_64')
-url='http://tvtime.sourceforge.net/'
+url='http://linuxtv.org/'
 license=('GPL' 'LGPL')
 depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm')
-makedepends=('libxt' 'v4l-utils')
-source=(http://downloads.sourceforge.net/sourceforge/tvtime/$pkgname-$pkgver.tar.gz
-   tvtime-1.0.2+linux-headers-2.6.18.patch
-   tvtime-1.0.2-gcc41.patch
-   tvtime-1.0.2-locale_t.patch)
-md5sums=('4b3d03afe61be239b08b5e522cd8afed'
- 'e956821745686b5b3a784f7471996ade'
- 'c782789825dfa664e1f6fcc96ac7246c'
- '1069dc5b47bba8456cbf48e34cb5c0b6')
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils' 'git')
+source=(git://linuxtv.org/tvtime.git#tag=v1.0.7)
+md5sums=('SKIP')
 
+prepare() {
+  cd $srcdir/$pkgname
+  echo StartupWMClass=tvtime docs/tvtime.desktop
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p1  ../tvtime-1.0.2+linux-headers-2.6.18.patch
-  patch -p1  ../tvtime-1.0.2-gcc41.patch
-  patch -p1  ../tvtime-1.0.2-locale_t.patch
-  sed -i '1,1i#include zlib.h' src/pngoutput.c
-  echo StartupWMClass=tvtime docs/net-tvtime.desktop
-
-  [ -f Makefile ] || ./configure --prefix=/usr --mandir=/usr/share/man 
--localstatedir=/var --sysconfdir=/etc
+  cd $srcdir/$pkgname
+  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   make DESTDIR=$pkgdir install
   install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
 }

Deleted: tvtime-1.0.2+linux-headers-2.6.18.patch
===
--- tvtime-1.0.2+linux-headers-2.6.18.patch 2015-06-22 09:57:55 UTC (rev 
135694)
+++ tvtime-1.0.2+linux-headers-2.6.18.patch 2015-06-22 09:57:58 UTC (rev 
135695)
@@ -1,16 +0,0 @@
-Index: tvtime-1.0.2/src/videoinput.c
-===
 tvtime-1.0.2.orig/src/videoinput.c
-+++ tvtime-1.0.2/src/videoinput.c
-@@ -35,8 +35,9 @@
- #ifdef HAVE_CONFIG_H
- # include config.h
- #endif
--#include videodev.h
--#include videodev2.h
-+#include libv4l1-videodev.h
-+#include linux/videodev2.h
-+#define BASE_VIDIOCPRIVATE  192 /* 192-255 are private */
- #include videoinput.h
- #include mixer.h
- 

Deleted: tvtime-1.0.2-gcc41.patch
===
--- tvtime-1.0.2-gcc41.patch2015-06-22 09:57:55 UTC (rev 135694)
+++ tvtime-1.0.2-gcc41.patch2015-06-22 09:57:58 UTC (rev 135695)
@@ -1,57 +0,0 @@
-diff -Naur tvtime-1.0.1/plugins/greedyh.asm 
tvtime-1.0.1-gcc41/plugins/greedyh.asm
 tvtime-1.0.1/plugins/greedyh.asm   2005-08-14 18:16:43.0 +0200
-+++ tvtime-1.0.1-gcc41/plugins/greedyh.asm 2005-11-28 17:53:09.210774544 
+0100
-@@ -18,7 +18,7 @@
- 
- #include x86-64_macros.inc
- 
--void DScalerFilterGreedyH::FUNCT_NAME(TDeinterlaceInfo* pInfo)
-+void FUNCT_NAME(TDeinterlaceInfo* pInfo)
- {
- int64_t i;
- bool InfoIsOdd = (pInfo-PictureHistory[0]-Flags  
PICTURE_INTERLACED_ODD) ? 1 : 0;
-diff -Naur tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc 
tvtime-1.0.1-gcc41/plugins/tomsmocomp/TomsMoCompAll2.inc
 tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc 2004-10-20 
17:31:05.0 +0200
-+++ tvtime-1.0.1-gcc41/plugins/tomsmocomp/TomsMoCompAll2.inc   2005-11-28 
17:53:33.251119856 +0100
-@@ -5,9 +5,9 @@
- #endif
- 
- #ifdef USE_STRANGE_BOB
--#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n##_SB)
-+#define SEARCH_EFFORT_FUNC(n) SEFUNC(n##_SB)
- #else
--#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n)
-+#define SEARCH_EFFORT_FUNC(n) SEFUNC(n)
- #endif
- 
- int SEARCH_EFFORT_FUNC(0) // we don't try at all ;-)
-diff -Naur tvtime-1.0.1/plugins/tomsmocomp.cpp 
tvtime-1.0.1-gcc41/plugins/tomsmocomp.cpp
 tvtime-1.0.1/plugins/tomsmocomp.cpp   

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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 11:57:55
  Author: spupykin
Revision: 135694

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 09:57:45 UTC (rev 135693)
+++ PKGBUILD2015-06-22 09:57:55 UTC (rev 135694)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.9.26
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('4eefcea1536114304e34d4f578d29ac1')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

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


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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 11:58:12
  Author: spupykin
Revision: 135696

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

Added:
  tvtime/repos/community-i686/PKGBUILD
(from rev 135695, tvtime/trunk/PKGBUILD)
  tvtime/repos/community-x86_64/PKGBUILD
(from rev 135695, tvtime/trunk/PKGBUILD)
Deleted:
  tvtime/repos/community-i686/PKGBUILD
  tvtime/repos/community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch
  tvtime/repos/community-i686/tvtime-1.0.2-gcc41.patch
  tvtime/repos/community-i686/tvtime-1.0.2-locale_t.patch
  tvtime/repos/community-x86_64/PKGBUILD
  tvtime/repos/community-x86_64/tvtime-1.0.2+linux-headers-2.6.18.patch
  tvtime/repos/community-x86_64/tvtime-1.0.2-gcc41.patch
  tvtime/repos/community-x86_64/tvtime-1.0.2-locale_t.patch

--+
 /PKGBUILD|   66 +
 community-i686/PKGBUILD  |   41 
 community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch   |   16 ---
 community-i686/tvtime-1.0.2-gcc41.patch  |   57 ---
 community-x86_64/PKGBUILD|   41 
 community-x86_64/tvtime-1.0.2+linux-headers-2.6.18.patch |   16 ---
 community-x86_64/tvtime-1.0.2-gcc41.patch|   57 ---
 7 files changed, 66 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-22 09:57:58 UTC (rev 135695)
+++ community-i686/PKGBUILD 2015-06-22 09:58:12 UTC (rev 135696)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:thefatprecious ma...@loomar.com
-
-pkgname=tvtime
-pkgver=1.0.2
-pkgrel=5
-pkgdesc=A high quality television application for use with video capture 
cards
-arch=('i686' 'x86_64')
-url='http://tvtime.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm')
-makedepends=('libxt' 'v4l-utils')
-source=(http://downloads.sourceforge.net/sourceforge/tvtime/$pkgname-$pkgver.tar.gz
-   tvtime-1.0.2+linux-headers-2.6.18.patch
-   tvtime-1.0.2-gcc41.patch
-   tvtime-1.0.2-locale_t.patch)
-md5sums=('4b3d03afe61be239b08b5e522cd8afed'
- 'e956821745686b5b3a784f7471996ade'
- 'c782789825dfa664e1f6fcc96ac7246c'
- '1069dc5b47bba8456cbf48e34cb5c0b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p1  ../tvtime-1.0.2+linux-headers-2.6.18.patch
-  patch -p1  ../tvtime-1.0.2-gcc41.patch
-  patch -p1  ../tvtime-1.0.2-locale_t.patch
-  sed -i '1,1i#include zlib.h' src/pngoutput.c
-  echo StartupWMClass=tvtime docs/net-tvtime.desktop
-
-  [ -f Makefile ] || ./configure --prefix=/usr --mandir=/usr/share/man 
--localstatedir=/var --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 135695, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-22 09:58:12 UTC (rev 135696)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:thefatprecious ma...@loomar.com
+
+pkgname=tvtime
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=A high quality television application for use with video capture 
cards
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils' 'git')
+source=(git://linuxtv.org/tvtime.git#tag=v1.0.7)
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname
+  echo StartupWMClass=tvtime docs/tvtime.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname
+  ./autogen.sh --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch
===
--- community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch  2015-06-22 
09:57:58 UTC (rev 135695)
+++ community-i686/tvtime-1.0.2+linux-headers-2.6.18.patch  2015-06-22 
09:58:12 UTC (rev 135696)
@@ -1,16 +0,0 @@
-Index: tvtime-1.0.2/src/videoinput.c
-===
 tvtime-1.0.2.orig/src/videoinput.c
-+++ tvtime-1.0.2/src/videoinput.c
-@@ -35,8 +35,9 @@
- #ifdef HAVE_CONFIG_H
- # include config.h
- #endif
--#include videodev.h

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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 12:20:52
  Author: spupykin
Revision: 135699

upgpkg: phpmyadmin 4.4.10-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 10:08:08 UTC (rev 135698)
+++ PKGBUILD2015-06-22 10:20:52 UTC (rev 135699)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.4.9
+pkgver=4.4.10
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('31434f013f5dc514cdd851c4071834f9')
+md5sums=('27af231418617b330140d176d50b6d2b')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin


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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 12:21:01
  Author: spupykin
Revision: 135700

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 135699, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 10:20:52 UTC (rev 135699)
+++ PKGBUILD2015-06-22 10:21:01 UTC (rev 135700)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.4.9
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('31434f013f5dc514cdd851c4071834f9')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 135699, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 10:21:01 UTC (rev 135700)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.4.10
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+md5sums=('27af231418617b330140d176d50b6d2b')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}


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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 12:26:42
  Author: spupykin
Revision: 135702

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

Added:
  ultimate-ircd/repos/community-i686/PKGBUILD
(from rev 135701, ultimate-ircd/trunk/PKGBUILD)
  ultimate-ircd/repos/community-i686/conf-fix.patch
(from rev 135701, ultimate-ircd/trunk/conf-fix.patch)
  ultimate-ircd/repos/community-i686/ircd.install
(from rev 135701, ultimate-ircd/trunk/ircd.install)
  ultimate-ircd/repos/community-i686/ultimate-ircd.service
(from rev 135701, ultimate-ircd/trunk/ultimate-ircd.service)
  ultimate-ircd/repos/community-i686/ultimate-ircd.tmpfiles
(from rev 135701, ultimate-ircd/trunk/ultimate-ircd.tmpfiles)
  ultimate-ircd/repos/community-x86_64/PKGBUILD
(from rev 135701, ultimate-ircd/trunk/PKGBUILD)
  ultimate-ircd/repos/community-x86_64/conf-fix.patch
(from rev 135701, ultimate-ircd/trunk/conf-fix.patch)
  ultimate-ircd/repos/community-x86_64/ircd.install
(from rev 135701, ultimate-ircd/trunk/ircd.install)
  ultimate-ircd/repos/community-x86_64/ultimate-ircd.service
(from rev 135701, ultimate-ircd/trunk/ultimate-ircd.service)
  ultimate-ircd/repos/community-x86_64/ultimate-ircd.tmpfiles
(from rev 135701, ultimate-ircd/trunk/ultimate-ircd.tmpfiles)
Deleted:
  ultimate-ircd/repos/community-i686/PKGBUILD
  ultimate-ircd/repos/community-i686/conf-fix.patch
  ultimate-ircd/repos/community-i686/ircd.install
  ultimate-ircd/repos/community-i686/ultimate-ircd.service
  ultimate-ircd/repos/community-i686/ultimate-ircd.tmpfiles
  ultimate-ircd/repos/community-x86_64/PKGBUILD
  ultimate-ircd/repos/community-x86_64/conf-fix.patch
  ultimate-ircd/repos/community-x86_64/ircd.install
  ultimate-ircd/repos/community-x86_64/ultimate-ircd.service
  ultimate-ircd/repos/community-x86_64/ultimate-ircd.tmpfiles

-+
 /PKGBUILD   |  132 ++
 /conf-fix.patch |   50 +++
 /ircd.install   |   24 +
 /ultimate-ircd.service  |   24 +
 /ultimate-ircd.tmpfiles |2 
 community-i686/PKGBUILD |   61 -
 community-i686/conf-fix.patch   |   25 -
 community-i686/ircd.install |   13 --
 community-i686/ultimate-ircd.service|   12 --
 community-i686/ultimate-ircd.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   61 -
 community-x86_64/conf-fix.patch |   25 -
 community-x86_64/ircd.install   |   13 --
 community-x86_64/ultimate-ircd.service  |   12 --
 community-x86_64/ultimate-ircd.tmpfiles |1 
 15 files changed, 232 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-22 10:26:22 UTC (rev 135701)
+++ community-i686/PKGBUILD 2015-06-22 10:26:42 UTC (rev 135702)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ultimate-ircd
-pkgver=3.0.2
-pkgrel=8
-pkgdesc=ultimate irc server
-arch=(i686 x86_64)
-url=http://www.shadow-realm.org/;
-license=(GPL)
-depends=(glibc)
-makedepends=(patch)
-conflicts=(ircd)
-provides=(ircd)
-backup=()
-install=ircd.install
-source=(http://downloads.sourceforge.net/sourceforge/ultimate/Ultimate$pkgver.tar.bz2
-   ultimate-ircd.service
-   ultimate-ircd.tmpfiles
-   conf-fix.patch)
-md5sums=('8bc14b97d22a3ce3415cc0540ae459f6'
- '526fd78018b9b011787e4e9012437116'
- 'e51723ab29e7a3ddc3589846815de0c9'
- '5e0f2a02e12675ac070a148c3234e111')
-
-build() {
-  cd $srcdir/Ultimate$pkgver
-  ./configure --prefix=/usr --enable-chinese-nick
-
-  for i in `find -type f -name Makefile`; do
-echo Patching $i...
-sed -i s#prefix   = /usr#prefix   = $pkgdir/usr# $i
-sed -i s#libexecdir   = \${bindir}#libexecdir = 
$pkgdir/usr/lib/ircd# $i
-sed -i s#sysconfdir   = \${prefix}/etc#sysconfdir = 
$pkgdir/etc/ircd# $i
-sed -i s#localstatedir= \${prefix}#localstatedir  = $pkgdir/var# 
$i
-sed -i s#networksubdir   = \${prefix}/etc/networks#networksubdir   = 
$pkgdir/etc/ircd/networks# $i
-sed -i s#\$(localstatedir)/logs#\$(localstatedir)/log/ircd# $i
-  done
-
-  cd include  patch -N ../../conf-fix.patch  cd ..
-  make
-}
-
-package() {
-  cd $srcdir/Ultimate$pkgver
-  mkdir -p $pkgdir/usr/bin
-  mkdir -p $pkgdir/var/log/ircd
-  mkdir -p $pkgdir/etc/ircd/networks
-  make install
-  rm -f $pkgdir/usr/ircd
-  rm -f $pkgdir/usr/kill
-  rm -f $pkgdir/usr/rehash
-  cd $pkgdir/usr/bin
-  mv mkpasswd irc-mkpasswd
-  mv ssl-cert.sh irc-ssl-cert.sh
-  mv ssl-search.sh irc-ssl-search.sh
-  install -d -m 0755 $pkgdir/var/lib/ircd
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install 

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

2015-06-22 Thread Martin Wimpress
Date: Monday, June 22, 2015 @ 11:05:51
  Author: flexiondotorg
Revision: 135691

upgpkg: libxnvctrl 352.09-1 - New upstream release

Modified:
  libxnvctrl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 07:51:53 UTC (rev 135690)
+++ PKGBUILD2015-06-22 09:05:51 UTC (rev 135691)
@@ -2,7 +2,7 @@
 # Maintainer:  Martin Wimpress c...@flexion.org
 
 pkgname=libxnvctrl
-pkgver=343.36
+pkgver=352.09
 pkgrel=1
 pkgdesc=NVIDIA X Ctrl library
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 makedepends=('libxext')
 options=('staticlibs')
 
source=(ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2;)
-sha256sums=('c0429f79354bf6aaeda49d0a6a3a830f073b185b21b4a8223f1e5781c788d275')
+sha256sums=('c4d6f811eddd867f4c31db9391f37722c10f1aa4eb9e7f87bc3d4612634187ed')
 
 build() {
 cd nvidia-settings-${pkgver}/src/libXNVCtrl


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

2015-06-22 Thread Martin Wimpress
Date: Monday, June 22, 2015 @ 11:06:05
  Author: flexiondotorg
Revision: 135692

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-22 09:05:51 UTC (rev 135691)
+++ community-i686/PKGBUILD 2015-06-22 09:06:05 UTC (rev 135692)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Martin Wimpress c...@flexion.org
-
-pkgname=libxnvctrl
-pkgver=343.36
-pkgrel=1
-pkgdesc=NVIDIA X Ctrl library
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('GPL2')
-makedepends=('libxext')
-options=('staticlibs')
-source=(ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2;)
-sha256sums=('c0429f79354bf6aaeda49d0a6a3a830f073b185b21b4a8223f1e5781c788d275')
-
-build() {
-cd nvidia-settings-${pkgver}/src/libXNVCtrl
-make clean
-make
-}
-
-package() {
-cd nvidia-settings-${pkgver}/src/libXNVCtrl
-# install libXNVCtrl and headers
-install -d -m 755 ${pkgdir}/usr/{include/NVCtrl,lib}
-install -m 644 nv_control.h NVCtrl{,Lib}.h ${pkgdir}/usr/include/NVCtrl/
-install -m 644 libXNVCtrl.a ${pkgdir}/usr/lib/libXNVCtrl.a
-}

Copied: libxnvctrl/repos/community-i686/PKGBUILD (from rev 135691, 
libxnvctrl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-22 09:06:05 UTC (rev 135692)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Martin Wimpress c...@flexion.org
+
+pkgname=libxnvctrl
+pkgver=352.09
+pkgrel=1
+pkgdesc=NVIDIA X Ctrl library
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+license=('GPL2')
+makedepends=('libxext')
+options=('staticlibs')
+source=(ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2;)
+sha256sums=('c4d6f811eddd867f4c31db9391f37722c10f1aa4eb9e7f87bc3d4612634187ed')
+
+build() {
+cd nvidia-settings-${pkgver}/src/libXNVCtrl
+make clean
+make
+}
+
+package() {
+cd nvidia-settings-${pkgver}/src/libXNVCtrl
+# install libXNVCtrl and headers
+install -d -m 755 ${pkgdir}/usr/{include/NVCtrl,lib}
+install -m 644 nv_control.h NVCtrl{,Lib}.h ${pkgdir}/usr/include/NVCtrl/
+install -m 644 libXNVCtrl.a ${pkgdir}/usr/lib/libXNVCtrl.a
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-22 09:05:51 UTC (rev 135691)
+++ community-x86_64/PKGBUILD   2015-06-22 09:06:05 UTC (rev 135692)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Martin Wimpress c...@flexion.org
-
-pkgname=libxnvctrl
-pkgver=343.36
-pkgrel=1
-pkgdesc=NVIDIA X Ctrl library
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('GPL2')
-makedepends=('libxext')
-options=('staticlibs')
-source=(ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2;)
-sha256sums=('c0429f79354bf6aaeda49d0a6a3a830f073b185b21b4a8223f1e5781c788d275')
-
-build() {
-cd nvidia-settings-${pkgver}/src/libXNVCtrl
-make clean
-make
-}
-
-package() {
-cd nvidia-settings-${pkgver}/src/libXNVCtrl
-# install libXNVCtrl and headers
-install -d -m 755 ${pkgdir}/usr/{include/NVCtrl,lib}
-install -m 644 nv_control.h NVCtrl{,Lib}.h ${pkgdir}/usr/include/NVCtrl/
-install -m 644 libXNVCtrl.a ${pkgdir}/usr/lib/libXNVCtrl.a
-}

Copied: libxnvctrl/repos/community-x86_64/PKGBUILD (from rev 135691, 
libxnvctrl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-22 09:06:05 UTC (rev 135692)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Martin Wimpress c...@flexion.org
+
+pkgname=libxnvctrl
+pkgver=352.09
+pkgrel=1
+pkgdesc=NVIDIA X Ctrl library
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+license=('GPL2')
+makedepends=('libxext')
+options=('staticlibs')
+source=(ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2;)
+sha256sums=('c4d6f811eddd867f4c31db9391f37722c10f1aa4eb9e7f87bc3d4612634187ed')
+
+build() {
+cd nvidia-settings-${pkgver}/src/libXNVCtrl
+make clean
+make
+}
+
+package() {
+cd nvidia-settings-${pkgver}/src/libXNVCtrl
+# install libXNVCtrl and headers
+install -d -m 755 

[arch-commits] Commit in hhvm/trunk (PKGBUILD gcc51.patch)

2015-06-22 Thread Massimiliano Torromeo
Date: Monday, June 22, 2015 @ 12:07:51
  Author: mtorromeo
Revision: 135697

upgpkg: hhvm 3.7.2-2

Applied patch for segfaulting JIT when built with gcc 5.1

Added:
  hhvm/trunk/gcc51.patch
Modified:
  hhvm/trunk/PKGBUILD

-+
 PKGBUILD|5 -
 gcc51.patch |   14 ++
 2 files changed, 18 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 09:58:12 UTC (rev 135696)
+++ PKGBUILD2015-06-22 10:07:51 UTC (rev 135697)
@@ -4,7 +4,7 @@
 
 pkgname=hhvm
 pkgver=3.7.2
-pkgrel=1
+pkgrel=2
 
 _thirdparty_commit=a7d0e6834ac6280b15ba2777f7d9c621bc8446cb
 _folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861
@@ -37,6 +37,7 @@
 'hhvm@.service'
 'php.ini'
 'server.ini'
+'gcc51.patch'
 
'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff')
 install=hhvm.install
 backup=(etc/hhvm/{php,server}.ini)
@@ -49,6 +50,7 @@
 -i hphp/tools/oss-repo-mode
 
 patch -p1 -i $srcdir/libvpx14.patch
+patch -p1 -i $srcdir/gcc51.patch
 
 # Fix sendmail path
 sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
@@ -142,4 +144,5 @@
 '59c640602929dac0aa34d06c668ed69361eb4b7b47a77f9aa0badb4d0b61571c'
 '3e3093f817706c238fad021483f114fd4ce0b45d84097dcb7870157fc9ec769f'
 '5b53bc57965e1c5151d720dc7f63f1b2e8ebd5e758b2ef0be3b74df38ebcbce0'
+'3a7d1cfa7fb87365bbfc65975b8a96627c34d5389eb0de9c360f195cb717dfd0'
 '975885203cef50997a227f5355d49cb9135f0668981059df213f7f0b44597cf8')

Added: gcc51.patch
===
--- gcc51.patch (rev 0)
+++ gcc51.patch 2015-06-22 10:07:51 UTC (rev 135697)
@@ -0,0 +1,14 @@
+diff --git a/hphp/runtime/vm/jit/vasm-xls.cpp 
b/hphp/runtime/vm/jit/vasm-xls.cpp
+index b07f3f3..48bfd5b 100644
+--- a/hphp/runtime/vm/jit/vasm-xls.cpp
 b/hphp/runtime/vm/jit/vasm-xls.cpp
+@@ -2047,6 +2047,9 @@ void Vxls::insertCopiesAt(jit::vectorVinstr code, 
unsigned j,
+ return sf_ivl  !sf_ivl-ranges.empty()  sf_ivl-covers(pos);
+   };
+   MovePlan moves;
++  for (auto reg : moves) {
++moves[reg] = InvalidReg;
++  }
+   jit::vectorVinstr loads;
+   for (auto dst : copies) {
+ auto ivl = copies[dst];


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

2015-06-22 Thread Maxime Gauduin
Date: Monday, June 22, 2015 @ 09:51:53
  Author: alucryd
Revision: 135690

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 lollypop.install |   30 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 07:51:38 UTC (rev 135689)
+++ PKGBUILD2015-06-22 07:51:53 UTC (rev 135690)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: kirek rbu...@gmail.com
-# Contributor: Cédric Bellegarde gnu...@gmail.com
-
-pkgname=lollypop
-pkgver=0.9.32
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('intltool' 'itstool' 'python')
-optdepends=('python-pylast: Last.FM support')
-install='lollypop.install'
-source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('c23b2b24f8f899d2c91c4890d5744a38b3fcfac5e9cfc5dafa8e129fdd2e')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 135689, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 07:51:53 UTC (rev 135690)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kirek rbu...@gmail.com
+# Contributor: Cédric Bellegarde gnu...@gmail.com
+
+pkgname=lollypop
+pkgver=0.9.33
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('python-pylast: Last.FM support')
+install='lollypop.install'
+source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('850b4237c806f3477a4a8b9ff93281dcc6f51273df9c2111cdcfc5cd9e089750')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2015-06-22 07:51:38 UTC (rev 135689)
+++ lollypop.install2015-06-22 07:51:53 UTC (rev 135690)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 135689, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2015-06-22 07:51:53 UTC (rev 135690)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-06-22 Thread Maxime Gauduin
Date: Monday, June 22, 2015 @ 09:51:38
  Author: alucryd
Revision: 135689

upgpkg: lollypop 0.9.33-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 06:30:55 UTC (rev 135688)
+++ PKGBUILD2015-06-22 07:51:38 UTC (rev 135689)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde gnu...@gmail.com
 
 pkgname=lollypop
-pkgver=0.9.32
+pkgver=0.9.33
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python-pylast: Last.FM support')
 install='lollypop.install'
 
source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('c23b2b24f8f899d2c91c4890d5744a38b3fcfac5e9cfc5dafa8e129fdd2e')
+sha256sums=('850b4237c806f3477a4a8b9ff93281dcc6f51273df9c2111cdcfc5cd9e089750')
 
 build() {
   cd lollypop-${pkgver}


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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 11:57:45
  Author: spupykin
Revision: 135693

upgpkg: firefox-noscript 2.6.9.27-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 09:06:05 UTC (rev 135692)
+++ PKGBUILD2015-06-22 09:57:45 UTC (rev 135693)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.9.26
+pkgver=2.6.9.27
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('4eefcea1536114304e34d4f578d29ac1')
+md5sums=('7346b224993d146dd4ecc87c788f1473')
 
 package() {
   depends=(firefox)


[arch-commits] Commit in hhvm/repos/community-x86_64 (15 files)

2015-06-22 Thread Massimiliano Torromeo
Date: Monday, June 22, 2015 @ 12:08:08
  Author: mtorromeo
Revision: 135698

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 135697, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/gcc51.patch
(from rev 135697, hhvm/trunk/gcc51.patch)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 135697, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 135697, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 135697, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 135697, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 135697, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 135697, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  293 
 gcc51.patch   |   14 ++
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 php.ini   |   20 +--
 server.ini|   12 +-
 8 files changed, 219 insertions(+), 202 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 10:07:51 UTC (rev 135697)
+++ PKGBUILD2015-06-22 10:08:08 UTC (rev 135698)
@@ -1,145 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: James Miller ja...@pocketrent.com
-
-pkgname=hhvm
-pkgver=3.7.2
-pkgrel=1
-
-_thirdparty_commit=a7d0e6834ac6280b15ba2777f7d9c621bc8446cb
-_folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861
-_thrift_commit=385419f71e40a77df1fcfe6d1a9349d99d200902
-_proxygen_commit=72622b8af97bd56a0dd271b10be18864653a8bb7
-_webscalesql_commit=19c1a57078cdec7d238037258345151e871caef4
-_mcrouter_commit=55dece4d60de21d68e7651bd6083c403f9edf0f5
-_squangle_commit=a608c72296a0cb954de4bc2c22939fb24f482daa
-
-pkgdesc=Virtual Machine, Runtime, and JIT for PHP
-arch=('x86_64')
-url=http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient' 'unixodbc')
-source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini'
-
'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-patch -p1 -i $srcdir/libvpx14.patch
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s $srcdir/folly-$_folly_commit src
-
-cd ../thrift
-rm -rf src
-ln -s $srcdir/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s $srcdir/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm -rf src
-ln -s $srcdir/mcrouter-$_mcrouter_commit src
-
-cd ../squangle
-rm -rf src squangle
-ln -s $srcdir/squangle-$_squangle_commit src
-ln -s src/squangle
-
-cd ../webscalesqlclient
-rm -rf src webscalesql-5.6
-ln -s $srcdir/webscalesql-5.6-$_webscalesql_commit webscalesql-5.6
-ln -s 

[arch-commits] Commit in libinput/trunk (2 files)

2015-06-22 Thread Jan Steffens
Date: Monday, June 22, 2015 @ 21:00:28
  Author: heftig
Revision: 241180

0.18.0

Modified:
  libinput/trunk/PKGBUILD
Deleted:
  libinput/trunk/0001-filter-require-minimum-acceleration-factor-of-0.3.patch

--+
 0001-filter-require-minimum-acceleration-factor-of-0.3.patch |   52 --
 PKGBUILD |   13 --
 2 files changed, 5 insertions(+), 60 deletions(-)

Deleted: 0001-filter-require-minimum-acceleration-factor-of-0.3.patch
===
--- 0001-filter-require-minimum-acceleration-factor-of-0.3.patch
2015-06-22 14:08:11 UTC (rev 241179)
+++ 0001-filter-require-minimum-acceleration-factor-of-0.3.patch
2015-06-22 19:00:28 UTC (rev 241180)
@@ -1,52 +0,0 @@
-From f6313a9d010f03a66fd1f68e0bbd5e073101f342 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Thu, 4 Jun 2015 11:40:15 +1000
-Subject: [PATCH libinput] filter: require minimum acceleration factor of 0.3
-
-For really slow motions, the previous acceleration factor would go down to
-effectively zero. So the slower the mouse motion was, the more it would be
-slowed down which made the mouse at low speeds almost unusable.
-
-Cap the minimum acceleration at 0.3 which provides a predictable slow motion
-for the cursor when high precision is required.
-
-New/old acceleration functions comparison:
-
-  ^
-  |   /
-  |  /
-ty|_/
-  |   / /
-  |  / /
-  | / /
-  |/ /- new minimum accel factor
-  | /
-  |/___
-  tx
-
-i.e. the general shape is maintained, but it doesn't go to zero anymore. The
-functions aren't parallel, the new shape is slightly flatter than the previous
-one and they meet at the point where the functions flatten for the threshold
-(tx/ty). ascii art has its limits...
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

- src/filter.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/filter.c b/src/filter.c
-index c54d866..ed5a184 100644
 a/src/filter.c
-+++ b/src/filter.c
-@@ -354,7 +354,7 @@ pointer_accel_profile_linear(struct motion_filter *filter,
-   const double threshold = accel_filter-threshold; /* units/ms */
-   const double incline = accel_filter-incline;
- 
--  s1 = min(1, speed_in * 5);
-+  s1 = min(1, 0.3 + speed_in * 4);
-   s2 = 1 + (speed_in - threshold) * incline;
- 
-   return min(max_accel, s2  1 ? s2 : s1);
--- 
-2.4.1
-

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 14:08:11 UTC (rev 241179)
+++ PKGBUILD2015-06-22 19:00:28 UTC (rev 241180)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=0.17.0
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/libinput/;
@@ -12,16 +12,13 @@
 depends=('mtdev' 'systemd' 'libevdev')
 install=libinput.install
 options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-0001-filter-require-minimum-acceleration-factor-of-0.3.patch)
-sha256sums=('b7db243be3a745c1031b364f3595ce9bb31347f874b7299ef8d44c98d2fb28db'
-'SKIP'
-'8d0fbee0669cdf6ad1318dcdb859efb59f6fb94d92e244fd71dd57a00fbda82b')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('64a70f96bab17a22eaf2fd7af17cf83def3388374096c7623be9448f62808cda'
+'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../0001-filter-require-minimum-acceleration-factor-of-0.3.patch
 }
 
 build() {


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

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:35:23
  Author: seblu
Revision: 135731

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

Added:
  linux-tools/repos/community-testing-i686/02-archlinux-paths.patch
(from rev 135730, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-testing-i686/04-fix-usip-h-path.patch
(from rev 135730, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-testing-i686/PKGBUILD
(from rev 135730, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-testing-i686/cpupower.default
(from rev 135730, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-testing-i686/cpupower.install
(from rev 135730, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-testing-i686/cpupower.service
(from rev 135730, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-testing-i686/cpupower.systemd
(from rev 135730, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-testing-i686/usbipd.service
(from rev 135730, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-testing-x86_64/02-archlinux-paths.patch
(from rev 135730, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-testing-x86_64/04-fix-usip-h-path.patch
(from rev 135730, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 135730, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-testing-x86_64/cpupower.default
(from rev 135730, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-testing-x86_64/cpupower.install
(from rev 135730, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-testing-x86_64/cpupower.service
(from rev 135730, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-testing-x86_64/cpupower.systemd
(from rev 135730, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-testing-x86_64/usbipd.service
(from rev 135730, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-testing-i686/02-archlinux-paths.patch
  linux-tools/repos/community-testing-i686/04-fix-usip-h-path.patch
  linux-tools/repos/community-testing-i686/PKGBUILD
  linux-tools/repos/community-testing-i686/cpupower.default
  linux-tools/repos/community-testing-i686/cpupower.install
  linux-tools/repos/community-testing-i686/cpupower.service
  linux-tools/repos/community-testing-i686/cpupower.systemd
  linux-tools/repos/community-testing-i686/usbipd.service
  linux-tools/repos/community-testing-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-testing-x86_64/04-fix-usip-h-path.patch
  linux-tools/repos/community-testing-x86_64/PKGBUILD
  linux-tools/repos/community-testing-x86_64/cpupower.default
  linux-tools/repos/community-testing-x86_64/cpupower.install
  linux-tools/repos/community-testing-x86_64/cpupower.service
  linux-tools/repos/community-testing-x86_64/cpupower.systemd
  linux-tools/repos/community-testing-x86_64/usbipd.service

---+
 /02-archlinux-paths.patch |   42 +
 /04-fix-usip-h-path.patch |   26 +
 /PKGBUILD |  468 
 /cpupower.default |   58 ++
 /cpupower.install |   26 +
 /cpupower.service |   20 
 /cpupower.systemd |   64 ++
 /usbipd.service   |   18 
 community-testing-i686/02-archlinux-paths.patch   |   21 
 community-testing-i686/04-fix-usip-h-path.patch   |   13 
 community-testing-i686/PKGBUILD   |  236 --
 community-testing-i686/cpupower.default   |   29 -
 community-testing-i686/cpupower.install   |   13 
 community-testing-i686/cpupower.service   |   10 
 community-testing-i686/cpupower.systemd   |   32 -
 community-testing-i686/usbipd.service |9 
 community-testing-x86_64/02-archlinux-paths.patch |   21 
 community-testing-x86_64/04-fix-usip-h-path.patch |   13 
 community-testing-x86_64/PKGBUILD |  236 --
 community-testing-x86_64/cpupower.default |   29 -
 community-testing-x86_64/cpupower.install |   13 
 community-testing-x86_64/cpupower.service |   10 
 community-testing-x86_64/cpupower.systemd |   32 -
 community-testing-x86_64/usbipd.service   |9 
 24 files changed, 722 insertions(+), 726 deletions(-)

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


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

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:40:42
  Author: seblu
Revision: 241189

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 241188, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 241188, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 241188, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 241188, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 241188, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 241188, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 241188, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 241188, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   52 
 testing-i686/btrfs-progs.install  |9 +
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 ++
 testing-x86_64/PKGBUILD   |   52 
 testing-x86_64/btrfs-progs.install|9 +
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 ++
 8 files changed, 170 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 241188, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-22 20:40:42 UTC (rev 241189)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=4.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname
+  make prefix=$pkgdir/usr install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
$pkgdir/usr/share/bash-completion/completions/btrfs
+
+  # install mkinitcpio hooks
+  cd $srcdir
+  install -Dm644 initcpio-install-btrfs 
$pkgdir/usr/lib/initcpio/install/btrfs
+  install -Dm644 initcpio-hook-btrfs $pkgdir/usr/lib/initcpio/hooks/btrfs
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 241188, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2015-06-22 20:40:42 UTC (rev 241189)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 0.19.20121005 $2) -eq 1 ]; then
+echo btrfs multi-device support now relies on linux 3.6 or later
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 241188, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2015-06-22 20:40:42 UTC (rev 241189)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 241188, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2015-06-22 20:40:42 UTC (rev 241189)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_binary btrfsck
+add_runscript
+}
+
+help() {
+cat HELPEOF
+This hook provides support for multi-device btrfs volumes. This hook
+is only needed for initramfs images which do not use 

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

2015-06-22 Thread Evangelos Foutras
Date: Monday, June 22, 2015 @ 22:43:09
  Author: foutrelis
Revision: 241190

udevd: suppress warning if we don't find cgroup

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 20:40:42 UTC (rev 241189)
+++ PKGBUILD2015-06-22 20:43:09 UTC (rev 241190)
@@ -34,6 +34,10 @@
   # https://github.com/systemd/systemd/commit/c5d452bb228e
   git cherry-pick -n c5d452bb228e
 
+  # udevd: suppress warning if we don't find cgroup
+  # https://github.com/systemd/systemd/commit/11b9fb15be96
+  git cherry-pick -n 11b9fb15be96
+
   ./autogen.sh
 }
 


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

2015-06-22 Thread Andrzej Giniewicz
Date: Monday, June 22, 2015 @ 20:58:47
  Author: aginiewicz
Revision: 135723

upgpkg: python-oauth2client 1.4.11-2

python-oauth2client: fix pyasn1-modules dependency

Modified:
  python-oauth2client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 18:53:17 UTC (rev 135722)
+++ PKGBUILD2015-06-22 18:58:47 UTC (rev 135723)
@@ -5,7 +5,7 @@
 pkgbase=python-oauth2client
 pkgname=('python2-oauth2client' 'python-oauth2client')
 pkgver=1.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc=A client library for OAuth 2.0
 arch=('any')
 url=https://github.com/google/oauth2client;
@@ -39,7 +39,7 @@
 }
 
 package_python2-oauth2client() {
-  depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 
'python2-pyasn1-modules=0.0.5' 'python2-rsa=3.1.4' 'python2-six')
+  depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 
'python2-pyasn1-modules=0.0.5' 'python2-rsa=3.1.4' 'python2-six')
   optdepends=('python2-gflags: for oauth2client.tools.run function')
 
   cd $srcdir/oauth2client-py2-${pkgver}
@@ -48,7 +48,7 @@
 }
 
 package_python-oauth2client() {
-  depends=('python-httplib2' 'python-pyasn1=0.1.7' 
'python-pyasn1-modules=0.0.5' 'python-rsa=3.1.4' 'python-six')
+  depends=('python-httplib2' 'python-pyasn1=0.1.7' 
'python-pyasn1-modules=0.0.5' 'python-rsa=3.1.4' 'python-six')
 
   cd $srcdir/oauth2client-${pkgver}
 


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

2015-06-22 Thread Andrzej Giniewicz
Date: Monday, June 22, 2015 @ 20:58:57
  Author: aginiewicz
Revision: 135724

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 18:58:47 UTC (rev 135723)
+++ PKGBUILD2015-06-22 18:58:57 UTC (rev 135724)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Atlanis emall...@archlinux.us
-
-pkgbase=python-oauth2client
-pkgname=('python2-oauth2client' 'python-oauth2client')
-pkgver=1.4.11
-pkgrel=1
-pkgdesc=A client library for OAuth 2.0
-arch=('any')
-url=https://github.com/google/oauth2client;
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2'
- 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa'
- 'python-six' 'python2-httplib2' 'python2-pyasn1'
- 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
-source=(https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz;)
-md5sums=('ace6b6e4c9cd17fd611d9984d6746c7b')
-
-prepare() {
-  cd $srcdir
-  cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
-  cd oauth2client-py2-${pkgver}
-
-  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg Building Python2
-  cd $srcdir/oauth2client-py2-${pkgver}
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/oauth2client-${pkgver}
-  python setup.py build
-}
-
-package_python2-oauth2client() {
-  depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 
'python2-pyasn1-modules=0.0.5' 'python2-rsa=3.1.4' 'python2-six')
-  optdepends=('python2-gflags: for oauth2client.tools.run function')
-
-  cd $srcdir/oauth2client-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-}
-
-package_python-oauth2client() {
-  depends=('python-httplib2' 'python-pyasn1=0.1.7' 
'python-pyasn1-modules=0.0.5' 'python-rsa=3.1.4' 'python-six')
-
-  cd $srcdir/oauth2client-${pkgver}
-
-  python setup.py install --skip-build --root=$pkgdir --optimize=1
-}
-

Copied: python-oauth2client/repos/community-any/PKGBUILD (from rev 135723, 
python-oauth2client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 18:58:57 UTC (rev 135724)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Atlanis emall...@archlinux.us
+
+pkgbase=python-oauth2client
+pkgname=('python2-oauth2client' 'python-oauth2client')
+pkgver=1.4.11
+pkgrel=2
+pkgdesc=A client library for OAuth 2.0
+arch=('any')
+url=https://github.com/google/oauth2client;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2'
+ 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa'
+ 'python-six' 'python2-httplib2' 'python2-pyasn1'
+ 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
+source=(https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz;)
+md5sums=('ace6b6e4c9cd17fd611d9984d6746c7b')
+
+prepare() {
+  cd $srcdir
+  cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
+  cd oauth2client-py2-${pkgver}
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg Building Python2
+  cd $srcdir/oauth2client-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/oauth2client-${pkgver}
+  python setup.py build
+}
+
+package_python2-oauth2client() {
+  depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 
'python2-pyasn1-modules=0.0.5' 'python2-rsa=3.1.4' 'python2-six')
+  optdepends=('python2-gflags: for oauth2client.tools.run function')
+
+  cd $srcdir/oauth2client-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+}
+
+package_python-oauth2client() {
+  depends=('python-httplib2' 'python-pyasn1=0.1.7' 
'python-pyasn1-modules=0.0.5' 'python-rsa=3.1.4' 'python-six')
+
+  cd $srcdir/oauth2client-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+}
+


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

2015-06-22 Thread Andrzej Giniewicz
Date: Monday, June 22, 2015 @ 21:11:36
  Author: aginiewicz
Revision: 135725

upgpkg: python-pandas 0.16.2-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 18:58:57 UTC (rev 135724)
+++ PKGBUILD2015-06-22 19:11:36 UTC (rev 135725)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc=Cross-section and time series data analysis toolkit
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
  'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz')
 
source=(https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz;)
-md5sums=('fac4f25748f9610a3e00e765474bdea8')
+md5sums=('a92787bcdf0fc0c6d5f4fe4877335ab5')
 
 prepare() {
   cd $srcdir


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

2015-06-22 Thread Andrzej Giniewicz
Date: Monday, June 22, 2015 @ 21:11:46
  Author: aginiewicz
Revision: 135726

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

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

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

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

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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 20:39:09
  Author: spupykin
Revision: 135719

upgpkg: openvswitch 2.3.2-1

upd

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 18:27:35 UTC (rev 135718)
+++ PKGBUILD2015-06-22 18:39:09 UTC (rev 135719)
@@ -4,7 +4,7 @@
 # Contributor: Matt Monaco net 0x01b dgbaley27
 
 pkgname=openvswitch
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc=Production Quality, Multilayer Open Virtual Switch
 url=http://openvswitch.org;
@@ -18,7 +18,7 @@
 depends=('openssl')
 makedepends=('python2')
 optdepends=('python2')
-md5sums=('c008c1de0a8b6363b37afa599105d6d6'
+md5sums=('5a5739ed82f1accac1c2d8d7553dc88f'
  '0534c19ed27d2ff8c6b32d87c07bc76f'
  '3a1b706c1adfb1166b58bc9d65ea396f'
  '4ec9c05448d6910c5fd581e964518ef7')


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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 20:39:30
  Author: spupykin
Revision: 135720

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 135719, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 135719, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 135719, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 135719, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 135719, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 135719, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 135719, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 135719, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 135719, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 135719, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |   94 
 /openvswitch.install  |   28 +
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 ++
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   47 
 community-i686/openvswitch.install|   14 
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 -
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   47 
 community-x86_64/openvswitch.install  |   14 
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 -
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-22 18:39:09 UTC (rev 135719)
+++ community-i686/PKGBUILD 2015-06-22 18:39:30 UTC (rev 135720)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco net 0x01b dgbaley27
-
-pkgname=openvswitch
-pkgver=2.3.1
-pkgrel=1
-pkgdesc=Production Quality, Multilayer Open Virtual Switch
-url=http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=(http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('c008c1de0a8b6363b37afa599105d6d6'
- '0534c19ed27d2ff8c6b32d87c07bc76f'
- '3a1b706c1adfb1166b58bc9d65ea396f'
- '4ec9c05448d6910c5fd581e964518ef7')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./boot.sh
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-rundir=/run/openvswitch \
-   --sbindir=/usr/bin \
-   PYTHON=/usr/bin/python2
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm0644 $srcdir/openvswitch.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf
-   install -Dm0644 $srcdir/ovsdb-server.service 
$pkgdir/usr/lib/systemd/system/ovsdb-server.service
-   install -Dm0644 $srcdir/ovs-vswitchd.service 
$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service
-   install -dm0755 $pkgdir/etc/openvswitch
-   rm -rf $pkgdir/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 135719, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-22 18:39:30 UTC (rev 135720)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Pedro 

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

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:07:16
  Author: seblu
Revision: 241183

db-move: moved file from [testing] to [core] (i686, x86_64)

Added:
  file/repos/core-i686/001-fix-bug-with-long-options.patch
(from rev 241182, 
file/repos/testing-i686/001-fix-bug-with-long-options.patch)
  file/repos/core-i686/PKGBUILD
(from rev 241182, file/repos/testing-i686/PKGBUILD)
  file/repos/core-x86_64/001-fix-bug-with-long-options.patch
(from rev 241182, 
file/repos/testing-x86_64/001-fix-bug-with-long-options.patch)
  file/repos/core-x86_64/PKGBUILD
(from rev 241182, file/repos/testing-x86_64/PKGBUILD)
Deleted:
  file/repos/core-i686/PKGBUILD
  file/repos/core-x86_64/PKGBUILD
  file/repos/testing-i686/
  file/repos/testing-x86_64/

-+
 /PKGBUILD   |   84 
 core-i686/001-fix-bug-with-long-options.patch   |  109 ++
 core-i686/PKGBUILD  |   43 
 core-x86_64/001-fix-bug-with-long-options.patch |  109 ++
 core-x86_64/PKGBUILD|   43 
 5 files changed, 302 insertions(+), 86 deletions(-)

Copied: file/repos/core-i686/001-fix-bug-with-long-options.patch (from rev 
241182, file/repos/testing-i686/001-fix-bug-with-long-options.patch)
===
--- core-i686/001-fix-bug-with-long-options.patch   
(rev 0)
+++ core-i686/001-fix-bug-with-long-options.patch   2015-06-22 20:07:16 UTC 
(rev 241183)
@@ -0,0 +1,109 @@
+From 21f9d5f0e0340ada998f7f9d316368c7167a4afa Mon Sep 17 00:00:00 2001
+From: Christos Zoulas chris...@zoulas.com
+Date: Thu, 11 Jun 2015 12:52:32 +
+Subject: [PATCH] Fix bug with long options and explicitly number them to avoid
+ this in the future.
+
+---
+ src/file.c  | 45 +++--
+ src/file_opts.h | 10 +-
+ 2 files changed, 28 insertions(+), 27 deletions(-)
+
+diff --git a/src/file.c b/src/file.c
+index f60dde0..c700f66 100644
+--- a/src/file.c
 b/src/file.c
+@@ -89,10 +89,15 @@ private int/* Global command-line options  
*/
+ 
+ private const char *separator = :;  /* Default field separator  */
+ private const struct option long_options[] = {
++#define OPT_HELP  1
++#define OPT_APPLE 2
++#define OPT_EXTENSIONS3
++#define OPT_MIME_TYPE 4
++#define OPT_MIME_ENCODING 5
+ #define OPT(shortname, longname, opt, doc)  \
+ {longname, opt, NULL, shortname},
+-#define OPT_LONGONLY(longname, opt, doc)\
+-{longname, opt, NULL, 0},
++#define OPT_LONGONLY(longname, opt, doc, id)\
++{longname, opt, NULL, id},
+ #include file_opts.h
+ #undef OPT
+ #undef OPT_LONGONLY
+@@ -182,24 +187,20 @@ main(int argc, char *argv[])
+   while ((c = getopt_long(argc, argv, OPTSTRING, long_options,
+   longindex)) != -1)
+   switch (c) {
+-  case 0 :
+-  switch (longindex) {
+-  case 0:
+-  help();
+-  break;
+-  case 10:
+-  flags |= MAGIC_APPLE;
+-  break;
+-  case 11:
+-  flags |= MAGIC_EXTENSION;
+-  break;
+-  case 12:
+-  flags |= MAGIC_MIME_TYPE;
+-  break;
+-  case 13:
+-  flags |= MAGIC_MIME_ENCODING;
+-  break;
+-  }
++  case OPT_HELP:
++  help();
++  break;
++  case OPT_APPLE:
++  flags |= MAGIC_APPLE;
++  break;
++  case OPT_EXTENSIONS:
++  flags |= MAGIC_EXTENSION;
++  break;
++  case OPT_MIME_TYPE:
++  flags |= MAGIC_MIME_TYPE;
++  break;
++  case OPT_MIME_ENCODING:
++  flags |= MAGIC_MIME_ENCODING;
+   break;
+   case '0':
+   nulsep = 1;
+@@ -595,7 +596,7 @@ help(void)
+ #define OPT(shortname, longname, opt, doc)  \
+   fprintf(stdout,   -%c, -- longname, shortname), \
+   docprint(doc);
+-#define OPT_LONGONLY(longname, opt, doc)\
++#define OPT_LONGONLY(longname, opt, doc, id)\
+   fprintf(stdout,   -- longname),   \
+   docprint(doc);
+ #include file_opts.h
+diff --git a/src/file_opts.h b/src/file_opts.h
+index 036505f..2e30d06 100644
+--- a/src/file_opts.h
 b/src/file_opts.h
+@@ -12,7 +12,7 @@
+  * switch statement!
+  */
+ 
+-OPT_LONGONLY(help, 0,  display 

[arch-commits] Commit in bind/repos (42 files)

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:07:20
  Author: seblu
Revision: 241184

db-move: moved bind from [testing] to [extra] (i686, x86_64)

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 241183, bind/repos/testing-i686/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 241183, bind/repos/testing-i686/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 241183, bind/repos/testing-i686/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 241183, bind/repos/testing-i686/empty.zone)
  bind/repos/extra-i686/localhost.ip6.zone
(from rev 241183, bind/repos/testing-i686/localhost.ip6.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 241183, bind/repos/testing-i686/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 241183, bind/repos/testing-i686/named.conf)
  bind/repos/extra-i686/named.service
(from rev 241183, bind/repos/testing-i686/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 241183, bind/repos/testing-i686/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 241183, bind/repos/testing-i686/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 241183, bind/repos/testing-x86_64/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 241183, bind/repos/testing-x86_64/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 241183, bind/repos/testing-x86_64/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 241183, bind/repos/testing-x86_64/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 241183, bind/repos/testing-x86_64/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 241183, bind/repos/testing-x86_64/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 241183, bind/repos/testing-x86_64/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 241183, bind/repos/testing-x86_64/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 241183, bind/repos/testing-x86_64/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 241183, bind/repos/testing-x86_64/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/empty.zone
  bind/repos/extra-i686/localhost.ip6.zone
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/sysusers.conf
  bind/repos/extra-i686/tmpfiles.conf
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf
  bind/repos/testing-i686/
  bind/repos/testing-x86_64/

-+
 /127.0.0.zone   |   20 +++
 /PKGBUILD   |  230 ++
 /bind.install   |   26 
 /empty.zone |   16 ++
 /localhost.ip6.zone |   20 +++
 /localhost.zone |   22 +++
 /named.conf |  144 +++
 /named.service  |   22 +++
 /sysusers.conf  |2 
 /tmpfiles.conf  |2 
 extra-i686/127.0.0.zone |   10 -
 extra-i686/PKGBUILD |   90 --
 extra-i686/bind.install |   13 --
 extra-i686/empty.zone   |8 -
 extra-i686/localhost.ip6.zone   |   10 -
 extra-i686/localhost.zone   |   11 -
 extra-i686/named.conf   |   72 ---
 extra-i686/named.service|   11 -
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/127.0.0.zone   |   10 -
 extra-x86_64/PKGBUILD   |   90 --
 extra-x86_64/bind.install   |   13 --
 extra-x86_64/empty.zone |8 -
 extra-x86_64/localhost.ip6.zone |   10 -
 extra-x86_64/localhost.zone |   11 -
 extra-x86_64/named.conf |   72 ---
 extra-x86_64/named.service  |   11 -
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 30 files changed, 504 insertions(+), 454 deletions(-)

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


[arch-commits] Commit in dnsutils/repos (extra-i686)

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:08:02
  Author: seblu
Revision: 241185

db-remove: dnsutils removed by seblu

Deleted:
  dnsutils/repos/extra-i686/


[arch-commits] Commit in dnsutils/repos (extra-x86_64)

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:08:14
  Author: seblu
Revision: 241186

db-remove: dnsutils removed by seblu

Deleted:
  dnsutils/repos/extra-x86_64/


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

2015-06-22 Thread Jan Steffens
Date: Monday, June 22, 2015 @ 21:01:15
  Author: heftig
Revision: 241181

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 241180, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 241180, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 241180, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 241180, libinput/trunk/libinput.install)
Deleted:
  
libinput/repos/extra-i686/0001-filter-require-minimum-acceleration-factor-of-0.3.patch
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  
libinput/repos/extra-x86_64/0001-filter-require-minimum-acceleration-factor-of-0.3.patch
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   
78 ++
 /libinput.install |   
22 ++
 extra-i686/0001-filter-require-minimum-acceleration-factor-of-0.3.patch   |   
52 --
 extra-i686/PKGBUILD   |   
42 -
 extra-i686/libinput.install   |   
11 -
 extra-x86_64/0001-filter-require-minimum-acceleration-factor-of-0.3.patch |   
52 --
 extra-x86_64/PKGBUILD |   
42 -
 extra-x86_64/libinput.install |   
11 -
 8 files changed, 100 insertions(+), 210 deletions(-)

Deleted: extra-i686/0001-filter-require-minimum-acceleration-factor-of-0.3.patch
===
--- extra-i686/0001-filter-require-minimum-acceleration-factor-of-0.3.patch 
2015-06-22 19:00:28 UTC (rev 241180)
+++ extra-i686/0001-filter-require-minimum-acceleration-factor-of-0.3.patch 
2015-06-22 19:01:15 UTC (rev 241181)
@@ -1,52 +0,0 @@
-From f6313a9d010f03a66fd1f68e0bbd5e073101f342 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Thu, 4 Jun 2015 11:40:15 +1000
-Subject: [PATCH libinput] filter: require minimum acceleration factor of 0.3
-
-For really slow motions, the previous acceleration factor would go down to
-effectively zero. So the slower the mouse motion was, the more it would be
-slowed down which made the mouse at low speeds almost unusable.
-
-Cap the minimum acceleration at 0.3 which provides a predictable slow motion
-for the cursor when high precision is required.
-
-New/old acceleration functions comparison:
-
-  ^
-  |   /
-  |  /
-ty|_/
-  |   / /
-  |  / /
-  | / /
-  |/ /- new minimum accel factor
-  | /
-  |/___
-  tx
-
-i.e. the general shape is maintained, but it doesn't go to zero anymore. The
-functions aren't parallel, the new shape is slightly flatter than the previous
-one and they meet at the point where the functions flatten for the threshold
-(tx/ty). ascii art has its limits...
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

- src/filter.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/filter.c b/src/filter.c
-index c54d866..ed5a184 100644
 a/src/filter.c
-+++ b/src/filter.c
-@@ -354,7 +354,7 @@ pointer_accel_profile_linear(struct motion_filter *filter,
-   const double threshold = accel_filter-threshold; /* units/ms */
-   const double incline = accel_filter-incline;
- 
--  s1 = min(1, speed_in * 5);
-+  s1 = min(1, 0.3 + speed_in * 4);
-   s2 = 1 + (speed_in - threshold) * incline;
- 
-   return min(max_accel, s2  1 ? s2 : s1);
--- 
-2.4.1
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-22 19:00:28 UTC (rev 241180)
+++ extra-i686/PKGBUILD 2015-06-22 19:01:15 UTC (rev 241181)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.17.0
-pkgrel=2
-pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-0001-filter-require-minimum-acceleration-factor-of-0.3.patch)
-sha256sums=('b7db243be3a745c1031b364f3595ce9bb31347f874b7299ef8d44c98d2fb28db'
-'SKIP'
-'8d0fbee0669cdf6ad1318dcdb859efb59f6fb94d92e244fd71dd57a00fbda82b')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-prepare() {
-  cd 

[arch-commits] Commit in perl-net-smtp-ssl/repos/community-any (PKGBUILD PKGBUILD)

2015-06-22 Thread Jan Steffens
Date: Monday, June 22, 2015 @ 21:26:42
  Author: heftig
Revision: 135728

archrelease: copy trunk to community-any

Added:
  perl-net-smtp-ssl/repos/community-any/PKGBUILD
(from rev 135727, perl-net-smtp-ssl/trunk/PKGBUILD)
Deleted:
  perl-net-smtp-ssl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 19:26:03 UTC (rev 135727)
+++ PKGBUILD2015-06-22 19:26:42 UTC (rev 135728)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-
-pkgname=perl-net-smtp-ssl
-pkgver=1.01
-pkgrel=4
-pkgdesc=SSL support for Net::SMTP
-arch=(any)
-url=http://search.cpan.org/dist/Net-SMTP-SSL/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-io-socket-ssl')
-source=(http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-${pkgver}.tar.gz;)
-options=(!emptydirs)
-
-package() {
-  cd ${srcdir}/Net-SMTP-SSL-${pkgver}
-  # Install module into the vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make DESTDIR=$pkgdir install || return 1
-
-  # Remove .packlist and perllocal.pod files.
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name 'perllocal.pod' -delete
-}
-md5sums=('ba039288ebf7a343feecacd374da8c1a')

Copied: perl-net-smtp-ssl/repos/community-any/PKGBUILD (from rev 135727, 
perl-net-smtp-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 19:26:42 UTC (rev 135728)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Chris Brannon cmbranno...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+
+pkgname=perl-net-smtp-ssl
+pkgver=1.03
+pkgrel=1
+pkgdesc=SSL support for Net::SMTP
+arch=(any)
+url=http://search.cpan.org/dist/Net-SMTP-SSL/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-io-socket-ssl')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Net-SMTP-SSL-${pkgver}.tar.gz;)
+options=(!emptydirs)
+
+package() {
+  cd ${srcdir}/Net-SMTP-SSL-${pkgver}
+  # Install module into the vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make DESTDIR=$pkgdir install || return 1
+
+  # Remove .packlist and perllocal.pod files.
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name 'perllocal.pod' -delete
+}
+md5sums=('75c80e6af5583630ba074b25c0b5ee84')


[arch-commits] Commit in perl-net-smtp-ssl/trunk (PKGBUILD)

2015-06-22 Thread Jan Steffens
Date: Monday, June 22, 2015 @ 21:26:03
  Author: heftig
Revision: 135727

1.03

Modified:
  perl-net-smtp-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 19:11:46 UTC (rev 135726)
+++ PKGBUILD2015-06-22 19:26:03 UTC (rev 135727)
@@ -3,14 +3,14 @@
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 
 pkgname=perl-net-smtp-ssl
-pkgver=1.01
-pkgrel=4
+pkgver=1.03
+pkgrel=1
 pkgdesc=SSL support for Net::SMTP
 arch=(any)
 url=http://search.cpan.org/dist/Net-SMTP-SSL/;
 license=('GPL' 'PerlArtistic')
 depends=('perl-io-socket-ssl')
-source=(http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-${pkgver}.tar.gz;)
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Net-SMTP-SSL-${pkgver}.tar.gz;)
 options=(!emptydirs)
 
 package() {
@@ -24,4 +24,4 @@
   find $pkgdir -name '.packlist' -delete
   find $pkgdir -name 'perllocal.pod' -delete
 }
-md5sums=('ba039288ebf7a343feecacd374da8c1a')
+md5sums=('75c80e6af5583630ba074b25c0b5ee84')


[arch-commits] Commit in (dnsutils)

2015-06-22 Thread Sébastien Luttringer
Date: Monday, June 22, 2015 @ 22:09:26
  Author: seblu
Revision: 241187

Merge into bind

Deleted:
  dnsutils/


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

2015-06-22 Thread Alexandre Filgueira
Date: Tuesday, June 23, 2015 @ 04:09:52
  Author: faidoc
Revision: 135741

upgpkg: cinnamon 2.6.9-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 21:17:55 UTC (rev 135740)
+++ PKGBUILD2015-06-23 02:09:52 UTC (rev 135741)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.6.8
+pkgver=2.6.9
 pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 set_wheel.patch
 gnome-3.14.patch
 default-theme.patch)
-sha256sums=('fe2e0e0a128711875a24c3511eff78e48ecd131db8f758781950784270af15a6'
+sha256sums=('9bed52d586480b888a414af6e306c2d8d6cf536aeb49e65304b8f3e2e422e756'
 '0f6a4055fc70f727b90c3d97ebc99f6bf3028b8cc7189736d8e0f1dac6fac137'
 'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')


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

2015-06-22 Thread Alexandre Filgueira
Date: Tuesday, June 23, 2015 @ 04:11:57
  Author: faidoc
Revision: 135742

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 135741, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 135741, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 135741, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/gnome-3.14.patch
(from rev 135741, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 135741, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 135741, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 135741, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 135741, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/gnome-3.14.patch
(from rev 135741, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 135741, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/gnome-3.14.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/gnome-3.14.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  178 +
 /cinnamon.install|   24 
 /default-theme.patch |   50 +
 /gnome-3.14.patch|   50 +
 /set_wheel.patch |   34 ++
 community-i686/PKGBUILD  |   89 
 community-i686/cinnamon.install  |   12 --
 community-i686/default-theme.patch   |   25 
 community-i686/gnome-3.14.patch  |   25 
 community-i686/set_wheel.patch   |   17 ---
 community-x86_64/PKGBUILD|   89 
 community-x86_64/cinnamon.install|   12 --
 community-x86_64/default-theme.patch |   25 
 community-x86_64/gnome-3.14.patch|   25 
 community-x86_64/set_wheel.patch |   17 ---
 15 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-23 02:09:52 UTC (rev 135741)
+++ community-i686/PKGBUILD 2015-06-23 02:11:57 UTC (rev 135742)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=2.6.8
-pkgrel=1
-pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
-arch=('i686' 'x86_64')
-url=http://cinnamon.linuxmint.com/;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python3')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-set_wheel.patch
-gnome-3.14.patch
-default-theme.patch)
-sha256sums=('fe2e0e0a128711875a24c3511eff78e48ecd131db8f758781950784270af15a6'
-'0f6a4055fc70f727b90c3d97ebc99f6bf3028b8cc7189736d8e0f1dac6fac137'
-'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo
-  patch -Np1 -i ../set_wheel.patch
-
-  # Some fixes for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 

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

2015-06-22 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 06:33:01
  Author: foutrelis
Revision: 241219

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

Added:
  nss/repos/testing-i686/
  nss/repos/testing-i686/PKGBUILD
(from rev 241218, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 241218, nss/trunk/bundle.sh)
  nss/repos/testing-i686/ca-certificates-mozilla.install
(from rev 241218, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-i686/certdata2pem.py
(from rev 241218, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/nss-config.in
(from rev 241218, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss.install
(from rev 241218, nss/trunk/nss.install)
  nss/repos/testing-i686/nss.pc.in
(from rev 241218, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 241218, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 241218, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
(from rev 241218, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 241218, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/nss-config.in
(from rev 241218, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.install
(from rev 241218, nss/trunk/nss.install)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 241218, nss/trunk/nss.pc.in)

+
 testing-i686/PKGBUILD  |  114 +
 testing-i686/bundle.sh |   54 ++
 testing-i686/ca-certificates-mozilla.install   |   11 +
 testing-i686/certdata2pem.py   |  199 +++
 testing-i686/nss-config.in |  145 
 testing-i686/nss.install   |   13 +
 testing-i686/nss.pc.in |   11 +
 testing-x86_64/PKGBUILD|  114 +
 testing-x86_64/bundle.sh   |   54 ++
 testing-x86_64/ca-certificates-mozilla.install |   11 +
 testing-x86_64/certdata2pem.py |  199 +++
 testing-x86_64/nss-config.in   |  145 
 testing-x86_64/nss.install |   13 +
 testing-x86_64/nss.pc.in   |   11 +
 14 files changed, 1094 insertions(+)

Copied: nss/repos/testing-i686/PKGBUILD (from rev 241218, nss/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-23 04:33:01 UTC (rev 241219)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.19.2
+pkgrel=1
+pkgdesc=Mozilla Network Security Services
+arch=(i686 x86_64)
+url=http://www.mozilla.org/projects/security/pki/nss/;
+license=('MPL' 'GPL')
+_nsprver=4.10.7
+depends=(nspr=${_nsprver} 'sqlite' 'zlib' 'sh' 'p11-kit')
+makedepends=('perl' 'python2')
+options=('!strip' '!makeflags' 'staticlibs')
+source=(https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz;
+certdata2pem.py bundle.sh nss.pc.in nss-config.in)
+sha256sums=('1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae'
+'af13c30801a8a27623948206458432a4cf98061b75ff6e5b5e03912f93c034ee'
+'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
+'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
+'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9')
+
+prepare() {
+  mkdir certs
+
+  cd nss-$pkgver
+
+  # Respect LDFLAGS
+  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
+  -i nss/coreconf/rules.mk
+
+  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
+  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
+}
+
+
+build() {
+  cd certs
+  python2 ../certdata2pem.py
+
+  cd ..
+  sh bundle.sh
+
+  cd nss-$pkgver/nss
+  export BUILD_OPT=1
+  export NSS_USE_SYSTEM_SQLITE=1
+  export NSS_ENABLE_ECC=1
+  export NSPR_INCLUDE_DIR=`nspr-config --includedir`
+  export NSPR_LIB_DIR=`nspr-config --libdir`
+  export XCFLAGS=${CFLAGS}
+
+  [ $CARCH = x86_64 ]  export USE_64=1
+
+  make -C coreconf
+  make -C lib/dbm
+  make
+}
+
+package_nss() {
+  install=nss.install
+
+  cd nss-$pkgver
+  install -d $pkgdir/usr/{bin,include/nss,lib/pkgconfig}
+
+  NSS_VMAJOR=$(grep '#define.*NSS_VMAJOR' nss/lib/nss/nss.h | awk '{print $3}')
+  NSS_VMINOR=$(grep '#define.*NSS_VMINOR' nss/lib/nss/nss.h | awk '{print $3}')
+  NSS_VPATCH=$(grep '#define.*NSS_VPATCH' nss/lib/nss/nss.h | awk '{print $3}')
+
+  sed ../nss.pc.in \
+-e s,%libdir%,/usr/lib,g \
+-e s,%prefix%,/usr,g \
+-e s,%exec_prefix%,/usr/bin,g \
+-e s,%includedir%,/usr/include/nss,g \
+-e 

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

2015-06-22 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 06:32:41
  Author: foutrelis
Revision: 241218

upgpkg: nss 3.19.2-1

New upstream release.

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 01:07:59 UTC (rev 241217)
+++ PKGBUILD2015-06-23 04:32:41 UTC (rev 241218)
@@ -3,8 +3,8 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.19.1
-pkgrel=2
+pkgver=3.19.2
+pkgrel=1
 pkgdesc=Mozilla Network Security Services
 arch=(i686 x86_64)
 url=http://www.mozilla.org/projects/security/pki/nss/;
@@ -15,7 +15,7 @@
 options=('!strip' '!makeflags' 'staticlibs')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz;
 certdata2pem.py bundle.sh nss.pc.in nss-config.in)
-sha256sums=('b7be709551ec13206d8e3e8c065b894fa981c11573115e9478fa051029c52fff'
+sha256sums=('1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae'
 'af13c30801a8a27623948206458432a4cf98061b75ff6e5b5e03912f93c034ee'
 '045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
 'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'


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

2015-06-22 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 07:15:23
  Author: foutrelis
Revision: 241220

upgpkg: chromium 43.0.2357.130-1

New upstream release.

Added:
  chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  |   33 
++
 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch |   32 
+
 PKGBUILD|   17 +++--
 3 files changed, 78 insertions(+), 4 deletions(-)

Added: 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
===
--- 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  
(rev 0)
+++ 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  2015-06-23 
05:15:23 UTC (rev 241220)
@@ -0,0 +1,33 @@
+From 1da1e686a87ad9f95d26786d2b53a1a4c280189f Mon Sep 17 00:00:00 2001
+From: agl a...@chromium.org
+Date: Wed, 20 May 2015 13:20:29 -0700
+Subject: [PATCH] NSS: reject DH groups smaller than 1024 bits.
+
+Since some platforms are still using NSS for now, this change mirrors 
https://boringssl-review.googlesource.com/#/c/4813/ in NSS.
+
+BUG=490240
+
+Review URL: https://codereview.chromium.org/1143303002
+
+Cr-Commit-Position: refs/heads/master@{#330791}
+---
+ net/third_party/nss/ssl/ssl3con.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/net/third_party/nss/ssl/ssl3con.c 
b/net/third_party/nss/ssl/ssl3con.c
+index 89c98ea..861d434 100644
+--- a/net/third_party/nss/ssl/ssl3con.c
 b/net/third_party/nss/ssl/ssl3con.c
+@@ -6946,7 +6946,8 @@ ssl3_HandleServerKeyExchange(sslSocket *ss, SSL3Opaque 
*b, PRUint32 length)
+   if (rv != SECSuccess) {
+   goto loser; /* malformed. */
+   }
+-  if (dh_p.len  512/8) {
++  if (dh_p.len  1024/8 ||
++  (dh_p.len == 1024/8  (dh_p.data[0]  0x80) == 0)) {
+   errCode = SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY;
+   goto alert_loser;
+   }
+-- 
+2.4.2
+

Added: 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
===
--- 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch 
(rev 0)
+++ 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch 
2015-06-23 05:15:23 UTC (rev 241220)
@@ -0,0 +1,32 @@
+From aa9abe7692a3ee99b69811594938d97cb180351e Mon Sep 17 00:00:00 2001
+From: avi a...@chromium.org
+Date: Wed, 20 May 2015 13:57:17 -0700
+Subject: [PATCH] Use the correct URL for ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY
+ errors.
+
+BUG=490260,490240
+TEST=as in bug
+
+Review URL: https://codereview.chromium.org/1148943002
+
+Cr-Commit-Position: refs/heads/master@{#330799}
+---
+ chrome/common/localized_error.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/chrome/common/localized_error.cc 
b/chrome/common/localized_error.cc
+index 0c4ad43..1ea56b1 100644
+--- a/chrome/common/localized_error.cc
 b/chrome/common/localized_error.cc
+@@ -49,7 +49,7 @@ namespace {
+ static const char kRedirectLoopLearnMoreUrl[] =
+ https://www.google.com/support/chrome/bin/answer.py?answer=95626;;
+ static const char kWeakDHKeyLearnMoreUrl[] =
+-http://sites.google.com/a/chromium.org/dev/;
++https://www.chromium.org/administrators/;
+ err_ssl_weak_server_ephemeral_dh_key;
+ #if defined(OS_CHROMEOS)
+ static const char kAppWarningLearnMoreUrl[] =
+-- 
+2.4.2
+

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 04:33:01 UTC (rev 241219)
+++ PKGBUILD2015-06-23 05:15:23 UTC (rev 241220)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=43.0.2357.125
-pkgrel=2
+pkgver=43.0.2357.130
+pkgrel=1
 _launcher_ver=2
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -27,11 +27,15 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
+0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
+0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
 add-build-flag-to-disable-hotwording.patch
 chromium-widevine.patch)
-sha256sums=('af1774d093f90f9ccfd7def3b2b3a8caa109274ac28d4bec0285e50f8a5a5405'
+sha256sums=('62fb55439396a5d49ba53d4377e8d2554c14c2e8a6255f07909ccee8f248002e'
 '7f91c81721092d707d7b94e6555a48bc7fd0bc0e1174df4649bdcd745930e52f'
 

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

2015-06-22 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 07:15:46
  Author: foutrelis
Revision: 241221

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

Added:
  
chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 241220, 
chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch)
  
chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
(from rev 241220, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-i686/PKGBUILD
(from rev 241220, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/add-build-flag-to-disable-hotwording.patch
(from rev 241220, chromium/trunk/add-build-flag-to-disable-hotwording.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 241220, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 241220, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 241220, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 241220, 
chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch)
  
chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
(from rev 241220, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 241220, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/add-build-flag-to-disable-hotwording.patch
(from rev 241220, chromium/trunk/add-build-flag-to-disable-hotwording.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 241220, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 241220, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 241220, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/add-build-flag-to-disable-hotwording.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/add-build-flag-to-disable-hotwording.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD| 
 442 ++
 /add-build-flag-to-disable-hotwording.patch  | 
 240 +
 /chromium-widevine.patch | 
  24 
 /chromium.desktop| 
 224 +
 /chromium.install| 
  54 +
 extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch| 
  33 
 extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch   | 
  32 
 extra-i686/PKGBUILD  | 
 212 
 extra-i686/add-build-flag-to-disable-hotwording.patch| 
 120 --
 extra-i686/chromium-widevine.patch   | 
  12 
 extra-i686/chromium.desktop  | 
 112 --
 extra-i686/chromium.install  | 
  27 
 extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  | 
  33 
 extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 
  32 
 extra-x86_64/PKGBUILD| 
 212 
 extra-x86_64/add-build-flag-to-disable-hotwording.patch  | 
 120 --
 extra-x86_64/chromium-widevine.patch | 
  12 
 extra-x86_64/chromium.desktop| 
 112 --
 extra-x86_64/chromium.install| 
  27 
 19 files changed, 1114 insertions(+), 966 deletions(-)

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


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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 14:57:00
  Author: spupykin
Revision: 135704

upgpkg: chrony 2.1-1

upd

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 11:28:39 UTC (rev 135703)
+++ PKGBUILD2015-06-22 12:57:00 UTC (rev 135704)
@@ -8,8 +8,8 @@
 # Contributor: Elisamuel Resto ry...@simplysam.us
 
 pkgname=chrony
-pkgver=2.0
-pkgrel=3
+pkgver=2.1
+pkgrel=1
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;
@@ -22,6 +22,10 @@
 install=${pkgname}.install
 sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('72da3f3c442693e6130d4d5f8c7dcfbe9908b4b3b79afbb2c70360c7919fcd5d'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('72da3f3c442693e6130d4d5f8c7dcfbe9908b4b3b79afbb2c70360c7919fcd5d'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-06-22 Thread Florian Pritz
Date: Monday, June 22, 2015 @ 15:28:58
  Author: bluewind
Revision: 135706

upgpkg: zim 0.63-1

upstream update

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 12:57:18 UTC (rev 135705)
+++ PKGBUILD2015-06-22 13:28:58 UTC (rev 135706)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=zim
-pkgver=0.62
+pkgver=0.63
 pkgrel=1
 pkgdesc=A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop.
 arch=(any)
@@ -25,7 +25,7 @@
 'texlive-bin: Insert Equation plugin')
 install=zim.install
 source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('43419efba07f7086168442e3d698287a')
+md5sums=('a23d5da4e71483285ce0e17ca92d0206')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in zim/repos/community-any (5 files)

2015-06-22 Thread Florian Pritz
Date: Monday, June 22, 2015 @ 15:29:01
  Author: bluewind
Revision: 135707

archrelease: copy trunk to community-any

Added:
  zim/repos/community-any/PKGBUILD
(from rev 135706, zim/trunk/PKGBUILD)
  zim/repos/community-any/zim.install
(from rev 135706, zim/trunk/zim.install)
Deleted:
  zim/repos/community-any/PKGBUILD
  zim/repos/community-any/diff_704.patch
  zim/repos/community-any/zim.install

+
 PKGBUILD   |   90 +++
 diff_704.patch |   15 -
 zim.install|   42 -
 3 files changed, 66 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 13:28:58 UTC (rev 135706)
+++ PKGBUILD2015-06-22 13:29:01 UTC (rev 135707)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=zim
-pkgver=0.62
-pkgrel=1
-pkgdesc=A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop.
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url=http://zim-wiki.org/;
-depends=('pygtk' 'ttf-dejavu')
-optdepends=('bzr: Version Control plugin'
-'git: Version Control plugin'
-'mercurial: Version Control plugin'
-'gnuplot: Insert Gnuplot plugin'
-'ditaa: Insert Ditaa plugin'
-'graphviz: Insert Diagram  Link Map plugins'
-'python2-gtkspell: Spell Checker plugin'
-'r: Insert GNU R Plot plugin'
-'scrot: Insert Screenshot plugin'
-'libzeitgeist: Log events with Zeitgeist plugin'
-'lilypond: Insert Score plugin'
-'texlive-bin: Insert Equation plugin')
-install=zim.install
-source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('43419efba07f7086168442e3d698287a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-# python2 fixes
-for file in zim/inc/xdot.py zim/_version.py; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-   sed -i 's|\t\tinstall_class.run(self)|\n\t\treturn None|' setup.py
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 135706, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 13:29:01 UTC (rev 135707)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=zim
+pkgver=0.63
+pkgrel=1
+pkgdesc=A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop.
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url=http://zim-wiki.org/;
+depends=('pygtk' 'ttf-dejavu')
+optdepends=('bzr: Version Control plugin'
+'git: Version Control plugin'
+'mercurial: Version Control plugin'
+'gnuplot: Insert Gnuplot plugin'
+'ditaa: Insert Ditaa plugin'
+'graphviz: Insert Diagram  Link Map plugins'
+'python2-gtkspell: Spell Checker plugin'
+'r: Insert GNU R Plot plugin'
+'scrot: Insert Screenshot plugin'
+'libzeitgeist: Log events with Zeitgeist plugin'
+'lilypond: Insert Score plugin'
+'texlive-bin: Insert Equation plugin')
+install=zim.install
+source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a23d5da4e71483285ce0e17ca92d0206')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+# python2 fixes
+for file in zim/inc/xdot.py zim/_version.py; do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+done
+
+   sed -i 's|\t\tinstall_class.run(self)|\n\t\treturn None|' setup.py
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: diff_704.patch
===
--- diff_704.patch  2015-06-22 13:28:58 UTC (rev 135706)
+++ diff_704.patch  2015-06-22 13:29:01 UTC (rev 135707)
@@ -1,15 +0,0 @@
-=== modified file 'zim/www.py'
 zim/www.py 2014-07-21 20:03:15 +
-+++ zim/www.py 2014-08-21 09:06:34 +
-@@ -119,6 +119,10 @@
-   self.config = config or ConfigManager(profile=notebook.profile)
- 
-   self.output = None
-+
-+  if template is None:
-+  template = 'Default'
-+
-   if isinstance(template, basestring):
-   from zim.templates import get_template
-   self.template = get_template('html', template)
-

Deleted: zim.install

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

2015-06-22 Thread Sergej Pupykin
Date: Monday, June 22, 2015 @ 14:57:18
  Author: spupykin
Revision: 135705

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 135704, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 135704, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 135704, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 135704, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 135704, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 135704, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |  118 ++
 /chrony.install |   64 
 /service|   24 +++
 community-i686/PKGBUILD |   55 -
 community-i686/chrony.install   |   32 --
 community-i686/service  |   12 ---
 community-x86_64/PKGBUILD   |   55 -
 community-x86_64/chrony.install |   32 --
 community-x86_64/service|   12 ---
 9 files changed, 206 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-22 12:57:00 UTC (rev 135704)
+++ community-i686/PKGBUILD 2015-06-22 12:57:18 UTC (rev 135705)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=2.0
-pkgrel=3
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap' 'libedit')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|pool.ntp.org|arch.pool.ntp.org|g' examples/chrony.conf.example*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-docs
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example3 
$pkgdir/etc/chrony.conf
-
-  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
-
-  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  cp -a examples $pkgdir/usr/share/doc/chrony/examples
-
-  chown 183:183 $pkgdir/var/lib/chrony
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 135704, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-22 12:57:18 UTC (rev 135705)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=2.1
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap' 'libedit')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('72da3f3c442693e6130d4d5f8c7dcfbe9908b4b3b79afbb2c70360c7919fcd5d'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('72da3f3c442693e6130d4d5f8c7dcfbe9908b4b3b79afbb2c70360c7919fcd5d'
+