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

2016-12-28 Thread Pierre Neidhardt
Date: Thursday, December 29, 2016 @ 07:35:58
  Author: ambrevar
Revision: 203240

upgpkg: qutebrowser 0.9.0-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 06:44:33 UTC (rev 203239)
+++ PKGBUILD2016-12-29 07:35:58 UTC (rev 203240)
@@ -2,8 +2,8 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
 arch=("any")
 url="http://www.qutebrowser.org/;
@@ -23,7 +23,7 @@
 source=("https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;

"https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('f5ce98c5bc57ae29dc31f8896fad6911feab91277a9554761126219e0f8e8671'
+sha256sums=('d87df940a74af5114109a7aa1e8bc269216ef7f8e4bd003a34be76d45bf3e7ba'
 'SKIP')
 
 build() {


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

2016-12-28 Thread Pierre Neidhardt
Date: Thursday, December 29, 2016 @ 07:36:10
  Author: ambrevar
Revision: 203241

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 203240, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-29 07:35:58 UTC (rev 203240)
+++ PKGBUILD2016-12-29 07:36:10 UTC (rev 203241)
@@ -1,48 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
-arch=("any")
-url="http://www.qutebrowser.org/;
-license=("GPL")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
-   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
-   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
-makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: Displaying PDF in-browser")
-options=(!emptydirs)
-source=("https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;
-   
"https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('f5ce98c5bc57ae29dc31f8896fad6911feab91277a9554761126219e0f8e8671'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir/" --optimize=1
-   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
-   install -Dm644 qutebrowser.desktop \
-   "$pkgdir/usr/share/applications/qutebrowser.desktop"
-   for i in 16 24 32 48 64 128 256 512; do
-   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
-   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
-   done
-   install -Dm644 icons/qutebrowser.svg \
-   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
-   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 203240, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-29 07:36:10 UTC (rev 203241)
@@ -0,0 +1,48 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+arch=("any")
+url="http://www.qutebrowser.org/;
+license=("GPL")
+depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
+   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
+   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
+makedepends=("asciidoc")
+optdepends=("python-colorlog: colored logging output"
+   "gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: Displaying PDF in-browser")
+options=(!emptydirs)
+source=("https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;
+   
"https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('d87df940a74af5114109a7aa1e8bc269216ef7f8e4bd003a34be76d45bf3e7ba'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 qutebrowser.desktop \
+   "$pkgdir/usr/share/applications/qutebrowser.desktop"
+   for i in 16 24 32 48 64 128 256 512; do
+   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
+   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
+   done
+   install -Dm644 icons/qutebrowser.svg \
+   

[arch-commits] Commit in apache-libcloud/repos/community-staging-any (2 files)

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:44:33
  Author: felixonmars
Revision: 203239

archrelease: copy trunk to community-staging-any

Added:
  apache-libcloud/repos/community-staging-any/PKGBUILD
(from rev 203238, apache-libcloud/trunk/PKGBUILD)
Deleted:
  apache-libcloud/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-29 06:44:08 UTC (rev 203238)
+++ PKGBUILD2016-12-29 06:44:33 UTC (rev 203239)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Lex Black 
-# Contributor: Alasdair Haswell 
-
-pkgbase=apache-libcloud
-pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
-arch=('any')
-url="https://libcloud.apache.org;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-mock' 'python2-mock' 'python2-paramiko' 'openssh')
-source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;)
-sha256sums=('614954bb5f8d439c1de2ff294c25ff45037b1ce7b0ba5e4930e85cb045747cec')
-
-prepare() {
-  cp -a apache-libcloud-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/apache-libcloud-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/apache-libcloud-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/apache-libcloud-$pkgver"
-  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
-  python setup.py test
-  rm libcloud/test/secrets.py
-
-  cd "$srcdir/apache-libcloud-$pkgver-py2"
-  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
-  python2 setup.py test
-  rm libcloud/test/secrets.py
-}
-
-package_python-apache-libcloud() {
-  depends=('python')
-
-  cd apache-libcloud-$pkgver
-  python setup.py install --root="$pkgdir"
-}
-
-package_python2-apache-libcloud() {
-  depends=('python2')
-  replaces=('apache-libcloud')
-  conflicts=('apache-libcloud')
-
-  cd apache-libcloud-$pkgver-py2
-  python2 setup.py install --root="$pkgdir"
-}

Copied: apache-libcloud/repos/community-staging-any/PKGBUILD (from rev 203238, 
apache-libcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-29 06:44:33 UTC (rev 203239)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Lex Black 
+# Contributor: Alasdair Haswell 
+
+pkgbase=apache-libcloud
+pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
+arch=('any')
+url="https://libcloud.apache.org;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mock' 'python2-mock' 'python2-paramiko' 'openssh')
+source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.bz2;)
+sha256sums=('ea3dd7825e30611e5a018ab18107b33a9029097d64bd8b39a87feae7c2770282')
+
+prepare() {
+  cp -a apache-libcloud-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python setup.py test
+  rm libcloud/test/secrets.py
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python2 setup.py test
+  rm libcloud/test/secrets.py
+}
+
+package_python-apache-libcloud() {
+  depends=('python')
+
+  cd apache-libcloud-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+
+package_python2-apache-libcloud() {
+  depends=('python2')
+  replaces=('apache-libcloud')
+  conflicts=('apache-libcloud')
+
+  cd apache-libcloud-$pkgver-py2
+  python2 setup.py install --root="$pkgdir"
+}


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:44:08
  Author: felixonmars
Revision: 203238

upgpkg: apache-libcloud 1.5.0-1

Modified:
  apache-libcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 06:40:41 UTC (rev 203237)
+++ PKGBUILD2016-12-29 06:44:08 UTC (rev 203238)
@@ -6,8 +6,8 @@
 
 pkgbase=apache-libcloud
 pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
 arch=('any')
 url="https://libcloud.apache.org;
@@ -14,8 +14,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-mock' 'python2-mock' 'python2-paramiko' 'openssh')
-source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;)
-sha256sums=('614954bb5f8d439c1de2ff294c25ff45037b1ce7b0ba5e4930e85cb045747cec')
+source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.bz2;)
+sha256sums=('ea3dd7825e30611e5a018ab18107b33a9029097d64bd8b39a87feae7c2770282')
 
 prepare() {
   cp -a apache-libcloud-$pkgver{,-py2}


[arch-commits] Commit in perl-term-table/repos/community-any (PKGBUILD PKGBUILD)

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:40:41
  Author: felixonmars
Revision: 203237

archrelease: copy trunk to community-any

Added:
  perl-term-table/repos/community-any/PKGBUILD
(from rev 203236, perl-term-table/trunk/PKGBUILD)
Deleted:
  perl-term-table/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-29 06:39:57 UTC (rev 203236)
+++ PKGBUILD2016-12-29 06:40:41 UTC (rev 203237)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-term-table
-pkgver=0.004
-pkgrel=1
-pkgdesc="Format a header and rows into a table"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Term-Table;
-# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
-depends=('perl-importer' 'perl-test-simple>=1.30')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-$pkgver.tar.gz;)
-sha512sums=('44335177c9d51eb63ef67c73ad0ce6c1f1eb77c1a0a59dda2db91d76d6581be32e07a053d5babd6e4d0d9df692f4af3072186eb67a5ade2cbaa81d6eed0a676d')
-
-build() {
-  cd Term-Table-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Term-Table-$pkgver
-  make test
-}
-
-package() {
-  cd Term-Table-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-term-table/repos/community-any/PKGBUILD (from rev 203236, 
perl-term-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-29 06:40:41 UTC (rev 203237)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-term-table
+pkgver=0.005
+pkgrel=1
+pkgdesc="Format a header and rows into a table"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Term-Table;
+# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
+depends=('perl-importer' 'perl-test-simple>=1.30')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-$pkgver.tar.gz;)
+sha512sums=('d219971a636a2404c903f5fc25db9973deae21a6e9e48bdee22428bc1b9ca2525cde827dc0f2039bc56a26d994566614eabb7765c9387f9fac5e856a9407a53a')
+
+build() {
+  cd Term-Table-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Term-Table-$pkgver
+  make test
+}
+
+package() {
+  cd Term-Table-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:39:52
  Author: felixonmars
Revision: 203235

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
(from rev 203234, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-29 06:39:24 UTC (rev 203234)
+++ PKGBUILD2016-12-29 06:39:52 UTC (rev 203235)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
-# Contributor: Laurent Carlier <lordhea...@gmail.com>
-# Contributor: DsTr <d...@gmail.com>
-# Contributor: Allan McRae <al...@archlinux.org>
-
-pkgname=winetricks
-pkgver=20161107
-pkgrel=2
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
-'kdialog: GUI for KDE desktop')
-source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz;)
-md5sums=('1324bb408ad9c8ab6137e329f4636c0d')
-
-package() {
-  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
-  cd "winetricks-${pkgver}"
-  make DESTDIR="${pkgdir}" install 
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 203234, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-29 06:39:52 UTC (rev 203235)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: Laurent Carlier <lordhea...@gmail.com>
+# Contributor: DsTr <d...@gmail.com>
+# Contributor: Allan McRae <al...@archlinux.org>
+
+pkgname=winetricks
+pkgver=20161228
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdialog: GUI for KDE desktop')
+source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz;)
+md5sums=('5657c649431689f6247e593d21640d2a')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  cd "winetricks-${pkgver}"
+  make DESTDIR="${pkgdir}" install 
+}


[arch-commits] Commit in perl-term-table/trunk (PKGBUILD)

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:39:57
  Author: felixonmars
Revision: 203236

upgpkg: perl-term-table 0.005-1

Modified:
  perl-term-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 06:39:52 UTC (rev 203235)
+++ PKGBUILD2016-12-29 06:39:57 UTC (rev 203236)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-term-table
-pkgver=0.004
+pkgver=0.005
 pkgrel=1
 pkgdesc="Format a header and rows into a table"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl-importer' 'perl-test-simple>=1.30')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-$pkgver.tar.gz;)
-sha512sums=('44335177c9d51eb63ef67c73ad0ce6c1f1eb77c1a0a59dda2db91d76d6581be32e07a053d5babd6e4d0d9df692f4af3072186eb67a5ade2cbaa81d6eed0a676d')
+sha512sums=('d219971a636a2404c903f5fc25db9973deae21a6e9e48bdee22428bc1b9ca2525cde827dc0f2039bc56a26d994566614eabb7765c9387f9fac5e856a9407a53a')
 
 build() {
   cd Term-Table-$pkgver


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:39:24
  Author: felixonmars
Revision: 203234

upgpkg: winetricks 20161228-1

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 06:38:28 UTC (rev 203233)
+++ PKGBUILD2016-12-29 06:39:24 UTC (rev 203234)
@@ -4,8 +4,8 @@
 # Contributor: Allan McRae <al...@archlinux.org>
 
 pkgname=winetricks
-pkgver=20161107
-pkgrel=2
+pkgver=20161228
+pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
 license=('LGPL')
@@ -13,7 +13,7 @@
 optdepends=('zenity: GUI for GNOME desktop'
 'kdialog: GUI for KDE desktop')
 source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz;)
-md5sums=('1324bb408ad9c8ab6137e329f4636c0d')
+md5sums=('5657c649431689f6247e593d21640d2a')
 
 package() {
   depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:38:28
  Author: felixonmars
Revision: 203233

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-29 06:38:08 UTC (rev 203232)
+++ PKGBUILD2016-12-29 06:38:28 UTC (rev 203233)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-zope-testrunner' 'python2-zope-testrunner')
-pkgver=4.5.1
-pkgrel=2
-pkgdesc="Zope testrunner script"
-arch=('any')
-url="https://github.com/zopefoundation/zope.testrunner;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-exceptions' 
'python2-zope-exceptions'
- 'python-six' 'python2-six' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing'
-  'python2-subunit')
-source=("git+https://github.com/zopefoundation/zope.testrunner.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.testrunner{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.testrunner
-  python setup.py build
-
-  cd "$srcdir"/zope.testrunner-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.testrunner
-  python setup.py test
-
-  cd "$srcdir"/zope.testrunner-py2
-  python2 setup.py test
-}
-
-package_python-zope-testrunner() {
-  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions' 'python-six')
-
-  cd zope.testrunner
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-testrunner() {
-  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions' 'python2-six')
-
-  cd zope.testrunner-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir/usr/bin/zope-testrunner"{,2}
-}
-
-# vim:set ts=2 sw=2 et:

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


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:38:08
  Author: felixonmars
Revision: 203232

upgpkg: python-zope-testrunner 4.6.0-1

Modified:
  python-zope-testrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 06:34:20 UTC (rev 203231)
+++ PKGBUILD2016-12-29 06:38:08 UTC (rev 203232)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=('python-zope-testrunner' 'python2-zope-testrunner')
-pkgver=4.5.1
-pkgrel=2
+pkgver=4.6.0
+pkgrel=1
 pkgdesc="Zope testrunner script"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testrunner;


[arch-commits] Commit in python-braintree/repos/community-staging-any (2 files)

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:34:20
  Author: felixonmars
Revision: 203231

archrelease: copy trunk to community-staging-any

Added:
  python-braintree/repos/community-staging-any/PKGBUILD
(from rev 203230, python-braintree/trunk/PKGBUILD)
Deleted:
  python-braintree/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-29 06:33:55 UTC (rev 203230)
+++ PKGBUILD2016-12-29 06:34:20 UTC (rev 203231)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-braintree
-pkgname=(python-braintree python2-braintree)
-pkgver=3.32.0
-pkgrel=2
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/braintree/braintree_python.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a braintree_python{,-py2}
-}
-
-build() {
-  cd "$srcdir"/braintree_python
-  python setup.py build
-
-  cd "$srcdir"/braintree_python-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/braintree_python
-  nosetests3 tests/unit
-
-  cd "$srcdir"/braintree_python-py2
-  nosetests2 tests/unit
-}
-
-package_python-braintree() {
-  depends=('python-requests')
-
-  cd braintree_python
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-braintree() {
-  depends=('python2-requests')
-
-  cd braintree_python-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-braintree/repos/community-staging-any/PKGBUILD (from rev 203230, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-29 06:34:20 UTC (rev 203231)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-braintree
+pkgname=(python-braintree python2-braintree)
+pkgver=3.33.0
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("git+https://github.com/braintree/braintree_python.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a braintree_python{,-py2}
+}
+
+build() {
+  cd "$srcdir"/braintree_python
+  python setup.py build
+
+  cd "$srcdir"/braintree_python-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/braintree_python
+  nosetests3 tests/unit
+
+  cd "$srcdir"/braintree_python-py2
+  nosetests2 tests/unit
+}
+
+package_python-braintree() {
+  depends=('python-requests')
+
+  cd braintree_python
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-braintree() {
+  depends=('python2-requests')
+
+  cd braintree_python-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:33:55
  Author: felixonmars
Revision: 203230

upgpkg: python-braintree 3.33.0-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 06:26:47 UTC (rev 203229)
+++ PKGBUILD2016-12-29 06:33:55 UTC (rev 203230)
@@ -3,14 +3,14 @@
 
 pkgbase=python-braintree
 pkgname=(python-braintree python2-braintree)
-pkgver=3.32.0
-pkgrel=2
+pkgver=3.33.0
+pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')
 url="https://www.braintreepayments.com/docs/python;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
 source=("git+https://github.com/braintree/braintree_python.git#tag=$pkgver;)
 sha512sums=('SKIP')
 


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:26:47
  Author: felixonmars
Revision: 203229

archrelease: copy trunk to community-staging-any

Added:
  python-raet/repos/community-staging-any/PKGBUILD
(from rev 203228, python-raet/trunk/PKGBUILD)
Deleted:
  python-raet/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-29 06:26:28 UTC (rev 203228)
+++ PKGBUILD2016-12-29 06:26:47 UTC (rev 203229)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgname=('python-raet' 'python2-raet')
-pkgver=0.6.5
-pkgrel=2
-pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
-arch=('any')
-url='http://raet.docs.saltstack.com/'
-license=('APACHE')
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz;)
-md5sums=('f316a588e19472e43e62a5535f28deea')
-
-prepare() {
-  cd $srcdir
-  cp -r raet-$pkgver python2-raet-$pkgver
-}
-
-package_python-raet() {
-  depends=('python-libnacl' 'python-ioflo' 'python-six')
-  cd "$srcdir/raet-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-raet() {
-  depends=('python2-libnacl' 'python2-ioflo' 'python2-six' 'python2-enum34')
-  cd "$srcdir/python2-raet-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-  mv "$pkgdir/usr/bin/raetflo"{,2}
-}
-

Copied: python-raet/repos/community-staging-any/PKGBUILD (from rev 203228, 
python-raet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-29 06:26:47 UTC (rev 203229)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=('python-raet' 'python2-raet')
+pkgver=0.6.6
+pkgrel=1
+pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
+arch=('any')
+url='http://raet.docs.saltstack.com/'
+license=('APACHE')
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.io/packages/source/r/raet/raet-$pkgver.tar.gz;)
+md5sums=('4d15bf813120fe28bc36e498f4ed4f4f')
+
+prepare() {
+  cd $srcdir
+  cp -r raet-$pkgver python2-raet-$pkgver
+}
+
+package_python-raet() {
+  depends=('python-libnacl' 'python-ioflo' 'python-six')
+  cd "$srcdir/raet-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-raet() {
+  depends=('python2-libnacl' 'python2-ioflo' 'python2-six' 'python2-enum34')
+  cd "$srcdir/python2-raet-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+  mv "$pkgdir/usr/bin/raetflo"{,2}
+}
+


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:26:28
  Author: felixonmars
Revision: 203228

upgpkg: python-raet 0.6.6-1

Modified:
  python-raet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 01:03:22 UTC (rev 203227)
+++ PKGBUILD2016-12-29 06:26:28 UTC (rev 203228)
@@ -3,15 +3,15 @@
 # Contributor: Thomas S Hatch 
 
 pkgname=('python-raet' 'python2-raet')
-pkgver=0.6.5
-pkgrel=2
+pkgver=0.6.6
+pkgrel=1
 pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
 arch=('any')
 url='http://raet.docs.saltstack.com/'
 license=('APACHE')
 makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz;)
-md5sums=('f316a588e19472e43e62a5535f28deea')
+source=("https://pypi.io/packages/source/r/raet/raet-$pkgver.tar.gz;)
+md5sums=('4d15bf813120fe28bc36e498f4ed4f4f')
 
 prepare() {
   cd $srcdir


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:24:48
  Author: felixonmars
Revision: 284958

upgpkg: python-setuptools 1:32.3.1-2

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 06:23:08 UTC (rev 284957)
+++ PKGBUILD2016-12-29 06:24:48 UTC (rev 284958)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=32.3.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')


[arch-commits] Commit in python-setuptools/repos/staging-any (PKGBUILD PKGBUILD)

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:25:08
  Author: felixonmars
Revision: 284959

archrelease: copy trunk to staging-any

Added:
  python-setuptools/repos/staging-any/PKGBUILD
(from rev 284958, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-29 06:24:48 UTC (rev 284958)
+++ PKGBUILD2016-12-29 06:25:08 UTC (rev 284959)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=32.3.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
- 'python2-appdirs' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-pip' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools
-  python setup.py test
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/staging-any/PKGBUILD (from rev 284958, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-29 06:25:08 UTC (rev 284959)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=32.3.1
+pkgrel=2
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python-pip' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+  export LC_CTYPE=en_US.UTF-8
+
+  # 

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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:23:08
  Author: felixonmars
Revision: 284957

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

Added:
  lmdb/repos/testing-i686/
  lmdb/repos/testing-i686/PKGBUILD
(from rev 284956, lmdb/trunk/PKGBUILD)
  lmdb/repos/testing-i686/lmdb.pc
(from rev 284956, lmdb/trunk/lmdb.pc)
  lmdb/repos/testing-x86_64/
  lmdb/repos/testing-x86_64/PKGBUILD
(from rev 284956, lmdb/trunk/PKGBUILD)
  lmdb/repos/testing-x86_64/lmdb.pc
(from rev 284956, lmdb/trunk/lmdb.pc)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-i686/lmdb.pc|   10 ++
 testing-x86_64/PKGBUILD |   42 ++
 testing-x86_64/lmdb.pc  |   10 ++
 4 files changed, 104 insertions(+)

Copied: lmdb/repos/testing-i686/PKGBUILD (from rev 284956, lmdb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-29 06:23:08 UTC (rev 284957)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matt Monaco 
+
+pkgname=lmdb
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="Symas Lightning Memory-Mapped Database"
+arch=('i686' 'x86_64')
+url="http://symas.com/mdb;
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver; lmdb.pc)
+sha256sums=('SKIP'
+'6eed8c6fde6f5e2523099462779656f7cb92b3fc7384023d96508a6e73a730da')
+
+prepare() {
+  sed -e "s|@PKGVER@|$pkgver|" -i lmdb.pc
+}
+
+build() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  make prefix=/usr
+}
+
+check() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  make test
+}
+
+package() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR="$pkgdir" prefix=/usr install
+
+  mv "$pkgdir/usr/man" "$pkgdir/usr/share/man"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir"/lmdb.pc "$pkgdir"/usr/lib/pkgconfig/lmdb.pc
+}

Copied: lmdb/repos/testing-i686/lmdb.pc (from rev 284956, lmdb/trunk/lmdb.pc)
===
--- testing-i686/lmdb.pc(rev 0)
+++ testing-i686/lmdb.pc2016-12-29 06:23:08 UTC (rev 284957)
@@ -0,0 +1,10 @@
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: liblmdb
+Description: Lightning Memory-Mapped Database
+URL: https://symas.com/products/lightning-memory-mapped-database/
+Version: @PKGVER@
+Libs: -L${libdir} -llmdb
+Cflags: -I${includedir}

Copied: lmdb/repos/testing-x86_64/PKGBUILD (from rev 284956, 
lmdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-29 06:23:08 UTC (rev 284957)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matt Monaco 
+
+pkgname=lmdb
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="Symas Lightning Memory-Mapped Database"
+arch=('i686' 'x86_64')
+url="http://symas.com/mdb;
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver; lmdb.pc)
+sha256sums=('SKIP'
+'6eed8c6fde6f5e2523099462779656f7cb92b3fc7384023d96508a6e73a730da')
+
+prepare() {
+  sed -e "s|@PKGVER@|$pkgver|" -i lmdb.pc
+}
+
+build() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  make prefix=/usr
+}
+
+check() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  make test
+}
+
+package() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR="$pkgdir" prefix=/usr install
+
+  mv "$pkgdir/usr/man" "$pkgdir/usr/share/man"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir"/lmdb.pc "$pkgdir"/usr/lib/pkgconfig/lmdb.pc
+}

Copied: lmdb/repos/testing-x86_64/lmdb.pc (from rev 284956, lmdb/trunk/lmdb.pc)
===
--- testing-x86_64/lmdb.pc  (rev 0)
+++ testing-x86_64/lmdb.pc  2016-12-29 06:23:08 UTC (rev 284957)
@@ -0,0 +1,10 @@
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: liblmdb
+Description: Lightning Memory-Mapped Database
+URL: https://symas.com/products/lightning-memory-mapped-database/
+Version: @PKGVER@
+Libs: -L${libdir} -llmdb
+Cflags: -I${includedir}


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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:22:33
  Author: felixonmars
Revision: 284956

upgpkg: lmdb 0.9.19-1

Modified:
  lmdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 06:18:54 UTC (rev 284955)
+++ PKGBUILD2016-12-29 06:22:33 UTC (rev 284956)
@@ -3,8 +3,8 @@
 # Contributor: Matt Monaco 
 
 pkgname=lmdb
-pkgver=0.9.18
-pkgrel=2
+pkgver=0.9.19
+pkgrel=1
 pkgdesc="Symas Lightning Memory-Mapped Database"
 arch=('i686' 'x86_64')
 url="http://symas.com/mdb;


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:18:54
  Author: felixonmars
Revision: 284955

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 284954, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-29 06:18:34 UTC (rev 284954)
+++ PKGBUILD2016-12-29 06:18:54 UTC (rev 284955)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=32.2.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
- 'python2-appdirs' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-pip' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools
-  python setup.py test
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 284954, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-29 06:18:54 UTC (rev 284955)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=32.3.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python-pip' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+  export LC_CTYPE=en_US.UTF-8
+
+  # 

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

2016-12-28 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 06:18:34
  Author: felixonmars
Revision: 284954

upgpkg: python-setuptools 1:32.3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 23:18:01 UTC (rev 284953)
+++ PKGBUILD2016-12-29 06:18:34 UTC (rev 284954)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=32.3.0
+pkgver=32.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


[arch-commits] Commit in gitlab-ci-multi-runner/repos (24 files)

2016-12-28 Thread Sven-Hendrik Haase
Date: Thursday, December 29, 2016 @ 01:03:22
  Author: svenstaro
Revision: 203227

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

Added:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
(from rev 203226, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-i686/config.toml
(from rev 203226, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
(from rev 203226, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
(from rev 203226, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 203226, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 203226, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
(from rev 203226, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
(from rev 203226, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
(from rev 203226, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
(from rev 203226, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 203226, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 203226, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
  gitlab-ci-multi-runner/repos/community-i686/config.toml
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles

-+
 /PKGBUILD   |  144 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 +++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 community-i686/PKGBUILD |   72 ---
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|8 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   72 ---
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |8 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 18 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-29 01:02:49 UTC (rev 203226)
+++ community-i686/PKGBUILD 2016-12-29 01:03:22 UTC (rev 203227)
@@ -1,72 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-ci-multi-runner
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.xz'
-   'prebuilt-arm.tar.xz')
-
-# Note: This should be built using git because the runner gets its version 
information from there and I
-# haven't found the place to patch that yet.
-source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz;
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz;
-"gitlab-runner.install"
-"gitlab-runner.service"
-

[arch-commits] Commit in gitlab-ci-multi-runner/trunk (PKGBUILD)

2016-12-28 Thread Sven-Hendrik Haase
Date: Thursday, December 29, 2016 @ 01:02:49
  Author: svenstaro
Revision: 203226

upgpkg: gitlab-ci-multi-runner 1.9.1-1

upstream release 1.9.1

Modified:
  gitlab-ci-multi-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 01:02:41 UTC (rev 203225)
+++ PKGBUILD2016-12-29 01:02:49 UTC (rev 203226)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-ci-multi-runner
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
@@ -26,8 +26,8 @@
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha512sums=('SKIP'
-
'5125739a2297b81bc1ba0d20f45d94aac30c2c43ece73fb08b499bffbc747093e6dbf1139cfdb89220f4f0efa1e7739d1d0aa53b54e53a67463d480b55166d52'
-
'0bf0e9067de3cc78ac9d0cde48ef6cb8ad7dbce27df77585231e33499ec1ad2bc001a21613f76ed0c39d08a26a2cbda5e60829c6a2357f18e97dc0f6c9a1'
+
'a584bc59a4a029a9e7c1a32d8f67db1f94a5173b0f5457b677a435601f02842a8ea248ef48c26314c4b53b61dc34db625f4277ddd5b753fd0811af7c8bc3e459'
+
'7d63be0e8b54b978acf2a44d28540217da1927d25246879d33720241ea20c473acecd7686e944bcbe76a6c0b98606d829d909f8e8699b78b72aaa9fd3243b19f'
 
'd5888f378c5b12b84e4238b191ef56a97a81c9073d27dcb47065998f0a1f6caf9f13314ae908e72a06f4d29d1bd1f4f72338c97268391e2c98706216c8281f3e'
 
'ed24841242a56a3b10dd80cd23e0c980f6bbe5fd0ebd4c6b46529947e4920cc9c03e4f4b239da8a798c801a6cdd757415113f97e45c1032f2c519fdaec4d3ae0'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'


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

2016-12-28 Thread Sven-Hendrik Haase
Date: Thursday, December 29, 2016 @ 01:01:35
  Author: svenstaro
Revision: 203224

upgpkg: gitlab 8.15.2-1

upstream release 8.15.2

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 00:48:40 UTC (rev 203223)
+++ PKGBUILD2016-12-29 01:01:35 UTC (rev 203224)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.15.1
+pkgver=8.15.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha512sums=('c81f395fe1f1c2dd1aed6b36a370be8bc7eea9e7139064f3418612a25f3b606e71ade36eef6b31cb7da0ca4afd16dfbafc3741c95246f9939b0190c49ed0a1eb'
+sha512sums=('3fbfda7b767e3e267e3c49847d535ae98e66af92b3e6d622dad592d5c2fd55715f10e173ed0dbb12a8844539a7d19789dfe3709c33525dc4deee90bd33125a0e'
 
'1464ca9399b627bb8bd286608b4ad93feca6bc54c7e63c98180744e710295508a89a1a34c412b82e3eaad9308a82b2ea2483ae0f0b1e1149c24b17ab0d126f69'
 
'9844b8e42e8d50e6eac54711fb8c9745d506560676e0b8d5f1c42fb5177b9b4bac5c0d3c6a673d9e54f4b5e21056627db1d434c5c76d4f3ede8cc15a109f3cb6'
 
'e74f54224e7fd5f24c3459f34649ce5fddc70886faf7eb8520513d8715b3c17452aab62676b779c136ba576193a09ae3a5471abe51013d7ecd8b37d6e0acd393'


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

2016-12-28 Thread Sven-Hendrik Haase
Date: Thursday, December 29, 2016 @ 00:48:40
  Author: svenstaro
Revision: 203223

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 203222, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 203222, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 203222, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 203222, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-29 00:48:14 UTC (rev 203222)
+++ community-i686/PKGBUILD 2016-12-29 00:48:40 UTC (rev 203223)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('43859c66146333568004bf5560465e13b9f28009f3e9f9265f25d6fed6560f4f'
-'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 203222, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-29 00:48:40 UTC (rev 203223)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('527df517e6657e5a999b7cdf05d9f0720f2586041427ce228c29ea339d31ec6e'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-12-29 00:48:14 UTC (rev 
203222)
+++ community-i686/gitlab-workhorse.service 2016-12-29 00:48:40 UTC (rev 
203223)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab

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

2016-12-28 Thread Sven-Hendrik Haase
Date: Thursday, December 29, 2016 @ 00:48:14
  Author: svenstaro
Revision: 203222

upgpkg: gitlab-workhorse 1.2.1-1

upstream release 1.2.1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 23:58:22 UTC (rev 203221)
+++ PKGBUILD2016-12-29 00:48:14 UTC (rev 203222)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=1.0.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-workhorse.service")
-sha256sums=('43859c66146333568004bf5560465e13b9f28009f3e9f9265f25d6fed6560f4f'
+sha256sums=('527df517e6657e5a999b7cdf05d9f0720f2586041427ce228c29ea339d31ec6e'
 '41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
 
 build() {


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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 23:58:22
  Author: seblu
Revision: 203221

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

Added:
  znc/repos/community-staging-i686/PKGBUILD
(from rev 203220, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 203220, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 203220, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 203220, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 203220, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 203220, znc/trunk/znc.sysusers)
Deleted:
  znc/repos/community-staging-i686/PKGBUILD
  znc/repos/community-staging-i686/znc.install
  znc/repos/community-staging-i686/znc.sysusers
  znc/repos/community-staging-x86_64/PKGBUILD
  znc/repos/community-staging-x86_64/znc.install
  znc/repos/community-staging-x86_64/znc.sysusers

---+
 /PKGBUILD |   84 
 /znc.install  |   40 +++
 /znc.sysusers |2 
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 ---
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 ---
 community-staging-x86_64/znc.sysusers |1 
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-12-28 23:57:54 UTC (rev 203220)
+++ community-staging-i686/PKGBUILD 2016-12-28 23:58:22 UTC (rev 203221)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.6.4
-pkgrel=1
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl' 'icu')
-makedepends=('tcl' 'python' 'perl')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
-"$pkgname.sysusers")
-md5sums=('368bca41192cbfc0b873699d6a82e0d5'
- '919705dccc42d3bff1549d3b3680e55a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 203220, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-28 23:58:22 UTC (rev 203221)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=3
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
+"$pkgname.sysusers")
+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-i686/znc.install
===
--- community-staging-i686/znc.install  2016-12-28 23:57:54 UTC (rev 203220)
+++ community-staging-i686/znc.install  2016-12-28 23:58:22 UTC (rev 203221)
@@ -1,20 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  systemd-sysusers znc.conf
-  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo "==> Use 'znc --makeconf' as user 

[arch-commits] Commit in znc/repos (staging-i686 staging-x86_64)

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 23:57:54
  Author: seblu
Revision: 203220

Idiot again

Deleted:
  znc/repos/staging-i686/
  znc/repos/staging-x86_64/


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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 23:55:39
  Author: seblu
Revision: 203219

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

Added:
  znc/repos/staging-i686/PKGBUILD
(from rev 203218, znc/trunk/PKGBUILD)
  znc/repos/staging-i686/znc.install
(from rev 203218, znc/trunk/znc.install)
  znc/repos/staging-i686/znc.sysusers
(from rev 203218, znc/trunk/znc.sysusers)
  znc/repos/staging-x86_64/PKGBUILD
(from rev 203218, znc/trunk/PKGBUILD)
  znc/repos/staging-x86_64/znc.install
(from rev 203218, znc/trunk/znc.install)
  znc/repos/staging-x86_64/znc.sysusers
(from rev 203218, znc/trunk/znc.sysusers)
Deleted:
  znc/repos/staging-i686/PKGBUILD
  znc/repos/staging-i686/znc.install
  znc/repos/staging-i686/znc.sysusers
  znc/repos/staging-x86_64/PKGBUILD
  znc/repos/staging-x86_64/znc.install
  znc/repos/staging-x86_64/znc.sysusers

-+
 /PKGBUILD   |   84 ++
 /znc.install|   40 
 /znc.sysusers   |2 +
 staging-i686/PKGBUILD   |   42 -
 staging-i686/znc.install|   20 --
 staging-i686/znc.sysusers   |1 
 staging-x86_64/PKGBUILD |   42 -
 staging-x86_64/znc.install  |   20 --
 staging-x86_64/znc.sysusers |1 
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-12-28 23:55:22 UTC (rev 203218)
+++ staging-i686/PKGBUILD   2016-12-28 23:55:39 UTC (rev 203219)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.6.4
-pkgrel=2
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl' 'icu')
-makedepends=('tcl' 'python' 'perl')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
-"$pkgname.sysusers")
-md5sums=('368bca41192cbfc0b873699d6a82e0d5'
- '919705dccc42d3bff1549d3b3680e55a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/staging-i686/PKGBUILD (from rev 203218, znc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-28 23:55:39 UTC (rev 203219)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=3
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
+"$pkgname.sysusers")
+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: staging-i686/znc.install
===
--- staging-i686/znc.install2016-12-28 23:55:22 UTC (rev 203218)
+++ staging-i686/znc.install2016-12-28 23:55:39 UTC (rev 203219)
@@ -1,20 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  systemd-sysusers znc.conf
-  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo "==> Use 'znc --makeconf' as user znc to generate your first config"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp $2 1.0-4)" < 0 )); then
-[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
-usermod -d /var/lib/znc znc 2>/dev/null 

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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 23:55:22
  Author: seblu
Revision: 203218

upgpkg: znc 1.6.4-3

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 23:34:32 UTC (rev 203217)
+++ PKGBUILD2016-12-28 23:55:22 UTC (rev 203218)
@@ -5,7 +5,7 @@
 
 pkgname=znc
 pkgver=1.6.4
-pkgrel=2
+pkgrel=3
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='http://en.znc.in/wiki/index.php/ZNC'
 license=('GPL2')


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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 23:34:32
  Author: seblu
Revision: 203217

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

Added:
  znc/repos/community-i686/PKGBUILD
(from rev 203216, znc/trunk/PKGBUILD)
  znc/repos/community-i686/znc.install
(from rev 203216, znc/trunk/znc.install)
  znc/repos/community-i686/znc.sysusers
(from rev 203216, znc/trunk/znc.sysusers)
  znc/repos/community-x86_64/PKGBUILD
(from rev 203216, znc/trunk/PKGBUILD)
  znc/repos/community-x86_64/znc.install
(from rev 203216, znc/trunk/znc.install)
  znc/repos/community-x86_64/znc.sysusers
(from rev 203216, znc/trunk/znc.sysusers)
Deleted:
  znc/repos/community-i686/PKGBUILD
  znc/repos/community-i686/znc.install
  znc/repos/community-i686/znc.sysusers
  znc/repos/community-x86_64/PKGBUILD
  znc/repos/community-x86_64/znc.install
  znc/repos/community-x86_64/znc.sysusers

---+
 /PKGBUILD |   84 
 /znc.install  |   40 +++
 /znc.sysusers |2 
 community-i686/PKGBUILD   |   42 
 community-i686/znc.install|   20 -
 community-i686/znc.sysusers   |1 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/znc.install  |   20 -
 community-x86_64/znc.sysusers |1 
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-28 23:24:34 UTC (rev 203216)
+++ community-i686/PKGBUILD 2016-12-28 23:34:32 UTC (rev 203217)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.6.4
-pkgrel=1
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl' 'icu')
-makedepends=('tcl' 'python' 'perl')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
-"$pkgname.sysusers")
-md5sums=('368bca41192cbfc0b873699d6a82e0d5'
- '919705dccc42d3bff1549d3b3680e55a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 203216, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-28 23:34:32 UTC (rev 203217)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
+"$pkgname.sysusers")
+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2016-12-28 23:24:34 UTC (rev 203216)
+++ community-i686/znc.install  2016-12-28 23:34:32 UTC (rev 203217)
@@ -1,20 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  systemd-sysusers znc.conf
-  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo "==> Use 'znc --makeconf' as user znc to generate your first config"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp $2 1.0-4)" < 0 )); then
-[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc 

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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 23:24:34
  Author: seblu
Revision: 203216

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

Added:
  znc/repos/staging-i686/
  znc/repos/staging-i686/PKGBUILD
(from rev 203215, znc/trunk/PKGBUILD)
  znc/repos/staging-i686/znc.install
(from rev 203215, znc/trunk/znc.install)
  znc/repos/staging-i686/znc.sysusers
(from rev 203215, znc/trunk/znc.sysusers)
  znc/repos/staging-x86_64/
  znc/repos/staging-x86_64/PKGBUILD
(from rev 203215, znc/trunk/PKGBUILD)
  znc/repos/staging-x86_64/znc.install
(from rev 203215, znc/trunk/znc.install)
  znc/repos/staging-x86_64/znc.sysusers
(from rev 203215, znc/trunk/znc.sysusers)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-i686/znc.install|   20 
 staging-i686/znc.sysusers   |1 +
 staging-x86_64/PKGBUILD |   42 ++
 staging-x86_64/znc.install  |   20 
 staging-x86_64/znc.sysusers |1 +
 6 files changed, 126 insertions(+)

Copied: znc/repos/staging-i686/PKGBUILD (from rev 203215, znc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-28 23:24:34 UTC (rev 203216)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
+"$pkgname.sysusers")
+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/staging-i686/znc.install (from rev 203215, 
znc/trunk/znc.install)
===
--- staging-i686/znc.install(rev 0)
+++ staging-i686/znc.install2016-12-28 23:24:34 UTC (rev 203216)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  echo "==> Use 'znc --makeconf' as user znc to generate your first config"
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp $2 1.0-4)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/staging-i686/znc.sysusers (from rev 203215, 
znc/trunk/znc.sysusers)
===
--- staging-i686/znc.sysusers   (rev 0)
+++ staging-i686/znc.sysusers   2016-12-28 23:24:34 UTC (rev 203216)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/staging-x86_64/PKGBUILD (from rev 203215, znc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-28 23:24:34 UTC (rev 203216)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
+"$pkgname.sysusers")
+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+

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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 23:24:20
  Author: seblu
Revision: 203215

upgpkg: znc 1.6.4-2

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 22:52:54 UTC (rev 203214)
+++ PKGBUILD2016-12-28 23:24:20 UTC (rev 203215)
@@ -5,7 +5,7 @@
 
 pkgname=znc
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='http://en.znc.in/wiki/index.php/ZNC'
 license=('GPL2')


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

2016-12-28 Thread Anatol Pomozov
Date: Wednesday, December 28, 2016 @ 23:18:01
  Author: anatolik
Revision: 284953

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

Added:
  elfutils/repos/testing-i686/
  elfutils/repos/testing-i686/PKGBUILD
(from rev 284952, elfutils/trunk/PKGBUILD)
  elfutils/repos/testing-x86_64/
  elfutils/repos/testing-x86_64/PKGBUILD
(from rev 284952, elfutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-x86_64/PKGBUILD |   50 ++
 2 files changed, 100 insertions(+)

Copied: elfutils/repos/testing-i686/PKGBUILD (from rev 284952, 
elfutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-28 23:18:01 UTC (rev 284953)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgbase=elfutils
+pkgname=(elfutils libelf)
+pkgver=0.168
+pkgrel=1
+pkgdesc="Utilities to handle ELF object files and DWARF debugging information"
+arch=('i686' 'x86_64')
+url="https://sourceware.org/elfutils/;
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+options=('staticlibs')
+source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+sha1sums=('53e486ddba572cf872d32e9aad4d7d7aa6e767ff'
+  'SKIP')
+validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A')  # Mark J. Wielaard 

+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-" 
--enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+
+  make check
+}
+
+package_elfutils() {
+  depends=("libelf=$pkgver-$pkgrel")
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  mkdir "${srcdir}"/libelf
+  mv "${pkgdir}"/usr/{lib,include} "${srcdir}/libelf"
+}
+
+package_libelf() {
+  pkgdesc="Libraries to handle ELF object files and DWARF debugging 
information"
+  mv libelf "${pkgdir}/usr"
+}

Copied: elfutils/repos/testing-x86_64/PKGBUILD (from rev 284952, 
elfutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-28 23:18:01 UTC (rev 284953)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgbase=elfutils
+pkgname=(elfutils libelf)
+pkgver=0.168
+pkgrel=1
+pkgdesc="Utilities to handle ELF object files and DWARF debugging information"
+arch=('i686' 'x86_64')
+url="https://sourceware.org/elfutils/;
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+options=('staticlibs')
+source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+sha1sums=('53e486ddba572cf872d32e9aad4d7d7aa6e767ff'
+  'SKIP')
+validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A')  # Mark J. Wielaard 

+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-" 
--enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+
+  make check
+}
+
+package_elfutils() {
+  depends=("libelf=$pkgver-$pkgrel")
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  mkdir "${srcdir}"/libelf
+  mv "${pkgdir}"/usr/{lib,include} "${srcdir}/libelf"
+}
+
+package_libelf() {
+  pkgdesc="Libraries to handle ELF object files and DWARF debugging 
information"
+  mv libelf "${pkgdir}/usr"
+}


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

2016-12-28 Thread Anatol Pomozov
Date: Wednesday, December 28, 2016 @ 23:06:26
  Author: anatolik
Revision: 284952

upgpkg: elfutils 0.168-1

elfutils homepage moved to https://sourceware.org/elfutils/

Modified:
  elfutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 21:24:55 UTC (rev 284951)
+++ PKGBUILD2016-12-28 23:06:26 UTC (rev 284952)
@@ -5,16 +5,16 @@
 
 pkgbase=elfutils
 pkgname=(elfutils libelf)
-pkgver=0.167
+pkgver=0.168
 pkgrel=1
 pkgdesc="Utilities to handle ELF object files and DWARF debugging information"
 arch=('i686' 'x86_64')
-url="https://fedorahosted.org/elfutils/;
+url="https://sourceware.org/elfutils/;
 license=('LGPL3' 'GPL' 'GPL3')
 depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
 options=('staticlibs')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
-sha1sums=('91cec7fec0031758cc0c842a87ee8c5faa4d8107'
+source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+sha1sums=('53e486ddba572cf872d32e9aad4d7d7aa6e767ff'
   'SKIP')
 validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A')  # Mark J. Wielaard 

 


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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 22:52:54
  Author: seblu
Revision: 203214

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

Added:
  znc/repos/community-i686/PKGBUILD
(from rev 203213, znc/trunk/PKGBUILD)
  znc/repos/community-i686/znc.install
(from rev 203213, znc/trunk/znc.install)
  znc/repos/community-i686/znc.sysusers
(from rev 203213, znc/trunk/znc.sysusers)
  znc/repos/community-x86_64/PKGBUILD
(from rev 203213, znc/trunk/PKGBUILD)
  znc/repos/community-x86_64/znc.install
(from rev 203213, znc/trunk/znc.install)
  znc/repos/community-x86_64/znc.sysusers
(from rev 203213, znc/trunk/znc.sysusers)
Deleted:
  znc/repos/community-i686/PKGBUILD
  znc/repos/community-i686/znc.install
  znc/repos/community-i686/znc.sysusers
  znc/repos/community-x86_64/PKGBUILD
  znc/repos/community-x86_64/znc.install
  znc/repos/community-x86_64/znc.sysusers

---+
 /PKGBUILD |   84 
 /znc.install  |   40 +++
 /znc.sysusers |2 
 community-i686/PKGBUILD   |   42 
 community-i686/znc.install|   20 -
 community-i686/znc.sysusers   |1 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/znc.install  |   20 -
 community-x86_64/znc.sysusers |1 
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-28 22:14:42 UTC (rev 203213)
+++ community-i686/PKGBUILD 2016-12-28 22:52:54 UTC (rev 203214)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.6.3
-pkgrel=5
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl' 'icu')
-makedepends=('tcl' 'python' 'perl')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
-"$pkgname.sysusers")
-md5sums=('0dad0307e2faea26b9e304e308f7ec63'
- '919705dccc42d3bff1549d3b3680e55a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 203213, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-28 22:52:54 UTC (rev 203214)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
+"$pkgname.sysusers")
+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2016-12-28 22:14:42 UTC (rev 203213)
+++ community-i686/znc.install  2016-12-28 22:52:54 UTC (rev 203214)
@@ -1,20 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  systemd-sysusers znc.conf
-  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo "==> Use 'znc --makeconf' as user znc to generate your first config"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp $2 1.0-4)" < 0 )); then
-[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc 

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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 22:14:42
  Author: seblu
Revision: 203213

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

Added:
  docker/repos/community-testing-i686/
  docker/repos/community-testing-i686/PKGBUILD
(from rev 203212, docker/trunk/PKGBUILD)
  docker/repos/community-testing-i686/docker.install
(from rev 203212, docker/trunk/docker.install)
  docker/repos/community-testing-i686/docker.sysusers
(from rev 203212, docker/trunk/docker.sysusers)
  docker/repos/community-testing-x86_64/
  docker/repos/community-testing-x86_64/PKGBUILD
(from rev 203212, docker/trunk/PKGBUILD)
  docker/repos/community-testing-x86_64/docker.install
(from rev 203212, docker/trunk/docker.install)
  docker/repos/community-testing-x86_64/docker.sysusers
(from rev 203212, docker/trunk/docker.sysusers)

--+
 community-testing-i686/PKGBUILD  |  103 +
 community-testing-i686/docker.install|   13 +++
 community-testing-i686/docker.sysusers   |1 
 community-testing-x86_64/PKGBUILD|  103 +
 community-testing-x86_64/docker.install  |   13 +++
 community-testing-x86_64/docker.sysusers |1 
 6 files changed, 234 insertions(+)

Copied: docker/repos/community-testing-i686/PKGBUILD (from rev 203212, 
docker/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-12-28 22:14:42 UTC (rev 203213)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.12.5
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64' 'i686')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 
'libseccomp')
+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
+# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
+# https://github.com/docker/containerd/issues/299#issuecomment-240745119
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
+
'git+https://github.com/opencontainers/runc.git#commit=cc29e3dded8e27ba8f65738f40d251c885030a28'
+
'git+https://github.com/docker/containerd.git#commit=0ac3cd1be170d180b2baed755e8f0da547ceb267'
+"$pkgname.sysusers")
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ '8cf9900ebada61f352a03465a088da34')
+
+prepare() {
+  cd docker
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  export GOPATH="$srcdir"
+
+  # runc
+  msg2 'Building runc'
+  mkdir -p src/github.com/opencontainers
+  ln -rsf "$srcdir/runc" src/github.com/opencontainers/runc
+  cd src/github.com/opencontainers/runc
+  make BUILDTAGS='seccomp'
+
+  # containerd
+  msg2 'Building containerd'
+  cd "$srcdir"
+  mkdir -p src/github.com/docker
+  ln -rsf containerd src/github.com/docker
+  cd src/github.com/docker/containerd
+  LDFLAGS= make
+
+  # docker
+  msg2 'Building docker'
+  cd "$srcdir"/docker
+  export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
+  hack/make.sh dynbinary
+  # man pages
+  man/md2man-all.sh 2>/dev/null
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  # runc & containerd
+  install -Dm755 containerd/bin/containerd "$pkgdir/usr/bin/docker-containerd"
+  install -Dm755 containerd/bin/containerd-shim 
"$pkgdir/usr/bin/docker-containerd-shim"
+  install -Dm755 containerd/bin/ctr "$pkgdir/usr/bin/docker-containerd-ctr"
+  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
+  # docker binary
+  cd docker
+  install -Dm755 "bundles/$pkgver/dynbinary-client/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
+  install -Dm755 "bundles/$pkgver/dynbinary-daemon/docker-proxy-$pkgver" 
"$pkgdir/usr/bin/docker-proxy"
+  install -Dm755 "bundles/$pkgver/dynbinary-daemon/dockerd-$pkgver" 
"$pkgdir/usr/bin/dockerd"
+  # 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/vendor_completions.d/docker.fish"
+  # systemd
+  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
+  install -Dm644 'contrib/init/systemd/docker.socket' 

[arch-commits] Commit in docker/repos (testing-i686 testing-x86_64)

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 22:14:23
  Author: seblu
Revision: 203212

Idiot!

Deleted:
  docker/repos/testing-i686/
  docker/repos/testing-x86_64/


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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 21:57:17
  Author: seblu
Revision: 203211

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

Added:
  docker/repos/testing-i686/
  docker/repos/testing-i686/PKGBUILD
(from rev 203210, docker/trunk/PKGBUILD)
  docker/repos/testing-i686/docker.install
(from rev 203210, docker/trunk/docker.install)
  docker/repos/testing-i686/docker.sysusers
(from rev 203210, docker/trunk/docker.sysusers)
  docker/repos/testing-x86_64/
  docker/repos/testing-x86_64/PKGBUILD
(from rev 203210, docker/trunk/PKGBUILD)
  docker/repos/testing-x86_64/docker.install
(from rev 203210, docker/trunk/docker.install)
  docker/repos/testing-x86_64/docker.sysusers
(from rev 203210, docker/trunk/docker.sysusers)

+
 testing-i686/PKGBUILD  |  103 +++
 testing-i686/docker.install|   13 
 testing-i686/docker.sysusers   |1 
 testing-x86_64/PKGBUILD|  103 +++
 testing-x86_64/docker.install  |   13 
 testing-x86_64/docker.sysusers |1 
 6 files changed, 234 insertions(+)

Copied: docker/repos/testing-i686/PKGBUILD (from rev 203210, 
docker/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-28 21:57:17 UTC (rev 203211)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.12.5
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64' 'i686')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 
'libseccomp')
+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
+# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
+# https://github.com/docker/containerd/issues/299#issuecomment-240745119
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
+
'git+https://github.com/opencontainers/runc.git#commit=cc29e3dded8e27ba8f65738f40d251c885030a28'
+
'git+https://github.com/docker/containerd.git#commit=0ac3cd1be170d180b2baed755e8f0da547ceb267'
+"$pkgname.sysusers")
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ '8cf9900ebada61f352a03465a088da34')
+
+prepare() {
+  cd docker
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  export GOPATH="$srcdir"
+
+  # runc
+  msg2 'Building runc'
+  mkdir -p src/github.com/opencontainers
+  ln -rsf "$srcdir/runc" src/github.com/opencontainers/runc
+  cd src/github.com/opencontainers/runc
+  make BUILDTAGS='seccomp'
+
+  # containerd
+  msg2 'Building containerd'
+  cd "$srcdir"
+  mkdir -p src/github.com/docker
+  ln -rsf containerd src/github.com/docker
+  cd src/github.com/docker/containerd
+  LDFLAGS= make
+
+  # docker
+  msg2 'Building docker'
+  cd "$srcdir"/docker
+  export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
+  hack/make.sh dynbinary
+  # man pages
+  man/md2man-all.sh 2>/dev/null
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  # runc & containerd
+  install -Dm755 containerd/bin/containerd "$pkgdir/usr/bin/docker-containerd"
+  install -Dm755 containerd/bin/containerd-shim 
"$pkgdir/usr/bin/docker-containerd-shim"
+  install -Dm755 containerd/bin/ctr "$pkgdir/usr/bin/docker-containerd-ctr"
+  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
+  # docker binary
+  cd docker
+  install -Dm755 "bundles/$pkgver/dynbinary-client/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
+  install -Dm755 "bundles/$pkgver/dynbinary-daemon/docker-proxy-$pkgver" 
"$pkgdir/usr/bin/docker-proxy"
+  install -Dm755 "bundles/$pkgver/dynbinary-daemon/dockerd-$pkgver" 
"$pkgdir/usr/bin/dockerd"
+  # 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/vendor_completions.d/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 'contrib/udev/80-docker.rules' 
"$pkgdir/usr/lib/udev/rules.d/80-docker.rules"
+  install -Dm644 "$srcdir/$pkgname.sysusers" 

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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 21:56:52
  Author: seblu
Revision: 203210

upgpkg: docker 1:1.12.5-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 21:23:33 UTC (rev 203209)
+++ PKGBUILD2016-12-28 21:56:52 UTC (rev 203210)
@@ -2,11 +2,11 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.12.3
+pkgver=1.12.5
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
+arch=('x86_64' 'i686')
 url='https://www.docker.com/'
 license=('Apache')
 depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 
'libseccomp')
@@ -33,8 +33,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :


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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 21:24:55
  Author: seblu
Revision: 284951

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

Added:
  nftables/repos/testing-i686/
  nftables/repos/testing-i686/PKGBUILD
(from rev 284950, nftables/trunk/PKGBUILD)
  nftables/repos/testing-i686/nftables-reload
(from rev 284950, nftables/trunk/nftables-reload)
  nftables/repos/testing-i686/nftables.conf
(from rev 284950, nftables/trunk/nftables.conf)
  nftables/repos/testing-i686/nftables.service
(from rev 284950, nftables/trunk/nftables.service)
  nftables/repos/testing-x86_64/
  nftables/repos/testing-x86_64/PKGBUILD
(from rev 284950, nftables/trunk/PKGBUILD)
  nftables/repos/testing-x86_64/nftables-reload
(from rev 284950, nftables/trunk/nftables-reload)
  nftables/repos/testing-x86_64/nftables.conf
(from rev 284950, nftables/trunk/nftables.conf)
  nftables/repos/testing-x86_64/nftables.service
(from rev 284950, nftables/trunk/nftables.service)

-+
 testing-i686/PKGBUILD   |   61 ++
 testing-i686/nftables-reload|3 +
 testing-i686/nftables.conf  |   38 +++
 testing-i686/nftables.service   |   15 +
 testing-x86_64/PKGBUILD |   61 ++
 testing-x86_64/nftables-reload  |3 +
 testing-x86_64/nftables.conf|   38 +++
 testing-x86_64/nftables.service |   15 +
 8 files changed, 234 insertions(+)

Copied: nftables/repos/testing-i686/PKGBUILD (from rev 284950, 
nftables/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-28 21:24:55 UTC (rev 284951)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+
+pkgname=nftables
+epoch=1
+pkgver=0.7
+pkgrel=1
+pkgdesc='Netfilter tables userspace tools'
+arch=('i686' 'x86_64')
+url='https://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
+'nftables.conf'
+'nftables.service'
+'nftables-reload')
+sha1sums=('c003fa8b63b1b44c52de345a4d84487d81865a98'
+  'SKIP'
+  'a7146fad414f9e827e2e83b630308890c876b80d'
+  '65833b9c5b777cfb3a0776060c569a727ce6f460'
+  'd9f40e751b44dd9dc9fdb3b7eba3cc0a9b7e1b01')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
+  # systemd
+  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
+  install -Dm755 nftables-reload 
"$pkgdir/usr/lib/systemd/scripts/nftables-reload"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nftables/repos/testing-i686/nftables-reload (from rev 284950, 
nftables/trunk/nftables-reload)
===
--- testing-i686/nftables-reload(rev 0)
+++ testing-i686/nftables-reload2016-12-28 21:24:55 UTC (rev 284951)
@@ -0,0 +1,3 @@
+#!/usr/bin/nft -f
+flush ruleset
+include "/etc/nftables.conf"

Copied: nftables/repos/testing-i686/nftables.conf (from rev 284950, 
nftables/trunk/nftables.conf)
===
--- testing-i686/nftables.conf  (rev 0)
+++ testing-i686/nftables.conf  2016-12-28 21:24:55 UTC (rev 284951)
@@ -0,0 +1,38 @@
+#!/usr/bin/nft -f
+# ipv4/ipv6 Simple & Safe Firewall
+# you can find examples in /usr/share/nftables/
+
+table inet filter {
+  chain input {
+type filter hook input priority 0;
+
+# allow established/related connections
+ct state {established, related} accept
+
+# early drop of invalid connections
+ct state invalid drop
+
+# allow from loopback
+iifname lo accept
+
+# allow icmp
+ip protocol icmp accept
+ip6 nexthdr icmpv6 accept
+
+# allow ssh
+tcp dport ssh accept
+
+# everything else
+reject with icmp type port-unreachable
+  }
+  chain forward {
+type filter 

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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 21:24:36
  Author: seblu
Revision: 284950

upgpkg: nftables 1:0.7-1

Modified:
  nftables/trunk/PKGBUILD
Deleted:
  nftables/trunk/01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch

---+
 01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch |  108 --
 PKGBUILD  |8 
 2 files changed, 3 insertions(+), 113 deletions(-)

Deleted: 01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch
===
--- 01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch   
2016-12-28 18:53:03 UTC (rev 284949)
+++ 01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch   
2016-12-28 21:24:36 UTC (rev 284950)
@@ -1,108 +0,0 @@
-From 3503738f77cdbe521da1054a37f59ac2e442b4cf Mon Sep 17 00:00:00 2001
-From: Florian Westphal 
-Date: Mon, 6 Jun 2016 21:52:28 +0200
-Subject: [PATCH 2/7] payload: don't update protocol context if we can't find a
- description
-
-Since commit
-20b1131c07acd2fc ("payload: fix stacked headers protocol context tracking")
-we deref null pointer if we can't find a description for the desired
-protocol, so "ip protocol 254" crashes while testing protocols 6 or 17
-(tcp, udp) works.
-
-Also add a test case for this.
-
-Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1072
-Signed-off-by: Florian Westphal 
-Acked-by: Pablo Neira Ayuso 

- src/payload.c   | 3 +++
- tests/py/ip/ip.t| 3 +++
- tests/py/ip/ip.t.payload| 5 +
- tests/py/ip/ip.t.payload.inet   | 7 +++
- tests/py/ip/ip.t.payload.netdev | 7 +++
- 5 files changed, 25 insertions(+)
-
-diff --git a/src/payload.c b/src/payload.c
-index ac0e917..9ba980a 100644
 a/src/payload.c
-+++ b/src/payload.c
-@@ -85,6 +85,9 @@ static void payload_expr_pctx_update(struct proto_ctx *ctx,
-   base = ctx->protocol[left->payload.base].desc;
-   desc = proto_find_upper(base, proto);
- 
-+  if (!desc)
-+  return;
-+
-   assert(desc->base <= PROTO_BASE_MAX);
-   if (desc->base == base->base) {
-   assert(base->length > 0);
-diff --git a/tests/py/ip/ip.t b/tests/py/ip/ip.t
-index 594136c..a265b75 100644
 a/tests/py/ip/ip.t
-+++ b/tests/py/ip/ip.t
-@@ -75,6 +75,9 @@ ip protocol != tcp;ok;ip protocol != 6
- ip protocol { icmp, esp, ah, comp, udp, udplite, tcp, dccp, sctp} 
accept;ok;ip protocol { 33, 136, 17, 51, 50, 6, 132, 1, 108} accept
- - ip protocol != { icmp, esp, ah, comp, udp, udplite, tcp, dccp, sctp} 
accept;ok
- 
-+ip protocol 255;ok
-+ip protocol 256;fail
-+
- ip checksum 13172 drop;ok
- ip checksum 22;ok
- ip checksum != 233;ok
-diff --git a/tests/py/ip/ip.t.payload b/tests/py/ip/ip.t.payload
-index 3bd3358..15cc590 100644
 a/tests/py/ip/ip.t.payload
-+++ b/tests/py/ip/ip.t.payload
-@@ -204,6 +204,11 @@ ip test-ip4 input
-   [ lookup reg 1 set __set%d ]
-   [ immediate reg 0 accept ]
- 
-+# ip protocol 255
-+ip test-ip4 input
-+  [ payload load 1b @ network header + 9 => reg 1 ]
-+  [ cmp eq reg 1 0x00ff ]
-+
- # ip checksum 13172 drop
- ip test-ip4 input
-   [ payload load 2b @ network header + 10 => reg 1 ]
-diff --git a/tests/py/ip/ip.t.payload.inet b/tests/py/ip/ip.t.payload.inet
-index ef4692e..e495246 100644
 a/tests/py/ip/ip.t.payload.inet
-+++ b/tests/py/ip/ip.t.payload.inet
-@@ -268,6 +268,13 @@ inet test-inet input
-   [ lookup reg 1 set __set%d ]
-   [ immediate reg 0 accept ]
- 
-+# ip protocol 255
-+ip test-ip4 input
-+  [ meta load nfproto => reg 1 ]
-+  [ cmp eq reg 1 0x0002 ]
-+  [ payload load 1b @ network header + 9 => reg 1 ]
-+  [ cmp eq reg 1 0x00ff ]
-+
- # ip checksum 13172 drop
- inet test-inet input
-   [ meta load nfproto => reg 1 ]
-diff --git a/tests/py/ip/ip.t.payload.netdev b/tests/py/ip/ip.t.payload.netdev
-index 4feaa27..8eaee4c 100644
 a/tests/py/ip/ip.t.payload.netdev
-+++ b/tests/py/ip/ip.t.payload.netdev
-@@ -204,6 +204,13 @@ netdev test-netdev ingress
-   [ lookup reg 1 set __set%d ]
-   [ immediate reg 0 accept ]
- 
-+# ip protocol 255
-+ip test-ip4 input
-+  [ meta load protocol => reg 1 ]
-+  [ cmp eq reg 1 0x0008 ]
-+  [ payload load 1b @ network header + 9 => reg 1 ]
-+  [ cmp eq reg 1 0x00ff ]
-+
- # ip checksum 13172 drop
- netdev test-netdev ingress 
-   [ meta load protocol => reg 1 ]
--- 
-2.8.3
-

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 18:53:03 UTC (rev 284949)
+++ PKGBUILD2016-12-28 21:24:36 UTC (rev 284950)
@@ -3,8 +3,8 @@
 
 pkgname=nftables
 epoch=1
-pkgver=0.6
-pkgrel=3
+pkgver=0.7
+pkgrel=1
 pkgdesc='Netfilter tables userspace tools'
 arch=('i686' 'x86_64')
 url='https://netfilter.org/projects/nftables/'
@@ -15,13 +15,11 @@
 

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

2016-12-28 Thread Antonio Rojas
Date: Wednesday, December 28, 2016 @ 21:23:33
  Author: arojas
Revision: 203209

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-28 21:20:40 UTC (rev 203208)
+++ community-i686/PKGBUILD 2016-12-28 21:23:33 UTC (rev 203209)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=discover
-pkgver=5.8.4
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/discover'
-license=(LGPL)
-depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data
- hicolor-icon-theme kirigami)
-makedepends=(extra-cmake-modules python plasma-framework)
-conflicts=(muon)
-replaces=(muon)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('d62450ff9da78fe5538f038721c21f12'
- 'SKIP')
-validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: discover/repos/community-i686/PKGBUILD (from rev 203208, 
discover/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-28 21:23:33 UTC (rev 203209)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.8.5
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data
+ hicolor-icon-theme kirigami)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('823f448957159a58a7a24cae558114ad'
+ 'SKIP')
+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-28 21:20:40 UTC (rev 203208)
+++ community-x86_64/PKGBUILD   2016-12-28 21:23:33 UTC (rev 203209)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=discover
-pkgver=5.8.4
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/discover'
-license=(LGPL)
-depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data
- hicolor-icon-theme kirigami)
-makedepends=(extra-cmake-modules python plasma-framework)
-conflicts=(muon)
-replaces=(muon)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('d62450ff9da78fe5538f038721c21f12'
- 'SKIP')
-validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: discover/repos/community-x86_64/PKGBUILD (from rev 203208, 
discover/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-28 21:23:33 UTC (rev 203209)
@@ -0,0 +1,38 @@
+# $Id$
+# 

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

2016-12-28 Thread Antonio Rojas
Date: Wednesday, December 28, 2016 @ 21:20:40
  Author: arojas
Revision: 203208

Update to 5.8.5

Modified:
  discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 18:57:37 UTC (rev 203207)
+++ PKGBUILD2016-12-28 21:20:40 UTC (rev 203208)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas  
 
 pkgname=discover
-pkgver=5.8.4
+pkgver=5.8.5
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 conflicts=(muon)
 replaces=(muon)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('d62450ff9da78fe5538f038721c21f12'
+md5sums=('823f448957159a58a7a24cae558114ad'
  'SKIP')
 validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

 


[arch-commits] Commit in trash-cli/repos/community-any (53.patch PKGBUILD PKGBUILD)

2016-12-28 Thread Pierre Neidhardt
Date: Wednesday, December 28, 2016 @ 18:57:37
  Author: ambrevar
Revision: 203207

archrelease: copy trunk to community-any

Added:
  trash-cli/repos/community-any/PKGBUILD
(from rev 203206, trash-cli/trunk/PKGBUILD)
Deleted:
  trash-cli/repos/community-any/53.patch
  trash-cli/repos/community-any/PKGBUILD

--+
 53.patch |  164 -
 PKGBUILD |   60 +-
 2 files changed, 25 insertions(+), 199 deletions(-)

Deleted: 53.patch
===
--- 53.patch2016-12-28 18:57:05 UTC (rev 203206)
+++ 53.patch2016-12-28 18:57:37 UTC (rev 203207)
@@ -1,164 +0,0 @@
-From c39f4e92433fb27b42b36c2747cff63b98b11ccb Mon Sep 17 00:00:00 2001
-From: Antony Lee 
-Date: Tue, 16 Jun 2015 19:45:51 -0700
-Subject: [PATCH 1/2] Rely on Python to open/close files.
-
-Fixes #52.

- trashcli/list_mount_points.py | 31 ++-
- 1 file changed, 14 insertions(+), 17 deletions(-)
-
-diff --git a/trashcli/list_mount_points.py b/trashcli/list_mount_points.py
-index 7f481f3..a26aef5 100644
 a/trashcli/list_mount_points.py
-+++ b/trashcli/list_mount_points.py
-@@ -27,8 +27,8 @@ def chomp(string):
-   yield line.split(None, 5)[-1]
- 
- def _mounted_filesystems_from_getmnt() :
--from ctypes import Structure, c_char_p, c_int, c_void_p, cdll, POINTER
--from ctypes.util import find_library
-+from ctypes import (
-+c_char_p, c_int, c_void_p, cdll, POINTER, pythonapi, Structure, util)
- import sys
- class Filesystem:
- def __init__(self, mount_dir, type, name) :
-@@ -49,26 +49,23 @@ class mntent_struct(Structure):
- if sys.platform == "cygwin":
- libc_name = "cygwin1.dll"
- else:
--libc_name = find_library("c")
--
--if libc_name == None :
--libc_name="/lib/libc.so.6" # fix for my Gentoo 4.0
--
-+libc_name = util.find_library("c") or "/lib/libc.so.6" # fix for my 
Gentoo 4.0
- libc = cdll.LoadLibrary(libc_name)
- libc.getmntent.restype = POINTER(mntent_struct)
--libc.fopen.restype = c_void_p
-+PyFile_AsFile = pythonapi.PyFile_AsFile
-+PyFile_AsFile.argtypes = [pythonapi.py_object]
- 
--f = libc.fopen("/proc/mounts", "r")
--if f==None:
--f = libc.fopen("/etc/mtab", "r")
--if f == None:
-+try:
-+f = open("/proc/mounts")
-+except IOError:
-+try:
-+f = open("/etc/mtab")
-+except IOError:
- raise IOError("Unable to open /proc/mounts nor /etc/mtab")
- 
--while True:
--entry = libc.getmntent(f)
--if bool(entry) == False:
--libc.fclose(f)
--break
-+for entry in iter(lambda: libc.getmntent(PyFile_AsFile(f)), None):
- yield Filesystem(entry.contents.mnt_dir,
-  entry.contents.mnt_type,
-  entry.contents.mnt_fsname)
-+
-+f.close()
-
-From 8ab3c23f70eb2f373df7c588317b21211ea1b185 Mon Sep 17 00:00:00 2001
-From: Antony Lee 
-Date: Wed, 24 Jun 2015 11:14:11 -0700
-Subject: [PATCH 2/2] Another fix that does not depend on pythonapi.
-

- trashcli/list_mount_points.py | 47 +++
- 1 file changed, 25 insertions(+), 22 deletions(-)
-
-diff --git a/trashcli/list_mount_points.py b/trashcli/list_mount_points.py
-index a26aef5..0d782bd 100644
 a/trashcli/list_mount_points.py
-+++ b/trashcli/list_mount_points.py
-@@ -1,4 +1,11 @@
- # Copyright (C) 2009-2011 Andrea Francia Trivolzio(PV) Italy
-+from collections import namedtuple
-+from ctypes import Structure, c_char_p, c_int, c_void_p, cdll, POINTER
-+from ctypes.util import find_library
-+from itertools import imap, repeat, takewhile
-+import subprocess
-+import sys
-+
- 
- def mount_points():
- try:
-@@ -6,15 +13,17 @@ def mount_points():
- except AttributeError:
- return mount_points_from_df()
- 
-+
- def mount_points_from_getmnt():
- for elem in _mounted_filesystems_from_getmnt():
- yield elem.mount_dir
- 
-+
- def mount_points_from_df():
--import subprocess
- df_output = subprocess.Popen(["df", "-P"], stdout=subprocess.PIPE).stdout
- return list(_mount_points_from_df_output(df_output))
- 
-+
- def _mount_points_from_df_output(df_output):
- def skip_header():
-   df_output.readline()
-@@ -26,15 +35,11 @@ def chomp(string):
-   line = chomp(line)
-   yield line.split(None, 5)[-1]
- 
-+
- def _mounted_filesystems_from_getmnt() :
--from ctypes import (
--c_char_p, c_int, c_void_p, cdll, POINTER, pythonapi, Structure, util)
--import sys
--class Filesystem:
--def __init__(self, mount_dir, type, name) :
--self.mount_dir = mount_dir
--self.type = type
--self.name = name
-+
-+Filesystem = namedtuple("Filesystem", "mount_dir type name")
-+
- 

[arch-commits] Commit in trash-cli/trunk (53.patch PKGBUILD)

2016-12-28 Thread Pierre Neidhardt
Date: Wednesday, December 28, 2016 @ 18:57:05
  Author: ambrevar
Revision: 203206

upgpkg: trash-cli 0.16.12.26-1

Modified:
  trash-cli/trunk/PKGBUILD
Deleted:
  trash-cli/trunk/53.patch

--+
 53.patch |  164 -
 PKGBUILD |   22 ++--
 2 files changed, 6 insertions(+), 180 deletions(-)

Deleted: 53.patch
===
--- 53.patch2016-12-28 18:50:15 UTC (rev 203205)
+++ 53.patch2016-12-28 18:57:05 UTC (rev 203206)
@@ -1,164 +0,0 @@
-From c39f4e92433fb27b42b36c2747cff63b98b11ccb Mon Sep 17 00:00:00 2001
-From: Antony Lee 
-Date: Tue, 16 Jun 2015 19:45:51 -0700
-Subject: [PATCH 1/2] Rely on Python to open/close files.
-
-Fixes #52.

- trashcli/list_mount_points.py | 31 ++-
- 1 file changed, 14 insertions(+), 17 deletions(-)
-
-diff --git a/trashcli/list_mount_points.py b/trashcli/list_mount_points.py
-index 7f481f3..a26aef5 100644
 a/trashcli/list_mount_points.py
-+++ b/trashcli/list_mount_points.py
-@@ -27,8 +27,8 @@ def chomp(string):
-   yield line.split(None, 5)[-1]
- 
- def _mounted_filesystems_from_getmnt() :
--from ctypes import Structure, c_char_p, c_int, c_void_p, cdll, POINTER
--from ctypes.util import find_library
-+from ctypes import (
-+c_char_p, c_int, c_void_p, cdll, POINTER, pythonapi, Structure, util)
- import sys
- class Filesystem:
- def __init__(self, mount_dir, type, name) :
-@@ -49,26 +49,23 @@ class mntent_struct(Structure):
- if sys.platform == "cygwin":
- libc_name = "cygwin1.dll"
- else:
--libc_name = find_library("c")
--
--if libc_name == None :
--libc_name="/lib/libc.so.6" # fix for my Gentoo 4.0
--
-+libc_name = util.find_library("c") or "/lib/libc.so.6" # fix for my 
Gentoo 4.0
- libc = cdll.LoadLibrary(libc_name)
- libc.getmntent.restype = POINTER(mntent_struct)
--libc.fopen.restype = c_void_p
-+PyFile_AsFile = pythonapi.PyFile_AsFile
-+PyFile_AsFile.argtypes = [pythonapi.py_object]
- 
--f = libc.fopen("/proc/mounts", "r")
--if f==None:
--f = libc.fopen("/etc/mtab", "r")
--if f == None:
-+try:
-+f = open("/proc/mounts")
-+except IOError:
-+try:
-+f = open("/etc/mtab")
-+except IOError:
- raise IOError("Unable to open /proc/mounts nor /etc/mtab")
- 
--while True:
--entry = libc.getmntent(f)
--if bool(entry) == False:
--libc.fclose(f)
--break
-+for entry in iter(lambda: libc.getmntent(PyFile_AsFile(f)), None):
- yield Filesystem(entry.contents.mnt_dir,
-  entry.contents.mnt_type,
-  entry.contents.mnt_fsname)
-+
-+f.close()
-
-From 8ab3c23f70eb2f373df7c588317b21211ea1b185 Mon Sep 17 00:00:00 2001
-From: Antony Lee 
-Date: Wed, 24 Jun 2015 11:14:11 -0700
-Subject: [PATCH 2/2] Another fix that does not depend on pythonapi.
-

- trashcli/list_mount_points.py | 47 +++
- 1 file changed, 25 insertions(+), 22 deletions(-)
-
-diff --git a/trashcli/list_mount_points.py b/trashcli/list_mount_points.py
-index a26aef5..0d782bd 100644
 a/trashcli/list_mount_points.py
-+++ b/trashcli/list_mount_points.py
-@@ -1,4 +1,11 @@
- # Copyright (C) 2009-2011 Andrea Francia Trivolzio(PV) Italy
-+from collections import namedtuple
-+from ctypes import Structure, c_char_p, c_int, c_void_p, cdll, POINTER
-+from ctypes.util import find_library
-+from itertools import imap, repeat, takewhile
-+import subprocess
-+import sys
-+
- 
- def mount_points():
- try:
-@@ -6,15 +13,17 @@ def mount_points():
- except AttributeError:
- return mount_points_from_df()
- 
-+
- def mount_points_from_getmnt():
- for elem in _mounted_filesystems_from_getmnt():
- yield elem.mount_dir
- 
-+
- def mount_points_from_df():
--import subprocess
- df_output = subprocess.Popen(["df", "-P"], stdout=subprocess.PIPE).stdout
- return list(_mount_points_from_df_output(df_output))
- 
-+
- def _mount_points_from_df_output(df_output):
- def skip_header():
-   df_output.readline()
-@@ -26,15 +35,11 @@ def chomp(string):
-   line = chomp(line)
-   yield line.split(None, 5)[-1]
- 
-+
- def _mounted_filesystems_from_getmnt() :
--from ctypes import (
--c_char_p, c_int, c_void_p, cdll, POINTER, pythonapi, Structure, util)
--import sys
--class Filesystem:
--def __init__(self, mount_dir, type, name) :
--self.mount_dir = mount_dir
--self.type = type
--self.name = name
-+
-+Filesystem = namedtuple("Filesystem", "mount_dir type name")
-+
- class mntent_struct(Structure):
- _fields_ = [("mnt_fsname", c_char_p),  # Device or server for
-  

[arch-commits] Commit in bash/trunk (PKGBUILD system.bashrc)

2016-12-28 Thread Bartłomiej Piotrowski
Date: Wednesday, December 28, 2016 @ 18:53:03
  Author: bpiotrowski
Revision: 284949

Extend regex to match screen-256color

Modified:
  bash/trunk/PKGBUILD
  bash/trunk/system.bashrc

---+
 PKGBUILD  |2 +-
 system.bashrc |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 18:19:05 UTC (rev 284948)
+++ PKGBUILD2016-12-28 18:53:03 UTC (rev 284949)
@@ -78,7 +78,7 @@
  '027d6bd8f5f6a06b75bb7698cb478089'
  '2902e0fee7a9168f3a4fd2ccd60ff047'
  '42f4400ed2314bd7519c020d0187edc5'
- 'f4a54b6a69acb33f2c795f6042d663f8'
+ 'd8f3f334e72c0e30032eae1a1229aef1'
  '472f536d7c9e8250dc4568ec4cfaf294'
  '817d01a6c0af6f79308a8b7b649e53d8'
  'SKIP'

Modified: system.bashrc
===
--- system.bashrc   2016-12-28 18:19:05 UTC (rev 284948)
+++ system.bashrc   2016-12-28 18:53:03 UTC (rev 284949)
@@ -14,7 +14,7 @@
 PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf 
"\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"'
 
 ;;
-  screen)
+  screen*)
 PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf 
"\033_%s@%s:%s\033\\" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"'
 ;;
 esac


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

2016-12-28 Thread Bartłomiej Piotrowski
Date: Wednesday, December 28, 2016 @ 18:50:15
  Author: bpiotrowski
Revision: 203205

Install UFW rules

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 17:43:35 UTC (rev 203204)
+++ PKGBUILD2016-12-28 18:50:15 UTC (rev 203205)
@@ -62,6 +62,10 @@
   # license
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 
+  # ufw preset
+  install -Dm644 etc/firewall-ufw/syncthing \
+"$pkgdir/etc/ufw/applications.d/ufw-syncthing"
+
   # man pages
   cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
   for file in $(find . -name '*.1' -print); do


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

2016-12-28 Thread Bartłomiej Piotrowski
Date: Wednesday, December 28, 2016 @ 18:19:05
  Author: bpiotrowski
Revision: 284948

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

Added:
  mkinitcpio-busybox/repos/testing-i686/
  mkinitcpio-busybox/repos/testing-i686/PKGBUILD
(from rev 284947, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-i686/config
(from rev 284947, mkinitcpio-busybox/trunk/config)
  mkinitcpio-busybox/repos/testing-i686/glibc-2.16.patch
(from rev 284947, mkinitcpio-busybox/trunk/glibc-2.16.patch)
  mkinitcpio-busybox/repos/testing-x86_64/
  mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD
(from rev 284947, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-x86_64/config
(from rev 284947, mkinitcpio-busybox/trunk/config)
  mkinitcpio-busybox/repos/testing-x86_64/glibc-2.16.patch
(from rev 284947, mkinitcpio-busybox/trunk/glibc-2.16.patch)

-+
 testing-i686/PKGBUILD   |   40 +
 testing-i686/config | 1078 ++
 testing-i686/glibc-2.16.patch   |   10 
 testing-x86_64/PKGBUILD |   40 +
 testing-x86_64/config   | 1078 ++
 testing-x86_64/glibc-2.16.patch |   10 
 6 files changed, 2256 insertions(+)

Copied: mkinitcpio-busybox/repos/testing-i686/PKGBUILD (from rev 284947, 
mkinitcpio-busybox/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-28 18:19:05 UTC (rev 284948)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Dave Reisner 
+# Contributor: Thomas Bächler 
+
+pkgname=mkinitcpio-busybox
+pkgver=1.25.1
+pkgrel=1
+pkgdesc='Base initramfs tools'
+arch=('i686' 'x86_64')
+url="http://www.busybox.net/;
+license=('GPL')
+depends=('glibc')
+options=('!buildflags')
+source=("https://busybox.net/downloads/busybox-$pkgver.tar.bz2;
+'glibc-2.16.patch'
+'config')
+sha256sums=('27667e0f2328fdbd79cfd622e4453e5c57e58f781c5da97c9be337d93aa2a02e'
+'fb5b6e2a0de4db5401322e5c2474ad8ce6a58615dad45b7109cfe045baf2c88d'
+'d916c75c3c4627e1155c9dc40bab5fe7890fbf45d6a3bcda4936f1c5b80f7d7f')
+
+prepare() {
+  cd "busybox-$pkgver"
+
+  local safeflags="-march=${CARCH/_/-} -mtune=generic -Os -pipe 
-fno-strict-aliasing"
+
+  sed 's|^\(CONFIG_EXTRA_CFLAGS\)=.*|\1="'"$safeflags"'"|' "$srcdir/config" 
>.config
+
+  patch -Np1 <"$srcdir/glibc-2.16.patch"
+}
+
+build() {
+  make -C "busybox-$pkgver"
+}
+
+package() {
+  install -Dm755 "$srcdir/busybox-$pkgver/busybox" 
"$pkgdir/usr/lib/initcpio/busybox"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mkinitcpio-busybox/repos/testing-i686/config (from rev 284947, 
mkinitcpio-busybox/trunk/config)
===
--- testing-i686/config (rev 0)
+++ testing-i686/config 2016-12-28 18:19:05 UTC (rev 284948)
@@ -0,0 +1,1078 @@
+#
+# Automatically generated make config: don't edit
+# Busybox version: 1.25.1
+# Wed Dec 28 18:55:22 2016
+#
+CONFIG_HAVE_DOT_CONFIG=y
+
+#
+# Busybox Settings
+#
+
+#
+# General Configuration
+#
+# CONFIG_DESKTOP is not set
+# CONFIG_EXTRA_COMPAT is not set
+# CONFIG_INCLUDE_SUSv2 is not set
+# CONFIG_USE_PORTABLE_CODE is not set
+CONFIG_PLATFORM_LINUX=y
+CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
+# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
+# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
+CONFIG_SHOW_USAGE=y
+# CONFIG_FEATURE_VERBOSE_USAGE is not set
+# CONFIG_FEATURE_COMPRESS_USAGE is not set
+CONFIG_BUSYBOX=y
+CONFIG_FEATURE_INSTALLER=y
+# CONFIG_INSTALL_NO_USR is not set
+# CONFIG_LOCALE_SUPPORT is not set
+CONFIG_UNICODE_SUPPORT=y
+# CONFIG_UNICODE_USING_LOCALE is not set
+# CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
+CONFIG_SUBST_WCHAR=63
+CONFIG_LAST_SUPPORTED_WCHAR=767
+# CONFIG_UNICODE_COMBINING_WCHARS is not set
+# CONFIG_UNICODE_WIDE_WCHARS is not set
+# CONFIG_UNICODE_BIDI_SUPPORT is not set
+# CONFIG_UNICODE_NEUTRAL_TABLE is not set
+# CONFIG_UNICODE_PRESERVE_BROKEN is not set
+# CONFIG_PAM is not set
+CONFIG_FEATURE_USE_SENDFILE=y
+CONFIG_LONG_OPTS=y
+CONFIG_FEATURE_DEVPTS=y
+# CONFIG_FEATURE_CLEAN_UP is not set
+# CONFIG_FEATURE_UTMP is not set
+# CONFIG_FEATURE_WTMP is not set
+# CONFIG_FEATURE_PIDFILE is not set
+CONFIG_PID_FILE_PATH=""
+CONFIG_FEATURE_SUID=y
+# CONFIG_FEATURE_SUID_CONFIG is not set
+# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
+# CONFIG_SELINUX is not set
+# CONFIG_FEATURE_PREFER_APPLETS is not set
+CONFIG_BUSYBOX_EXEC_PATH="/bin/busybox"
+CONFIG_FEATURE_SYSLOG=y
+# CONFIG_FEATURE_HAVE_RPC is not set
+
+#
+# Build Options
+#
+# CONFIG_STATIC is not set
+# CONFIG_PIE is not set
+# CONFIG_NOMMU is not set
+# CONFIG_BUILD_LIBBUSYBOX is not set
+# CONFIG_FEATURE_INDIVIDUAL is not set
+# 

[arch-commits] Commit in mkinitcpio-busybox/trunk (PKGBUILD config)

2016-12-28 Thread Bartłomiej Piotrowski
Date: Wednesday, December 28, 2016 @ 18:18:23
  Author: bpiotrowski
Revision: 284947

upgpkg: mkinitcpio-busybox 1.25.1-1

new upstream patchset

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD
  mkinitcpio-busybox/trunk/config

--+
 PKGBUILD |   13 ++--
 config   |   65 -
 2 files changed, 46 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 17:49:42 UTC (rev 284946)
+++ PKGBUILD2016-12-28 18:18:23 UTC (rev 284947)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Dave Reisner 
-# Maintainer: Thomas Bächler 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Dave Reisner 
+# Contributor: Thomas Bächler 
 
 pkgname=mkinitcpio-busybox
-pkgver=1.24.2
+pkgver=1.25.1
 pkgrel=1
-pkgdesc="base initramfs tools"
+pkgdesc='Base initramfs tools'
 arch=('i686' 'x86_64')
 url="http://www.busybox.net/;
 license=('GPL')
@@ -14,9 +15,9 @@
 source=("https://busybox.net/downloads/busybox-$pkgver.tar.bz2;
 'glibc-2.16.patch'
 'config')
-sha256sums=('e71ef53ec656f31c42633918d301405d40dea1d97eca12f272217ae4a971c855'
+sha256sums=('27667e0f2328fdbd79cfd622e4453e5c57e58f781c5da97c9be337d93aa2a02e'
 'fb5b6e2a0de4db5401322e5c2474ad8ce6a58615dad45b7109cfe045baf2c88d'
-'fd4e5571d9bdde368e01d601a9e05df05001827bffb2f574187b4f47db4cec55')
+'d916c75c3c4627e1155c9dc40bab5fe7890fbf45d6a3bcda4936f1c5b80f7d7f')
 
 prepare() {
   cd "busybox-$pkgver"

Modified: config
===
--- config  2016-12-28 17:49:42 UTC (rev 284946)
+++ config  2016-12-28 18:18:23 UTC (rev 284947)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Busybox version: 1.24.1
-# Mon Mar 14 14:00:13 2016
+# Busybox version: 1.25.1
+# Wed Dec 28 18:55:22 2016
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -23,6 +23,7 @@
 CONFIG_SHOW_USAGE=y
 # CONFIG_FEATURE_VERBOSE_USAGE is not set
 # CONFIG_FEATURE_COMPRESS_USAGE is not set
+CONFIG_BUSYBOX=y
 CONFIG_FEATURE_INSTALLER=y
 # CONFIG_INSTALL_NO_USR is not set
 # CONFIG_LOCALE_SUPPORT is not set
@@ -75,6 +76,7 @@
 #
 # CONFIG_DEBUG is not set
 # CONFIG_DEBUG_PESSIMIZE is not set
+# CONFIG_DEBUG_SANITIZE is not set
 # CONFIG_UNIT_TEST is not set
 # CONFIG_WERROR is not set
 CONFIG_NO_DEBUG_LIB=y
@@ -96,7 +98,7 @@
 #
 # Busybox Library Tuning
 #
-# CONFIG_FEATURE_SYSTEMD is not set
+# CONFIG_FEATURE_USE_BSS_TAIL is not set
 # CONFIG_FEATURE_RTMINMAX is not set
 CONFIG_PASSWORD_MINLEN=6
 CONFIG_MD5_SMALL=0
@@ -140,6 +142,7 @@
 # CONFIG_FEATURE_AR_CREATE is not set
 # CONFIG_UNCOMPRESS is not set
 # CONFIG_GUNZIP is not set
+# CONFIG_FEATURE_GUNZIP_LONG_OPTIONS is not set
 # CONFIG_BUNZIP2 is not set
 # CONFIG_UNLZMA is not set
 # CONFIG_FEATURE_LZMA_FAST is not set
@@ -193,6 +196,9 @@
 # CONFIG_ID is not set
 # CONFIG_GROUPS is not set
 CONFIG_SHUF=y
+CONFIG_STAT=y
+CONFIG_FEATURE_STAT_FORMAT=y
+CONFIG_FEATURE_STAT_FILESYSTEM=y
 CONFIG_SYNC=y
 CONFIG_FEATURE_SYNC_FANCY=y
 CONFIG_TEST=y
@@ -284,8 +290,6 @@
 # CONFIG_FEATURE_SORT_BIG is not set
 # CONFIG_SPLIT is not set
 # CONFIG_FEATURE_SPLIT_FANCY is not set
-CONFIG_STAT=y
-CONFIG_FEATURE_STAT_FORMAT=y
 # CONFIG_STTY is not set
 # CONFIG_SUM is not set
 CONFIG_TAC=y
@@ -456,6 +460,7 @@
 # CONFIG_FEATURE_CALL_TELINIT is not set
 CONFIG_TELINIT_PATH=""
 CONFIG_INIT=y
+# CONFIG_LINUXRC is not set
 # CONFIG_FEATURE_USE_INITTAB is not set
 # CONFIG_FEATURE_KILL_REMOVED is not set
 CONFIG_FEATURE_KILL_DELAY=0
@@ -463,8 +468,8 @@
 # CONFIG_FEATURE_INIT_SYSLOG is not set
 # CONFIG_FEATURE_EXTRA_QUIET is not set
 # CONFIG_FEATURE_INIT_COREDUMPS is not set
-# CONFIG_FEATURE_INITRD is not set
 CONFIG_INIT_TERMINAL_TYPE=""
+CONFIG_FEATURE_INIT_MODIFY_CMDLINE=y
 # CONFIG_MESG is not set
 # CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP is not set
 
@@ -471,13 +476,16 @@
 #
 # Login/Password Management Utilities
 #
-# CONFIG_ADD_SHELL is not set
-# CONFIG_REMOVE_SHELL is not set
 # CONFIG_FEATURE_SHADOWPASSWDS is not set
 # CONFIG_USE_BB_PWD_GRP is not set
 # CONFIG_USE_BB_SHADOW is not set
 # CONFIG_USE_BB_CRYPT is not set
 # CONFIG_USE_BB_CRYPT_SHA is not set
+# CONFIG_ADDGROUP is not set
+# CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS is not set
+# CONFIG_FEATURE_ADDUSER_TO_GROUP is not set
+# CONFIG_ADD_SHELL is not set
+# CONFIG_REMOVE_SHELL is not set
 # CONFIG_ADDUSER is not set
 # CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set
 # CONFIG_FEATURE_CHECK_NAMES is not set
@@ -484,9 +492,10 @@
 CONFIG_LAST_ID=0
 CONFIG_FIRST_SYSTEM_ID=0
 CONFIG_LAST_SYSTEM_ID=0
-# CONFIG_ADDGROUP is not set
-# CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS is not set
-# CONFIG_FEATURE_ADDUSER_TO_GROUP is not set
+# CONFIG_CHPASSWD is not set
+CONFIG_FEATURE_DEFAULT_PASSWD_ALGO=""
+# CONFIG_CRYPTPW is not set

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

2016-12-28 Thread Bartłomiej Piotrowski
Date: Wednesday, December 28, 2016 @ 17:49:29
  Author: bpiotrowski
Revision: 284945

upgpkg: nginx-mainline 1.11.8-1

new upstream release

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 17:46:09 UTC (rev 284944)
+++ PKGBUILD2016-12-28 17:49:29 UTC (rev 284945)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.11.7
+pkgver=1.11.8
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('2b4a4874b8fedbd5ba7829579d1f5973'
+md5sums=('8f68f49b6db510e567bba9e0c271a3ac'
  'SKIP'
  'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
  'd6a6d4d819f03a675bacdfabd25aa37e')


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

2016-12-28 Thread Bartłomiej Piotrowski
Date: Wednesday, December 28, 2016 @ 17:49:42
  Author: bpiotrowski
Revision: 284946

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

Added:
  nginx-mainline/repos/extra-i686/PKGBUILD
(from rev 284945, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/extra-i686/logrotate
(from rev 284945, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/extra-i686/nginx.install
(from rev 284945, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/extra-i686/service
(from rev 284945, nginx-mainline/trunk/service)
  nginx-mainline/repos/extra-x86_64/PKGBUILD
(from rev 284945, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/extra-x86_64/logrotate
(from rev 284945, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/extra-x86_64/nginx.install
(from rev 284945, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/extra-x86_64/service
(from rev 284945, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/extra-i686/PKGBUILD
  nginx-mainline/repos/extra-i686/logrotate
  nginx-mainline/repos/extra-i686/nginx.install
  nginx-mainline/repos/extra-i686/service
  nginx-mainline/repos/extra-x86_64/PKGBUILD
  nginx-mainline/repos/extra-x86_64/logrotate
  nginx-mainline/repos/extra-x86_64/nginx.install
  nginx-mainline/repos/extra-x86_64/service

+
 /PKGBUILD  |  254 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   28 
 extra-i686/PKGBUILD|  127 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   14 --
 extra-x86_64/PKGBUILD  |  127 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   14 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-28 17:49:29 UTC (rev 284945)
+++ extra-i686/PKGBUILD 2016-12-28 17:49:42 UTC (rev 284946)
@@ -1,127 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.11.7
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('2b4a4874b8fedbd5ba7829579d1f5973'
- 'SKIP'
- 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
- 'd6a6d4d819f03a675bacdfabd25aa37e')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_mainline_flags=(
-  --with-stream_ssl_preread_module
-  --with-stream_geoip_module
-  --with-stream_realip_module
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

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

2016-12-28 Thread Jürgen Hötzel
Date: Wednesday, December 28, 2016 @ 17:46:09
  Author: juergen
Revision: 284944

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

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 284943, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 284943, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 284943, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 284943, maxima/trunk/maxima.desktop)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop

-+
 /PKGBUILD   |  114 ++
 /maxima.desktop |   22 
 extra-i686/PKGBUILD |   57 -
 extra-i686/maxima.desktop   |   11 
 extra-x86_64/PKGBUILD   |   57 -
 extra-x86_64/maxima.desktop |   11 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-28 17:45:14 UTC (rev 284943)
+++ extra-i686/PKGBUILD 2016-12-28 17:46:09 UTC (rev 284944)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.38.1
-pkgrel=2
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.3.11' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
-sha1sums=('db4fb31512299e9971cfbc75cc60ca628861d3f5'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 284943, 
maxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-28 17:46:09 UTC (rev 284944)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.38.1
+pkgrel=3
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.3.12' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
+sha1sums=('db4fb31512299e9971cfbc75cc60ca628861d3f5'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from 

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

2016-12-28 Thread Jürgen Hötzel
Date: Wednesday, December 28, 2016 @ 17:45:14
  Author: juergen
Revision: 284943

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

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 284942, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 284942, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 284942, sbcl/trunk/texinfo-4.13a-data_types.patch)
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 284942, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 284942, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 284942, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

-+
 /PKGBUILD   |  144 ++
 /arch-fixes.lisp|   42 +++
 /texinfo-4.13a-data_types.patch |   64 +++
 extra-i686/PKGBUILD |   72 -
 extra-i686/arch-fixes.lisp  |   21 ---
 extra-i686/texinfo-4.13a-data_types.patch   |   32 -
 extra-x86_64/PKGBUILD   |   72 -
 extra-x86_64/arch-fixes.lisp|   21 ---
 extra-x86_64/texinfo-4.13a-data_types.patch |   32 -
 9 files changed, 250 insertions(+), 250 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-28 17:44:48 UTC (rev 284942)
+++ extra-i686/PKGBUILD 2016-12-28 17:45:14 UTC (rev 284943)
@@ -1,72 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.3.11
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-sha256sums=('077a2d98f94c62076bcb4dea715a11975b92d85d8de20f5a0d1c36d280397642'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.3.12
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha256sums=('8039ec01d04baad3ee3ebee7a830757dc488be33ca128f4a0592f8af701759c2'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp <= endp)
-   break;

Copied: sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch (from rev 284942, 
sbcl/trunk/texinfo-4.13a-data_types.patch)
===
--- extra-i686/texinfo-4.13a-data_types.patch   (rev 0)
+++ extra-i686/texinfo-4.13a-data_types.patch   2016-12-28 17:45:14 UTC (rev 
284943)
@@ -0,0 +1,32 @@
+diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
+--- texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
 texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
+@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
+   const char *carried_over_ptr;
+   size_t carried_over_len, carried_over_count;
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
++  size_t cur_len = mb_len (mbi_cur (iter));
+   int replen;
+   

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

2016-12-28 Thread Jürgen Hötzel
Date: Wednesday, December 28, 2016 @ 17:44:34
  Author: juergen
Revision: 284941

sbcl-1.3.12 rebuild

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 15:40:44 UTC (rev 284940)
+++ PKGBUILD2016-12-28 17:44:34 UTC (rev 284941)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.38.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net;
-depends=('sbcl=1.3.11' 'texinfo' 'sh' 'shared-mime-info')
+depends=('sbcl=1.3.12' 'texinfo' 'sh' 'shared-mime-info')
 makedepends=('python2' 'emacs')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version


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

2016-12-28 Thread Jürgen Hötzel
Date: Wednesday, December 28, 2016 @ 17:44:48
  Author: juergen
Revision: 284942

upgpkg: sbcl 1.3.12-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 17:44:34 UTC (rev 284941)
+++ PKGBUILD2016-12-28 17:44:48 UTC (rev 284942)
@@ -5,18 +5,18 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.3.11
+pkgver=1.3.12
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/;
 arch=('i686' 'x86_64')
 license=('custom')
-depends=('glibc' 'zlib')
+depends=('zlib')
 provides=('common-lisp' 'cl-asdf')
 makedepends=('sbcl')
 
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   "arch-fixes.lisp")
-sha256sums=('077a2d98f94c62076bcb4dea715a11975b92d85d8de20f5a0d1c36d280397642'
+sha256sums=('8039ec01d04baad3ee3ebee7a830757dc488be33ca128f4a0592f8af701759c2'
 'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
 
 


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

2016-12-28 Thread Anatol Pomozov
Date: Wednesday, December 28, 2016 @ 17:43:35
  Author: anatolik
Revision: 203204

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

Added:
  fossil/repos/community-i686/PKGBUILD
(from rev 203203, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
(from rev 203203, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 203203, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 203203, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
(from rev 203203, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 203203, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 203203, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 203203, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

-+
 /PKGBUILD   |   86 ++
 /fossil-xinetd  |   46 
 /fossil.service |   22 +
 /fossil.socket  |   20 
 community-i686/PKGBUILD |   43 ---
 community-i686/fossil-xinetd|   23 --
 community-i686/fossil.service   |   11 
 community-i686/fossil.socket|   10 
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/fossil-xinetd  |   23 --
 community-x86_64/fossil.service |   11 
 community-x86_64/fossil.socket  |   10 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-28 17:36:34 UTC (rev 203203)
+++ community-i686/PKGBUILD 2016-12-28 17:43:35 UTC (rev 203204)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov  
-# Contributor: Daniel YC Lin 
-# Contributor: Konstantin Plotnikov 
-
-pkgname=fossil
-pkgver=1.36
-pkgrel=1
-pkgdesc='Simple, high-reliability, distributed software configuration 
management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  http://www.fossil-scm.org/index.html/uv/download/fossil-src-$pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12')
-
-build() {
-  cd fossil-$pkgver
-  ./configure --prefix=/usr
-  # headers and translate targets are problematic with parallel jobs
-  #make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
-
-  cd fossil-$pkgver
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 203203, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-28 17:43:35 UTC (rev 203204)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=1.36
+pkgrel=2
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib sqlite)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  http://www.fossil-scm.org/index.html/uv/download/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12')
+
+build() {
+  cd fossil-$pkgver
+  ./configure --prefix=/usr --json --disable-internal-sqlite
+  # headers and 

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

2016-12-28 Thread Anatol Pomozov
Date: Wednesday, December 28, 2016 @ 17:36:34
  Author: anatolik
Revision: 203203

Use Arch's system sqlite3 library instead of one provided by fossil tarball

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 15:57:28 UTC (rev 203202)
+++ PKGBUILD2016-12-28 17:36:34 UTC (rev 203203)
@@ -5,12 +5,12 @@
 
 pkgname=fossil
 pkgver=1.36
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(i686 x86_64)
 license=(BSD)
 url='http://www.fossil-scm.org'
-depends=(openssl zlib)
+depends=(openssl zlib sqlite)
 backup=(etc/xinetd.d/fossil)
 source=(
   fossil.socket
@@ -25,7 +25,7 @@
 
 build() {
   cd fossil-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --json --disable-internal-sqlite
   # headers and translate targets are problematic with parallel jobs
   #make -j1 bld bld/headers
   make


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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 15:57:28
  Author: alucryd
Revision: 203202

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

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 203201, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbarke-fix-crash-during-2-pass-encode.patch
(from rev 203201, 
handbrake/trunk/handbarke-fix-crash-during-2-pass-encode.patch)
  handbrake/repos/community-i686/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
(from rev 203201, 
handbrake/trunk/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch)
  handbrake/repos/community-i686/handbrake-fix-missing-x265-link-flag.patch
(from rev 203201, 
handbrake/trunk/handbrake-fix-missing-x265-link-flag.patch)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 203201, handbrake/trunk/PKGBUILD)
  
handbrake/repos/community-x86_64/handbarke-fix-crash-during-2-pass-encode.patch
(from rev 203201, 
handbrake/trunk/handbarke-fix-crash-during-2-pass-encode.patch)
  
handbrake/repos/community-x86_64/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
(from rev 203201, 
handbrake/trunk/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch)
  handbrake/repos/community-x86_64/handbrake-fix-missing-x265-link-flag.patch
(from rev 203201, 
handbrake/trunk/handbrake-fix-missing-x265-link-flag.patch)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbarke-fix-crash-during-2-pass-encode.patch
  handbrake/repos/community-i686/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
  handbrake/repos/community-i686/handbrake-fix-missing-x265-link-flag.patch
  handbrake/repos/community-x86_64/PKGBUILD
  
handbrake/repos/community-x86_64/handbarke-fix-crash-during-2-pass-encode.patch
  
handbrake/repos/community-x86_64/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
  handbrake/repos/community-x86_64/handbrake-fix-missing-x265-link-flag.patch

--+
 /PKGBUILD|  158 
++
 /handbarke-fix-crash-during-2-pass-encode.patch  |   54 +++
 /handbrake-fix-2-pass-vp8-and-vp9-encoding.patch |   62 +++
 /handbrake-fix-missing-x265-link-flag.patch  |   26 +
 community-i686/PKGBUILD  |   79 -
 community-i686/handbarke-fix-crash-during-2-pass-encode.patch|   27 -
 community-i686/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch   |   31 -
 community-i686/handbrake-fix-missing-x265-link-flag.patch|   13 
 community-x86_64/PKGBUILD|   79 -
 community-x86_64/handbarke-fix-crash-during-2-pass-encode.patch  |   27 -
 community-x86_64/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch |   31 -
 community-x86_64/handbrake-fix-missing-x265-link-flag.patch  |   13 
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-28 15:57:14 UTC (rev 203201)
+++ community-i686/PKGBUILD 2016-12-28 15:57:28 UTC (rev 203202)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.0.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url="https://handbrake.fr/;
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
- 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
- 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
- 'libtheora' 'libsamplerate' 'ffmpeg' 'x264' 'libx264' 'x265'
- 'libvpx' 'libdvdnav' 'jansson' 'librsvg' 'libgudev')
-source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2
-handbarke-fix-crash-during-2-pass-encode.patch
-handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
-handbrake-fix-missing-x265-link-flag.patch)
-sha256sums=('15fb4593c70d75621212e4499f018c3c93d7ce39f1083bf527d4616ded0044c5'
-'aaa09e9b3dbad54024f02afe8ace5390b281c7cc6aae80cf26d43f773b2d19f7'
-'1b6d800acde0cc2c7e6080f23f2ddd435257c5a2d853acdeb4e4a6fada856310'
-'05e212e76b6e0b94a04de02cbeb7bf9db607059e19297b5bd3d0d143135285c4')
-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  # 
https://github.com/HandBrake/HandBrake/commit/e159ab1662ba#commitcomment-20303756
-  patch -Np1 -i ../handbarke-fix-crash-during-2-pass-encode.patch
-  # https://github.com/HandBrake/HandBrake/issues/449#issuecomment-269352579
-  patch -Np1 -i ../handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
-
-  # https://bugs.gentoo.org/show_bug.cgi?id=552792
-  patch -Np1 -i ../handbrake-fix-missing-x265-link-flag.patch
-
-  # Use more system libs
-  # Bundled libbluray is kept because it is patched locally
-  

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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 15:57:14
  Author: alucryd
Revision: 203201

x265 2.2 rebuild: handbrake 1.0.0-4

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 11:57:49 UTC (rev 203200)
+++ PKGBUILD2016-12-28 15:57:14 UTC (rev 203201)
@@ -5,7 +5,7 @@
 
 pkgname=('handbrake' 'handbrake-cli')
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="https://handbrake.fr/;
 license=('GPL')


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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 15:40:44
  Author: alucryd
Revision: 284940

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 284939, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/lua53_compat.patch
(from rev 284939, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-i686/update-vlc-plugin-cache.hook
(from rev 284939, vlc/trunk/update-vlc-plugin-cache.hook)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 284939, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/lua53_compat.patch
(from rev 284939, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-x86_64/update-vlc-plugin-cache.hook
(from rev 284939, vlc/trunk/update-vlc-plugin-cache.hook)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/lua53_compat.patch
  vlc/repos/extra-i686/update-vlc-plugin-cache.hook
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/lua53_compat.patch
  vlc/repos/extra-x86_64/update-vlc-plugin-cache.hook

---+
 /PKGBUILD |  224 
 /lua53_compat.patch   |   60 +++
 /update-vlc-plugin-cache.hook |   34 
 extra-i686/PKGBUILD   |  112 --
 extra-i686/lua53_compat.patch |   30 ---
 extra-i686/update-vlc-plugin-cache.hook   |   17 --
 extra-x86_64/PKGBUILD |  112 --
 extra-x86_64/lua53_compat.patch   |   30 ---
 extra-x86_64/update-vlc-plugin-cache.hook |   17 --
 9 files changed, 318 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-28 15:40:16 UTC (rev 284939)
+++ extra-i686/PKGBUILD 2016-12-28 15:40:44 UTC (rev 284940)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.2.4
-pkgrel=5
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/;
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy'
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
- 'libxinerama')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
- 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'gtk2: for notify plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support'
-'lua-socket: for http interface'
-'qt4: for the GUI')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!emptydirs')
-source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
-update-vlc-plugin-cache.hook "lua53_compat.patch")
-validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
-md5sums=('55666c9898f658c7fcca12725bf7dd1b'
- 'SKIP'
- '6449d0d26bd34bca009eed58a4c20c83'
- '96d3b346d9149ffb1b430066dfb6249a')
-

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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 15:40:16
  Author: alucryd
Revision: 284939

x265 2.2 rebuild: vlc 2.2.4-6

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 13:56:27 UTC (rev 284938)
+++ PKGBUILD2016-12-28 15:40:16 UTC (rev 284939)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=5
+pkgrel=6
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/;


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

2016-12-28 Thread Christian Hesse
Date: Wednesday, December 28, 2016 @ 13:56:27
  Author: eworm
Revision: 284938

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

Added:
  openvpn/repos/testing-i686/0001-plugin.patch
(from rev 284937, openvpn/trunk/0001-plugin.patch)
  openvpn/repos/testing-i686/0002-do-not-race-on-RuntimeDirectory.patch
(from rev 284937, openvpn/trunk/0002-do-not-race-on-RuntimeDirectory.patch)
  openvpn/repos/testing-i686/0003-fix-timeout-in-non-TLS-mode-with-systemd.patch
(from rev 284937, 
openvpn/trunk/0003-fix-timeout-in-non-TLS-mode-with-systemd.patch)
  openvpn/repos/testing-i686/PKGBUILD
(from rev 284937, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-i686/news.md
(from rev 284937, openvpn/trunk/news.md)
  openvpn/repos/testing-i686/openvpn.install
(from rev 284937, openvpn/trunk/openvpn.install)
  openvpn/repos/testing-x86_64/0001-plugin.patch
(from rev 284937, openvpn/trunk/0001-plugin.patch)
  openvpn/repos/testing-x86_64/0002-do-not-race-on-RuntimeDirectory.patch
(from rev 284937, openvpn/trunk/0002-do-not-race-on-RuntimeDirectory.patch)
  
openvpn/repos/testing-x86_64/0003-fix-timeout-in-non-TLS-mode-with-systemd.patch
(from rev 284937, 
openvpn/trunk/0003-fix-timeout-in-non-TLS-mode-with-systemd.patch)
  openvpn/repos/testing-x86_64/PKGBUILD
(from rev 284937, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-x86_64/news.md
(from rev 284937, openvpn/trunk/news.md)
  openvpn/repos/testing-x86_64/openvpn.install
(from rev 284937, openvpn/trunk/openvpn.install)
Deleted:
  openvpn/repos/testing-i686/0001-plugin.patch
  openvpn/repos/testing-i686/0002-do-not-race-on-RuntimeDirectory.patch
  openvpn/repos/testing-i686/PKGBUILD
  openvpn/repos/testing-i686/news.md
  openvpn/repos/testing-i686/openvpn.install
  openvpn/repos/testing-x86_64/0001-plugin.patch
  openvpn/repos/testing-x86_64/0002-do-not-race-on-RuntimeDirectory.patch
  openvpn/repos/testing-x86_64/PKGBUILD
  openvpn/repos/testing-x86_64/news.md
  openvpn/repos/testing-x86_64/openvpn.install

+
 /0001-plugin.patch |   92 
 /0002-do-not-race-on-RuntimeDirectory.patch|  118 
++
 /PKGBUILD  |  188 
++
 /news.md   |   34 +
 /openvpn.install   |   48 ++
 testing-i686/0001-plugin.patch |   46 --
 testing-i686/0002-do-not-race-on-RuntimeDirectory.patch|   59 ---
 testing-i686/0003-fix-timeout-in-non-TLS-mode-with-systemd.patch   |   59 +++
 testing-i686/PKGBUILD  |   89 
 testing-i686/news.md   |   17 
 testing-i686/openvpn.install   |   24 -
 testing-x86_64/0001-plugin.patch   |   46 --
 testing-x86_64/0002-do-not-race-on-RuntimeDirectory.patch  |   59 ---
 testing-x86_64/0003-fix-timeout-in-non-TLS-mode-with-systemd.patch |   59 +++
 testing-x86_64/PKGBUILD|   89 
 testing-x86_64/news.md |   17 
 testing-x86_64/openvpn.install |   24 -
 17 files changed, 598 insertions(+), 470 deletions(-)

Deleted: testing-i686/0001-plugin.patch
===
--- testing-i686/0001-plugin.patch  2016-12-28 13:56:21 UTC (rev 284937)
+++ testing-i686/0001-plugin.patch  2016-12-28 13:56:27 UTC (rev 284938)
@@ -1,46 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index f4073d0..5fe652e 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -301,13 +301,12 @@ AC_ARG_WITH(
-   [with_crypto_library="openssl"]
- )
- 
--AC_ARG_WITH(
--  [plugindir],
--  [AS_HELP_STRING([--with-plugindir], [plugin directory 
@<:@default=LIBDIR/openvpn@:>@])],
--  ,
--  [with_plugindir="\$(libdir)/openvpn/plugins"]
--)
--
-+AC_ARG_VAR([PLUGINDIR], [Path of plug-in directory 
@<:@default=LIBDIR/openvpn/plugins@:>@])
-+if test -n "${PLUGINDIR}"; then
-+  plugindir="${PLUGINDIR}"
-+else
-+  plugindir="\${libdir}/openvpn/plugins"
-+fi
- 
- AC_DEFINE_UNQUOTED([TARGET_ALIAS], ["${host}"], [A string representing our 
host])
- case "$host" in
-@@ -1245,7 +1244,6 @@ AM_CONDITIONAL([ENABLE_PLUGIN_AUTH_PAM], [test 
"${enable_plugin_auth_pam}" = "ye
- AM_CONDITIONAL([ENABLE_PLUGIN_DOWN_ROOT], [test "${enable_plugin_down_root}" 
= "yes"])
- AM_CONDITIONAL([ENABLE_CRYPTO], [test "${enable_crypto}" = "yes"])
- 
--plugindir="${with_plugindir}"
- sampledir="\$(docdir)/sample"
- AC_SUBST([plugindir])
- AC_SUBST([sampledir])
-diff --git a/src/openvpn/Makefile.am b/src/openvpn/Makefile.am
-index 4c18449..188834a 100644
 

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

2016-12-28 Thread Christian Hesse
Date: Wednesday, December 28, 2016 @ 13:56:21
  Author: eworm
Revision: 284937

upgpkg: openvpn 2.4.0-2

fix timeout in non-TLS mode with systemd

Added:
  openvpn/trunk/0003-fix-timeout-in-non-TLS-mode-with-systemd.patch
Modified:
  openvpn/trunk/PKGBUILD

-+
 0003-fix-timeout-in-non-TLS-mode-with-systemd.patch |   59 ++
 PKGBUILD|   11 ++-
 2 files changed, 67 insertions(+), 3 deletions(-)

Added: 0003-fix-timeout-in-non-TLS-mode-with-systemd.patch
===
--- 0003-fix-timeout-in-non-TLS-mode-with-systemd.patch 
(rev 0)
+++ 0003-fix-timeout-in-non-TLS-mode-with-systemd.patch 2016-12-28 13:56:21 UTC 
(rev 284937)
@@ -0,0 +1,59 @@
+From 8fe76deb35364aa0d71b3e771b4a12491a037764 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Wed, 28 Dec 2016 13:57:11 +0100
+Subject: [PATCH 1/1] fix timeout in non-TLS mode with systemd
+
+In non-TLS configuration we wait for the remote peer to connect
+before issuing "Initialization Sequence Completed". So prevent to
+time out by telling systemd service manager we are ready for now.
+Status will be "Non-TLS mode, ready for now. Waiting for peer..."
+and changes once the remote peer connects.
+
+This fixes #801 (static key tunnels impossible to start via systemd)
+
+Tested-by: Mantas Mikulėnas 
+Signed-off-by: Christian Hesse 
+---
+ src/openvpn/openvpn.c | 19 +++
+ 1 file changed, 19 insertions(+)
+
+diff --git a/src/openvpn/openvpn.c b/src/openvpn/openvpn.c
+index 888acda..ae948f9 100644
+--- a/src/openvpn/openvpn.c
 b/src/openvpn/openvpn.c
+@@ -30,6 +30,10 @@
+ 
+ #include "syshead.h"
+ 
++#ifdef ENABLE_SYSTEMD
++#include 
++#endif
++
+ #include "init.h"
+ #include "forward.h"
+ #include "multi.h"
+@@ -73,6 +77,21 @@ tunnel_point_to_point(struct context *c)
+ return;
+ }
+ 
++#ifdef ENABLE_SYSTEMD
++/* In non-TLS configuration we wait for the remote peer to connect
++ * before issuing "Initialization Sequence Completed". So prevent to
++ * time out by telling systemd service manager we are ready for now.
++ * Status will be "Non-TLS mode, ready for now. Waiting for peer..."
++ * and changes once the remote peer connects. */
++if (c->options.tls_client == false
++&& c->options.tls_server == false)
++{
++sd_notifyf(0, "READY=1\n"
++   "STATUS=Non-TLS mode, ready for now. Waiting for peer...\n"
++   "MAINPID=%lu", (unsigned long) getpid());
++}
++#endif
++
+ /* main event loop */
+ while (true)
+ {
+-- 
+2.11.0
+

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 12:59:40 UTC (rev 284936)
+++ PKGBUILD2016-12-28 13:56:21 UTC (rev 284937)
@@ -3,7 +3,7 @@
 
 pkgname=openvpn
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private 
Network)'
 arch=('i686' 'x86_64')
 url='http://openvpn.net/index.php/open-source.html'
@@ -16,11 +16,13 @@
   '7ACD56B74144925C6214329757DB9DAB613B8DA1') # David Sommerseth 
(OpenVPN Technologies, Inc) 
 
source=("https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz"{,.asc}
 '0001-plugin.patch'
-'0002-do-not-race-on-RuntimeDirectory.patch')
+'0002-do-not-race-on-RuntimeDirectory.patch'
+'0003-fix-timeout-in-non-TLS-mode-with-systemd.patch')
 sha256sums=('6f23ba49a1dbeb658f49c7ae17d9ea979de6d92c7357de3d55cd4525e1b2f87e'
 'SKIP'
 'b8254067b4ef5d157d87267a76938d86f101972303c7ff20131cc9f28659a30c'
-'a87b081f998db99190e8b9e185cd7aade5bd6dfb5c03777c82b75d28cd3b375c')
+'a87b081f998db99190e8b9e185cd7aade5bd6dfb5c03777c82b75d28cd3b375c'
+'1b0ff78390dd5e79ce6966fd7fee54d42f6f3622cf8078d8b0f9998046e6b73b')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}
@@ -31,6 +33,9 @@
   # do not race on RuntimeDirectory
   patch -Np1 < "${srcdir}"/0002-do-not-race-on-RuntimeDirectory.patch
 
+  # fix timeout in non-TLS mode with systemd
+  patch -Np1 < "${srcdir}"/0003-fix-timeout-in-non-TLS-mode-with-systemd.patch
+
   # regenerate configure script
   autoreconf -fi
 }


[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 12:59:40
  Author: alucryd
Revision: 284936

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 284935, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 284935, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-28 12:59:20 UTC (rev 284935)
+++ extra-i686/PKGBUILD 2016-12-28 12:59:40 UTC (rev 284936)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
- libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
- libgudev graphene)
-makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
- gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
- qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
- autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
-options=(!emptydirs)
-_commit=c4b50182687c08b503ccf1be22afb3963defe2bc  # tags/1.10.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---with-gtk=3.0 \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 284935, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-28 12:59:40 UTC (rev 284936)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.10.2
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
+ libgudev graphene)
+makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
+ gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
+ qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
+ autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
+options=(!emptydirs)
+_commit=c4b50182687c08b503ccf1be22afb3963defe2bc  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+

[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 12:59:20
  Author: alucryd
Revision: 284935

x265 2.2 rebuild: gst-plugins-bad 1.10.2-2

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 10:31:13 UTC (rev 284934)
+++ PKGBUILD2016-12-28 12:59:20 UTC (rev 284935)
@@ -4,7 +4,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(i686 x86_64)


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

2016-12-28 Thread Johannes Löthberg
Date: Wednesday, December 28, 2016 @ 11:57:49
  Author: demize
Revision: 203200

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

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

--+
 community-testing-i686/PKGBUILD  |   70 +
 community-testing-i686/haproxy.cfg   |   49 
 community-testing-i686/haproxy.install   |   12 
 community-testing-x86_64/PKGBUILD|   70 +
 community-testing-x86_64/haproxy.cfg |   49 
 community-testing-x86_64/haproxy.install |   12 
 6 files changed, 262 insertions(+)

Copied: haproxy/repos/community-testing-i686/PKGBUILD (from rev 203199, 
haproxy/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-12-28 11:57:49 UTC (rev 203200)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.7.1
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+
+md5sums=('d0acaae02e444039e11892ea31dde478'
+ '27941f31d25d5629f4bdef6bc4b2555a')
+
+prepare() {
+  cd haproxy-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd haproxy-$pkgver
+  make \
+EXTRA=haproxy-systemd-wrapper \
+PREFIX="$pkgdir"/usr \
+SBINDIR="$pkgdir"/usr/bin \
+DOCDIR="$pkgdir"/usr/share/$pkgname \
+install
+
+  for contrib in halog iprange; do
+install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
+  done
+
+  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
+  install -Dm644 contrib/systemd/haproxy.service \
+"$pkgdir"/usr/lib/systemd/system/haproxy.service
+
+  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
+  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
+  install -m644 examples/errorfiles/*.http \
+"$pkgdir"/usr/share/haproxy/examples/errorfiles/
+
+  install -Dm644 examples/haproxy.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
+}

Copied: haproxy/repos/community-testing-i686/haproxy.cfg (from rev 203199, 
haproxy/trunk/haproxy.cfg)
===
--- community-testing-i686/haproxy.cfg  (rev 0)
+++ community-testing-i686/haproxy.cfg  2016-12-28 11:57:49 UTC (rev 203200)
@@ -0,0 +1,49 @@
+#-
+# Example configuration.  See the full configuration manual online.
+#
+#   http://www.haproxy.org/download/1.7/doc/configuration.txt
+#
+#-
+
+global
+maxconn 2
+log 127.0.0.1 local0
+userhaproxy
+chroot  /usr/share/haproxy
+pidfile /run/haproxy.pid
+daemon
+
+frontend  main
+bind :5000
+mode http
+log  global
+option   httplog
+option   dontlognull
+option   http_proxy
+option forwardforexcept 127.0.0.0/8
+maxconn  8000
+timeout  client  30s
+
+acl url_static   path_beg   -i /static /images /javascript 
/stylesheets
+acl url_static   path_end   -i .jpg .gif .png .css .js
+
+use_backend static  if url_static
+default_backend app
+
+backend static
+modehttp
+balance roundrobin
+timeout connect 5s
+timeout   

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

2016-12-28 Thread Johannes Löthberg
Date: Wednesday, December 28, 2016 @ 11:55:14
  Author: demize
Revision: 203199

upgpkg: haproxy 1.7.1-1

Modified:
  haproxy/trunk/PKGBUILD
  haproxy/trunk/haproxy.cfg

-+
 PKGBUILD|6 +++---
 haproxy.cfg |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 10:06:53 UTC (rev 203198)
+++ PKGBUILD2016-12-28 11:55:14 UTC (rev 203199)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -20,8 +20,8 @@
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
 
-md5sums=('ab6e169aeb1b53364aacda80c904398a'
- '02241a8ca257d12f7eb131e2d7da3f3b')
+md5sums=('d0acaae02e444039e11892ea31dde478'
+ '27941f31d25d5629f4bdef6bc4b2555a')
 
 prepare() {
   cd haproxy-$pkgver

Modified: haproxy.cfg
===
--- haproxy.cfg 2016-12-28 10:06:53 UTC (rev 203198)
+++ haproxy.cfg 2016-12-28 11:55:14 UTC (rev 203199)
@@ -1,7 +1,7 @@
 #-
 # Example configuration.  See the full configuration manual online.
 #
-#   http://www.haproxy.org/download/1.6/doc/configuration.txt
+#   http://www.haproxy.org/download/1.7/doc/configuration.txt
 #
 #-
 


[arch-commits] Commit in ffmpeg2.8/repos (4 files)

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 10:31:13
  Author: alucryd
Revision: 284934

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

Added:
  ffmpeg2.8/repos/extra-i686/PKGBUILD
(from rev 284933, ffmpeg2.8/trunk/PKGBUILD)
  ffmpeg2.8/repos/extra-x86_64/PKGBUILD
(from rev 284933, ffmpeg2.8/trunk/PKGBUILD)
Deleted:
  ffmpeg2.8/repos/extra-i686/PKGBUILD
  ffmpeg2.8/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-28 10:31:02 UTC (rev 284933)
+++ extra-i686/PKGBUILD 2016-12-28 10:31:13 UTC (rev 284934)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg2.8
-pkgver=2.8.9
-pkgrel=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='https://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
- 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
- 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
- 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
- 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
- 'libvpx.so' 'libx264.so' 'libx265.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=("http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-sha256sums=('11bd97f3f3b9608869147a20d59bec7c8d02fbd951a13c6c29cb777d700860e8'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---incdir='/usr/include/ffmpeg2.8' \
---libdir='/usr/lib/ffmpeg2.8' \
---shlibdir='/usr/lib/ffmpeg2.8' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libdcadec \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab
-  make
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,share}
-
-  install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
-  echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > 
"${pkgdir}"/etc/ld.so.conf.d/ffmpeg2.8.conf
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: ffmpeg2.8/repos/extra-i686/PKGBUILD (from rev 284933, 
ffmpeg2.8/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-28 10:31:13 UTC (rev 284934)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg2.8
+pkgver=2.8.9
+pkgrel=2
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='https://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so')

[arch-commits] Commit in ffmpeg2.8/trunk (PKGBUILD)

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 10:31:02
  Author: alucryd
Revision: 284933

x265 2.2 rebuild: ffmpeg2.8 2.8.9-2

Modified:
  ffmpeg2.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 10:28:18 UTC (rev 284932)
+++ PKGBUILD2016-12-28 10:31:02 UTC (rev 284933)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg2.8
 pkgver=2.8.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='https://ffmpeg.org/'


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

2016-12-28 Thread Ronald van Haren
Date: Wednesday, December 28, 2016 @ 10:27:50
  Author: ronald
Revision: 284931

upgpkg: bzip2 1.0.6-6

CVE-2016-3189 heap use after free in bzip2recover

Modified:
  bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 10:02:39 UTC (rev 284930)
+++ PKGBUILD2016-12-28 10:27:50 UTC (rev 284931)
@@ -4,17 +4,19 @@
 
 pkgname=bzip2
 pkgver=1.0.6
-pkgrel=5
+pkgrel=6
 pkgdesc="A high-quality data compression program"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://sources.redhat.com/bzip2;
 groups=('base')
-depends=('glibc')
+depends=('glibc' 'sh')
 source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
-bzip2-1.0.4-bzip2recover.patch)
+bzip2-1.0.4-bzip2recover.patch
+
fix-heap-use-after-free-bzip2recover.patch::https://bugzilla.redhat.com/attachment.cgi?id=1169843)
 sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
-  '85ce76fdb67f52f152bba368c1de81132dcdbdb5')
+  '85ce76fdb67f52f152bba368c1de81132dcdbdb5'
+  '9c078e00cc9103952d6117e23199c232e9ff56bc')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -27,6 +29,7 @@
   sed -i "s|-O2|${CFLAGS}|g" Makefile-libbz2_so
 
   patch -Np1 < ../bzip2-1.0.4-bzip2recover.patch
+  patch -Np1 -i "${srcdir}/fix-heap-use-after-free-bzip2recover.patch"
 
   make -f Makefile-libbz2_so
   make bzip2 bzip2recover


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

2016-12-28 Thread Ronald van Haren
Date: Wednesday, December 28, 2016 @ 10:28:18
  Author: ronald
Revision: 284932

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

Added:
  bzip2/repos/testing-i686/
  bzip2/repos/testing-i686/PKGBUILD
(from rev 284931, bzip2/trunk/PKGBUILD)
  bzip2/repos/testing-i686/bzip2-1.0.4-bzip2recover.patch
(from rev 284931, bzip2/trunk/bzip2-1.0.4-bzip2recover.patch)
  bzip2/repos/testing-x86_64/
  bzip2/repos/testing-x86_64/PKGBUILD
(from rev 284931, bzip2/trunk/PKGBUILD)
  bzip2/repos/testing-x86_64/bzip2-1.0.4-bzip2recover.patch
(from rev 284931, bzip2/trunk/bzip2-1.0.4-bzip2recover.patch)

---+
 testing-i686/PKGBUILD |   67 
 testing-i686/bzip2-1.0.4-bzip2recover.patch   |   12 
 testing-x86_64/PKGBUILD   |   67 
 testing-x86_64/bzip2-1.0.4-bzip2recover.patch |   12 
 4 files changed, 158 insertions(+)

Copied: bzip2/repos/testing-i686/PKGBUILD (from rev 284931, 
bzip2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-28 10:28:18 UTC (rev 284932)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Judd  
+
+pkgname=bzip2
+pkgver=1.0.6
+pkgrel=6
+pkgdesc="A high-quality data compression program"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://sources.redhat.com/bzip2;
+groups=('base')
+depends=('glibc' 'sh')
+source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
+bzip2-1.0.4-bzip2recover.patch
+
fix-heap-use-after-free-bzip2recover.patch::https://bugzilla.redhat.com/attachment.cgi?id=1169843)
+sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
+  '85ce76fdb67f52f152bba368c1de81132dcdbdb5'
+  '9c078e00cc9103952d6117e23199c232e9ff56bc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # add large-file support
+  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
+
+  # use our optimization
+  sed -i "s|-O2|${CFLAGS}|g" Makefile
+  sed -i "s|-O2|${CFLAGS}|g" Makefile-libbz2_so
+
+  patch -Np1 < ../bzip2-1.0.4-bzip2recover.patch
+  patch -Np1 -i "${srcdir}/fix-heap-use-after-free-bzip2recover.patch"
+
+  make -f Makefile-libbz2_so
+  make bzip2 bzip2recover
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 $pkgdir/usr/{bin,lib,include,share/man/man1}
+
+  install -m755 bzip2-shared $pkgdir/usr/bin/bzip2
+  install -m755 bzip2recover bzdiff bzgrep bzmore $pkgdir/usr/bin
+  ln -sf bzip2 $pkgdir/usr/bin/bunzip2
+  ln -sf bzip2 $pkgdir/usr/bin/bzcat
+
+  install -m755 libbz2.so.1.0.6 $pkgdir/usr/lib
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1.0
+
+  install -m644 bzlib.h $pkgdir/usr/include/
+
+  install -m644 bzip2.1 $pkgdir/usr/share/man/man1/
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bunzip2.1
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzcat.1
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzip2recover.1
+
+  install -Dm644 $srcdir/${pkgname}-${pkgver}/LICENSE \
+ $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: bzip2/repos/testing-i686/bzip2-1.0.4-bzip2recover.patch (from rev 
284931, bzip2/trunk/bzip2-1.0.4-bzip2recover.patch)
===
--- testing-i686/bzip2-1.0.4-bzip2recover.patch (rev 0)
+++ testing-i686/bzip2-1.0.4-bzip2recover.patch 2016-12-28 10:28:18 UTC (rev 
284932)
@@ -0,0 +1,12 @@
+--- bzip2-1.0.4/bzip2recover.c.pom 2007-01-03 03:00:55.0 +0100
 bzip2-1.0.4/bzip2recover.c 2007-02-05 11:55:17.0 +0100
+@@ -309,7 +309,8 @@
+UInt32  buffHi, buffLo, blockCRC;
+Char*   p;
+ 
+-   strcpy ( progName, argv[0] );
++   strncpy ( progName, argv[0], BZ_MAX_FILENAME-1);
++   progName[BZ_MAX_FILENAME-1]='\0';
+inFileName[0] = outFileName[0] = 0;
+ 
+fprintf ( stderr, 

Copied: bzip2/repos/testing-x86_64/PKGBUILD (from rev 284931, 
bzip2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-28 10:28:18 UTC (rev 284932)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Judd  
+
+pkgname=bzip2
+pkgver=1.0.6
+pkgrel=6
+pkgdesc="A high-quality data compression program"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://sources.redhat.com/bzip2;
+groups=('base')
+depends=('glibc' 'sh')
+source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
+bzip2-1.0.4-bzip2recover.patch
+

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

2016-12-28 Thread Christian Hesse
Date: Wednesday, December 28, 2016 @ 10:06:53
  Author: eworm
Revision: 203198

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

Added:
  
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 203197, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  mysql-workbench/repos/community-i686/PKGBUILD
(from rev 203197, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-i686/arch_linux_profile.xml
(from rev 203197, mysql-workbench/trunk/arch_linux_profile.xml)
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 203197, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  mysql-workbench/repos/community-x86_64/PKGBUILD
(from rev 203197, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml
(from rev 203197, mysql-workbench/trunk/arch_linux_profile.xml)
Deleted:
  
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
  mysql-workbench/repos/community-i686/PKGBUILD
  mysql-workbench/repos/community-i686/arch_linux_profile.xml
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
  mysql-workbench/repos/community-x86_64/PKGBUILD
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml

--+
 /0001-mysql-workbench-no-check-for-updates.patch |   42 +
 /PKGBUILD|  282 
++
 community-i686/0001-mysql-workbench-no-check-for-updates.patch   |   21 
 community-i686/PKGBUILD  |  141 -
 community-x86_64/0001-mysql-workbench-no-check-for-updates.patch |   21 
 community-x86_64/PKGBUILD|  141 -
 6 files changed, 324 insertions(+), 324 deletions(-)

Deleted: community-i686/0001-mysql-workbench-no-check-for-updates.patch
===
--- community-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-12-28 10:06:48 UTC (rev 203197)
+++ community-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-12-28 10:06:53 UTC (rev 203198)
@@ -1,21 +0,0 @@
-diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
-index a32256c..08d9a21 100644
 a/res/wbdata/main_menu.xml
-+++ b/res/wbdata/main_menu.xml
-@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
-   action
- 
- 
-+  
- 
- 
-   separator

Copied: 
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 203197, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-i686/0001-mysql-workbench-no-check-for-updates.patch  
(rev 0)
+++ community-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-12-28 10:06:53 UTC (rev 203198)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
+   action
+ 
+ 
++  
+ 
+ 
+   separator

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-28 10:06:48 UTC (rev 203197)
+++ community-i686/PKGBUILD 2016-12-28 10:06:53 UTC (rev 203198)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Alexandre Boily 
-# Contributor: Illarion Kovalchuk 
-# Contributor: totoloco 
-# Contributor: Ionut Biru 
-
-pkgname=mysql-workbench
-pkgver=6.3.8
-pkgrel=4
-_mysql_version=5.7.17
-_connector_version=1.1.7
-_gdal_version=2.1.2
-_boost_version=1.59.0
-pkgdesc='A cross-platform, visual database design tool developed by MySQL'
-arch=('i686' 'x86_64')
-url='https://www.mysql.com/products/workbench/'
-license=('GPL2')
-depends=('cairo' 'ctemplate' 'desktop-file-utils' 'freetype2' 'gtkmm'
-   'hicolor-icon-theme' 'libgl' 'libgnome-keyring' 'libiodbc' 'libxml2'
-   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 
'python2-paramiko'
-   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++')
-optdepends=('gnome-keyring: store SSH/MySQL passwords in GNOME password 
manager'
-   'python2-pyodbc: database migration')
-makedepends=('cmake' 'boost' 'mesa' 'swig' 'imagemagick')
-validpgpkeys=('A4A9406876FCBD3C456770C88C718D3B5072E1F5')

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

2016-12-28 Thread Christian Hesse
Date: Wednesday, December 28, 2016 @ 10:06:48
  Author: eworm
Revision: 203197

upgpkg: mysql-workbench 6.3.8-5

update bundled mysql-connector-c++ to version 1.1.8

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 07:50:15 UTC (rev 203196)
+++ PKGBUILD2016-12-28 10:06:48 UTC (rev 203197)
@@ -7,9 +7,9 @@
 
 pkgname=mysql-workbench
 pkgver=6.3.8
-pkgrel=4
+pkgrel=5
 _mysql_version=5.7.17
-_connector_version=1.1.7
+_connector_version=1.1.8
 _gdal_version=2.1.2
 _boost_version=1.59.0
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
@@ -35,7 +35,7 @@
 'SKIP'
 'cebf23e858aee11e354c57d30de7a079754bdc2ef85eb684782458332a4b9651'
 'SKIP'
-'5b353fbcd26f607a2a0987ce78a4b811f8971813d46b0f4ae6fa07887e9fc763'
+'85ff10bd056128562f92b440eb27766cfcd558b474bfddc1153f7dd8feb5f963'
 'SKIP'
 'b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374'
 '727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca'


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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 10:02:26
  Author: alucryd
Revision: 284929

x265 2.2 rebuild: ffmpeg 1:3.2.2-2

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 09:36:34 UTC (rev 284928)
+++ PKGBUILD2016-12-28 10:02:26 UTC (rev 284929)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 10:02:39
  Author: alucryd
Revision: 284930

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-28 10:02:26 UTC (rev 284929)
+++ extra-i686/PKGBUILD 2016-12-28 10:02:39 UTC (rev 284930)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=3.2.2
-pkgrel=1
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
- 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
- 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
- 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
- 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-netcdf \
---enable-shared \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 284929, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-28 10:02:39 UTC (rev 284930)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.2.2
+pkgrel=2
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 'libvidstab.so' 

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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 09:36:34
  Author: alucryd
Revision: 284928

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-28 09:33:07 UTC (rev 284927)
+++ extra-i686/PKGBUILD 2016-12-28 09:36:34 UTC (rev 284928)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kfgz 
-
-pkgname=x265
-pkgver=2.1
-pkgrel=2
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=('i686' 'x86_64')
-url='https://bitbucket.org/multicoreware/x265'
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('yasm' 'cmake')
-provides=('libx265.so')
-source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
-sha256sums=('88fcb9af4ba52c0757ac9c0d8cd5ec79951a22905ae886897e06954353d6a643')
-
-prepare() {
-  cd x265_${pkgver}
-
-  for d in 8 $([[ $CARCH == 'x86_64' ]] && echo "10 12"); do
-if [[ -d build-$d ]]; then
-  rm -rf build-$d
-fi
-mkdir build-$d
-  done
-}
-
-build() {
-  if [[ $CARCH == x86_64 ]]; then
-
-cd x265_${pkgver}/build-12
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DHIGH_BIT_DEPTH='TRUE' \
-  -DMAIN12='TRUE' \
-  -DEXPORT_C_API='FALSE' \
-  -DENABLE_CLI='FALSE' \
-  -DENABLE_SHARED='FALSE'
-make
-
-cd ../build-10
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DHIGH_BIT_DEPTH='TRUE' \
-  -DEXPORT_C_API='FALSE' \
-  -DENABLE_CLI='FALSE' \
-  -DENABLE_SHARED='FALSE'
-make
-
-cd ../build-8
-
-ln -s ../build-10/libx265.a libx265_main10.a
-ln -s ../build-12/libx265.a libx265_main12.a
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DENABLE_SHARED='TRUE' \
-  -DEXTRA_LIB='x265_main10.a;x265_main12.a' \
-  -DEXTRA_LINK_FLAGS='-L.' \
-  -DLINKED_10BIT='TRUE' \
-  -DLINKED_12BIT='TRUE'
-make
-
-  else
-
-cd x265_${pkgver}/build-8
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DENABLE_SHARED='TRUE'
-
-  fi
-}
-
-package() {
-  cd x265_${pkgver}/build-8
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: x265/repos/extra-i686/PKGBUILD (from rev 284927, x265/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-28 09:36:34 UTC (rev 284928)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kfgz 
+
+pkgname=x265
+pkgver=2.2
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+url='https://bitbucket.org/multicoreware/x265'
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+provides=('libx265.so')
+source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
+sha256sums=('b872552535e41fbffa03ba7cbcd3479c42c4053868309292e78e147b7773ac4b')
+
+prepare() {
+  cd x265_${pkgver}
+
+  for d in 8 $([[ $CARCH == 'x86_64' ]] && echo "10 12"); do
+if [[ -d build-$d ]]; then
+  rm -rf build-$d
+fi
+mkdir build-$d
+  done
+}
+
+build() {
+  if [[ $CARCH == x86_64 ]]; then
+
+cd x265_${pkgver}/build-12
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DMAIN12='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  -DENABLE_CLI='FALSE' \
+  -DENABLE_SHARED='FALSE'
+make
+
+cd ../build-10
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  -DENABLE_CLI='FALSE' \
+  -DENABLE_SHARED='FALSE'
+make
+
+cd ../build-8
+
+ln -s ../build-10/libx265.a libx265_main10.a
+ln -s ../build-12/libx265.a libx265_main12.a
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DENABLE_SHARED='TRUE' \
+  -DEXTRA_LIB='x265_main10.a;x265_main12.a' \
+  -DEXTRA_LINK_FLAGS='-L.' \
+  -DLINKED_10BIT='TRUE' \
+  -DLINKED_12BIT='TRUE'
+make
+
+  else
+
+cd x265_${pkgver}/build-8
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DENABLE_SHARED='TRUE'
+
+  fi
+}
+
+package() {
+  cd x265_${pkgver}/build-8
+
+  make 

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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 09:33:07
  Author: alucryd
Revision: 284927

upgpkg: x265 2.2-1

Modified:
  x265/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 09:30:46 UTC (rev 284926)
+++ PKGBUILD2016-12-28 09:33:07 UTC (rev 284927)
@@ -4,8 +4,8 @@
 # Contributor: kfgz 
 
 pkgname=x265
-pkgver=2.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
 pkgdesc='Open Source H265/HEVC video encoder'
 arch=('i686' 'x86_64')
 url='https://bitbucket.org/multicoreware/x265'
@@ -14,7 +14,7 @@
 makedepends=('yasm' 'cmake')
 provides=('libx265.so')
 
source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
-sha256sums=('88fcb9af4ba52c0757ac9c0d8cd5ec79951a22905ae886897e06954353d6a643')
+sha256sums=('b872552535e41fbffa03ba7cbcd3479c42c4053868309292e78e147b7773ac4b')
 
 prepare() {
   cd x265_${pkgver}


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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 09:30:31
  Author: alucryd
Revision: 284925

x265 2.2 rebuild: avidemux 2.6.15-2

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 07:20:36 UTC (rev 284924)
+++ PKGBUILD2016-12-28 09:30:31 UTC (rev 284925)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
 pkgver=2.6.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
 arch=('i686' 'x86_64')


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

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 09:30:46
  Author: alucryd
Revision: 284926

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-28 09:30:31 UTC (rev 284925)
+++ extra-i686/PKGBUILD 2016-12-28 09:30:46 UTC (rev 284926)
@@ -1,71 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=avidemux
-pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.6.15
-pkgrel=1
-pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
-url='http://fixounet.free.fr/avidemux/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
- 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
- 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
- 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha512sums=('42964509cb51133abe624631d07bd223a7cee9fcfd971655ce26193598a48428a2eb1ba0c43034477b60a626fd332431281217644baa82f935f4aeb945d4508a')
-
-prepare() {
-  cd ${pkgbase}_${pkgver}
-  sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
-  cp avidemux2.desktop avidemux-qt.desktop
-  sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
-  sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
-}
-
-build() {
-  cd ${pkgbase}_${pkgver}
-  bash bootStrap.bash --with-core --with-cli --with-plugins
-}
-
-package_avidemux-cli() {
-  depends=('libxml2' 'fontconfig' 'libvpx' 'libva' 'sqlite')
-  optdepends=('lame: for the corresponding audio encoder plugin'
-  'faac: for the corresponding audio encoder plugin'
-  'faad2: for the corresponding audio decoder plugin'
-  'opus: for the corresponding audio decoder plugin'
-  'opencore-amr: for the corresponding audio decoder plugin'
-  'jack: for the corresponding audio device plugin'
-  'libpulse: for the corresponding audio device plugin'
-  'x264: for the corresponding video encoder plugin'
-  'libx264: for the corresponding video encoder plugin'
-  'x265: for the corresponding video encoder plugin'
-  'xvidcore: for the corresponding video encoder plugin'
-  'qt5-base: for the QtScript scripting support'
-  'libdca: for the corresponding audio decoder plugin'
-  'fribidi: for the corresponding video filter plugin')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildCli DESTDIR="${pkgdir}" install
-  make -C buildCore DESTDIR="${pkgdir}" install
-  make -C buildPluginsCLI DESTDIR="${pkgdir}" install
-  make -C buildPluginsCommon DESTDIR="${pkgdir}" install
-
-  install -Dm 644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png"
-  install -Dm 644 man/avidemux.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-package_avidemux-qt() {
-  pkgdesc='Graphical tool to edit video (filter/re-encode/split) - Qt GUI'
-  depends=("avidemux-cli=${pkgver}" 'qt5-base' 'x264' 'x265' 'libx264' 'glu' 
'libxv' 'desktop-file-utils')
-  replaces=('avidemux-gtk')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildQt5 DESTDIR="${pkgdir}" install
-  make -C buildPluginsQt5 DESTDIR="${pkgdir}" install
-  install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: avidemux/repos/extra-i686/PKGBUILD (from rev 284925, 
avidemux/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-28 09:30:46 UTC (rev 284926)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-qt')
+pkgver=2.6.15
+pkgrel=2
+pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
+url='http://fixounet.free.fr/avidemux/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264'