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

2016-05-17 Thread Allan McRae
Date: Wednesday, May 18, 2016 @ 07:56:29
  Author: allan
Revision: 268274

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

Added:
  pacman/repos/testing-i686/
  pacman/repos/testing-i686/PKGBUILD
(from rev 268273, pacman/trunk/PKGBUILD)
  pacman/repos/testing-i686/makepkg.conf
(from rev 268273, pacman/trunk/makepkg.conf)
  pacman/repos/testing-i686/pacman-5.0.1-roundup.patch
(from rev 268273, pacman/trunk/pacman-5.0.1-roundup.patch)
  pacman/repos/testing-i686/pacman.conf.i686
(from rev 268273, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-i686/pacman.conf.x86_64
(from rev 268273, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 268273, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 268273, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman-5.0.1-roundup.patch
(from rev 268273, pacman/trunk/pacman-5.0.1-roundup.patch)
  pacman/repos/testing-x86_64/pacman.conf.i686
(from rev 268273, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 268273, pacman/trunk/pacman.conf.x86_64)

---+
 testing-i686/PKGBUILD |   99 +++
 testing-i686/makepkg.conf |  147 +++
 testing-i686/pacman-5.0.1-roundup.patch   |  174 
 testing-i686/pacman.conf.i686 |   91 ++
 testing-i686/pacman.conf.x86_64   |  100 
 testing-x86_64/PKGBUILD   |   99 +++
 testing-x86_64/makepkg.conf   |  147 +++
 testing-x86_64/pacman-5.0.1-roundup.patch |  174 
 testing-x86_64/pacman.conf.i686   |   91 ++
 testing-x86_64/pacman.conf.x86_64 |  100 
 10 files changed, 1222 insertions(+)

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


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

2016-05-17 Thread Allan McRae
Date: Wednesday, May 18, 2016 @ 07:54:54
  Author: allan
Revision: 268273

upgpkg: pacman 5.0.1-4

pull upstream patchset, fixes pacman-key with latest gpg

Added:
  pacman/trunk/pacman-5.0.1-roundup.patch
Modified:
  pacman/trunk/PKGBUILD
Deleted:
  pacman/trunk/0001-libmakepkg-fix-is_array-function.patch

-+
 0001-libmakepkg-fix-is_array-function.patch |   32 
 PKGBUILD|   10 -
 pacman-5.0.1-roundup.patch  |  174 ++
 3 files changed, 180 insertions(+), 36 deletions(-)

Deleted: 0001-libmakepkg-fix-is_array-function.patch
===
--- 0001-libmakepkg-fix-is_array-function.patch 2016-05-17 23:40:45 UTC (rev 
268272)
+++ 0001-libmakepkg-fix-is_array-function.patch 2016-05-18 05:54:54 UTC (rev 
268273)
@@ -1,32 +0,0 @@
-From 2822a45fa91b430c99b4b8bd3531ee745ada1ab7 Mon Sep 17 00:00:00 2001
-From: Allan McRae 
-Date: Fri, 26 Feb 2016 15:01:11 +1000
-Subject: [PATCH] libmakepkg: fix is_array function
-
-This happened to work for the majority of cases because the only calling
-function used a variable named "i" that was related to the variable being
-passed to the function.
-
-Fixes FS#48340.
-
-Signed-off-by: Allan McRae 

- scripts/libmakepkg/util/util.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/scripts/libmakepkg/util/util.sh b/scripts/libmakepkg/util/util.sh
-index 675e75d..f9f1c20 100644
 a/scripts/libmakepkg/util/util.sh
-+++ b/scripts/libmakepkg/util/util.sh
-@@ -46,7 +46,7 @@ is_array() {
-   local shellopts=$(shopt -p)
-   shopt -s extglob
- 
--  if [[ $(declare -p "$i") == declare\ -*([[:alnum:]])a*([[:alnum:]])\ * 
]]; then
-+  if [[ $(declare -p "$v") == declare\ -*([[:alnum:]])a*([[:alnum:]])\ * 
]]; then
-   ret=0
-   fi
- 
--- 
-2.7.1
-

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 23:40:45 UTC (rev 268272)
+++ PKGBUILD2016-05-18 05:54:54 UTC (rev 268273)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=5.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/;
@@ -13,6 +13,7 @@
 groups=('base' 'base-devel')
 depends=('bash' 'glibc' 'libarchive' 'curl'
  'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('asciidoc')
 checkdepends=('python2' 'fakechroot')
 provides=('pacman-contrib')
 conflicts=('pacman-contrib')
@@ -20,13 +21,13 @@
 backup=(etc/pacman.conf etc/makepkg.conf)
 options=('strip' 'debug')
 
source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
-0001-libmakepkg-fix-is_array-function.patch
+pacman-5.0.1-roundup.patch
 pacman.conf.i686
 pacman.conf.x86_64
 makepkg.conf)
 md5sums=('377a2664d6007d72d6d8a126add83bcf'
  'SKIP'
- '55732144f1048f714f1f93203e9b7728'
+ '1a6573187531068d38cb4478cd20368c'
  'bdb40c76225c2fd8874bd34b6a3f6ad7'
  'c511ee4c7a86a37e8841440ede89300d'
  'f5b59fe5f016eebd9590318530bbd996')
@@ -36,7 +37,8 @@
 prepare() {
   cd "$pkgname-$pkgver"
   
-  patch -p1 -i $srcdir/0001-libmakepkg-fix-is_array-function.patch
+  # v5.0.1..pacman-5.0.1..c2f97580
+  patch -p1 -i $srcdir/pacman-5.0.1-roundup.patch
 }
 
 build() {

Added: pacman-5.0.1-roundup.patch
===
--- pacman-5.0.1-roundup.patch  (rev 0)
+++ pacman-5.0.1-roundup.patch  2016-05-18 05:54:54 UTC (rev 268273)
@@ -0,0 +1,174 @@
+diff --git a/NEWS b/NEWS
+index 07aa028..b7298bf 100644
+--- a/NEWS
 b/NEWS
+@@ -1,5 +1,22 @@
+ VERSION DESCRIPTION
+ -
++5.0.1 - fix alignment issues with wide character locales (FS#47980)
++  - fix removal of .pacnew files (FS#47993)
++  - fix triggering of Install hooks (FS#47996)
++  - fix handling of stdin scripts called by pacman
++  - hook activity is logged
++  - documentataion updates for alpm-hooks (FS#48080)
++  - makepkg:
++- increase robustness of variable array checks
++- makepkg -g does not perform current architecture checks
++- do not run prepare() with --noextract
++- all directories in the packaging directory are cleared
++  before each build
++- fix translations issues (FS#48057, FS#48298)
++  - repo-add:
++- fix checking for non-existent database
++  - contrib:
++- zsh_completion: updated makepkg options
+ 5.0.0 - pacman can run hooks pre- and post-transaction. See the
+  

[arch-commits] Commit in linux-zen/repos (14 files)

2016-05-17 Thread Jan Steffens
Date: Wednesday, May 18, 2016 @ 01:40:45
  Author: heftig
Revision: 268272

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 268271, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 268271, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 268271, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 268271, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 268271, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 268271, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 268271, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 268271, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 268271, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 268271, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 268271, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 268271, linux-zen/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  308 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8120 +
 testing-i686/config.x86_64   | 7882 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  308 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8120 +
 testing-x86_64/config.x86_64 | 7882 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 32744 insertions(+)

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


[arch-commits] Commit in linux-zen/trunk (PKGBUILD config config.x86_64)

2016-05-17 Thread Jan Steffens
Date: Wednesday, May 18, 2016 @ 01:06:15
  Author: heftig
Revision: 268271

4.6-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config
  linux-zen/trunk/config.x86_64

---+
 PKGBUILD  |   30 +++---
 config|  264 
 config.x86_64 |  253 -
 3 files changed, 362 insertions(+), 185 deletions(-)

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


[arch-commits] Commit in flightgear/repos/community-x86_64 (3 files)

2016-05-17 Thread Sergej Pupykin
Date: Wednesday, May 18, 2016 @ 00:20:15
  Author: spupykin
Revision: 175604

archrelease: copy trunk to community-x86_64

Added:
  flightgear/repos/community-x86_64/PKGBUILD
(from rev 175603, flightgear/trunk/PKGBUILD)
  flightgear/repos/community-x86_64/build-fix.patch
(from rev 175603, flightgear/trunk/build-fix.patch)
Deleted:
  flightgear/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   92 --
 build-fix.patch |   20 +++
 2 files changed, 69 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 21:57:09 UTC (rev 175603)
+++ PKGBUILD2016-05-17 22:20:15 UTC (rev 175604)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=2016.1.2
-_pkgver=2016.1
-pkgrel=1
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-#source=("git://git.code.sf.net/p/flightgear/flightgear#commit=74356e84f70c7c6504fd6711b8e3272184c6ad56")
-md5sums=('4638df5b260b25860aff4dbe4bef5021')
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-x86_64/PKGBUILD (from rev 175603, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 22:20:15 UTC (rev 175604)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=2016.2.1
+_pkgver=2016.2
+pkgrel=1
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
+license=("GPL")
+url="http://www.flightgear.org/;
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;
+   "build-fix.patch")
+md5sums=('04b4817ba9d8953013c43f5f201b495f'
+ 'b3d60c225955fd4b8d80ac2087288e43')
+
+prepare() {
+  cd $srcdir/flightgear-$pkgver
+  patch -p1 -i $srcdir/build-fix.patch
+}
+
+build() {
+  cd $srcdir/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd $srcdir/flightgear-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
+  ln -sf flightgear $pkgdir/usr/share/FlightGear
+}

Copied: flightgear/repos/community-x86_64/build-fix.patch (from rev 175603, 
flightgear/trunk/build-fix.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2016-05-17 22:20:15 UTC (rev 175604)
@@ -0,0 +1,20 @@
+diff -wbBur flightgear-2016.2.1.org/src/Navaids/PositionedOctree.hxx 

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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 23:57:02
  Author: spupykin
Revision: 175602

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 21:56:51 UTC (rev 175601)
+++ community-i686/PKGBUILD 2016-05-17 21:57:02 UTC (rev 175602)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=simgear
-pkgver=2016.1.2
-_pkgver=2016.1
-pkgrel=1
-pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags' 'staticlibs')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-#source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb")
-md5sums=('f12fa76491933ecdb3479a4f61f9233d')
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-i686/PKGBUILD (from rev 175601, 
simgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 21:57:02 UTC (rev 175602)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=simgear
+pkgver=2016.2.1
+_pkgver=2016.2
+pkgrel=1
+pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
+arch=(i686 x86_64)
+depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
+makedepends=('boost' 'cmake' 'mesa')
+license=("GPL")
+url="http://www.flightgear.org/;
+options=('!makeflags' 'staticlibs')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+#source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb")
+md5sums=('7bd21e63ffb83109f530627c593d94cd')
+
+build() {
+  cd $srcdir/simgear-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $srcdir/simgear-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-17 21:56:51 UTC (rev 175601)
+++ community-x86_64/PKGBUILD   2016-05-17 21:57:02 UTC (rev 175602)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=simgear
-pkgver=2016.1.2
-_pkgver=2016.1
-pkgrel=1
-pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags' 'staticlibs')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-#source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb")
-md5sums=('f12fa76491933ecdb3479a4f61f9233d')
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-x86_64/PKGBUILD (from rev 175601, 
simgear/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-17 21:57:02 UTC (rev 175602)
@@ -0,0 +1,30 @@
+# 

[arch-commits] Commit in minetest/repos (14 files)

2016-05-17 Thread Laurent Carlier
Date: Tuesday, May 17, 2016 @ 23:57:09
  Author: lcarlier
Revision: 175603

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

Added:
  minetest/repos/community-i686/PKGBUILD
(from rev 175601, minetest/trunk/PKGBUILD)
  minetest/repos/community-i686/minetest-server.install
(from rev 175601, minetest/trunk/minetest-server.install)
  minetest/repos/community-i686/minetest@.service
(from rev 175601, minetest/trunk/minetest@.service)
  minetest/repos/community-x86_64/PKGBUILD
(from rev 175602, minetest/trunk/PKGBUILD)
  minetest/repos/community-x86_64/minetest-server.install
(from rev 175602, minetest/trunk/minetest-server.install)
  minetest/repos/community-x86_64/minetest@.service
(from rev 175602, minetest/trunk/minetest@.service)
Deleted:
  minetest/repos/community-i686/PKGBUILD
  minetest/repos/community-i686/minetest-server.install
  minetest/repos/community-i686/minetest.install
  minetest/repos/community-i686/minetest@.service
  minetest/repos/community-x86_64/PKGBUILD
  minetest/repos/community-x86_64/minetest-server.install
  minetest/repos/community-x86_64/minetest.install
  minetest/repos/community-x86_64/minetest@.service

--+
 /PKGBUILD|  172 +
 /minetest-server.install |   16 ++
 /minetest@.service   |   20 +++
 community-i686/PKGBUILD  |   87 --
 community-i686/minetest-server.install   |8 -
 community-i686/minetest.install  |   12 --
 community-i686/minetest@.service |   10 -
 community-x86_64/PKGBUILD|   87 --
 community-x86_64/minetest-server.install |8 -
 community-x86_64/minetest.install|   12 --
 community-x86_64/minetest@.service   |   10 -
 11 files changed, 208 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 21:57:02 UTC (rev 175602)
+++ community-i686/PKGBUILD 2016-05-17 21:57:09 UTC (rev 175603)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Konsta Kokkinen 
-
-pkgname=('minetest' 'minetest-server' 'minetest-common')
-pkgver=0.4.13
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://minetest.net/'
-license=('GPL')
-makedepends=('sqlite' 'freetype2' 'leveldb' 'openal' 'libvorbis' 'curl' 
'irrlicht'
- 'hicolor-icon-theme' 'cmake' 'hiredis')
-source=($pkgname-$pkgver.tar.gz::https://github.com/minetest/minetest/archive/$pkgver.tar.gz
-
$pkgname-data-$pkgver.tar.gz::https://github.com/minetest/minetest_game/archive/$pkgver.tar.gz
-minetest@.service)
-md5sums=('e3385b55faeb1164ac5349dd9b21b461'
- 'cc02e8844bbfbd14a3545a202ef38772'
- 'ec193b09eb85f2518aaa17506ad06c57')
-
-prepare() {
-  install -d build-{client,server}
-}
-
-build() {
-  cd "$srcdir"/build-client
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_CLIENT=1 \
--DENABLE_GETTEXT=1 \
--DENABLE_FREETYPE=1 \
--DENABLE_LEVELDB=0 \
--DENABLE_REDIS=0
-  make
-
-  cd "$srcdir"/build-server
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_CLIENT=0 \
--DBUILD_SERVER=1 \
--DENABLE_LEVELDB=1 \
--DENABLE_REDIS=1
-  make
-}
-
-package_minetest() {
-  pkgdesc='Multiplayer infinite-world block sandbox game'
-  depends=('minetest-common' 'irrlicht' 'curl' 'libvorbis' 'sqlite'
-   'openal' 'hicolor-icon-theme' 'desktop-file-utils' 'xdg-utils')
-  install=$pkgname.install
-
-  cd build-client
-  make DESTDIR="$pkgdir" install
-  cp -r locale "$pkgdir"/usr/share/
-
-  rm -rf "$pkgdir"/usr/share/{minetest,doc}
-  rm "$pkgdir"/usr/share/man/man6/minetestserver.6
-}
-
-package_minetest-server() {
-  pkgdesc='Server of infinite-world block sandbox game'
-  depends=('minetest-common' 'leveldb' 'curl' 'sqlite' 'hiredis')
-  install=$pkgname.install
-
-  cd build-server
-  make DESTDIR="$pkgdir" install
-  install -d  "$pkgdir"/etc/minetest
-  install -Dm644 ../minetest@.service \
-"$pkgdir"/usr/lib/systemd/system/minetest@.service
-
-  rm -rf "$pkgdir"/usr/share/{minetest,appdata,applications,icons,doc}
-  rm "$pkgdir"/usr/share/man/man6/minetest.6
-}
-
-package_minetest-common() {
-  pkgdesc='Common data files for minetest and minetest-server'
-
-  cd $pkgbase-$pkgver
-  install -d "$pkgdir"/usr/share/minetest
-
-  cp -r games builtin client fonts textures "$pkgdir"/usr/share/minetest/
-  cp -r "$srcdir"/minetest_game-$pkgver 
"$pkgdir"/usr/share/minetest/games/minetest
-  rm "$pkgdir"/usr/share/minetest/games/minetest/.gitignore
-
-  for file in doc/{lua_api,mapformat,menu_lua_api}.txt minetest.conf.example; 
do
-install -Dm644 $file "$pkgdir"/usr/share/minetest/doc/$(basename $file)
-  done
-}

Copied: minetest/repos/community-i686/PKGBUILD (from rev 

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

2016-05-17 Thread Laurent Carlier
Date: Tuesday, May 17, 2016 @ 23:56:51
  Author: lcarlier
Revision: 175601

upgpkg: minetest 0.4.14-1

upstream update 0.4.14

Modified:
  minetest/trunk/PKGBUILD
Deleted:
  minetest/trunk/minetest.install

--+
 PKGBUILD |   13 ++---
 minetest.install |   12 
 2 files changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 21:56:46 UTC (rev 175600)
+++ PKGBUILD2016-05-17 21:56:51 UTC (rev 175601)
@@ -3,8 +3,8 @@
 # Contributor: Konsta Kokkinen 
 
 pkgname=('minetest' 'minetest-server' 'minetest-common')
-pkgver=0.4.13
-pkgrel=4
+pkgver=0.4.14
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://minetest.net/'
 license=('GPL')
@@ -13,8 +13,8 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/minetest/minetest/archive/$pkgver.tar.gz
 
$pkgname-data-$pkgver.tar.gz::https://github.com/minetest/minetest_game/archive/$pkgver.tar.gz
 minetest@.service)
-md5sums=('e3385b55faeb1164ac5349dd9b21b461'
- 'cc02e8844bbfbd14a3545a202ef38772'
+md5sums=('3c59e042ab69f07871618c707092beb8'
+ '22a472d15175bc5e3f5289a2f19d9b5a'
  'ec193b09eb85f2518aaa17506ad06c57')
 
 prepare() {
@@ -46,7 +46,6 @@
   pkgdesc='Multiplayer infinite-world block sandbox game'
   depends=('minetest-common' 'irrlicht' 'curl' 'libvorbis' 'sqlite'
'openal' 'hicolor-icon-theme' 'desktop-file-utils' 'xdg-utils')
-  install=$pkgname.install
 
   cd build-client
   make DESTDIR="$pkgdir" install
@@ -59,7 +58,7 @@
 package_minetest-server() {
   pkgdesc='Server of infinite-world block sandbox game'
   depends=('minetest-common' 'leveldb' 'curl' 'sqlite' 'hiredis')
-  install=$pkgname.install
+  install=minetest-server.install
 
   cd build-server
   make DESTDIR="$pkgdir" install
@@ -81,7 +80,7 @@
   cp -r "$srcdir"/minetest_game-$pkgver 
"$pkgdir"/usr/share/minetest/games/minetest
   rm "$pkgdir"/usr/share/minetest/games/minetest/.gitignore
 
-  for file in doc/{lua_api,mapformat,menu_lua_api}.txt minetest.conf.example; 
do
+  for file in doc/{fst_api,lua_api,menu_lua_api,protocol,world_format}.txt; do
 install -Dm644 $file "$pkgdir"/usr/share/minetest/doc/$(basename $file)
   done
 }

Deleted: minetest.install
===
--- minetest.install2016-05-17 21:56:46 UTC (rev 175600)
+++ minetest.install2016-05-17 21:56:51 UTC (rev 175601)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database &>/dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 23:56:46
  Author: spupykin
Revision: 175600

upgpkg: simgear 2016.2.1-1

upd

Modified:
  simgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 21:48:07 UTC (rev 175599)
+++ PKGBUILD2016-05-17 21:56:46 UTC (rev 175600)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen 
 
 pkgname=simgear
-pkgver=2016.1.2
-_pkgver=2016.1
+pkgver=2016.2.1
+_pkgver=2016.2
 pkgrel=1
 pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 options=('!makeflags' 'staticlibs')
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 
#source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb")
-md5sums=('f12fa76491933ecdb3479a4f61f9233d')
+md5sums=('7bd21e63ffb83109f530627c593d94cd')
 
 build() {
   cd $srcdir/simgear-$pkgver


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

2016-05-17 Thread Evangelos Foutras
Date: Tuesday, May 17, 2016 @ 23:49:28
  Author: foutrelis
Revision: 268270

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

Added:
  xfce4-dict/repos/extra-i686/PKGBUILD
(from rev 268269, xfce4-dict/trunk/PKGBUILD)
  xfce4-dict/repos/extra-x86_64/PKGBUILD
(from rev 268269, xfce4-dict/trunk/PKGBUILD)
Deleted:
  xfce4-dict/repos/extra-i686/PKGBUILD
  xfce4-dict/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-17 21:49:19 UTC (rev 268269)
+++ extra-i686/PKGBUILD 2016-05-17 21:49:28 UTC (rev 268270)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-dict
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="A dictionary plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-dict;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('xfce4-dict-plugin')
-conflicts=('xfce4-dict-plugin')
-replaces=('xfce4-dict-plugin')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-dict/repos/extra-i686/PKGBUILD (from rev 268269, 
xfce4-dict/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-17 21:49:28 UTC (rev 268270)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-dict
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="A dictionary plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-dict;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('xfce4-dict-plugin')
+conflicts=('xfce4-dict-plugin')
+replaces=('xfce4-dict-plugin')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e5a2b3ec2a665f53534f57cfeb8b2a4ad28d56c13cf8503b4b329377683b11c7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-17 21:49:19 UTC (rev 268269)
+++ extra-x86_64/PKGBUILD   2016-05-17 21:49:28 UTC (rev 268270)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-dict
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="A dictionary plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-dict;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('xfce4-dict-plugin')
-conflicts=('xfce4-dict-plugin')
-replaces=('xfce4-dict-plugin')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-dict/repos/extra-x86_64/PKGBUILD (from rev 268269, 
xfce4-dict/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-17 21:49:28 UTC (rev 268270)
@@ -0,0 +1,40 @@
+# 

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

2016-05-17 Thread Evangelos Foutras
Date: Tuesday, May 17, 2016 @ 23:49:19
  Author: foutrelis
Revision: 268269

upgpkg: xfce4-dict 0.7.2-1

New upstream release.

Modified:
  xfce4-dict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 21:48:37 UTC (rev 268268)
+++ PKGBUILD2016-05-17 21:49:19 UTC (rev 268269)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-dict
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
 pkgdesc="A dictionary plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-dict;
@@ -16,8 +16,8 @@
 provides=('xfce4-dict-plugin')
 conflicts=('xfce4-dict-plugin')
 replaces=('xfce4-dict-plugin')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e5a2b3ec2a665f53534f57cfeb8b2a4ad28d56c13cf8503b4b329377683b11c7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 23:48:07
  Author: spupykin
Revision: 175599

archrelease: copy trunk to community-any

Added:
  flightgear-data/repos/community-any/PKGBUILD
(from rev 175598, flightgear-data/trunk/PKGBUILD)
Deleted:
  flightgear-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 21:46:57 UTC (rev 175598)
+++ PKGBUILD2016-05-17 21:48:07 UTC (rev 175599)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear-data
-pkgver=2016.1.2
-_pkgver=2016.1
-pkgrel=1
-pkgdesc="Base-Data for the opensource flight-simulator."
-arch=(any)
-license=('GPL')
-url="http://www.flightgear.org/;
-options=(!strip)
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2;)
-#source=("git://git.code.sf.net/p/flightgear/fgdata#commit=2366eaec94caf4622f7b30bec4438d6850aa78d7")
-md5sums=('d7a24a5ccf56c67c6fb799cd2fa62732')
-
-package() {
-  cd $srcdir
-#  rm -rf fgdata/.git/
-  mkdir -p $pkgdir/usr/share/flightgear
-  mv fgdata/ $pkgdir/usr/share/flightgear/data
-  chown root:root $pkgdir/usr/share/flightgear/data
-}

Copied: flightgear-data/repos/community-any/PKGBUILD (from rev 175598, 
flightgear-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 21:48:07 UTC (rev 175599)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear-data
+pkgver=2016.2.1
+_pkgver=2016.2
+pkgrel=1
+pkgdesc="Base-Data for the opensource flight-simulator."
+arch=(any)
+license=('GPL')
+url="http://www.flightgear.org/;
+options=(!strip)
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2;)
+md5sums=('f118026487513e16d0aad185d3818f7b')
+
+package() {
+  cd $srcdir
+  mkdir -p $pkgdir/usr/share/flightgear
+  mv fgdata/ $pkgdir/usr/share/flightgear/data
+  chown root:root $pkgdir/usr/share/flightgear/data
+}


[arch-commits] Commit in xfce4-cpufreq-plugin/repos (4 files)

2016-05-17 Thread Evangelos Foutras
Date: Tuesday, May 17, 2016 @ 23:48:37
  Author: foutrelis
Revision: 268268

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

Added:
  xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
(from rev 268267, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
(from rev 268267, xfce4-cpufreq-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-17 21:48:26 UTC (rev 268267)
+++ extra-i686/PKGBUILD 2016-05-17 21:48:37 UTC (rev 268268)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD (from rev 268267, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-17 21:48:37 UTC (rev 268268)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: tobias 
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="CPU frequency plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('74a162c7e101db0495d5da147aba1f404c33544f04e8c34d7d1d705668102d33')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-17 21:48:26 UTC (rev 268267)
+++ extra-x86_64/PKGBUILD   2016-05-17 21:48:37 UTC (rev 268268)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD (from rev 268267, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-17 21:48:37 UTC (rev 268268)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: tobias 
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="CPU frequency plugin for the Xfce4 panel"

[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2016-05-17 Thread Evangelos Foutras
Date: Tuesday, May 17, 2016 @ 23:48:26
  Author: foutrelis
Revision: 268267

upgpkg: xfce4-cpufreq-plugin 1.1.3-1

New upstream release.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 21:48:03 UTC (rev 268266)
+++ PKGBUILD2016-05-17 21:48:26 UTC (rev 268267)
@@ -4,8 +4,8 @@
 # Contributor: tobias 
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
+sha256sums=('74a162c7e101db0495d5da147aba1f404c33544f04e8c34d7d1d705668102d33')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-eyes-plugin/repos (4 files)

2016-05-17 Thread Evangelos Foutras
Date: Tuesday, May 17, 2016 @ 23:48:03
  Author: foutrelis
Revision: 268266

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

Added:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
(from rev 268265, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 268265, xfce4-eyes-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-17 21:47:51 UTC (rev 268265)
+++ extra-i686/PKGBUILD 2016-05-17 21:48:03 UTC (rev 268266)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.4
-pkgrel=2
-pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl-xml-parser')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-i686/PKGBUILD (from rev 268265, 
xfce4-eyes-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-17 21:48:03 UTC (rev 268266)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.4.5
+pkgrel=1
+pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'perl-xml-parser')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('648f7a1738d852af9482d11330b8ab33901f05256984de73d8cea4d7d7311937')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-17 21:47:51 UTC (rev 268265)
+++ extra-x86_64/PKGBUILD   2016-05-17 21:48:03 UTC (rev 268266)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.4
-pkgrel=2
-pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl-xml-parser')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD (from rev 268265, 
xfce4-eyes-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-17 21:48:03 UTC (rev 268266)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 

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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 23:46:57
  Author: spupykin
Revision: 175598

upgpkg: flightgear-data 2016.2.1-1

upd

Modified:
  flightgear-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 21:46:52 UTC (rev 175597)
+++ PKGBUILD2016-05-17 21:46:57 UTC (rev 175598)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen 
 
 pkgname=flightgear-data
-pkgver=2016.1.2
-_pkgver=2016.1
+pkgver=2016.2.1
+_pkgver=2016.2
 pkgrel=1
 pkgdesc="Base-Data for the opensource flight-simulator."
 arch=(any)
@@ -13,12 +13,10 @@
 url="http://www.flightgear.org/;
 options=(!strip)
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2;)
-#source=("git://git.code.sf.net/p/flightgear/fgdata#commit=2366eaec94caf4622f7b30bec4438d6850aa78d7")
-md5sums=('d7a24a5ccf56c67c6fb799cd2fa62732')
+md5sums=('f118026487513e16d0aad185d3818f7b')
 
 package() {
   cd $srcdir
-#  rm -rf fgdata/.git/
   mkdir -p $pkgdir/usr/share/flightgear
   mv fgdata/ $pkgdir/usr/share/flightgear/data
   chown root:root $pkgdir/usr/share/flightgear/data


[arch-commits] Commit in xfce4-eyes-plugin/trunk (PKGBUILD)

2016-05-17 Thread Evangelos Foutras
Date: Tuesday, May 17, 2016 @ 23:47:51
  Author: foutrelis
Revision: 268265

upgpkg: xfce4-eyes-plugin 4.4.5-1

New upstream release.

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 21:44:11 UTC (rev 268264)
+++ PKGBUILD2016-05-17 21:47:51 UTC (rev 268265)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-eyes-plugin
-pkgver=4.4.4
-pkgrel=2
+pkgver=4.4.5
+pkgrel=1
 pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
@@ -13,8 +13,8 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'hicolor-icon-theme')
 makedepends=('intltool' 'perl-xml-parser')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('648f7a1738d852af9482d11330b8ab33901f05256984de73d8cea4d7d7311937')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in flightgear/repos/community-i686 (3 files)

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 23:46:52
  Author: spupykin
Revision: 175597

archrelease: copy trunk to community-i686

Added:
  flightgear/repos/community-i686/PKGBUILD
(from rev 175596, flightgear/trunk/PKGBUILD)
  flightgear/repos/community-i686/build-fix.patch
(from rev 175596, flightgear/trunk/build-fix.patch)
Deleted:
  flightgear/repos/community-i686/PKGBUILD

-+
 PKGBUILD|   92 --
 build-fix.patch |   20 +++
 2 files changed, 69 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 21:46:37 UTC (rev 175596)
+++ PKGBUILD2016-05-17 21:46:52 UTC (rev 175597)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=2016.1.2
-_pkgver=2016.1
-pkgrel=1
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
-license=("GPL")
-url="http://www.flightgear.org/;
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-#source=("git://git.code.sf.net/p/flightgear/flightgear#commit=74356e84f70c7c6504fd6711b8e3272184c6ad56")
-md5sums=('4638df5b260b25860aff4dbe4bef5021')
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 175596, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 21:46:52 UTC (rev 175597)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=2016.2.1
+_pkgver=2016.2
+pkgrel=1
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
+license=("GPL")
+url="http://www.flightgear.org/;
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;
+   "build-fix.patch")
+md5sums=('04b4817ba9d8953013c43f5f201b495f'
+ 'b3d60c225955fd4b8d80ac2087288e43')
+
+prepare() {
+  cd $srcdir/flightgear-$pkgver
+  patch -p1 -i $srcdir/build-fix.patch
+}
+
+build() {
+  cd $srcdir/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd $srcdir/flightgear-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
+  ln -sf flightgear $pkgdir/usr/share/FlightGear
+}

Copied: flightgear/repos/community-i686/build-fix.patch (from rev 175596, 
flightgear/trunk/build-fix.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2016-05-17 21:46:52 UTC (rev 175597)
@@ -0,0 +1,20 @@
+diff -wbBur flightgear-2016.2.1.org/src/Navaids/PositionedOctree.hxx 
flightgear-2016.2.1/src/Navaids/PositionedOctree.hxx
+--- 

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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 23:46:37
  Author: spupykin
Revision: 175596

upgpkg: flightgear 2016.2.1-1

upd

Added:
  flightgear/trunk/build-fix.patch
Modified:
  flightgear/trunk/PKGBUILD

-+
 PKGBUILD|   16 +++-
 build-fix.patch |   20 
 2 files changed, 31 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 20:53:52 UTC (rev 175595)
+++ PKGBUILD2016-05-17 21:46:37 UTC (rev 175596)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen 
 
 pkgname=flightgear
-pkgver=2016.1.2
-_pkgver=2016.1
+pkgver=2016.2.1
+_pkgver=2016.2
 pkgrel=1
 pkgdesc="An open-source, multi-platform flight simulator"
 arch=(i686 x86_64)
@@ -14,10 +14,16 @@
 license=("GPL")
 url="http://www.flightgear.org/;
 options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-#source=("git://git.code.sf.net/p/flightgear/flightgear#commit=74356e84f70c7c6504fd6711b8e3272184c6ad56")
-md5sums=('4638df5b260b25860aff4dbe4bef5021')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2;
+   "build-fix.patch")
+md5sums=('04b4817ba9d8953013c43f5f201b495f'
+ 'b3d60c225955fd4b8d80ac2087288e43')
 
+prepare() {
+  cd $srcdir/flightgear-$pkgver
+  patch -p1 -i $srcdir/build-fix.patch
+}
+
 build() {
   cd $srcdir/flightgear-$pkgver
   cmake \

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2016-05-17 21:46:37 UTC (rev 175596)
@@ -0,0 +1,20 @@
+diff -wbBur flightgear-2016.2.1.org/src/Navaids/PositionedOctree.hxx 
flightgear-2016.2.1/src/Navaids/PositionedOctree.hxx
+--- flightgear-2016.2.1.org/src/Navaids/PositionedOctree.hxx   2016-05-17 
11:36:25.0 +0300
 flightgear-2016.2.1/src/Navaids/PositionedOctree.hxx   2016-05-17 
21:20:17.788837738 +0300
+@@ -31,6 +31,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ // SimGear
+ #include 
+@@ -60,7 +61,7 @@
+ _order(x),
+ _inner(v)
+ {
+-  assert(!isnan(x));
++  assert(!std::isnan(x));
+ }
+ 
+ Ordered(const Ordered& a) :


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

2016-05-17 Thread Evangelos Foutras
Date: Tuesday, May 17, 2016 @ 23:44:11
  Author: foutrelis
Revision: 268264

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

Added:
  p7zip/repos/extra-i686/CVE-2016-2334.patch
(from rev 268263, p7zip/trunk/CVE-2016-2334.patch)
  p7zip/repos/extra-i686/CVE-2016-2335.patch
(from rev 268263, p7zip/trunk/CVE-2016-2335.patch)
  p7zip/repos/extra-i686/PKGBUILD
(from rev 268263, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-i686/p7zip.install
(from rev 268263, p7zip/trunk/p7zip.install)
  p7zip/repos/extra-x86_64/CVE-2016-2334.patch
(from rev 268263, p7zip/trunk/CVE-2016-2334.patch)
  p7zip/repos/extra-x86_64/CVE-2016-2335.patch
(from rev 268263, p7zip/trunk/CVE-2016-2335.patch)
  p7zip/repos/extra-x86_64/PKGBUILD
(from rev 268263, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-x86_64/p7zip.install
(from rev 268263, p7zip/trunk/p7zip.install)
Deleted:
  p7zip/repos/extra-i686/PKGBUILD
  p7zip/repos/extra-i686/p7zip.install
  p7zip/repos/extra-x86_64/PKGBUILD
  p7zip/repos/extra-x86_64/p7zip.install

--+
 /PKGBUILD|  120 +
 /p7zip.install   |   18 +
 extra-i686/CVE-2016-2334.patch   |   24 +++
 extra-i686/CVE-2016-2335.patch   |   17 +
 extra-i686/PKGBUILD  |   52 
 extra-i686/p7zip.install |9 --
 extra-x86_64/CVE-2016-2334.patch |   24 +++
 extra-x86_64/CVE-2016-2335.patch |   17 +
 extra-x86_64/PKGBUILD|   52 
 extra-x86_64/p7zip.install   |9 --
 10 files changed, 220 insertions(+), 122 deletions(-)

Copied: p7zip/repos/extra-i686/CVE-2016-2334.patch (from rev 268263, 
p7zip/trunk/CVE-2016-2334.patch)
===
--- extra-i686/CVE-2016-2334.patch  (rev 0)
+++ extra-i686/CVE-2016-2334.patch  2016-05-17 21:44:11 UTC (rev 268264)
@@ -0,0 +1,24 @@
+Index: p7zip_15.14.1/CPP/7zip/Archive/HfsHandler.cpp
+===
+--- p7zip_15.14.1.orig/CPP/7zip/Archive/HfsHandler.cpp
 p7zip_15.14.1/CPP/7zip/Archive/HfsHandler.cpp
+@@ -987,7 +987,9 @@ HRESULT CDatabase::LoadCatalog(const CFo
+   item.GroupID = Get32(r + 0x24);
+   item.AdminFlags = r[0x28];
+   item.OwnerFlags = r[0x29];
++  */
+   item.FileMode = Get16(r + 0x2A);
++  /*
+   item.special.iNodeNum = Get16(r + 0x2C); // or .linkCount
+   item.FileType = Get32(r + 0x30);
+   item.FileCreator = Get32(r + 0x34);
+@@ -1572,6 +1574,9 @@ HRESULT CHandler::ExtractZlibFile(
+ 
+ UInt32 size = GetUi32(tableBuf + i * 8 + 4);
+ 
++if (size > buf.Size() || size > kCompressionBlockSize + 1)
++return S_FALSE;
++
+ RINOK(ReadStream_FALSE(inStream, buf, size));
+ 
+ if ((buf[0] & 0xF) == 0xF)

Copied: p7zip/repos/extra-i686/CVE-2016-2335.patch (from rev 268263, 
p7zip/trunk/CVE-2016-2335.patch)
===
--- extra-i686/CVE-2016-2335.patch  (rev 0)
+++ extra-i686/CVE-2016-2335.patch  2016-05-17 21:44:11 UTC (rev 268264)
@@ -0,0 +1,17 @@
+Index: p7zip_15.14.1/CPP/7zip/Archive/Udf/UdfIn.cpp
+===
+--- p7zip_15.14.1.orig/CPP/7zip/Archive/Udf/UdfIn.cpp
 p7zip_15.14.1/CPP/7zip/Archive/Udf/UdfIn.cpp
+@@ -389,7 +389,11 @@ HRESULT CInArchive::ReadFileItem(int vol
+ return S_FALSE;
+   CFile  = Files.Back();
+   const CLogVol  = LogVols[volIndex];
+-  CPartition  = 
Partitions[vol.PartitionMaps[lad.Location.PartitionRef].PartitionIndex];
++  unsigned partitionRef = lad.Location.PartitionRef;
++
++  if (partitionRef >= vol.PartitionMaps.Size())
++  return S_FALSE;
++  CPartition  = 
Partitions[vol.PartitionMaps[partitionRef].PartitionIndex];
+ 
+   UInt32 key = lad.Location.Pos;
+   UInt32 value;

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-17 21:43:53 UTC (rev 268263)
+++ extra-i686/PKGBUILD 2016-05-17 21:44:11 UTC (rev 268264)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Thayer Williams 
-# Contributor: Hugo Doria 
-# Contributor: TuxSpirit  2007/11/17 21:22:36 UTC
-# Contributor: Daniel J Griffiths 
-
-pkgname=p7zip
-pkgver=15.14.1
-pkgrel=1
-pkgdesc="Command-line file archiver with high compression ratio"
-arch=('i686' 'x86_64')
-url="http://p7zip.sourceforge.net/;
-license=('LGPL' 'custom:unRAR')
-depends=('gcc-libs' 'sh')
-makedepends_i686=('nasm')
-makedepends_x86_64=('yasm')
-install=$pkgname.install

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

2016-05-17 Thread Evangelos Foutras
Date: Tuesday, May 17, 2016 @ 23:43:53
  Author: foutrelis
Revision: 268263

upgpkg: p7zip 15.14.1-2

Add patches for CVE-2016-2334 and CVE-2016-2335.

Added:
  p7zip/trunk/CVE-2016-2334.patch
  p7zip/trunk/CVE-2016-2335.patch
Modified:
  p7zip/trunk/PKGBUILD

-+
 CVE-2016-2334.patch |   24 
 CVE-2016-2335.patch |   17 +
 PKGBUILD|   14 +++---
 3 files changed, 52 insertions(+), 3 deletions(-)

Added: CVE-2016-2334.patch
===
--- CVE-2016-2334.patch (rev 0)
+++ CVE-2016-2334.patch 2016-05-17 21:43:53 UTC (rev 268263)
@@ -0,0 +1,24 @@
+Index: p7zip_15.14.1/CPP/7zip/Archive/HfsHandler.cpp
+===
+--- p7zip_15.14.1.orig/CPP/7zip/Archive/HfsHandler.cpp
 p7zip_15.14.1/CPP/7zip/Archive/HfsHandler.cpp
+@@ -987,7 +987,9 @@ HRESULT CDatabase::LoadCatalog(const CFo
+   item.GroupID = Get32(r + 0x24);
+   item.AdminFlags = r[0x28];
+   item.OwnerFlags = r[0x29];
++  */
+   item.FileMode = Get16(r + 0x2A);
++  /*
+   item.special.iNodeNum = Get16(r + 0x2C); // or .linkCount
+   item.FileType = Get32(r + 0x30);
+   item.FileCreator = Get32(r + 0x34);
+@@ -1572,6 +1574,9 @@ HRESULT CHandler::ExtractZlibFile(
+ 
+ UInt32 size = GetUi32(tableBuf + i * 8 + 4);
+ 
++if (size > buf.Size() || size > kCompressionBlockSize + 1)
++return S_FALSE;
++
+ RINOK(ReadStream_FALSE(inStream, buf, size));
+ 
+ if ((buf[0] & 0xF) == 0xF)

Added: CVE-2016-2335.patch
===
--- CVE-2016-2335.patch (rev 0)
+++ CVE-2016-2335.patch 2016-05-17 21:43:53 UTC (rev 268263)
@@ -0,0 +1,17 @@
+Index: p7zip_15.14.1/CPP/7zip/Archive/Udf/UdfIn.cpp
+===
+--- p7zip_15.14.1.orig/CPP/7zip/Archive/Udf/UdfIn.cpp
 p7zip_15.14.1/CPP/7zip/Archive/Udf/UdfIn.cpp
+@@ -389,7 +389,11 @@ HRESULT CInArchive::ReadFileItem(int vol
+ return S_FALSE;
+   CFile  = Files.Back();
+   const CLogVol  = LogVols[volIndex];
+-  CPartition  = 
Partitions[vol.PartitionMaps[lad.Location.PartitionRef].PartitionIndex];
++  unsigned partitionRef = lad.Location.PartitionRef;
++
++  if (partitionRef >= vol.PartitionMaps.Size())
++  return S_FALSE;
++  CPartition  = 
Partitions[vol.PartitionMaps[partitionRef].PartitionIndex];
+ 
+   UInt32 key = lad.Location.Pos;
+   UInt32 value;

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 21:41:51 UTC (rev 268262)
+++ PKGBUILD2016-05-17 21:43:53 UTC (rev 268263)
@@ -8,7 +8,7 @@
 
 pkgname=p7zip
 pkgver=15.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Command-line file archiver with high compression ratio"
 arch=('i686' 'x86_64')
 url="http://p7zip.sourceforge.net/;
@@ -17,8 +17,12 @@
 makedepends_i686=('nasm')
 makedepends_x86_64=('yasm')
 install=$pkgname.install
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/${pkgname}_${pkgver}_src_all.tar.bz2)
-sha256sums=('699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4')
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/${pkgname}_${pkgver}_src_all.tar.bz2
+CVE-2016-2334.patch
+CVE-2016-2335.patch)
+sha256sums=('699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4'
+'632cae14095e065cb550b0f16faf39d8f822d0a8bb5b605e903f3bc7657a4ee5'
+'368870f92c658e8add261695923470855a969c0d7ecafd880ec7144ac245adbf')
 
 prepare() {
   cd "$srcdir/${pkgname}_$pkgver"
@@ -28,6 +32,10 @@
   else
 cp makefile.linux_x86_asm_gcc_4.X makefile.machine
   fi
+
+  # https://sourceforge.net/p/p7zip/discussion/383043/thread/9d0fb86b/
+  patch -Np1 -i ../CVE-2016-2334.patch
+  patch -Np1 -i ../CVE-2016-2335.patch
 }
 
 build() {


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

2016-05-17 Thread Sven-Hendrik Haase
Date: Tuesday, May 17, 2016 @ 22:53:52
  Author: svenstaro
Revision: 175595

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

Added:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
(from rev 175594, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-i686/config.toml
(from rev 175594, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
(from rev 175594, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
(from rev 175594, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 175594, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 175594, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-i686/godeps.patch
(from rev 175594, gitlab-ci-multi-runner/trunk/godeps.patch)
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
(from rev 175594, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
(from rev 175594, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
(from rev 175594, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
(from rev 175594, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 175594, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 175594, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-x86_64/godeps.patch
(from rev 175594, gitlab-ci-multi-runner/trunk/godeps.patch)
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-i686/godeps.patch
  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
  gitlab-ci-multi-runner/repos/community-x86_64/godeps.patch

-+
 /PKGBUILD   |  150 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 ++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 /godeps.patch   |   26 +
 community-i686/PKGBUILD |   75 ---
 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-i686/godeps.patch |   13 --
 community-x86_64/PKGBUILD   |   75 ---
 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 
 community-x86_64/godeps.patch   |   13 --
 21 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 20:53:39 UTC (rev 175594)
+++ community-i686/PKGBUILD 2016-05-17 20:53:52 UTC (rev 175595)
@@ -1,75 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-ci-multi-runner
-pkgver=1.1.3
-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=('GPLv3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'godep' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt.tar.gz')

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

2016-05-17 Thread Sven-Hendrik Haase
Date: Tuesday, May 17, 2016 @ 22:53:39
  Author: svenstaro
Revision: 175594

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

upstream release 1.1.4

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 20:40:21 UTC (rev 175593)
+++ PKGBUILD2016-05-17 20:53:39 UTC (rev 175594)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-ci-multi-runner
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
@@ -21,8 +21,8 @@
 "gitlab-runner.tmpfiles"
 "config.toml"
 "godeps.patch")
-sha256sums=('fc05b5c0dab6251383319b6b4b7df9760c18f92073da34b49f6427d6f85f3478'
-'ad7aa6ba0f4f2be88772a82b1e52c6daf4da0b613c8b29c18b23a5abe117f7b3'
+sha256sums=('cd64a44b20e1e10ab80d538df8115a7b20b06fdc607f890a3aa467017925243c'
+'2975278bad9885bdb5065160bc19e0dab8faff6d984935b69039c2d1dc947948'
 '289f73a16df5c8823a15b67a4aaa635d32b9c49ce4e11baa5d33f12828a1e0bb'
 '843cabc4e1cfbf0a81365abae0c3d6ac388c00074017f9c286a7d5545828d1fa'
 '0d7621aec132ce44d7dadbe6c5f43b330af5c1dddfe06c958336a297e70c5bba'


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

2016-05-17 Thread Sébastien Luttringer
Date: Tuesday, May 17, 2016 @ 22:35:38
  Author: seblu
Revision: 268260

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

Added:
  tar/repos/testing-i686/PKGBUILD
(from rev 268259, tar/trunk/PKGBUILD)
  tar/repos/testing-x86_64/PKGBUILD
(from rev 268259, tar/trunk/PKGBUILD)
Deleted:
  tar/repos/testing-i686/PKGBUILD
  tar/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   74 ++
 testing-i686/PKGBUILD   |   37 ---
 testing-x86_64/PKGBUILD |   37 ---
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-17 20:35:05 UTC (rev 268259)
+++ testing-i686/PKGBUILD   2016-05-17 20:35:38 UTC (rev 268260)
@@ -1,37 +0,0 @@
-# $Id$
-# Mainainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=tar
-pkgver=1.28
-pkgrel=2
-pkgdesc='Utility used to store, backup, and transport files'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/tar/tar.html'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'acl' 'attr')
-options=('!emptydirs')
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('49b6306167724fe48f419a33a5beb857'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tar/repos/testing-i686/PKGBUILD (from rev 268259, tar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-17 20:35:38 UTC (rev 268260)
@@ -0,0 +1,37 @@
+# $Id$
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=tar
+pkgver=1.29
+pkgrel=1
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/tar/tar.html'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('a1802fec550baaeecff6c381629653ef'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-05-17 20:35:05 UTC (rev 268259)
+++ testing-x86_64/PKGBUILD 2016-05-17 20:35:38 UTC (rev 268260)
@@ -1,37 +0,0 @@
-# $Id$
-# Mainainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=tar
-pkgver=1.28
-pkgrel=2
-pkgdesc='Utility used to store, backup, and transport files'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/tar/tar.html'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'acl' 'attr')
-options=('!emptydirs')
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('49b6306167724fe48f419a33a5beb857'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tar/repos/testing-x86_64/PKGBUILD (from rev 268259, tar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-17 20:35:38 UTC (rev 268260)
@@ -0,0 +1,37 @@
+# $Id$
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=tar
+pkgver=1.29
+pkgrel=1
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/tar/tar.html'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # 

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

2016-05-17 Thread Sébastien Luttringer
Date: Tuesday, May 17, 2016 @ 22:35:05
  Author: seblu
Revision: 268259

upgpkg: tar 1.29-1

Modified:
  tar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 19:34:01 UTC (rev 268258)
+++ PKGBUILD2016-05-17 20:35:05 UTC (rev 268259)
@@ -4,8 +4,8 @@
 # Contributor: Andreas Radke 
 
 pkgname=tar
-pkgver=1.28
-pkgrel=2
+pkgver=1.29
+pkgrel=1
 pkgdesc='Utility used to store, backup, and transport files'
 arch=('i686' 'x86_64')
 url='http://www.gnu.org/software/tar/tar.html'
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
 source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('49b6306167724fe48f419a33a5beb857'
+md5sums=('a1802fec550baaeecff6c381629653ef'
  'SKIP')
 
 build() {


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

2016-05-17 Thread Sven-Hendrik Haase
Date: Tuesday, May 17, 2016 @ 22:32:56
  Author: svenstaro
Revision: 175582

upgpkg: gitlab 8.7.5-2

Add Restart=on-failure to services

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab-mailroom.service
  gitlab/trunk/gitlab-sidekiq.service
  gitlab/trunk/gitlab-unicorn.service

-+
 PKGBUILD|8 
 gitlab-mailroom.service |2 ++
 gitlab-sidekiq.service  |2 ++
 gitlab-unicorn.service  |2 ++
 4 files changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 20:22:48 UTC (rev 175581)
+++ PKGBUILD2016-05-17 20:32:56 UTC (rev 175582)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -43,10 +43,10 @@
 lighttpd.conf.example)
 install='gitlab.install'
 sha256sums=('170029e20425b070b1c96c0480f5a2dc09bc4bc361e487b6572f67b138d6f6cc'
-'eb507c957d4ada65bb416ff7117901d41bc77b85f5aca54e4e4400a55eefd0a7'
-'54fb165f14fdc0c186817fc3b52d99b5d74ce407a0c0312236d57fe0b729a404'
+'becafe0f9811fea69a69b8e2739857ef007f0b7e89391229f123c79c285f34f3'
+'fbe5ec709ead1729e4de85f3f036f053b2b14041c540742315ff2d63a7bdd59a'
 'd21d8c961b2834115a1d9c646278782e0d1d1cde2357b58e67bad3a58527'
-'522550aa1bda414da95136bb9d1098b48daf841674ebf9a38fe4340f81c0dc97'
+'06c9f6575ddaeb9cfb70dd9c6cc50a2e676b0aba42731d1c7793a5ba12a2d4e5'
 'e2539301fe42869d8fdbaa1b53b30076fb436c4220a37e576ed704458f804852'
 'a1ee236a1f3e65cd26d9adb5f636f66fbab68777fd60d1c796cb26036bd0903f'
 '84614a2bfbd734f09c2c91531dd3c13e795186b50c0780a120c8e5bc2a892607'

Modified: gitlab-mailroom.service
===
--- gitlab-mailroom.service 2016-05-17 20:22:48 UTC (rev 175581)
+++ gitlab-mailroom.service 2016-05-17 20:32:56 UTC (rev 175582)
@@ -13,6 +13,8 @@
 PIDFile=/run/gitlab/mailroom.pid
 ExecStart=/usr/bin/bundle-2.1 exec mail_room -q -c 
/config/mail_room.yml
 ExecStop=/usr/bin/kill -QUIT $MAINPID
+Restart=on-failure
+RestartSec=1
 
 [Install]
 WantedBy=multi-user.target

Modified: gitlab-sidekiq.service
===
--- gitlab-sidekiq.service  2016-05-17 20:22:48 UTC (rev 175581)
+++ gitlab-sidekiq.service  2016-05-17 20:32:56 UTC (rev 175582)
@@ -23,6 +23,8 @@
 #NoNewPrivileges=true
 ExecStart=/usr/bin/bundle-2.1 exec sidekiq -q post_receive -q mailers -q 
system_hook -q incoming_email -q project_web_hook -q gitlab_shell -q common -q 
default -q archive_repo -e production
 ExecStop=/usr/bin/bundle-2.1 exec sidekiqctl stop /run/gitlab/sidekiq.pid
+Restart=on-failure
+RestartSec=1
 
 [Install]
 WantedBy=multi-user.target

Modified: gitlab-unicorn.service
===
--- gitlab-unicorn.service  2016-05-17 20:22:48 UTC (rev 175581)
+++ gitlab-unicorn.service  2016-05-17 20:32:56 UTC (rev 175582)
@@ -22,6 +22,8 @@
 ExecStart=/usr/bin/bundle-2.1 exec unicorn_rails -c 
/config/unicorn.rb -E production
 ExecStop=/usr/bin/kill -QUIT $MAINPID
 ExecReload=/usr/bin/kill -USR2 $MAINPID
+Restart=on-failure
+RestartSec=1
 
 [Install]
 WantedBy=multi-user.target


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

2016-05-17 Thread Sven-Hendrik Haase
Date: Tuesday, May 17, 2016 @ 22:33:24
  Author: svenstaro
Revision: 175583

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 175582, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 175582, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 175582, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 175582, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 175582, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 175582, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 175582, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 175582, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 175582, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 175582, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 175582, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 175582, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 175582, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 175582, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 175582, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 175582, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 175582, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 175582, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 175582, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 175582, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 175582, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 175582, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 175582, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 175582, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 175582, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 175582, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 175582, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 175582, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 175582, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 175582, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 175582, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 175582, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 175582, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 175582, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

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

2016-05-17 Thread Sven-Hendrik Haase
Date: Tuesday, May 17, 2016 @ 22:22:48
  Author: svenstaro
Revision: 175581

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 175580, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 175580, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 175580, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 175580, 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 |   66 
 /gitlab-workhorse.service |   44 ++
 community-i686/PKGBUILD   |   33 --
 community-i686/gitlab-workhorse.service   |   20 
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/gitlab-workhorse.service |   20 
 6 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 20:22:38 UTC (rev 175580)
+++ community-i686/PKGBUILD 2016-05-17 20:22:48 UTC (rev 175581)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=4
-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=${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'75574fe2e66915f7c2010e2402911f04e756b77f28743c5cea268c427d45b431')
-
-build() {
-  cd "${pkgname}-${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  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 175580, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 20:22:48 UTC (rev 175581)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.7.2
+pkgrel=5
+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=${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  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-05-17 20:22:38 UTC (rev 
175580)
+++ community-i686/gitlab-workhorse.service 2016-05-17 20:22:48 UTC (rev 
175581)
@@ -1,20 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -authBackend 
http://localhost:8080 -authSocket /var/lib/gitlab/sockets/gitlab.socket 
-listenAddr 

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

2016-05-17 Thread Sven-Hendrik Haase
Date: Tuesday, May 17, 2016 @ 22:22:38
  Author: svenstaro
Revision: 175580

upgpkg: gitlab-workhorse 0.7.2-5

Add Restart=on-failure to service

Modified:
  gitlab-workhorse/trunk/PKGBUILD
  gitlab-workhorse/trunk/gitlab-workhorse.service

--+
 PKGBUILD |4 ++--
 gitlab-workhorse.service |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 20:22:20 UTC (rev 175579)
+++ PKGBUILD2016-05-17 20:22:38 UTC (rev 175580)
@@ -4,7 +4,7 @@
 
 pkgname=gitlab-workhorse
 pkgver=0.7.2
-pkgrel=4
+pkgrel=5
 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;
@@ -14,7 +14,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
 "gitlab-workhorse.service")
 sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'75574fe2e66915f7c2010e2402911f04e756b77f28743c5cea268c427d45b431')
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
 
 build() {
   cd "${pkgname}-${pkgver}-"*

Modified: gitlab-workhorse.service
===
--- gitlab-workhorse.service2016-05-17 20:22:20 UTC (rev 175579)
+++ gitlab-workhorse.service2016-05-17 20:22:38 UTC (rev 175580)
@@ -15,6 +15,8 @@
 ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -authBackend 
http://localhost:8080 -authSocket /var/lib/gitlab/sockets/gitlab.socket 
-listenAddr /run/gitlab/gitlab-workhorse.socket -listenNetwork unix 
/var/lib/gitlab/repositories -documentRoot /usr/share/webapps/gitlab/public
 ExecStop=/usr/bin/kill -QUIT $MAINPID
 ExecReload=/usr/bin/kill -USR2 $MAINPID
+Restart=on-failure
+RestartSec=1
 
 [Install]
 WantedBy=multi-user.target


[arch-commits] Commit in sagemath-doc/repos/community-testing-any (14 files)

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 22:16:42
  Author: arojas
Revision: 175575

archrelease: copy trunk to community-testing-any

Added:
  sagemath-doc/repos/community-testing-any/PKGBUILD
(from rev 175574, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-testing-any/disable-fes.patch
(from rev 175574, sagemath-doc/trunk/disable-fes.patch)
  sagemath-doc/repos/community-testing-any/docbuild_main.patch
(from rev 175574, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-testing-any/ecm-7.patch
(from rev 175574, sagemath-doc/trunk/ecm-7.patch)
  sagemath-doc/repos/community-testing-any/is-package-installed.patch
(from rev 175574, sagemath-doc/trunk/is-package-installed.patch)
  sagemath-doc/repos/community-testing-any/linbox-1.4.patch
(from rev 175574, sagemath-doc/trunk/linbox-1.4.patch)
  sagemath-doc/repos/community-testing-any/package.patch
(from rev 175574, sagemath-doc/trunk/package.patch)
  sagemath-doc/repos/community-testing-any/paths.patch
(from rev 175574, sagemath-doc/trunk/paths.patch)
Deleted:
  sagemath-doc/repos/community-testing-any/PKGBUILD
  sagemath-doc/repos/community-testing-any/disable-fes.patch
  sagemath-doc/repos/community-testing-any/docbuild_main.patch
  sagemath-doc/repos/community-testing-any/linbox-1.4.patch
  sagemath-doc/repos/community-testing-any/package.patch
  sagemath-doc/repos/community-testing-any/paths.patch

+
 PKGBUILD   |  211 -
 disable-fes.patch  |   38 -
 docbuild_main.patch|   16 
 ecm-7.patch|   79 +++
 is-package-installed.patch |  387 +
 linbox-1.4.patch   |  940 +--
 package.patch  |   22 -
 paths.patch|   78 +--
 8 files changed, 1120 insertions(+), 651 deletions(-)

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


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

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 22:16:49
  Author: arojas
Revision: 175576

Wrong repo

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


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

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 22:07:01
  Author: arojas
Revision: 175574

Sync patches with sagemath, add gap-doc dependency

Added:
  sagemath-doc/trunk/ecm-7.patch
  sagemath-doc/trunk/is-package-installed.patch
Modified:
  sagemath-doc/trunk/PKGBUILD
  sagemath-doc/trunk/paths.patch

+
 PKGBUILD   |   25 +-
 ecm-7.patch|   79 
 is-package-installed.patch |  387 +++
 paths.patch|4 
 4 files changed, 482 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 19:52:52 UTC (rev 175573)
+++ PKGBUILD2016-05-17 20:07:01 UTC (rev 175574)
@@ -4,19 +4,21 @@
 pkgbase=sagemath-doc
 pkgname=(sagemath-doc sagemath-src)
 pkgver=7.2
-pkgrel=1
+pkgrel=2
 arch=(any)
 url="http://www.sagemath.org;
 license=(GPL)
 makedepends=(sagemath sage-notebook python2-pyzmq python2-pillow 
python2-docutils ipython2-notebook python2-pkgconfig cython2 python2-sphinx)
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
-   package.patch paths.patch disable-fes.patch docbuild_main.patch 
linbox-1.4.patch)
+   package.patch paths.patch disable-fes.patch docbuild_main.patch 
linbox-1.4.patch is-package-installed.patch ecm-7.patch)
 md5sums=('2afeb8f75a33107fef5d509698c0eabc'
  '9ba81f717ffd4e20b8b2f2a318307488'
- '1a60304525ac5a5f45114cc704807894'
+ '52d30e91110183489f66d7bf73c36c64'
  '4eb23a3c7363258bc9ba764d6e5512ba'
  'f3bf3fa4e11e5af2bd0573cf2620e1f8'
- '9f1cef3e477bafebe2ad301db56db8a2')
+ '9f1cef3e477bafebe2ad301db56db8a2'
+ '541988696465f204235d595a349017f3'
+ '0c9a57d35de80c2cd418ebec912efbbb')
 
 prepare() {
   cd sage-$pkgver
@@ -28,14 +30,10 @@
   patch -p0 -i ../paths.patch
 # supress warning about GAP install dir
   sed -e "s|gapdir = os.path.join(SAGE_LOCAL, 'gap', 'latest')|gapdir = 
'/usr/lib/gap'|" -i src/sage/libs/gap/util.pyx 
-# fix Cremona database detection
-  sed -e 
"s|is_package_installed('database_cremona_ellcurve')|os.path.exists('/usr/share/sage/cremona/cremona.db')|"
 \
-   -i src/sage/databases/cremona.py
-# fix lrs detection
-  sed -e "s|is_package_installed('lrslib')|os.path.exists('/usr/bin/lrs')|g" 
-i src/sage/geometry/polyhedron/base.py \
-   -i src/sage/game_theory/normal_form_game.py
 # find bliss headers
   sed -e 's|graph.hh|bliss/graph.hh|' -i src/sage/graphs/bliss.pyx
+# fix regressions with ECM 7
+  patch -p1 -i ../ecm-7.patch
 
 # Upstream patches
 # fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209
@@ -44,6 +42,8 @@
   patch -p0 -i ../disable-fes.patch
 # port to new fflas-ffpack/givaro/linbox http://trac.sagemath.org/ticket/17635
   patch -p1 -i ../linbox-1.4.patch
+# replace is_package_installed usage http://trac.sagemath.org/ticket/20377
+  patch -p1 -i ../is-package-installed.patch
 
 # fix relative imports
   patch -p0 -i ../docbuild_main.patch
@@ -69,7 +69,7 @@
 
 package_sagemath-doc() {
   pkgdesc="HTML documentation and inline help for SageMath"
-  depends=(sage-notebook python2-sphinx)
+  depends=(sage-notebook python2-sphinx gap-doc)
   conflicts=(sage-mathematics-doc)
   replaces=(sage-mathematics-doc)
 
@@ -88,6 +88,9 @@
 ln -s /usr/share/doc/sage/html/en/_static $_dir
   done
   mv html/en/_static{.tmp,}
+
+# Remove unneeded files
+  find html -name '*.py' -exec rm -r {} \;
 }
 
 package_sagemath-src() {

Added: ecm-7.patch
===
--- ecm-7.patch (rev 0)
+++ ecm-7.patch 2016-05-17 20:07:01 UTC (rev 175574)
@@ -0,0 +1,79 @@
+--- a/src/sage/interfaces/ecm.py.orig  2016-05-16 22:18:03.894827738 +0200
 b/src/sage/interfaces/ecm.py   2016-05-16 22:19:14.674904932 +0200
+@@ -140,9 +140,6 @@
+ - ``ve`` -- integer `n`. Verbosely show short (`< n`
+   character) expressions on each loop
+ 
+-- ``cofdec`` -- boolean. Force cofactor output in decimal
+-  (even if expressions are used )
+-
+ - ``B2scale`` -- integer. Multiplies the default B2 value
+ 
+ - ``go`` -- integer. Preload with group order val, which can
+@@ -395,15 +392,15 @@
+ if m is not None:
+ factor = m.group('factor')
+ primality = m.group('primality')
+-assert primality in ['probable prime', 'composite']
+-result += [(ZZ(factor), primality == 'probable prime')]
++assert primality in ['prime', 'composite']
++result += [(ZZ(factor), primality == 'prime')]
+ continue  # cofactor on the next line
+ m = self._found_cofactor_re.match(line)
+ if m is not None:
+ cofactor = m.group('cofactor')
+ primality = m.group('primality')
+-assert 

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

2016-05-17 Thread Jaroslav Lichtblau
Date: Tuesday, May 17, 2016 @ 21:52:52
  Author: jlichtblau
Revision: 175573

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

Added:
  syncthing-inotify/repos/community-staging-i686/
  syncthing-inotify/repos/community-staging-i686/PKGBUILD
(from rev 175572, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-staging-x86_64/
  syncthing-inotify/repos/community-staging-x86_64/PKGBUILD
(from rev 175572, syncthing-inotify/trunk/PKGBUILD)

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

Copied: syncthing-inotify/repos/community-staging-i686/PKGBUILD (from rev 
175572, syncthing-inotify/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-17 19:52:52 UTC (rev 175573)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: syncthing-inotify/repos/community-staging-x86_64/PKGBUILD (from rev 
175572, syncthing-inotify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-17 19:52:52 UTC (rev 175573)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2016-05-17 Thread Jaroslav Lichtblau
Date: Tuesday, May 17, 2016 @ 21:52:27
  Author: jlichtblau
Revision: 175572

upgpkg: syncthing-inotify 0.8-1 - new upstream release

Modified:
  syncthing-inotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 19:34:05 UTC (rev 175571)
+++ PKGBUILD2016-05-17 19:52:27 UTC (rev 175572)
@@ -1,15 +1,15 @@
-# $Id:$
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
 # Maintainer: Timothy Redaelli 
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.6.8
+pkgver=0.8
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
 url="https://github.com/syncthing/syncthing-inotify;
 license=('MPL')
 arch=('i686' 'x86_64')
-depends=('syncthing')
+depends=('syncthing>=0.13')
 makedepends=('git' 'go' 'godep')
 
source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver};)
 sha256sums=('SKIP')
@@ -30,7 +30,7 @@
 check() {
 export GOPATH="${srcdir}"
 cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go test
+#go test
 }
 
 package() {


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 21:34:01
  Author: anthraxx
Revision: 268258

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

Added:
  expat/repos/testing-i686/
  expat/repos/testing-i686/CVE-2015-1283-refix.patch
(from rev 268257, expat/trunk/CVE-2015-1283-refix.patch)
  expat/repos/testing-i686/CVE-2016-0718-v2-2-1.patch
(from rev 268257, expat/trunk/CVE-2016-0718-v2-2-1.patch)
  expat/repos/testing-i686/PKGBUILD
(from rev 268257, expat/trunk/PKGBUILD)
  expat/repos/testing-x86_64/
  expat/repos/testing-x86_64/CVE-2015-1283-refix.patch
(from rev 268257, expat/trunk/CVE-2015-1283-refix.patch)
  expat/repos/testing-x86_64/CVE-2016-0718-v2-2-1.patch
(from rev 268257, expat/trunk/CVE-2016-0718-v2-2-1.patch)
  expat/repos/testing-x86_64/PKGBUILD
(from rev 268257, expat/trunk/PKGBUILD)

---+
 testing-i686/CVE-2015-1283-refix.patch|   38 +
 testing-i686/CVE-2016-0718-v2-2-1.patch   |  756 
 testing-i686/PKGBUILD |   41 +
 testing-x86_64/CVE-2015-1283-refix.patch  |   38 +
 testing-x86_64/CVE-2016-0718-v2-2-1.patch |  756 
 testing-x86_64/PKGBUILD   |   41 +
 6 files changed, 1670 insertions(+)

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


[arch-commits] Commit in sagemath/repos (56 files)

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 21:34:05
  Author: arojas
Revision: 175571

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

Added:
  sagemath/repos/community-testing-i686/PKGBUILD
(from rev 175568, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-i686/anal.h
(from rev 175568, sagemath/trunk/anal.h)
  sagemath/repos/community-testing-i686/clean.patch
(from rev 175568, sagemath/trunk/clean.patch)
  sagemath/repos/community-testing-i686/cython-sys-path.patch
(from rev 175568, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-testing-i686/disable-fes.patch
(from rev 175568, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-testing-i686/ecm-7.patch
(from rev 175569, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-testing-i686/env.patch
(from rev 175569, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-i686/is-package-installed.patch
(from rev 175569, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-testing-i686/jupyter-path.patch
(from rev 175569, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-testing-i686/linbox-1.4.patch
(from rev 175569, sagemath/trunk/linbox-1.4.patch)
  sagemath/repos/community-testing-i686/package.patch
(from rev 175569, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-i686/paths.patch
(from rev 175569, sagemath/trunk/paths.patch)
  sagemath/repos/community-testing-i686/python-2.7.11.patch
(from rev 175569, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-testing-i686/skip-check.patch
(from rev 175569, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-testing-i686/test-optional.patch
(from rev 175569, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-testing-x86_64/PKGBUILD
(from rev 175569, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-x86_64/anal.h
(from rev 175569, sagemath/trunk/anal.h)
  sagemath/repos/community-testing-x86_64/clean.patch
(from rev 175569, sagemath/trunk/clean.patch)
  sagemath/repos/community-testing-x86_64/cython-sys-path.patch
(from rev 175569, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-testing-x86_64/disable-fes.patch
(from rev 175569, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-testing-x86_64/ecm-7.patch
(from rev 175570, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-testing-x86_64/env.patch
(from rev 175570, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-x86_64/is-package-installed.patch
(from rev 175570, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-testing-x86_64/jupyter-path.patch
(from rev 175570, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-testing-x86_64/linbox-1.4.patch
(from rev 175570, sagemath/trunk/linbox-1.4.patch)
  sagemath/repos/community-testing-x86_64/package.patch
(from rev 175570, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-x86_64/paths.patch
(from rev 175570, sagemath/trunk/paths.patch)
  sagemath/repos/community-testing-x86_64/python-2.7.11.patch
(from rev 175570, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-testing-x86_64/skip-check.patch
(from rev 175570, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-testing-x86_64/test-optional.patch
(from rev 175570, sagemath/trunk/test-optional.patch)
Deleted:
  sagemath/repos/community-testing-i686/PKGBUILD
  sagemath/repos/community-testing-i686/anal.h
  sagemath/repos/community-testing-i686/clean.patch
  sagemath/repos/community-testing-i686/cython-sys-path.patch
  sagemath/repos/community-testing-i686/disable-fes.patch
  sagemath/repos/community-testing-i686/env.patch
  sagemath/repos/community-testing-i686/jupyter-path.patch
  sagemath/repos/community-testing-i686/linbox-1.4.patch
  sagemath/repos/community-testing-i686/package.patch
  sagemath/repos/community-testing-i686/paths.patch
  sagemath/repos/community-testing-i686/python-2.7.11.patch
  sagemath/repos/community-testing-i686/skip-check.patch
  sagemath/repos/community-testing-i686/test-optional.patch
  sagemath/repos/community-testing-x86_64/PKGBUILD
  sagemath/repos/community-testing-x86_64/anal.h
  sagemath/repos/community-testing-x86_64/clean.patch
  sagemath/repos/community-testing-x86_64/cython-sys-path.patch
  sagemath/repos/community-testing-x86_64/disable-fes.patch
  sagemath/repos/community-testing-x86_64/env.patch
  sagemath/repos/community-testing-x86_64/jupyter-path.patch
  sagemath/repos/community-testing-x86_64/linbox-1.4.patch
  sagemath/repos/community-testing-x86_64/package.patch
  sagemath/repos/community-testing-x86_64/paths.patch
  sagemath/repos/community-testing-x86_64/python-2.7.11.patch
  sagemath/repos/community-testing-x86_64/skip-check.patch
  sagemath/repos/community-testing-x86_64/test-optional.patch


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 21:33:49
  Author: anthraxx
Revision: 268257

upgpkg: expat 2.1.1-2 (security)

Added:
  expat/trunk/CVE-2015-1283-refix.patch
  expat/trunk/CVE-2016-0718-v2-2-1.patch
Modified:
  expat/trunk/PKGBUILD

+
 CVE-2015-1283-refix.patch  |   38 ++
 CVE-2016-0718-v2-2-1.patch |  756 +++
 PKGBUILD   |   16 
 3 files changed, 807 insertions(+), 3 deletions(-)

Added: CVE-2015-1283-refix.patch
===
--- CVE-2015-1283-refix.patch   (rev 0)
+++ CVE-2015-1283-refix.patch   2016-05-17 19:33:49 UTC (rev 268257)
@@ -0,0 +1,38 @@
+From 29a11774d8ebbafe8418b4a5ffb4cc1160b194a1 Mon Sep 17 00:00:00 2001
+From: Pascal Cuoq 
+Date: Sun, 15 May 2016 09:05:46 +0200
+Subject: [PATCH] Avoid relying on undefined behavior in CVE-2015-1283 fix. It
+ does not really work: https://godbolt.org/g/Zl8gdF
+
+---
+ expat/lib/xmlparse.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
+index 13e080d..cdb12ef 100644
+--- a/expat/lib/xmlparse.c
 b/expat/lib/xmlparse.c
+@@ -1693,7 +1693,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+   }
+ 
+   if (len > bufferLim - bufferEnd) {
+-int neededSize = len + (int)(bufferEnd - bufferPtr);
++/* Do not invoke signed arithmetic overflow: */
++int neededSize = (int) ((unsigned)len + (unsigned)(bufferEnd - 
bufferPtr));
+ if (neededSize < 0) {
+   errorCode = XML_ERROR_NO_MEMORY;
+   return NULL;
+@@ -1725,7 +1726,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+   if (bufferSize == 0)
+ bufferSize = INIT_BUFFER_SIZE;
+   do {
+-bufferSize *= 2;
++/* Do not invoke signed arithmetic overflow: */
++bufferSize = (int) (2U * (unsigned) bufferSize);
+   } while (bufferSize < neededSize && bufferSize > 0);
+   if (bufferSize <= 0) {
+ errorCode = XML_ERROR_NO_MEMORY;
+-- 
+2.8.2
+
+

Added: CVE-2016-0718-v2-2-1.patch
===
--- CVE-2016-0718-v2-2-1.patch  (rev 0)
+++ CVE-2016-0718-v2-2-1.patch  2016-05-17 19:33:49 UTC (rev 268257)
@@ -0,0 +1,756 @@
+From cdfcb1b5c95e93b00ae9e9d25708b4a3bee72c15 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Mon, 2 May 2016 00:02:44 +0200
+Subject: [PATCH] Address CVE-2016-0718 (/patch/ version 2.2.1)
+
+* Out of bounds memory access when doing text conversion on malformed input
+* Integer overflow related to memory allocation
+
+Reported by Gustavo Grieco
+
+Patch credits go to
+* Christian Heimes
+* Karl Waclawek
+* Gustavo Grieco
+* Sebastian Pipping
+* Pascal Cuoq
+---
+ expat/lib/xmlparse.c|  34 +-
+ expat/lib/xmltok.c  | 115 +++-
+ expat/lib/xmltok.h  |  10 -
+ expat/lib/xmltok_impl.c |  62 +-
+ 4 files changed, 146 insertions(+), 75 deletions(-)
+
+diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
+index e308c79..13e080d 100644
+--- a/expat/lib/xmlparse.c
 b/expat/lib/xmlparse.c
+@@ -2426,11 +2426,11 @@ doContent(XML_Parser parser,
+   for (;;) {
+ int bufSize;
+ int convLen;
+-XmlConvert(enc,
++const enum XML_Convert_Result convert_res = XmlConvert(enc,
+, rawNameEnd,
+(ICHAR **), (ICHAR *)tag->bufEnd - 1);
+ convLen = (int)(toPtr - (XML_Char *)tag->buf);
+-if (fromPtr == rawNameEnd) {
++if ((convert_res == XML_CONVERT_COMPLETED) || (convert_res == 
XML_CONVERT_INPUT_INCOMPLETE)) {
+   tag->name.strLen = convLen;
+   break;
+ }
+@@ -2651,11 +2651,11 @@ doContent(XML_Parser parser,
+   if (MUST_CONVERT(enc, s)) {
+ for (;;) {
+   ICHAR *dataPtr = (ICHAR *)dataBuf;
+-  XmlConvert(enc, , next, , (ICHAR *)dataBufEnd);
++  const enum XML_Convert_Result convert_res = XmlConvert(enc, , 
next, , (ICHAR *)dataBufEnd);
+   *eventEndPP = s;
+   charDataHandler(handlerArg, dataBuf,
+   (int)(dataPtr - (ICHAR *)dataBuf));
+-  if (s == next)
++  if ((convert_res == XML_CONVERT_COMPLETED) || (convert_res == 
XML_CONVERT_INPUT_INCOMPLETE))
+ break;
+   *eventPP = s;
+ }
+@@ -3261,11 +3261,11 @@ doCdataSection(XML_Parser parser,
+   if (MUST_CONVERT(enc, s)) {
+ for (;;) {
+   ICHAR *dataPtr = (ICHAR *)dataBuf;
+-  XmlConvert(enc, , next, , (ICHAR *)dataBufEnd);
++  const enum XML_Convert_Result convert_res = XmlConvert(enc, , 
next, , (ICHAR *)dataBufEnd);
+   *eventEndPP = next;

[arch-commits] Commit in syncthing-gtk/repos (2 files)

2016-05-17 Thread Jaroslav Lichtblau
Date: Tuesday, May 17, 2016 @ 21:33:43
  Author: jlichtblau
Revision: 175570

archrelease: copy trunk to community-staging-any

Added:
  syncthing-gtk/repos/community-staging-any/
  syncthing-gtk/repos/community-staging-any/PKGBUILD
(from rev 175569, syncthing-gtk/trunk/PKGBUILD)

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

Copied: syncthing-gtk/repos/community-staging-any/PKGBUILD (from rev 175569, 
syncthing-gtk/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-05-17 19:33:43 UTC (rev 175570)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.9.0.1
+pkgrel=1
+epoch=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.13')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('28d7e3597e824ecd46e9f594f274c8387c7eb11c723680c65d0afe1225c010fd')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-05-17 Thread Jaroslav Lichtblau
Date: Tuesday, May 17, 2016 @ 21:33:14
  Author: jlichtblau
Revision: 175569

upgpkg: syncthing-gtk 1:0.9.0.1-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 19:20:46 UTC (rev 175568)
+++ PKGBUILD2016-05-17 19:33:14 UTC (rev 175569)
@@ -4,20 +4,20 @@
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.9.0.1
+pkgrel=1
 epoch=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
 url='https://github.com/syncthing/syncthing-gtk'
 license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.12')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.13')
 makedepends=('python2-setuptools')
 optdepends=('python2-nautilus: file manager integration for Nautilus'
 'python2-caja: file manager integration for Caja'
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('fae04ec3b3c1c1f8dc6b81894dacc6b46d5b2917c2ed0431dda11ec566742062')
+sha256sums=('28d7e3597e824ecd46e9f594f274c8387c7eb11c723680c65d0afe1225c010fd')
 
 build() {
   cd $pkgname-$pkgver


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

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 21:20:46
  Author: arojas
Revision: 175568

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

Added:
  sagemath/repos/testing-i686/
  sagemath/repos/testing-i686/PKGBUILD
(from rev 175567, sagemath/trunk/PKGBUILD)
  sagemath/repos/testing-i686/anal.h
(from rev 175567, sagemath/trunk/anal.h)
  sagemath/repos/testing-i686/clean.patch
(from rev 175567, sagemath/trunk/clean.patch)
  sagemath/repos/testing-i686/cython-sys-path.patch
(from rev 175567, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/testing-i686/disable-fes.patch
(from rev 175567, sagemath/trunk/disable-fes.patch)
  sagemath/repos/testing-i686/ecm-7.patch
(from rev 175567, sagemath/trunk/ecm-7.patch)
  sagemath/repos/testing-i686/env.patch
(from rev 175567, sagemath/trunk/env.patch)
  sagemath/repos/testing-i686/is-package-installed.patch
(from rev 175567, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/testing-i686/jupyter-path.patch
(from rev 175567, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/testing-i686/linbox-1.4.patch
(from rev 175567, sagemath/trunk/linbox-1.4.patch)
  sagemath/repos/testing-i686/package.patch
(from rev 175567, sagemath/trunk/package.patch)
  sagemath/repos/testing-i686/paths.patch
(from rev 175567, sagemath/trunk/paths.patch)
  sagemath/repos/testing-i686/python-2.7.11.patch
(from rev 175567, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/testing-i686/skip-check.patch
(from rev 175567, sagemath/trunk/skip-check.patch)
  sagemath/repos/testing-i686/test-optional.patch
(from rev 175567, sagemath/trunk/test-optional.patch)
  sagemath/repos/testing-x86_64/
  sagemath/repos/testing-x86_64/PKGBUILD
(from rev 175567, sagemath/trunk/PKGBUILD)
  sagemath/repos/testing-x86_64/anal.h
(from rev 175567, sagemath/trunk/anal.h)
  sagemath/repos/testing-x86_64/clean.patch
(from rev 175567, sagemath/trunk/clean.patch)
  sagemath/repos/testing-x86_64/cython-sys-path.patch
(from rev 175567, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/testing-x86_64/disable-fes.patch
(from rev 175567, sagemath/trunk/disable-fes.patch)
  sagemath/repos/testing-x86_64/ecm-7.patch
(from rev 175567, sagemath/trunk/ecm-7.patch)
  sagemath/repos/testing-x86_64/env.patch
(from rev 175567, sagemath/trunk/env.patch)
  sagemath/repos/testing-x86_64/is-package-installed.patch
(from rev 175567, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/testing-x86_64/jupyter-path.patch
(from rev 175567, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/testing-x86_64/linbox-1.4.patch
(from rev 175567, sagemath/trunk/linbox-1.4.patch)
  sagemath/repos/testing-x86_64/package.patch
(from rev 175567, sagemath/trunk/package.patch)
  sagemath/repos/testing-x86_64/paths.patch
(from rev 175567, sagemath/trunk/paths.patch)
  sagemath/repos/testing-x86_64/python-2.7.11.patch
(from rev 175567, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/testing-x86_64/skip-check.patch
(from rev 175567, sagemath/trunk/skip-check.patch)
  sagemath/repos/testing-x86_64/test-optional.patch
(from rev 175567, sagemath/trunk/test-optional.patch)

---+
 testing-i686/PKGBUILD |  165 +
 testing-i686/anal.h   |   65 +++
 testing-i686/clean.patch  |   24 +
 testing-i686/cython-sys-path.patch|   10 
 testing-i686/disable-fes.patch|   19 +
 testing-i686/ecm-7.patch  |   79 
 testing-i686/env.patch|  150 
 testing-i686/is-package-installed.patch   |  387 +++
 testing-i686/jupyter-path.patch   |   31 +
 testing-i686/linbox-1.4.patch |  470 
 testing-i686/package.patch|   11 
 testing-i686/paths.patch  |   39 ++
 testing-i686/python-2.7.11.patch  |   11 
 testing-i686/skip-check.patch |   21 +
 testing-i686/test-optional.patch  |   11 
 testing-x86_64/PKGBUILD   |  165 +
 testing-x86_64/anal.h |   65 +++
 testing-x86_64/clean.patch|   24 +
 testing-x86_64/cython-sys-path.patch  |   10 
 testing-x86_64/disable-fes.patch  |   19 +
 testing-x86_64/ecm-7.patch|   79 
 testing-x86_64/env.patch  |  150 
 testing-x86_64/is-package-installed.patch |  387 +++
 testing-x86_64/jupyter-path.patch |   31 +
 testing-x86_64/linbox-1.4.patch   |  470 
 testing-x86_64/package.patch  |   11 
 testing-x86_64/paths.patch|   39 ++
 testing-x86_64/python-2.7.11.patch|   11 
 testing-x86_64/skip-check.patch   |   21 +
 testing-x86_64/test-optional.patch|   11 
 30 files changed, 2986 insertions(+)


[arch-commits] Commit in sagemath/trunk (PKGBUILD ecm-7.patch paths.patch)

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 21:19:04
  Author: arojas
Revision: 175566

Add fixes for ECM 7, add upstream patch to replace is_package_installed usage

Added:
  sagemath/trunk/ecm-7.patch
Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/paths.patch

-+
 PKGBUILD|   26 +--
 ecm-7.patch |   79 ++
 paths.patch |2 -
 3 files changed, 93 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 19:07:16 UTC (rev 175565)
+++ PKGBUILD2016-05-17 19:19:04 UTC (rev 175566)
@@ -9,7 +9,7 @@
 
 pkgname=sagemath
 pkgver=7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
@@ -33,22 +33,24 @@
 provides=(sage-mathematics)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
 
pexpect.zip::"https://github.com/pexpect/pexpect/archive/524495960dd8898ddd30f7ba37298de51beee773.zip;
-anal.h package.patch env.patch paths.patch clean.patch 
skip-check.patch cython-sys-path.patch
-disable-fes.patch jupyter-path.patch test-optional.patch 
python-2.7.11.patch linbox-1.4.patch)
+anal.h env.patch paths.patch clean.patch skip-check.patch 
cython-sys-path.patch is-package-installed.patch package.patch
+disable-fes.patch jupyter-path.patch test-optional.patch 
python-2.7.11.patch linbox-1.4.patch ecm-7.patch)
 md5sums=('2afeb8f75a33107fef5d509698c0eabc'
  'a346bb2c0350c1cb17d5325235c5e38a'
  'a906a180d198186a39820b0a2f9a9c63'
- '9ba81f717ffd4e20b8b2f2a318307488'
  'f6c62f0ccc168c5e6e3dd9d6f73f6389'
- '0f746ed394fd7eb7a6b3963014976098'
+ '52d30e91110183489f66d7bf73c36c64'
  '6d9ae0978ce6a05a0da2cafdfb178a09'
  '5947a420a0b1483f0cbc74c76895789b'
  'a1bcdd3fe620dbae60ed8b0e98b2ece7'
+ '541988696465f204235d595a349017f3'
+ '9ba81f717ffd4e20b8b2f2a318307488'
  '4eb23a3c7363258bc9ba764d6e5512ba'
  '16b529194c6105c3364127bd8f1efa83'
  'cdcabd475b80afe0534a5621e972736e'
  'ef927896f2071b442b1d07d7e69f5f3a'
- '9f1cef3e477bafebe2ad301db56db8a2')
+ '9f1cef3e477bafebe2ad301db56db8a2'
+ '0c9a57d35de80c2cd418ebec912efbbb')
 
 prepare(){
   cd sage-$pkgver
@@ -70,12 +72,6 @@
   patch -p0 -i ../skip-check.patch
 # supress warning about GAP install dir
   sed -e "s|gapdir = os.path.join(SAGE_LOCAL, 'gap', 'latest')|gapdir = 
'/usr/lib/gap'|" -i src/sage/libs/gap/util.pyx 
-# fix Cremona database detection
-  sed -e 
"s|is_package_installed('database_cremona_ellcurve')|os.path.exists('/usr/share/sage/cremona/cremona.db')|"
 \
-   -i src/sage/databases/cremona.py
-# fix lrs detection
-  sed -e "s|is_package_installed('lrslib')|os.path.exists('/usr/bin/lrs')|g" 
-i src/sage/geometry/polyhedron/base.py \
-   -i src/sage/game_theory/normal_form_game.py
 # find bliss headers
   sed -e 's|graph.hh|bliss/graph.hh|' -i src/sage/graphs/bliss.pyx
 # don't list optional packages when running tests
@@ -86,6 +82,8 @@
   patch -p0 -i ../python-2.7.11.patch
 # search system paths for cython includes
   patch -p1 -i ../cython-sys-path.patch
+# fix regressions with ECM 7
+  patch -p1 -i ../ecm-7.patch
 
 # Upstream patches  
 # fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209
@@ -92,8 +90,10 @@
 #  patch -p0 -i ../fes02.patch
 # disable fes module, fails to compile
   patch -p0 -i ../disable-fes.patch
-# port to new givaro/fflas-ffpack/linbox
+# port to new givaro/fflas-ffpack/linbox http://trac.sagemath.org/ticket/17635
   patch -p1 -i ../linbox-1.4.patch
+# replace is_package_installed usage http://trac.sagemath.org/ticket/20377
+  patch -p1 -i ../is-package-installed.patch
 
 # use python2
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -e 's|exec 
python|exec python2|' -i src/bin/*

Added: ecm-7.patch
===
--- ecm-7.patch (rev 0)
+++ ecm-7.patch 2016-05-17 19:19:04 UTC (rev 175566)
@@ -0,0 +1,79 @@
+--- a/src/sage/interfaces/ecm.py.orig  2016-05-16 22:18:03.894827738 +0200
 b/src/sage/interfaces/ecm.py   2016-05-16 22:19:14.674904932 +0200
+@@ -140,9 +140,6 @@
+ - ``ve`` -- integer `n`. Verbosely show short (`< n`
+   character) expressions on each loop
+ 
+-- ``cofdec`` -- boolean. Force cofactor output in decimal
+-  (even if expressions are used )
+-
+ - ``B2scale`` -- integer. Multiplies the default B2 value
+ 
+ - ``go`` -- integer. Preload with group order val, which can
+@@ -395,15 +392,15 @@
+ if m is not None:
+ factor = m.group('factor')
+ primality = m.group('primality')
+-assert primality in 

[arch-commits] Commit in sagemath/trunk (is-package-installed.patch)

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 21:19:25
  Author: arojas
Revision: 175567

Add patch

Added:
  sagemath/trunk/is-package-installed.patch

+
 is-package-installed.patch |  387 +++
 1 file changed, 387 insertions(+)

Added: is-package-installed.patch
===
--- is-package-installed.patch  (rev 0)
+++ is-package-installed.patch  2016-05-17 19:19:25 UTC (rev 175567)
@@ -0,0 +1,387 @@
+diff --git a/src/sage/databases/cremona.py b/src/sage/databases/cremona.py
+index 0a5f794..2969d92 100644
+--- a/src/sage/databases/cremona.py
 b/src/sage/databases/cremona.py
+@@ -52,7 +52,6 @@ from sage.misc.prandom import randint
+ 
+ import sage.schemes.elliptic_curves.constructor as elliptic
+ from sql_db import SQLDatabase, verify_column
+-from sage.misc.package import is_package_installed
+ from sage.env import SAGE_SHARE
+ from sage.misc.all import walltime
+ 
+@@ -827,7 +826,7 @@ class MiniCremonaDatabase(SQLDatabase):
+ if N < self.largest_conductor():
+ message = "There is no elliptic curve with label " + label \
+ + " in the database"
+-elif is_package_installed('database_cremona_ellcurve'):
++elif os.path.isfile(os.path.join(SAGE_SHARE, "cremona", 
"cremona.db")):
+ message = "There is no elliptic curve with label " + label \
+ + " in the currently available databases"
+ else:
+@@ -1676,7 +1675,7 @@ def CremonaDatabase(name=None,mini=None,set_global=None):
+ if name is None and not set_global:
+ return _db
+ if set_global and name is None:
+-if is_package_installed('database_cremona_ellcurve'):
++if os.path.isfile(os.path.join(SAGE_SHARE, "cremona", "cremona.db")):
+ name = 'cremona'
+ else:
+ name = 'cremona mini'
+diff --git a/src/sage/game_theory/normal_form_game.py 
b/src/sage/game_theory/normal_form_game.py
+index b917d2a..80fb20c 100644
+--- a/src/sage/game_theory/normal_form_game.py
 b/src/sage/game_theory/normal_form_game.py
+@@ -612,8 +612,9 @@ from sage.rings.all import QQ
+ from sage.structure.sage_object import SageObject
+ from sage.matrix.constructor import matrix
+ from sage.matrix.constructor import vector
+-from sage.misc.package import is_package_installed
+ from sage.misc.temporary_file import tmp_filename
++import os
++from sage.env import SAGE_LOCAL
+ 
+ try:
+ from gambit import Game
+@@ -1315,13 +1316,13 @@ class NormalFormGame(SageObject, MutableMapping):
+ raise ValueError("utilities have not been populated")
+ 
+ if not algorithm:
+-if is_package_installed('lrslib'):
++if os.path.isfile(os.path.join(SAGE_LOCAL, 'bin', 'lrs')):
+ algorithm = "lrs"
+ else:
+ algorithm = "enumeration"
+ 
+ if algorithm == "lrs":
+-if not is_package_installed('lrslib'):
++if not os.path.isfile(os.path.join(SAGE_LOCAL, 'bin', 'lrs')):
+ raise NotImplementedError("lrslib is not installed")
+ 
+ return self._solve_lrs(maximization)
+diff --git a/src/sage/geometry/polyhedron/base.py 
b/src/sage/geometry/polyhedron/base.py
+index 2f58d8b..eb519a2 100644
+--- a/src/sage/geometry/polyhedron/base.py
 b/src/sage/geometry/polyhedron/base.py
+@@ -20,7 +20,6 @@ import six
+ from sage.structure.element import Element, coerce_binop, is_Vector
+ 
+ from sage.misc.all import cached_method, prod
+-from sage.misc.package import is_package_installed
+ 
+ from sage.rings.all import QQ, ZZ
+ from sage.rings.real_double import RDF
+@@ -3690,7 +3689,9 @@ class Polyhedron_base(Element):
+ 
+  David Avis's lrs program.
+ """
+-if not is_package_installed('lrslib'):
++import os
++from sage.env import SAGE_LOCAL
++if os.path.isfile(os.path.join(SAGE_LOCAL, 'bin', 'lrs')) != True:
+ raise NotImplementedError('You must install the optional lrslib 
package '
+'for this function to work')
+ 
+diff --git a/src/sage/graphs/generators/classical_geometries.py 
b/src/sage/graphs/generators/classical_geometries.py
+index e80f2a5..04cd9ce 100644
+--- a/src/sage/graphs/generators/classical_geometries.py
 b/src/sage/graphs/generators/classical_geometries.py
+@@ -1287,10 +1287,9 @@ def CossidentePenttilaGraph(q):
+ raise ValueError('q(={}) must be an odd prime power'.format(q))
+ 
+ from sage.libs.gap.libgap import libgap
+-from sage.misc.package import is_package_installed, PackageNotFoundError
++from sage.interfaces.gap import gap
+ 
+-if not is_package_installed('gap_packages'):
+-raise PackageNotFoundError('gap_packages')
++gap.load_package("grape")
+ 
+ adj_list=libgap.function_factory("""function(q)
+  

[arch-commits] Commit in iana-etc/repos (3 files)

2016-05-17 Thread Gaetan Bisson
Date: Tuesday, May 17, 2016 @ 21:13:42
  Author: bisson
Revision: 268256

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 268255, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 268255, iana-etc/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   56 
 2 files changed, 57 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 268255, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2016-05-17 19:13:42 UTC (rev 268256)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 268255, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-05-17 19:13:42 UTC (rev 268256)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20160513
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha1sums=('6009e0863841ad97892829391b7e4f675bffbb80'
+  '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


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

2016-05-17 Thread Gaetan Bisson
Date: Tuesday, May 17, 2016 @ 21:12:27
  Author: bisson
Revision: 268255

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 18:38:59 UTC (rev 268254)
+++ PKGBUILD2016-05-17 19:12:27 UTC (rev 268255)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20160314
+pkgver=20160513
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='http://www.iana.org/protocols'
@@ -13,7 +13,7 @@
 
source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
 'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
 'LICENSE')
-sha1sums=('231a7a58e650a1bff6a795ee3fa6b400a2144a07'
+sha1sums=('6009e0863841ad97892829391b7e4f675bffbb80'
   '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
   'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
 


[arch-commits] Commit in lib32-expat/repos/multilib-x86_64 (6 files)

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 21:07:16
  Author: anthraxx
Revision: 175565

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-expat/repos/multilib-x86_64/CVE-2015-1283-refix.patch
(from rev 175564, lib32-expat/trunk/CVE-2015-1283-refix.patch)
  lib32-expat/repos/multilib-x86_64/CVE-2016-0718-v2-2-1.patch
(from rev 175564, lib32-expat/trunk/CVE-2016-0718-v2-2-1.patch)
  lib32-expat/repos/multilib-x86_64/PKGBUILD
(from rev 175564, lib32-expat/trunk/PKGBUILD)
Deleted:
  lib32-expat/repos/multilib-x86_64/CVE-2009-3560.patch
  lib32-expat/repos/multilib-x86_64/CVE-2009-3720.patch
  lib32-expat/repos/multilib-x86_64/PKGBUILD

+
 CVE-2009-3560.patch|   13 
 CVE-2009-3720.patch|   12 
 CVE-2015-1283-refix.patch  |   38 ++
 CVE-2016-0718-v2-2-1.patch |  756 +++
 PKGBUILD   |   73 ++--
 5 files changed, 836 insertions(+), 56 deletions(-)

Deleted: CVE-2009-3560.patch
===
--- CVE-2009-3560.patch 2016-05-17 19:07:06 UTC (rev 175564)
+++ CVE-2009-3560.patch 2016-05-17 19:07:16 UTC (rev 175565)
@@ -1,13 +0,0 @@
-diff -urNad trunk~/lib/xmlparse.c trunk/lib/xmlparse.c
 trunk~/lib/xmlparse.c  2007-05-08 04:25:35.0 +0200
-+++ trunk/lib/xmlparse.c   2009-12-29 21:57:22.141732904 +0100
-@@ -3703,6 +3703,9 @@
- return XML_ERROR_UNCLOSED_TOKEN;
-   case XML_TOK_PARTIAL_CHAR:
- return XML_ERROR_PARTIAL_CHAR;
-+  case -XML_TOK_PROLOG_S:
-+tok = -tok;
-+break;
-   case XML_TOK_NONE:
- #ifdef XML_DTD
- /* for internal PE NOT referenced between declarations */

Deleted: CVE-2009-3720.patch
===
--- CVE-2009-3720.patch 2016-05-17 19:07:06 UTC (rev 175564)
+++ CVE-2009-3720.patch 2016-05-17 19:07:16 UTC (rev 175565)
@@ -1,12 +0,0 @@
-diff -urNad trunk~/lib/xmltok_impl.c trunk/lib/xmltok_impl.c
 trunk~/lib/xmltok_impl.c   2006-11-26 18:34:46.0 +0100
-+++ trunk/lib/xmltok_impl.c2009-10-22 21:42:41.0 +0200
-@@ -1744,7 +1744,7 @@
-const char *end,
-POSITION *pos)
- {
--  while (ptr != end) {
-+  while (ptr < end) {
- switch (BYTE_TYPE(enc, ptr)) {
- #define LEAD_CASE(n) \
- case BT_LEAD ## n: \

Copied: lib32-expat/repos/multilib-x86_64/CVE-2015-1283-refix.patch (from rev 
175564, lib32-expat/trunk/CVE-2015-1283-refix.patch)
===
--- CVE-2015-1283-refix.patch   (rev 0)
+++ CVE-2015-1283-refix.patch   2016-05-17 19:07:16 UTC (rev 175565)
@@ -0,0 +1,38 @@
+From 29a11774d8ebbafe8418b4a5ffb4cc1160b194a1 Mon Sep 17 00:00:00 2001
+From: Pascal Cuoq 
+Date: Sun, 15 May 2016 09:05:46 +0200
+Subject: [PATCH] Avoid relying on undefined behavior in CVE-2015-1283 fix. It
+ does not really work: https://godbolt.org/g/Zl8gdF
+
+---
+ expat/lib/xmlparse.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
+index 13e080d..cdb12ef 100644
+--- a/expat/lib/xmlparse.c
 b/expat/lib/xmlparse.c
+@@ -1693,7 +1693,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+   }
+ 
+   if (len > bufferLim - bufferEnd) {
+-int neededSize = len + (int)(bufferEnd - bufferPtr);
++/* Do not invoke signed arithmetic overflow: */
++int neededSize = (int) ((unsigned)len + (unsigned)(bufferEnd - 
bufferPtr));
+ if (neededSize < 0) {
+   errorCode = XML_ERROR_NO_MEMORY;
+   return NULL;
+@@ -1725,7 +1726,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+   if (bufferSize == 0)
+ bufferSize = INIT_BUFFER_SIZE;
+   do {
+-bufferSize *= 2;
++/* Do not invoke signed arithmetic overflow: */
++bufferSize = (int) (2U * (unsigned) bufferSize);
+   } while (bufferSize < neededSize && bufferSize > 0);
+   if (bufferSize <= 0) {
+ errorCode = XML_ERROR_NO_MEMORY;
+-- 
+2.8.2
+
+

Copied: lib32-expat/repos/multilib-x86_64/CVE-2016-0718-v2-2-1.patch (from rev 
175564, lib32-expat/trunk/CVE-2016-0718-v2-2-1.patch)
===
--- CVE-2016-0718-v2-2-1.patch  (rev 0)
+++ CVE-2016-0718-v2-2-1.patch  2016-05-17 19:07:16 UTC (rev 175565)
@@ -0,0 +1,756 @@
+From cdfcb1b5c95e93b00ae9e9d25708b4a3bee72c15 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Mon, 2 May 2016 00:02:44 +0200
+Subject: [PATCH] Address CVE-2016-0718 (/patch/ version 2.2.1)
+
+* Out of bounds memory access when doing text conversion on malformed input
+* Integer overflow related to memory allocation
+
+Reported by Gustavo Grieco
+
+Patch credits go to
+* Christian Heimes
+* Karl Waclawek
+* Gustavo Grieco
+* Sebastian Pipping
+* Pascal Cuoq
+---
+ expat/lib/xmlparse.c

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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 21:07:06
  Author: anthraxx
Revision: 175564

upgpkg: lib32-expat 2.1.1-2 (security)

Added:
  lib32-expat/trunk/CVE-2015-1283-refix.patch
  lib32-expat/trunk/CVE-2016-0718-v2-2-1.patch
Modified:
  lib32-expat/trunk/PKGBUILD
Deleted:
  lib32-expat/trunk/CVE-2009-3560.patch
  lib32-expat/trunk/CVE-2009-3720.patch

+
 CVE-2009-3560.patch|   13 
 CVE-2009-3720.patch|   12 
 CVE-2015-1283-refix.patch  |   38 ++
 CVE-2016-0718-v2-2-1.patch |  756 +++
 PKGBUILD   |   19 -
 5 files changed, 809 insertions(+), 29 deletions(-)

Deleted: CVE-2009-3560.patch
===
--- CVE-2009-3560.patch 2016-05-17 18:55:21 UTC (rev 175563)
+++ CVE-2009-3560.patch 2016-05-17 19:07:06 UTC (rev 175564)
@@ -1,13 +0,0 @@
-diff -urNad trunk~/lib/xmlparse.c trunk/lib/xmlparse.c
 trunk~/lib/xmlparse.c  2007-05-08 04:25:35.0 +0200
-+++ trunk/lib/xmlparse.c   2009-12-29 21:57:22.141732904 +0100
-@@ -3703,6 +3703,9 @@
- return XML_ERROR_UNCLOSED_TOKEN;
-   case XML_TOK_PARTIAL_CHAR:
- return XML_ERROR_PARTIAL_CHAR;
-+  case -XML_TOK_PROLOG_S:
-+tok = -tok;
-+break;
-   case XML_TOK_NONE:
- #ifdef XML_DTD
- /* for internal PE NOT referenced between declarations */

Deleted: CVE-2009-3720.patch
===
--- CVE-2009-3720.patch 2016-05-17 18:55:21 UTC (rev 175563)
+++ CVE-2009-3720.patch 2016-05-17 19:07:06 UTC (rev 175564)
@@ -1,12 +0,0 @@
-diff -urNad trunk~/lib/xmltok_impl.c trunk/lib/xmltok_impl.c
 trunk~/lib/xmltok_impl.c   2006-11-26 18:34:46.0 +0100
-+++ trunk/lib/xmltok_impl.c2009-10-22 21:42:41.0 +0200
-@@ -1744,7 +1744,7 @@
-const char *end,
-POSITION *pos)
- {
--  while (ptr != end) {
-+  while (ptr < end) {
- switch (BYTE_TYPE(enc, ptr)) {
- #define LEAD_CASE(n) \
- case BT_LEAD ## n: \

Added: CVE-2015-1283-refix.patch
===
--- CVE-2015-1283-refix.patch   (rev 0)
+++ CVE-2015-1283-refix.patch   2016-05-17 19:07:06 UTC (rev 175564)
@@ -0,0 +1,38 @@
+From 29a11774d8ebbafe8418b4a5ffb4cc1160b194a1 Mon Sep 17 00:00:00 2001
+From: Pascal Cuoq 
+Date: Sun, 15 May 2016 09:05:46 +0200
+Subject: [PATCH] Avoid relying on undefined behavior in CVE-2015-1283 fix. It
+ does not really work: https://godbolt.org/g/Zl8gdF
+
+---
+ expat/lib/xmlparse.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
+index 13e080d..cdb12ef 100644
+--- a/expat/lib/xmlparse.c
 b/expat/lib/xmlparse.c
+@@ -1693,7 +1693,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+   }
+ 
+   if (len > bufferLim - bufferEnd) {
+-int neededSize = len + (int)(bufferEnd - bufferPtr);
++/* Do not invoke signed arithmetic overflow: */
++int neededSize = (int) ((unsigned)len + (unsigned)(bufferEnd - 
bufferPtr));
+ if (neededSize < 0) {
+   errorCode = XML_ERROR_NO_MEMORY;
+   return NULL;
+@@ -1725,7 +1726,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+   if (bufferSize == 0)
+ bufferSize = INIT_BUFFER_SIZE;
+   do {
+-bufferSize *= 2;
++/* Do not invoke signed arithmetic overflow: */
++bufferSize = (int) (2U * (unsigned) bufferSize);
+   } while (bufferSize < neededSize && bufferSize > 0);
+   if (bufferSize <= 0) {
+ errorCode = XML_ERROR_NO_MEMORY;
+-- 
+2.8.2
+
+

Added: CVE-2016-0718-v2-2-1.patch
===
--- CVE-2016-0718-v2-2-1.patch  (rev 0)
+++ CVE-2016-0718-v2-2-1.patch  2016-05-17 19:07:06 UTC (rev 175564)
@@ -0,0 +1,756 @@
+From cdfcb1b5c95e93b00ae9e9d25708b4a3bee72c15 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Mon, 2 May 2016 00:02:44 +0200
+Subject: [PATCH] Address CVE-2016-0718 (/patch/ version 2.2.1)
+
+* Out of bounds memory access when doing text conversion on malformed input
+* Integer overflow related to memory allocation
+
+Reported by Gustavo Grieco
+
+Patch credits go to
+* Christian Heimes
+* Karl Waclawek
+* Gustavo Grieco
+* Sebastian Pipping
+* Pascal Cuoq
+---
+ expat/lib/xmlparse.c|  34 +-
+ expat/lib/xmltok.c  | 115 +++-
+ expat/lib/xmltok.h  |  10 -
+ expat/lib/xmltok_impl.c |  62 +-
+ 4 files changed, 146 insertions(+), 75 deletions(-)
+
+diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
+index e308c79..13e080d 100644
+--- a/expat/lib/xmlparse.c
 b/expat/lib/xmlparse.c
+@@ -2426,11 +2426,11 @@ doContent(XML_Parser parser,
+   for (;;) {
+ int bufSize;
+ 

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

2016-05-17 Thread Jaroslav Lichtblau
Date: Tuesday, May 17, 2016 @ 20:55:21
  Author: jlichtblau
Revision: 175563

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

Added:
  syncthing/repos/community-staging-i686/
  syncthing/repos/community-staging-i686/PKGBUILD
(from rev 175562, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-staging-i686/syncthing.install
(from rev 175562, syncthing/trunk/syncthing.install)
  syncthing/repos/community-staging-x86_64/
  syncthing/repos/community-staging-x86_64/PKGBUILD
(from rev 175562, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-staging-x86_64/syncthing.install
(from rev 175562, syncthing/trunk/syncthing.install)

+
 community-staging-i686/PKGBUILD|   69 +++
 community-staging-i686/syncthing.install   |   12 
 community-staging-x86_64/PKGBUILD  |   69 +++
 community-staging-x86_64/syncthing.install |   12 
 4 files changed, 162 insertions(+)

Copied: syncthing/repos/community-staging-i686/PKGBUILD (from rev 175562, 
syncthing/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-17 18:55:21 UTC (rev 175563)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+install=$pkgname.install
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  elif [ ${CARCH}" == "x86_64" ] ; then
+  go run build.go -no-upgrade -goarch amd64 build
+  else
+  go run build.go -no-upgrade build
+  fi
+}
+
+check() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ "${CARCH}" == "x86_64" ] ; then
+go run build.go -no-upgrade test
+  fi
+}
+
+package() {
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+
+# license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+# man pages
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
+  for file in $(find . -name '*.1' -print); do
+install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
+  done
+  for file in $(find . -name '*.5' -print); do
+install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
+  done
+  for file in $(find . -name '*.7' -print); do
+install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
+  done
+}

Copied: syncthing/repos/community-staging-i686/syncthing.install (from rev 
175562, syncthing/trunk/syncthing.install)
===
--- community-staging-i686/syncthing.install(rev 0)
+++ community-staging-i686/syncthing.install2016-05-17 18:55:21 UTC (rev 
175563)
@@ -0,0 +1,12 @@
+post_upgrade() {
+  if (( "$(vercmp $2 0.13.0-1)" < 0 )); then
+cat << EOF
+  This is the first release on the new major v0.13 branch. It is not
+  protocol compatible with the v0.12.x releases! Use this release if you are
+  a new user, or when you are ready to upgrade all devices in your cluster.
+  Full information is available on the release page
+  https://github.com/syncthing/syncthing/releases/tag/v0.13.0
+
+EOF
+  fi
+}

Copied: syncthing/repos/community-staging-x86_64/PKGBUILD (from rev 175562, 
syncthing/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-17 18:55:21 UTC (rev 175563)
@@ -0,0 +1,69 @@

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

2016-05-17 Thread Jaroslav Lichtblau
Date: Tuesday, May 17, 2016 @ 20:55:05
  Author: jlichtblau
Revision: 175562

upgpkg: syncthing 0.13.0-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD
  syncthing/trunk/syncthing.install

---+
 PKGBUILD  |3 ++-
 syncthing.install |8 
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 18:39:50 UTC (rev 175561)
+++ PKGBUILD2016-05-17 18:55:05 UTC (rev 175562)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.12.24
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 arch=('i686' 'x86_64')
@@ -48,6 +48,7 @@
   cd "${srcdir}/src/github.com/syncthing/${pkgname}"
   install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
   install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
   install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
   install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
 

Modified: syncthing.install
===
--- syncthing.install   2016-05-17 18:39:50 UTC (rev 175561)
+++ syncthing.install   2016-05-17 18:55:05 UTC (rev 175562)
@@ -1,11 +1,11 @@
 post_upgrade() {
-  if (( "$(vercmp $2 0.12.0-1)" < 0 )); then
+  if (( "$(vercmp $2 0.13.0-1)" < 0 )); then
 cat << EOF
-  This is the first release on the new major v0.12 branch. It is not
-  compatible with the v0.11.x releases! Use this release if you are
+  This is the first release on the new major v0.13 branch. It is not
+  protocol compatible with the v0.12.x releases! Use this release if you are
   a new user, or when you are ready to upgrade all devices in your cluster.
   Full information is available on the release page
-  https://forum.syncthing.net/t/syncthing-v0-12-0-beryllium-bedbug/6026
+  https://github.com/syncthing/syncthing/releases/tag/v0.13.0
 
 EOF
   fi


[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2016-05-17 Thread Andreas Radke
Date: Tuesday, May 17, 2016 @ 20:38:41
  Author: andyrtr
Revision: 268253

upgpkg: xf86-video-intel 1:2.99.917+654+ga508b11-1

update to latest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 17:02:10 UTC (rev 268252)
+++ PKGBUILD2016-05-17 18:38:41 UTC (rev 268253)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=34f63f2 # 7 digits
-pkgver=2.99.917+651+g${_commit}
+_commit=a508b11 # 7 digits
+pkgver=2.99.917+654+g${_commit}
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)


[arch-commits] Commit in xf86-video-intel/repos (8 files)

2016-05-17 Thread Andreas Radke
Date: Tuesday, May 17, 2016 @ 20:38:59
  Author: andyrtr
Revision: 268254

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

Added:
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 268253, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 268253, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 268253, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 268253, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/testing-i686/PKGBUILD
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install

-+
 /PKGBUILD   |  126 ++
 /xf86-video-intel.install   |   40 +
 testing-i686/PKGBUILD   |   63 ---
 testing-i686/xf86-video-intel.install   |   20 
 testing-x86_64/PKGBUILD |   63 ---
 testing-x86_64/xf86-video-intel.install |   20 
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-17 18:38:41 UTC (rev 268253)
+++ testing-i686/PKGBUILD   2016-05-17 18:38:59 UTC (rev 268254)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-_commit=34f63f2 # 7 digits
-pkgver=2.99.917+651+g${_commit}
-pkgrel=1
-epoch=1
-arch=(i686 x86_64)
-url="https://01.org/linuxgraphics;
-license=('custom')
-install=$pkgname.install
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
- 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
- # additional for git snapshot
- 'git')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output'
-'libxss: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 268253, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-17 18:38:59 UTC (rev 268254)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=a508b11 # 7 digits
+pkgver=2.99.917+654+g${_commit}
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 

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

2016-05-17 Thread Anatol Pomozov
Date: Tuesday, May 17, 2016 @ 20:39:50
  Author: anatolik
Revision: 175561

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 18:39:06 UTC (rev 175560)
+++ community-i686/PKGBUILD 2016-05-17 18:39:50 UTC (rev 175561)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.16.0
-pkgrel=1
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent libffi)
-# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
-makedepends=(libxml2 llvm35)
-checkdepends=(libyaml libxml2 gmp git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('6bc77686da5cb7d1bf34397d6e57381d301a74d97420d1fb5ea7f13c4e8e1dc8')
-sha256sums_i686=('ba91805496f3276b107b4b4197d3a566cb0965ddd51a1c79f2e704dbd239693f')
-sha256sums_x86_64=('c9ccd15d0ba9cc9e76283ee8c3710d2720dea8595511725ab2c4175052e9ebf2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal"
-  make doc
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 175560, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 18:39:50 UTC (rev 175561)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.17.0
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent libffi)
+# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)

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

2016-05-17 Thread Anatol Pomozov
Date: Tuesday, May 17, 2016 @ 20:39:06
  Author: anatolik
Revision: 175560

upgpkg: crystal 0.17.0-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 18:22:18 UTC (rev 175559)
+++ PKGBUILD2016-05-17 18:39:06 UTC (rev 175560)
@@ -3,7 +3,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
@@ -21,9 +21,9 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('6bc77686da5cb7d1bf34397d6e57381d301a74d97420d1fb5ea7f13c4e8e1dc8')
-sha256sums_i686=('ba91805496f3276b107b4b4197d3a566cb0965ddd51a1c79f2e704dbd239693f')
-sha256sums_x86_64=('c9ccd15d0ba9cc9e76283ee8c3710d2720dea8595511725ab2c4175052e9ebf2')
+sha256sums=('35cf4e322d387929be8e919bb5e2c0980f94a6fa1d006e12d713a8c41ea3575d')
+sha256sums_i686=('7a344ec513ac2dc59a5db59c1a5fe9596a816663713b85e864d2186f321bf310')
+sha256sums_x86_64=('d18d75720d658c3e52456327e253326aa5bfbce9c4998beeb79446ebd3cd1b25')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 20:22:03
  Author: anthraxx
Revision: 175558

upgpkg: powerdns 3.4.9-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 18:21:44 UTC (rev 175557)
+++ PKGBUILD2016-05-17 18:22:03 UTC (rev 175558)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Mihelich 
 
 pkgname=powerdns
-pkgver=3.4.8
-pkgrel=2
+pkgver=3.4.9
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -20,7 +20,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2{,.asc}
 "$pkgname.service")
-sha256sums=('4f818fd09bff89625b4317cc7c05445f6e7bd9ea8d21e7eefeaaca07b8b0cd9f'
+sha256sums=('2b1124db2d937ed525b9fc60a5dd55cb82f4cae58116cb986de53faa5dff'
 'SKIP'
 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
 validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 



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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 20:22:18
  Author: anthraxx
Revision: 175559

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

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

---+
 /PKGBUILD |  166 
 /powerdns.install |   28 ++
 /powerdns.service |   24 +
 community-i686/PKGBUILD   |   83 --
 community-i686/powerdns.install   |   14 ---
 community-i686/powerdns.service   |   12 --
 community-x86_64/PKGBUILD |   83 --
 community-x86_64/powerdns.install |   14 ---
 community-x86_64/powerdns.service |   12 --
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 18:22:03 UTC (rev 175558)
+++ community-i686/PKGBUILD 2016-05-17 18:22:18 UTC (rev 175559)
@@ -1,83 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Maintainer: Levente Polyak 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-
-pkgname=powerdns
-pkgver=3.4.8
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
- 'libldap' 'sqlite')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
-'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-install="$pkgname.install"
-backup=('etc/powerdns/pdns.conf')
-source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2{,.asc}
-"$pkgname.service")
-sha256sums=('4f818fd09bff89625b4317cc7c05445f6e7bd9ea8d21e7eefeaaca07b8b0cd9f'
-'SKIP'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 

-
-prepare() {
-  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
-
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-# Future versions of setconf may be able to comment out options as well.
-setconf -a pdns.conf "$keyvalue"
-  done
-}
-
-build() {
-  cd "pdns-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
-  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
-  install -Dm644 "$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
-  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 175558, 
powerdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 18:22:18 UTC (rev 175559)
@@ -0,0 +1,83 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Maintainer: Levente Polyak 
+# Contributor: 

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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 20:21:44
  Author: anthraxx
Revision: 175557

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 18:21:35 UTC (rev 175556)
+++ PKGBUILD2016-05-17 18:21:44 UTC (rev 175557)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-socketio
-pkgname=('python-socketio' 'python2-socketio')
-pkgver=1.1
-pkgrel=1
-pkgdesc='Python implementation of the Socket.IO realtime server'
-url='https://github.com/miguelgrinberg/python-socketio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
- 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
-checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha512sums=('7b9642eb4cd1a9d609655bac48b521f9c831302f72aa8a32cd46228c5a010612c7e3c6b02b7417e232b9fff812318a683a8cefb5b5de3ba807ae13c1993c49fc')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-py.test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-socketio() {
-  depends=('python-six' 'python-engineio')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-socketio() {
-  depends=('python2-six' 'python2-engineio')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-socketio/repos/community-any/PKGBUILD (from rev 175556, 
python-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 18:21:44 UTC (rev 175557)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-socketio
+pkgname=('python-socketio' 'python2-socketio')
+pkgver=1.3
+pkgrel=1
+pkgdesc='Python implementation of the Socket.IO realtime server'
+url='https://github.com/miguelgrinberg/python-socketio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
+checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
+sha512sums=('06d2d6947b065a00e22683cab21e189cd5cb1d261352e0d34080b3d8a0c38359d9b6aebe142e9db7d452eb4cbfb822883b605a671b50f3599d343df311d86660')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-socketio() {
+  depends=('python-six' 'python-engineio')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/socketio.1 

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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 20:21:26
  Author: anthraxx
Revision: 17

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 18:21:17 UTC (rev 175554)
+++ PKGBUILD2016-05-17 18:21:26 UTC (rev 17)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-engineio
-pkgname=('python-engineio' 'python2-engineio')
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Python implementation of the Engine.IO realtime server'
-url='https://github.com/miguelgrinberg/python-engineio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six'
- 'python2-setuptools' 'python2-sphinx' 'python2-six')
-checkdepends=('python-mock' 'python-eventlet' 'python-pytest'
-  'python2-mock' 'python2-eventlet' 'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha512sums=('4c7cea490901c9eea4606dd7998b91e056dd6286b32038e8a59244bb0f3b4a2de5f3e67d2de2aefd2e6cc54b962ee2cefc5e496d5b879d81ffd0430984f28b18')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-py.test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-engineio() {
-  depends=('python-six')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-engineio() {
-  depends=('python2-six')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-engineio/repos/community-any/PKGBUILD (from rev 175554, 
python-engineio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 18:21:26 UTC (rev 17)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-engineio
+pkgname=('python-engineio' 'python2-engineio')
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Python implementation of the Engine.IO realtime server'
+url='https://github.com/miguelgrinberg/python-engineio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six')
+checkdepends=('python-mock' 'python-eventlet' 'python-pytest'
+  'python2-mock' 'python2-eventlet' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
+sha512sums=('1141c4f998a407058391796480867eef64ab7c8f4ed3f6e2de0d1972c11666e00fc871fed16194421b0c6ff238150c8b9b8b94d30fa6fb8b20eb6e1174908d8f')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-engineio() {
+  depends=('python-six')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+

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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 20:21:35
  Author: anthraxx
Revision: 175556

upgpkg: python-socketio 1.3-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 18:21:26 UTC (rev 17)
+++ PKGBUILD2016-05-17 18:21:35 UTC (rev 175556)
@@ -2,7 +2,7 @@
 
 pkgbase=python-socketio
 pkgname=('python-socketio' 'python2-socketio')
-pkgver=1.1
+pkgver=1.3
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha512sums=('7b9642eb4cd1a9d609655bac48b521f9c831302f72aa8a32cd46228c5a010612c7e3c6b02b7417e232b9fff812318a683a8cefb5b5de3ba807ae13c1993c49fc')
+sha512sums=('06d2d6947b065a00e22683cab21e189cd5cb1d261352e0d34080b3d8a0c38359d9b6aebe142e9db7d452eb4cbfb822883b605a671b50f3599d343df311d86660')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 20:21:17
  Author: anthraxx
Revision: 175554

upgpkg: python-engineio 0.9.1-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 17:56:19 UTC (rev 175553)
+++ PKGBUILD2016-05-17 18:21:17 UTC (rev 175554)
@@ -2,7 +2,7 @@
 
 pkgbase=python-engineio
 pkgname=('python-engineio' 'python2-engineio')
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
@@ -14,7 +14,7 @@
   'python2-mock' 'python2-eventlet' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha512sums=('4c7cea490901c9eea4606dd7998b91e056dd6286b32038e8a59244bb0f3b4a2de5f3e67d2de2aefd2e6cc54b962ee2cefc5e496d5b879d81ffd0430984f28b18')
+sha512sums=('1141c4f998a407058391796480867eef64ab7c8f4ed3f6e2de0d1972c11666e00fc871fed16194421b0c6ff238150c8b9b8b94d30fa6fb8b20eb6e1174908d8f')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2016-05-17 Thread Jakob Gruber
Date: Tuesday, May 17, 2016 @ 19:56:19
  Author: schuay
Revision: 175553

FS#49308

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 17:00:51 UTC (rev 175552)
+++ PKGBUILD2016-05-17 17:56:19 UTC (rev 175553)
@@ -66,7 +66,8 @@
 make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
 
 # Fix FS#14600 (name conflicts with other packages).
-for oldname in net cube blackbox; do
+cd ${pkgdir}/usr/bin
+for oldname in *; do
 newname=puzzles-${oldname}
 mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
 sed -i "s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_" \


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2016-05-17 Thread Laurent Carlier
Date: Tuesday, May 17, 2016 @ 19:02:10
  Author: lcarlier
Revision: 268252

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 268251, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 17:02:04 UTC (rev 268251)
+++ PKGBUILD2016-05-17 17:02:10 UTC (rev 268252)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.12
-epoch=1
-_pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160429
-pkgrel=1
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoc)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
-md5sums=('efff7bc7d5266573c3c3f7887401daca')
-
-build() {
-  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
-
-  make manpages
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 ${pkgdir}/usr/include/vulkan
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}
-
-package_vulkan-man-pages() {
-  pkgdesc="Vulkan man pages"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 "${pkgdir}/usr/share/man/man3"
-  install -m644 out/1.0/man/3/*.3 "${pkgdir}/usr/share/man/man3/"
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 268251, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 17:02:10 UTC (rev 268252)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-man-pages)
+pkgver=1.0.13
+epoch=1
+_pkgname=Vulkan-Docs
+_pkgver=1.0-core+wsi-20160513
+pkgrel=1
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoc)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
+md5sums=('6ba0939389c0c96e67480b0d06a2704f')
+
+build() {
+  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
+
+  make manpages
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 ${pkgdir}/usr/include/vulkan
+  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
+  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}
+
+package_vulkan-man-pages() {
+  pkgdesc="Vulkan man pages"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 "${pkgdir}/usr/share/man/man3"
+  install -m644 out/1.0/man/3/*.3 "${pkgdir}/usr/share/man/man3/"
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}


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

2016-05-17 Thread Laurent Carlier
Date: Tuesday, May 17, 2016 @ 19:02:04
  Author: lcarlier
Revision: 268251

upgpkg: vulkan-docs 1:1.0.13-1

upstream update 1.0.13

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 15:34:06 UTC (rev 268250)
+++ PKGBUILD2016-05-17 17:02:04 UTC (rev 268251)
@@ -3,10 +3,10 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.12
+pkgver=1.0.13
 epoch=1
 _pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160429
+_pkgver=1.0-core+wsi-20160513
 pkgrel=1
 arch=(any)
 url="https://www.khronos.org/vulkan/;
@@ -14,7 +14,7 @@
 makedepends=(asciidoc)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
-md5sums=('efff7bc7d5266573c3c3f7887401daca')
+md5sums=('6ba0939389c0c96e67480b0d06a2704f')
 
 build() {
   cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 19:00:51
  Author: anthraxx
Revision: 175552

archrelease: copy trunk to community-any

Added:
  ropper/repos/community-any/PKGBUILD
(from rev 175551, ropper/trunk/PKGBUILD)
Deleted:
  ropper/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 17:00:42 UTC (rev 175551)
+++ PKGBUILD2016-05-17 17:00:51 UTC (rev 175552)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=ropper
-_pkgname=Ropper
-pkgver=1.8.6
-pkgrel=1
-pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
-url="https://github.com/sashs/Ropper;
-arch=('any')
-license=('GPL2')
-depends=('python-capstone' 'python-filebytes')
-optdepends=('sqlite: gadgets database support')
-makedepends=('python-setuptools')
-checkdepends=('sqlite')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('b53daaba9ad8189438e148e76286529561980e17183af237fb72a5ce8cbd77bbb5450e9e949a9c59a440b4372f81cd3bb2f9af0fd550d0447d5e280c388902b8')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python test.py
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ropper/repos/community-any/PKGBUILD (from rev 175551, 
ropper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 17:00:51 UTC (rev 175552)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=ropper
+_pkgname=Ropper
+pkgver=1.8.7
+pkgrel=1
+pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
+url="https://github.com/sashs/Ropper;
+arch=('any')
+license=('GPL2')
+depends=('python-capstone' 'python-filebytes')
+optdepends=('sqlite: gadgets database support')
+makedepends=('python-setuptools')
+checkdepends=('sqlite')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('11b3de7b0cfb009034a49e0d4f97fd3ecfb5ad171d4f7896c6834be7433c6f440e5f570856cc28a00eb7936e42644b96073d75944ef88e3f1df95f3d189d7bfd')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python test.py
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 19:00:42
  Author: anthraxx
Revision: 175551

upgpkg: ropper 1.8.7-1

Modified:
  ropper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 16:52:36 UTC (rev 175550)
+++ PKGBUILD2016-05-17 17:00:42 UTC (rev 175551)
@@ -2,7 +2,7 @@
 
 pkgname=ropper
 _pkgname=Ropper
-pkgver=1.8.6
+pkgver=1.8.7
 pkgrel=1
 pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
 url="https://github.com/sashs/Ropper;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('sqlite')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('b53daaba9ad8189438e148e76286529561980e17183af237fb72a5ce8cbd77bbb5450e9e949a9c59a440b4372f81cd3bb2f9af0fd550d0447d5e280c388902b8')
+sha512sums=('11b3de7b0cfb009034a49e0d4f97fd3ecfb5ad171d4f7896c6834be7433c6f440e5f570856cc28a00eb7936e42644b96073d75944ef88e3f1df95f3d189d7bfd')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 18:52:36
  Author: anthraxx
Revision: 175550

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 16:52:24 UTC (rev 175549)
+++ community-i686/PKGBUILD 2016-05-17 16:52:36 UTC (rev 175550)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.12b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('76e5018cc7ece1e9d164e91ec3552925454b85bf9d981fc2eb6a718fdb06741796b323605ddba93d01df0d9512309ba89554735b7b08c5bf8ad69257b3665e64')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 175549, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 16:52:36 UTC (rev 175550)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.13b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/;
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
+)
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('00e922a4c11c015173eabd4ca897df29ab785bae97eb78eb0a7a68acd802e3596f37dac62370b2a52036cc4f17ac640f5eebeb4e8916b3bb727429dee49ce3d1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-17 16:52:24 UTC (rev 175549)
+++ community-x86_64/PKGBUILD   2016-05-17 16:52:36 UTC (rev 175550)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.12b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('76e5018cc7ece1e9d164e91ec3552925454b85bf9d981fc2eb6a718fdb06741796b323605ddba93d01df0d9512309ba89554735b7b08c5bf8ad69257b3665e64')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make 

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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 18:52:24
  Author: anthraxx
Revision: 175549

upgpkg: afl 2.13b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 16:52:10 UTC (rev 175548)
+++ PKGBUILD2016-05-17 16:52:24 UTC (rev 175549)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.12b
+pkgver=2.13b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/;
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('76e5018cc7ece1e9d164e91ec3552925454b85bf9d981fc2eb6a718fdb06741796b323605ddba93d01df0d9512309ba89554735b7b08c5bf8ad69257b3665e64')
+sha512sums=('00e922a4c11c015173eabd4ca897df29ab785bae97eb78eb0a7a68acd802e3596f37dac62370b2a52036cc4f17ac640f5eebeb4e8916b3bb727429dee49ce3d1')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 18:52:10
  Author: anthraxx
Revision: 175548

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 16:52:01 UTC (rev 175547)
+++ community-i686/PKGBUILD 2016-05-17 16:52:10 UTC (rev 175548)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=pgpdump
-pkgver=0.30
-pkgrel=1
-pkgdesc="PGP packet visualizer which displays the packet format"
-url="http://www.mew.org/~kazu/proj/pgpdump;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('zlib' 'bzip2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('429772b84b9a7de8686d2cc66ef33ba2fb53a1d26c6df9c3ecc911fdcc43bdf4cbf0d124aec9c8e5d59f6d6c481abed046cc7da684f991ff2bf90bc24a8bd30f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pgpdump/repos/community-i686/PKGBUILD (from rev 175547, 
pgpdump/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 16:52:10 UTC (rev 175548)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+
+pkgname=pgpdump
+pkgver=0.31
+pkgrel=1
+pkgdesc="PGP packet visualizer which displays the packet format"
+url="http://www.mew.org/~kazu/proj/pgpdump;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'bzip2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('f39ddfaa53f016f60e316db36a085c0b9e81a284d33c6c686806659de68c9650b4e39cb889f87fb749338ae7ca73b123bb5e36f19592b894f5a42f71ba7a6b0b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-17 16:52:01 UTC (rev 175547)
+++ community-x86_64/PKGBUILD   2016-05-17 16:52:10 UTC (rev 175548)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=pgpdump
-pkgver=0.30
-pkgrel=1
-pkgdesc="PGP packet visualizer which displays the packet format"
-url="http://www.mew.org/~kazu/proj/pgpdump;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('zlib' 'bzip2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('429772b84b9a7de8686d2cc66ef33ba2fb53a1d26c6df9c3ecc911fdcc43bdf4cbf0d124aec9c8e5d59f6d6c481abed046cc7da684f991ff2bf90bc24a8bd30f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pgpdump/repos/community-x86_64/PKGBUILD (from rev 175547, 
pgpdump/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-17 16:52:10 UTC (rev 175548)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+
+pkgname=pgpdump
+pkgver=0.31
+pkgrel=1
+pkgdesc="PGP packet visualizer which displays the packet format"
+url="http://www.mew.org/~kazu/proj/pgpdump;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'bzip2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('f39ddfaa53f016f60e316db36a085c0b9e81a284d33c6c686806659de68c9650b4e39cb889f87fb749338ae7ca73b123bb5e36f19592b894f5a42f71ba7a6b0b')
+
+build() {
+  cd 

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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 18:52:01
  Author: anthraxx
Revision: 175547

upgpkg: pgpdump 0.31-1

Modified:
  pgpdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 16:31:21 UTC (rev 175546)
+++ PKGBUILD2016-05-17 16:52:01 UTC (rev 175547)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=pgpdump
-pkgver=0.30
+pkgver=0.31
 pkgrel=1
 pkgdesc="PGP packet visualizer which displays the packet format"
 url="http://www.mew.org/~kazu/proj/pgpdump;
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('zlib' 'bzip2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('429772b84b9a7de8686d2cc66ef33ba2fb53a1d26c6df9c3ecc911fdcc43bdf4cbf0d124aec9c8e5d59f6d6c481abed046cc7da684f991ff2bf90bc24a8bd30f')
+sha512sums=('f39ddfaa53f016f60e316db36a085c0b9e81a284d33c6c686806659de68c9650b4e39cb889f87fb749338ae7ca73b123bb5e36f19592b894f5a42f71ba7a6b0b')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 18:31:15
  Author: anthraxx
Revision: 175545

upgpkg: python-flask-socketio 2.3-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 15:44:50 UTC (rev 175544)
+++ PKGBUILD2016-05-17 16:31:15 UTC (rev 175545)
@@ -3,7 +3,7 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc="Socket.IO integration for Flask applications"
 url="https://flask-socketio.readthedocs.org/;
@@ -14,7 +14,7 @@
 checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('dea419eeccda25e6a2898ed6b80fb9ef2da901d2b07eaf0584170d68c1c23608d7aa1447b632028898e49ade1e5998b71b599d1352eee24f3cc4c5be3fd45111')
+sha512sums=('9bd031c4d79f1de39652deb575c36fda18e63e7a494a15de8de2b3bfa893c3fa98c9262356f283dda6728ba557f7214cd4bf0b45d8a68a3d32936093eb47fbc7')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2016-05-17 Thread Levente Polyak
Date: Tuesday, May 17, 2016 @ 18:31:21
  Author: anthraxx
Revision: 175546

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 175545, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 16:31:15 UTC (rev 175545)
+++ PKGBUILD2016-05-17 16:31:21 UTC (rev 175546)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=2.2
-pkgrel=1
-pkgdesc="Socket.IO integration for Flask applications"
-url="https://flask-socketio.readthedocs.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('dea419eeccda25e6a2898ed6b80fb9ef2da901d2b07eaf0584170d68c1c23608d7aa1447b632028898e49ade1e5998b71b599d1352eee24f3cc4c5be3fd45111')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 175545, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 16:31:21 UTC (rev 175546)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=2.3
+pkgrel=1
+pkgdesc="Socket.IO integration for Flask applications"
+url="https://flask-socketio.readthedocs.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha512sums=('9bd031c4d79f1de39652deb575c36fda18e63e7a494a15de8de2b3bfa893c3fa98c9262356f283dda6728ba557f7214cd4bf0b45d8a68a3d32936093eb47fbc7')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+
+package_python-flask-socketio() {
+  depends=('python-flask' 'python-eventlet' 'python-socketio')
+
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" 

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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 17:44:50
  Author: spupykin
Revision: 175544

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

Added:
  tuxguitar/repos/community-i686/PKGBUILD
(from rev 175543, tuxguitar/trunk/PKGBUILD)
  tuxguitar/repos/community-i686/tuxguitar.desktop
(from rev 175543, tuxguitar/trunk/tuxguitar.desktop)
  tuxguitar/repos/community-i686/tuxguitar.xml
(from rev 175543, tuxguitar/trunk/tuxguitar.xml)
  tuxguitar/repos/community-x86_64/PKGBUILD
(from rev 175543, tuxguitar/trunk/PKGBUILD)
  tuxguitar/repos/community-x86_64/tuxguitar.desktop
(from rev 175543, tuxguitar/trunk/tuxguitar.desktop)
  tuxguitar/repos/community-x86_64/tuxguitar.xml
(from rev 175543, tuxguitar/trunk/tuxguitar.xml)
Deleted:
  tuxguitar/repos/community-i686/PKGBUILD
  tuxguitar/repos/community-i686/tuxguitar.desktop
  tuxguitar/repos/community-i686/tuxguitar.xml
  tuxguitar/repos/community-x86_64/PKGBUILD
  tuxguitar/repos/community-x86_64/tuxguitar.desktop
  tuxguitar/repos/community-x86_64/tuxguitar.xml

+
 /PKGBUILD  |  166 +++
 /tuxguitar.desktop |   26 +
 /tuxguitar.xml |   38 
 community-i686/PKGBUILD|   82 -
 community-i686/tuxguitar.desktop   |   13 --
 community-i686/tuxguitar.xml   |   18 ---
 community-x86_64/PKGBUILD  |   82 -
 community-x86_64/tuxguitar.desktop |   13 --
 community-x86_64/tuxguitar.xml |   18 ---
 9 files changed, 230 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 15:44:32 UTC (rev 175543)
+++ community-i686/PKGBUILD 2016-05-17 15:44:50 UTC (rev 175544)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: |AhIoRoS| < ahio...@gmail.com >
-
-pkgname=tuxguitar
-pkgver=1.3.2
-pkgrel=2
-_jdk=java-7-openjdk
-pkgdesc="multitrack guitar tablature editor and player"
-arch=('i686' 'x86_64')
-#url="http://www.herac.com.ar/contenidos/tuxguitar.html;
-url="http://sourceforge.net/projects/tuxguitar;
-license=('LGPL')
-depends=('java-runtime' 'swt' 'alsa-lib')
-makedepends=('unzip' 'zip' 'apache-ant' 'jack' 'fluidsynth' 'java-environment' 
'maven')
-optdepends=('fluidsynth')
-source=(tuxguitar-src-$pkgver.tar.gz::http://downloads.sourceforge.net/project/tuxguitar/TuxGuitar/TuxGuitar-$pkgver/tuxguitar-$pkgver-src.tar.gz
-   tuxguitar.desktop
-   tuxguitar.xml)
-md5sums=('ba436b4558dc3ca054b395d8d7e38c50'
- '0afa7f3248b9317d73ad8ccdc5e5aaf0'
- '59ce4eb8dcc0d0dde81e6cf2820aa9b0')
-
-prepare() {
-  cd $srcdir
-  cat >gcj <$pkgdir/usr/bin/tuxguitar <
+# Contributor: |AhIoRoS| < ahio...@gmail.com >
+
+pkgname=tuxguitar
+pkgver=1.3.2
+pkgrel=3
+_jdk=java-7-openjdk
+pkgdesc="multitrack guitar tablature editor and player"
+arch=('i686' 'x86_64')
+#url="http://www.herac.com.ar/contenidos/tuxguitar.html;
+url="http://sourceforge.net/projects/tuxguitar;
+license=('LGPL')
+depends=('java-runtime' 'swt' 'alsa-lib')
+makedepends=('unzip' 'zip' 'apache-ant' 'jack' 'fluidsynth' 'java-environment' 
'maven')
+optdepends=('fluidsynth')
+source=(tuxguitar-src-$pkgver.tar.gz::http://downloads.sourceforge.net/project/tuxguitar/TuxGuitar/TuxGuitar-$pkgver/tuxguitar-$pkgver-src.tar.gz
+   tuxguitar.desktop
+   tuxguitar.xml)
+md5sums=('ba436b4558dc3ca054b395d8d7e38c50'
+ '0afa7f3248b9317d73ad8ccdc5e5aaf0'
+ '10bd5bf22e1da9ecb915a1f6d86d4e0b')
+
+prepare() {
+  cd $srcdir
+  cat >gcj $pkgdir/usr/bin/tuxguitar <
-http://www.freedesktop.org/standards/shared-mime-info;>
-   
-   TuxGuitar file
-   
-   
-   
-   GuitarPro file
-   
-   
-   
-  

[arch-commits] Commit in emacs-haskell-mode/repos/community-any (4 files)

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 17:44:28
  Author: spupykin
Revision: 175542

archrelease: copy trunk to community-any

Added:
  emacs-haskell-mode/repos/community-any/PKGBUILD
(from rev 175541, emacs-haskell-mode/trunk/PKGBUILD)
  emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install
(from rev 175541, emacs-haskell-mode/trunk/emacs-haskell-mode.install)
Deleted:
  emacs-haskell-mode/repos/community-any/PKGBUILD
  emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install

+
 PKGBUILD   |   69 ---
 emacs-haskell-mode.install |   22 ++---
 2 files changed, 50 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 15:44:19 UTC (rev 175541)
+++ PKGBUILD2016-05-17 15:44:28 UTC (rev 175542)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Gleidson 
-
-pkgname=emacs-haskell-mode
-pkgver=13.16
-pkgrel=1
-pkgdesc="Haskell mode package for Emacs"
-arch=(any)
-license=('GPL')
-url="https://github.com/haskell/haskell-mode;
-install=emacs-haskell-mode.install
-makedepends=('emacs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/v$pkgver.tar.gz)
-md5sums=('6f3a08cb9907578a807b49c8cb4bbd49')
-
-build() {
-  cd $srcdir/haskell-mode-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/haskell-mode-$pkgver
-  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/haskell-mode
-  install -dm0755 $pkgdir/usr/share/doc/$pkgname
-  install -m0644 *.el{,c} -t $pkgdir/usr/share/emacs/site-lisp/haskell-mode
-  install -m0644 NEWS README.md $pkgdir/usr/share/doc/$pkgname
-  install -Dm0644 haskell-mode.info $pkgdir/usr/share/info/haskell-mode.info
-#  cp -a examples $pkgdir/usr/share/doc/$pkgname/
-}

Copied: emacs-haskell-mode/repos/community-any/PKGBUILD (from rev 175541, 
emacs-haskell-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 15:44:28 UTC (rev 175542)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Gleidson 
+
+pkgname=emacs-haskell-mode
+pkgver=13.20
+pkgrel=1
+pkgdesc="Haskell mode package for Emacs"
+arch=(any)
+license=('GPL')
+url="https://github.com/haskell/haskell-mode;
+install=emacs-haskell-mode.install
+makedepends=('emacs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/v$pkgver.tar.gz)
+md5sums=('28dc2e6fb1dad0f488ceec80896f0088')
+
+prepare() {
+  cd $srcdir/haskell-mode-$pkgver
+  sed -i 's|haskell-mode-pkg.el,|haskell-mode-pkg.el haskell-mode.el,|' 
Makefile
+}
+
+build() {
+  cd $srcdir/haskell-mode-$pkgver
+  export EMACS=/usr/bin/emacs
+  make
+}
+
+package() {
+  cd $srcdir/haskell-mode-$pkgver
+
+  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/haskell-mode
+  install -m0644 *.el -t $pkgdir/usr/share/emacs/site-lisp/haskell-mode
+  cp -a build-$(emacs --version | head -n1 | cut -f3 -d' ') -t 
$pkgdir/usr/share/emacs/site-lisp/haskell-mode/
+
+  install -dm0755 $pkgdir/usr/share/doc/$pkgname
+  install -m0644 NEWS README.md $pkgdir/usr/share/doc/$pkgname
+
+  install -Dm0644 haskell-mode.info $pkgdir/usr/share/info/haskell-mode.info
+}

Deleted: emacs-haskell-mode.install
===
--- emacs-haskell-mode.install  2016-05-17 15:44:19 UTC (rev 175541)
+++ emacs-haskell-mode.install  2016-05-17 15:44:28 UTC (rev 175542)
@@ -1,11 +0,0 @@
-post_install () {
-  echo ""
-  echo "==> Read the haskell-*.el files in 
/usr/share/emacs/site-lisp/haskell-mode"
-  echo "==> for information about how to configure your ~/.emacs"
-  echo ""
-}
-
-post_upgrade () {
-  post_install $1
-}
-

Copied: emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install (from 
rev 175541, emacs-haskell-mode/trunk/emacs-haskell-mode.install)
===
--- emacs-haskell-mode.install  (rev 0)
+++ emacs-haskell-mode.install  2016-05-17 15:44:28 UTC (rev 175542)
@@ -0,0 +1,11 @@
+post_install () {
+  echo ""
+  echo "==> Read the haskell-*.el files in 
/usr/share/emacs/site-lisp/haskell-mode"
+  echo "==> for information about how to configure your ~/.emacs"
+  echo ""
+}
+
+post_upgrade () {
+  post_install $1
+}
+


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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 17:44:19
  Author: spupykin
Revision: 175541

upgpkg: emacs-haskell-mode 13.20-1

upd

Modified:
  emacs-haskell-mode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 14:48:52 UTC (rev 175540)
+++ PKGBUILD2016-05-17 15:44:19 UTC (rev 175541)
@@ -3,7 +3,7 @@
 # Contributor: Gleidson 
 
 pkgname=emacs-haskell-mode
-pkgver=13.16
+pkgver=13.20
 pkgrel=1
 pkgdesc="Haskell mode package for Emacs"
 arch=(any)
@@ -12,19 +12,28 @@
 install=emacs-haskell-mode.install
 makedepends=('emacs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/v$pkgver.tar.gz)
-md5sums=('6f3a08cb9907578a807b49c8cb4bbd49')
+md5sums=('28dc2e6fb1dad0f488ceec80896f0088')
 
+prepare() {
+  cd $srcdir/haskell-mode-$pkgver
+  sed -i 's|haskell-mode-pkg.el,|haskell-mode-pkg.el haskell-mode.el,|' 
Makefile
+}
+
 build() {
   cd $srcdir/haskell-mode-$pkgver
+  export EMACS=/usr/bin/emacs
   make
 }
 
 package() {
   cd $srcdir/haskell-mode-$pkgver
+
   install -dm0755 $pkgdir/usr/share/emacs/site-lisp/haskell-mode
+  install -m0644 *.el -t $pkgdir/usr/share/emacs/site-lisp/haskell-mode
+  cp -a build-$(emacs --version | head -n1 | cut -f3 -d' ') -t 
$pkgdir/usr/share/emacs/site-lisp/haskell-mode/
+
   install -dm0755 $pkgdir/usr/share/doc/$pkgname
-  install -m0644 *.el{,c} -t $pkgdir/usr/share/emacs/site-lisp/haskell-mode
   install -m0644 NEWS README.md $pkgdir/usr/share/doc/$pkgname
+
   install -Dm0644 haskell-mode.info $pkgdir/usr/share/info/haskell-mode.info
-#  cp -a examples $pkgdir/usr/share/doc/$pkgname/
 }


[arch-commits] Commit in tuxguitar/trunk (PKGBUILD tuxguitar.xml)

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 17:44:32
  Author: spupykin
Revision: 175543

upgpkg: tuxguitar 1.3.2-3

upd

Modified:
  tuxguitar/trunk/PKGBUILD
  tuxguitar/trunk/tuxguitar.xml

---+
 PKGBUILD  |5 +++--
 tuxguitar.xml |1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 15:44:28 UTC (rev 175542)
+++ PKGBUILD2016-05-17 15:44:32 UTC (rev 175543)
@@ -4,7 +4,7 @@
 
 pkgname=tuxguitar
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 _jdk=java-7-openjdk
 pkgdesc="multitrack guitar tablature editor and player"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
tuxguitar.xml)
 md5sums=('ba436b4558dc3ca054b395d8d7e38c50'
  '0afa7f3248b9317d73ad8ccdc5e5aaf0'
- '59ce4eb8dcc0d0dde81e6cf2820aa9b0')
+ '10bd5bf22e1da9ecb915a1f6d86d4e0b')
 
 prepare() {
   cd $srcdir
@@ -28,6 +28,7 @@
 echo "/usr/lib/jvm/default/include -I/usr/lib/jvm/default/include/linux"
 EOF
   chmod 0755 gcj
+  sed -i 
's|https://swt-repo.googlecode.com/svn/repo/|http://maven-eclipse.github.io/maven|'
 tuxguitar-$pkgver-src/pom.xml
 }
 
 build() {

Modified: tuxguitar.xml
===
--- tuxguitar.xml   2016-05-17 15:44:28 UTC (rev 175542)
+++ tuxguitar.xml   2016-05-17 15:44:32 UTC (rev 175543)
@@ -10,6 +10,7 @@



+   


PowerTab file


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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 16:48:34
  Author: spupykin
Revision: 175539

upgpkg: pdnsd 1.2.9.a-10

upd

Modified:
  pdnsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 14:13:12 UTC (rev 175538)
+++ PKGBUILD2016-05-17 14:48:34 UTC (rev 175539)
@@ -6,13 +6,12 @@
 pkgname=pdnsd
 pkgver=1.2.9.a
 _pkgver=${pkgver/.a/a}
-pkgrel=9
+pkgrel=10
 pkgdesc="Proxy DNS server with permanent caching"
 arch=(i686 x86_64)
 url="http://members.home.nl/p.a.rombouts/pdnsd/;
 license=('GPL')
 depends=('glibc')
-backup=(etc/pdnsd.conf)
 install=${pkgname}.install
 
source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
service)
@@ -29,8 +28,10 @@
   cd "$srcdir/$pkgname-$_pkgver"
   make DESTDIR="$pkgdir" install
   install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
-  # Rename the configuration file, so users get pacnew files.
-  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/etc/pdnsd.conf"
-  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf"
+
+  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
+  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
+  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
+
   chown -R 184:184 "$pkgdir/var/cache/pdnsd"
 }


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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 16:48:52
  Author: spupykin
Revision: 175540

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

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

+
 /PKGBUILD  |   74 +++
 /pdnsd.install |   42 ++
 /service   |   20 ++
 community-i686/PKGBUILD|   36 --
 community-i686/pdnsd.install   |   21 ---
 community-i686/service |   10 -
 community-x86_64/PKGBUILD  |   36 --
 community-x86_64/pdnsd.install |   21 ---
 community-x86_64/service   |   10 -
 9 files changed, 136 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 14:48:34 UTC (rev 175539)
+++ community-i686/PKGBUILD 2016-05-17 14:48:52 UTC (rev 175540)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Henrik Nymann Jensen 
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=9
-pkgdesc="Proxy DNS server with permanent caching"
-arch=(i686 x86_64)
-url="http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-backup=(etc/pdnsd.conf)
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-   service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '750dc2c8274a0de95670758c7c34fd21')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
-  # Rename the configuration file, so users get pacnew files.
-  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/etc/pdnsd.conf"
-  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf"
-  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
-}

Copied: pdnsd/repos/community-i686/PKGBUILD (from rev 175539, 
pdnsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 14:48:52 UTC (rev 175540)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Henrik Nymann Jensen 
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=10
+pkgdesc="Proxy DNS server with permanent caching"
+arch=(i686 x86_64)
+url="http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+install=${pkgname}.install
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
+   service)
+md5sums=('2f3e705d59a0f9308ad9504b24400769'
+ '750dc2c8274a0de95670758c7c34fd21')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
+
+  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
+  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
+  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
+
+  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
+}

Deleted: community-i686/pdnsd.install
===
--- community-i686/pdnsd.install2016-05-17 14:48:34 UTC (rev 175539)
+++ community-i686/pdnsd.install2016-05-17 14:48:52 UTC (rev 175540)
@@ -1,21 +0,0 @@
-post_install() {
-  getent group pdnsd &>/dev/null || groupadd -r -g 184 pdnsd >/dev/null
-  getent passwd pdnsd &>/dev/null || useradd -r -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd >/dev/null
-  true
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.2.9.a-6) -le 0 ]]; then
-echo 

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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 16:13:12
  Author: spupykin
Revision: 175538

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
(from rev 175537, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 14:13:01 UTC (rev 175537)
+++ PKGBUILD2016-05-17 14:13:12 UTC (rev 175538)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=bugzilla
-pkgver=5.0.2
-pkgrel=2
-pkgdesc="bug tracker"
-arch=('any')
-url="http://www.bugzilla.org;
-license=("custom:MPL2")
-depends=(perl perl-timedate perl-datetime
-perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
-perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
-perl-email-mime-contenttype perl-email-mime-encodings
-perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
-perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
-perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
-perl-data-dumper perl-math-random-isaac perl-email-sender)
-optdepends=('perl-dbd-pg'
-   'perl-dbd-mysql'
-   'perl-dbd-oracle'
-   'python2'
-   'ruby'
-   'perl-class-trigger'
-   'perl-data-objectdriver'
-   'perl-html-formattext-withlinks'
-   'perl-test-taint'
-   'perl-theschwartz'
-   'perl-xmlrpc-lite')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('84e6a070d425846d55a1f926e883957e')
-
-package() {
-  cd $srcdir
-  install -d -m0755 $pkgdir/srv/http
-  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
-  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
-  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
-  rm -rf $pkgdir/srv/http/bugzilla/.bzr
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
-  rm -rf $pkgdir/srv/http/bugzilla/.git
-  rm -rf $pkgdir/srv/http/bugzilla/.gitignore
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 175537, 
bugzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 14:13:12 UTC (rev 175538)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=bugzilla
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="bug tracker"
+arch=('any')
+url="http://www.bugzilla.org;
+license=("custom:MPL2")
+depends=(perl perl-timedate perl-datetime
+perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
+perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
+perl-email-mime-contenttype perl-email-mime-encodings
+perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
+perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
+perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac perl-email-sender)
+optdepends=('perl-dbd-pg'
+   'perl-dbd-mysql'
+   'perl-dbd-oracle'
+   'python2'
+   'ruby'
+   'perl-class-trigger'
+   'perl-data-objectdriver'
+   'perl-html-formattext-withlinks'
+   'perl-test-taint'
+   'perl-theschwartz'
+   'perl-xmlrpc-lite')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+md5sums=('b78365742a85cd030c87af12c196e8e9')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find . -type d -name CVS -exec rm -rf {} \; || true
+  find . -type f -name .cvsignore -exec rm -f {} \; || true
+  rm -rf .bzr
+  rm -rf .bzrrev
+  rm -rf .bzrignore
+  rm -rf .git
+  rm -rf .gitignore
+}
+
+package() {
+  install -d -m0755 $pkgdir/srv/http
+  cp -a $srcdir/$pkgname-$pkgver $pkgdir/srv/http/bugzilla
+}


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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 16:13:01
  Author: spupykin
Revision: 175537

upgpkg: bugzilla 5.0.3-1

upd

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 13:44:19 UTC (rev 175536)
+++ PKGBUILD2016-05-17 14:13:01 UTC (rev 175537)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bugzilla
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.0.3
+pkgrel=1
 pkgdesc="bug tracker"
 arch=('any')
 url="http://www.bugzilla.org;
@@ -32,7 +32,7 @@
 options=(!strip)
 backup=('srv/http/bugzilla/.htaccess')
 
source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('84e6a070d425846d55a1f926e883957e')
+md5sums=('b78365742a85cd030c87af12c196e8e9')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 15:30:27
  Author: spupykin
Revision: 175535

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 175534, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc-auto.service
(from rev 175534, lxc/trunk/lxc-auto.service)
  lxc/repos/community-i686/lxc.service
(from rev 175534, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 175534, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 175534, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 175534, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 175534, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 175534, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc-auto.service
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

---+
 /PKGBUILD |  162 
 /lxc-auto.service |   26 +
 /lxc.service  |   26 +
 /lxc.tmpfiles.d   |2 
 community-i686/PKGBUILD   |   81 --
 community-i686/lxc-auto.service   |   13 --
 community-i686/lxc.service|   13 --
 community-i686/lxc.tmpfiles.d |1 
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/lxc-auto.service |   13 --
 community-x86_64/lxc.service  |   13 --
 community-x86_64/lxc.tmpfiles.d   |1 
 12 files changed, 216 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 13:30:05 UTC (rev 175534)
+++ community-i686/PKGBUILD 2016-05-17 13:30:27 UTC (rev 175535)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-md5sums=('04a7245a614cd3296b0ae9ceeeb83fbb'
- 'SKIP'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '8c334b636ce1d12d748ecd8d9b16bf17'
- 'f6fb331a5cd2723acc3061dc1e402235')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \
-config/bash/Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 ${srcdir}/lxc.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc-auto.service 
${pkgdir}/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from 

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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 15:30:05
  Author: spupykin
Revision: 175534

upgpkg: lxc 1:2.0.1-1

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 12:57:41 UTC (rev 175533)
+++ PKGBUILD2016-05-17 13:30:05 UTC (rev 175534)
@@ -7,8 +7,8 @@
 
 pkgname=lxc
 epoch=1
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Linux Containers"
 arch=('i686' 'x86_64')
 url="http://linuxcontainers.org;
@@ -28,7 +28,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-md5sums=('04a7245a614cd3296b0ae9ceeeb83fbb'
+md5sums=('2b89f83185a82286518098ad5f42ac02'
  'SKIP'
  'df94c9fb8a753011c86ee664e9f521ff'
  '8c334b636ce1d12d748ecd8d9b16bf17'


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

2016-05-17 Thread Felix Yan
Date: Tuesday, May 17, 2016 @ 14:57:41
  Author: fyan
Revision: 175533

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 12:56:55 UTC (rev 175532)
+++ community-i686/PKGBUILD 2016-05-17 12:57:41 UTC (rev 175533)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.2.2
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('327658c062de9d3c203851dedb70b6b021987e5415fec1f57c05a1afb7765321')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 175532, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 12:57:41 UTC (rev 175533)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.2.4
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('b678b453a29790e700bc28ce5fc63de5b20e7fcd627332f3dfec10412f3b4c31')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

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

2016-05-17 Thread Felix Yan
Date: Tuesday, May 17, 2016 @ 14:56:55
  Author: fyan
Revision: 175532

upgpkg: phonegap 6.2.4-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 12:31:31 UTC (rev 175531)
+++ PKGBUILD2016-05-17 12:56:55 UTC (rev 175532)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=6.2.2
+pkgver=6.2.4
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('327658c062de9d3c203851dedb70b6b021987e5415fec1f57c05a1afb7765321')
+sha256sums=('b678b453a29790e700bc28ce5fc63de5b20e7fcd627332f3dfec10412f3b4c31')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-05-17 Thread Felix Yan
Date: Tuesday, May 17, 2016 @ 14:31:31
  Author: fyan
Revision: 175531

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 12:31:09 UTC (rev 175530)
+++ PKGBUILD2016-05-17 12:31:31 UTC (rev 175531)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2016.1
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="http://mathema.tician.de/software/pytools;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
- 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
- 'python2-numpy')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('5492b8b78b6fd00f190d97f3be82c3e807a8e73661888f3b70fc26c5825544f3a76f94c76149b825d77557a74aee2d956231193a9f8056cd433e108556af61df')
-
-prepare() {
-   cp -a pytools-${pkgver}{,-python2}
-}
-
-build() {
-   cd "$srcdir/pytools-$pkgver"
-   python setup.py build
-
-   cd "$srcdir/pytools-$pkgver-python2"
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir/pytools-$pkgver"
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-
-   cd "$srcdir/pytools-$pkgver-python2"
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
-}
-
-package_python2-pytools() {
-   depends=('python2-six' 'python2-decorator' 'python2-appdirs' 
'python2-numpy')
-   cd "$srcdir/pytools-$pkgver-python2"
-   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
-   cd "$srcdir/pytools-$pkgver"
-   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 175530, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 12:31:31 UTC (rev 175531)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2016.2
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="http://mathema.tician.de/software/pytools;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
+ 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
+ 'python2-numpy')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('2cd18379475a4d4118401698c59c7ace885ee1f93f12966630bd7a23fb312cd7ad1e82c6838be9eee57d3999d5291c7ca623059b534b7b3a635082e9fbd77442')
+
+prepare() {
+   cp -a pytools-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/pytools-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/pytools-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/pytools-$pkgver
+   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+
+   cd "$srcdir"/pytools-$pkgver-python2
+   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
+}
+
+package_python2-pytools() {
+   depends=('python2-six' 'python2-decorator' 'python2-appdirs' 
'python2-numpy')
+   cd pytools-$pkgver-python2
+   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
+   cd pytools-$pkgver
+   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+


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

2016-05-17 Thread Felix Yan
Date: Tuesday, May 17, 2016 @ 14:31:09
  Author: fyan
Revision: 175530

upgpkg: python-pytools 2016.2-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 12:28:52 UTC (rev 175529)
+++ PKGBUILD2016-05-17 12:31:09 UTC (rev 175530)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2016.1
+pkgver=2016.2
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -14,38 +14,38 @@
  'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
  'python2-numpy')
 checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('5492b8b78b6fd00f190d97f3be82c3e807a8e73661888f3b70fc26c5825544f3a76f94c76149b825d77557a74aee2d956231193a9f8056cd433e108556af61df')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('2cd18379475a4d4118401698c59c7ace885ee1f93f12966630bd7a23fb312cd7ad1e82c6838be9eee57d3999d5291c7ca623059b534b7b3a635082e9fbd77442')
 
 prepare() {
-   cp -a pytools-${pkgver}{,-python2}
+   cp -a pytools-$pkgver{,-python2}
 }
 
 build() {
-   cd "$srcdir/pytools-$pkgver"
+   cd "$srcdir"/pytools-$pkgver
python setup.py build
 
-   cd "$srcdir/pytools-$pkgver-python2"
+   cd "$srcdir"/pytools-$pkgver-python2
python2 setup.py build
 }
 
 check() {
-   cd "$srcdir/pytools-$pkgver"
+   cd "$srcdir"/pytools-$pkgver
PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
 
-   cd "$srcdir/pytools-$pkgver-python2"
+   cd "$srcdir"/pytools-$pkgver-python2
PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
 }
 
 package_python2-pytools() {
depends=('python2-six' 'python2-decorator' 'python2-appdirs' 
'python2-numpy')
-   cd "$srcdir/pytools-$pkgver-python2"
+   cd pytools-$pkgver-python2
python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
 }
 
 package_python-pytools(){
depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
-   cd "$srcdir/pytools-$pkgver"
+   cd pytools-$pkgver
python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
 }
 


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

2016-05-17 Thread Felix Yan
Date: Tuesday, May 17, 2016 @ 14:28:33
  Author: fyan
Revision: 175528

upgpkg: eslint 2.10.2-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 12:24:00 UTC (rev 175527)
+++ PKGBUILD2016-05-17 12:28:33 UTC (rev 175528)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('864975670af46b1b6b6ab14fa5da8e7f')
+md5sums=('4fb56bd288a941639f36e14d92195e84')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-05-17 Thread Felix Yan
Date: Tuesday, May 17, 2016 @ 14:28:52
  Author: fyan
Revision: 175529

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 175528, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 12:28:33 UTC (rev 175528)
+++ PKGBUILD2016-05-17 12:28:52 UTC (rev 175529)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=2.10.1
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('864975670af46b1b6b6ab14fa5da8e7f')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 175528, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 12:28:52 UTC (rev 175529)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.10.2
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('4fb56bd288a941639f36e14d92195e84')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-05-17 Thread Felix Yan
Date: Tuesday, May 17, 2016 @ 14:24:00
  Author: fyan
Revision: 175527

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 12:23:35 UTC (rev 175526)
+++ PKGBUILD2016-05-17 12:24:00 UTC (rev 175527)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-testfixtures
-pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-manuel' 'python2-manuel' 'python-nose-fixes' 
'python2-nose-fixes')
-source=("git+https://github.com/Simplistix/testfixtures.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a testfixtures{,-py2}
-}
-
-build() {
-  cd "$srcdir"/testfixtures
-  python setup.py build
-
-  cd "$srcdir"/testfixtures-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures
-  nosetests3
-
-  cd "$srcdir"/testfixtures-py2
-  nosetests2
-}
-
-package_python-testfixtures() {
-  depends=('python')
-
-  cd testfixtures
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-package_python2-testfixtures() {
-  depends=('python2')
-
-  cd testfixtures-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 175526, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 12:24:00 UTC (rev 175527)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testfixtures
+pkgname=('python-testfixtures' 'python2-testfixtures')
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-manuel' 'python2-manuel' 'python-nose-fixes' 
'python2-nose-fixes')
+source=("git+https://github.com/Simplistix/testfixtures.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a testfixtures{,-py2}
+}
+
+build() {
+  cd "$srcdir"/testfixtures
+  python setup.py build
+
+  cd "$srcdir"/testfixtures-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures
+  nosetests3
+
+  cd "$srcdir"/testfixtures-py2
+  nosetests2
+}
+
+package_python-testfixtures() {
+  depends=('python')
+
+  cd testfixtures
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+package_python2-testfixtures() {
+  depends=('python2')
+
+  cd testfixtures-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}


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

2016-05-17 Thread Felix Yan
Date: Tuesday, May 17, 2016 @ 14:23:35
  Author: fyan
Revision: 175526

upgpkg: python-testfixtures 4.10.0-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 11:37:21 UTC (rev 175525)
+++ PKGBUILD2016-05-17 12:23:35 UTC (rev 175526)
@@ -3,7 +3,7 @@
 
 pkgbase=python-testfixtures
 pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=4.9.1
+pkgver=4.10.0
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')


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

2016-05-17 Thread Massimiliano Torromeo
Date: Tuesday, May 17, 2016 @ 13:37:21
  Author: mtorromeo
Revision: 175525

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 11:36:45 UTC (rev 175524)
+++ community-i686/PKGBUILD 2016-05-17 11:37:21 UTC (rev 175525)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-
-   # skip failing get_passwd test
-   sed '/pwd\.homedir/d' -i test/test-get-passwd.c
-}
-
-check() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   "$pkgdir"/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-   install -Dm644 docs/build/man/libuv.1 \
-   "$pkgdir"/usr/share/man/man1/libuv.1
-}
-
-sha256sums=('f8b8272a0d80138b709d38fad2baf771899eed61e7f9578d17898b07a1a2a5eb')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 175524, 
libuv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 11:37:21 UTC (rev 175525)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+
+build() {
+   cd "$srcdir"/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE \
+   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   "$pkgdir"/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha256sums=('a6ca9f0648973d1463f46b495ce546ddcbe7cce2f04b32e802a15539e46c57ad')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-17 11:36:45 UTC (rev 175524)
+++ community-x86_64/PKGBUILD   2016-05-17 11:37:21 UTC (rev 175525)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-
-   # skip failing get_passwd test
-   sed '/pwd\.homedir/d' -i test/test-get-passwd.c
-}
-
-check() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-

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

2016-05-17 Thread Massimiliano Torromeo
Date: Tuesday, May 17, 2016 @ 13:36:45
  Author: mtorromeo
Revision: 175524

upgpkg: libuv 1.9.1-1

Updated to 1.9.1

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 09:59:07 UTC (rev 175523)
+++ PKGBUILD2016-05-17 11:36:45 UTC (rev 175524)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('i686' 'x86_64')
@@ -18,9 +18,6 @@
./configure --prefix=/usr
make
make man -C docs
-
-   # skip failing get_passwd test
-   sed '/pwd\.homedir/d' -i test/test-get-passwd.c
 }
 
 check() {
@@ -45,4 +42,4 @@
"$pkgdir"/usr/share/man/man1/libuv.1
 }
 
-sha256sums=('f8b8272a0d80138b709d38fad2baf771899eed61e7f9578d17898b07a1a2a5eb')
+sha256sums=('a6ca9f0648973d1463f46b495ce546ddcbe7cce2f04b32e802a15539e46c57ad')


[arch-commits] Commit in rkt/trunk (PKGBUILD rkt.install rkt.sysusers)

2016-05-17 Thread Massimiliano Torromeo
Date: Tuesday, May 17, 2016 @ 11:58:55
  Author: mtorromeo
Revision: 175522

upgpkg: rkt 1.6.0-3

Fixed rkt-admin group and post_upgrade

Modified:
  rkt/trunk/PKGBUILD
  rkt/trunk/rkt.install
  rkt/trunk/rkt.sysusers

--+
 PKGBUILD |6 ++
 rkt.install  |4 
 rkt.sysusers |1 +
 3 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 04:58:10 UTC (rev 175521)
+++ PKGBUILD2016-05-17 09:58:55 UTC (rev 175522)
@@ -8,7 +8,7 @@
 
 pkgname=rkt
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="App container runtime"
 arch=('x86_64')
 url="https://github.com/coreos/rkt;
@@ -36,7 +36,7 @@
 '2e34b18dc6d8a7f89ab6dd64ed405299171067f4d9f0bb2cf18b15be9985bed2'
 'SKIP'
 '11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'1ad8d343191be731289577d249a2467fbe5a69949117601e760b459f599d311f')
+'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
 install="rkt.install"
 
 prepare() {
@@ -66,8 +66,6 @@
   make manpages
   make bash-completion
   make
-
-  sed -i 's/rkt-admin/rkt/' dist/init/systemd/tmpfiles.d/rkt.conf
 }
 
 package() {

Modified: rkt.install
===
--- rkt.install 2016-05-17 04:58:10 UTC (rev 175521)
+++ rkt.install 2016-05-17 09:58:55 UTC (rev 175522)
@@ -3,4 +3,8 @@
   systemd-tmpfiles --create rkt.conf
 }
 
+post_upgrade() {
+  post_install "$@"
+}
+
 # vim:ts=2 sw=2 et ft=sh:

Modified: rkt.sysusers
===
--- rkt.sysusers2016-05-17 04:58:10 UTC (rev 175521)
+++ rkt.sysusers2016-05-17 09:58:55 UTC (rev 175522)
@@ -1 +1,2 @@
 g rkt - -
+g rkt-admin - -


[arch-commits] Commit in rkt/repos/community-x86_64 (6 files)

2016-05-17 Thread Massimiliano Torromeo
Date: Tuesday, May 17, 2016 @ 11:59:07
  Author: mtorromeo
Revision: 175523

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 175522, rkt/trunk/PKGBUILD)
  rkt/repos/community-x86_64/rkt.install
(from rev 175522, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 175522, rkt/trunk/rkt.sysusers)
Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  190 -
 rkt.install  |   16 +++-
 rkt.sysusers |3 
 3 files changed, 106 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-17 09:58:55 UTC (rev 175522)
+++ PKGBUILD2016-05-17 09:59:07 UTC (rev 175523)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
-# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
-# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
-
-pkgname=rkt
-pkgver=1.6.0
-pkgrel=2
-pkgdesc="App container runtime"
-arch=('x86_64')
-url="https://github.com/coreos/rkt;
-license=(apache)
-depends=('glibc' 'openssl' 'zlib')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
- 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
-
-# stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1032.0.0
-CCN_SYSTEMD_VERSION=v229
-
-# stage1/usr_from_kvm/kernel.mk
-KERNEL_VERSION=4.3.1
-
-source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
-
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers)
-noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('767f2ed21d6dbf00a7a264d0dbd84a2733d56dbe97bab90b3d99af47d33c9b5c'
-'2e34b18dc6d8a7f89ab6dd64ed405299171067f4d9f0bb2cf18b15be9985bed2'
-'SKIP'
-'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'1ad8d343191be731289577d249a2467fbe5a69949117601e760b459f599d311f')
-install="rkt.install"
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export GOPATH="$PWD/Godeps/_workspace/src"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-tpm=auto \
---with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=coreos \
---with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
-
--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-coreos.aci \
-
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
---with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
-
-  make manpages
-  make bash-completion
-  make
-
-  sed -i 's/rkt-admin/rkt/' dist/init/systemd/tmpfiles.d/rkt.conf
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
-install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
-  done
-
-  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
-  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
-  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
-
-  cd dist/manpages
-  for f in *; do
-install -Dm644 "$f" "$pkgdir/usr/share/man/man1/$f"
-  done
-  cd ../..
-
-  cd build-$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv bin/{rkt,actool} "$pkgdir"/usr/bin
-  mv bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rkt/repos/community-x86_64/PKGBUILD (from rev 175522, 
rkt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-17 09:59:07 UTC (rev 175523)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
+# 

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

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 11:27:47
  Author: arojas
Revision: 268249

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

Added:
  ki18n/repos/testing-i686/PKGBUILD
(from rev 268248, ki18n/trunk/PKGBUILD)
  ki18n/repos/testing-x86_64/PKGBUILD
(from rev 268248, ki18n/trunk/PKGBUILD)
Deleted:
  ki18n/repos/testing-i686/PKGBUILD
  ki18n/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-17 09:27:14 UTC (rev 268248)
+++ testing-i686/PKGBUILD   2016-05-17 09:27:47 UTC (rev 268249)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ki18n
-pkgver=5.22.0
-pkgrel=1
-pkgdesc='Advanced internationalization framework'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-script')
-makedepends=('extra-cmake-modules' 'python' 'qt5-declarative')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('9fa8448a8bc458756ad0996603560462')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ki18n/repos/testing-i686/PKGBUILD (from rev 268248, 
ki18n/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-17 09:27:47 UTC (rev 268249)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.22.1
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python' 'qt5-declarative')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('196cd09dedea73ec5ec50e12195fcc68')
+
+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: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-05-17 09:27:14 UTC (rev 268248)
+++ testing-x86_64/PKGBUILD 2016-05-17 09:27:47 UTC (rev 268249)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ki18n
-pkgver=5.22.0
-pkgrel=1
-pkgdesc='Advanced internationalization framework'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-script')
-makedepends=('extra-cmake-modules' 'python' 'qt5-declarative')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('9fa8448a8bc458756ad0996603560462')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ki18n/repos/testing-x86_64/PKGBUILD (from rev 268248, 
ki18n/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-17 09:27:47 UTC (rev 268249)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.22.1
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python' 'qt5-declarative')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('196cd09dedea73ec5ec50e12195fcc68')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 11:27:14
  Author: arojas
Revision: 268248

Update to 5.22.1

Modified:
  ki18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 08:27:53 UTC (rev 268247)
+++ PKGBUILD2016-05-17 09:27:14 UTC (rev 268248)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=ki18n
-pkgver=5.22.0
+pkgver=5.22.1
 pkgrel=1
 pkgdesc='Advanced internationalization framework'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python' 'qt5-declarative')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('9fa8448a8bc458756ad0996603560462')
+md5sums=('196cd09dedea73ec5ec50e12195fcc68')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in gnome-user-share/repos (10 files)

2016-05-17 Thread Jan Steffens
Date: Tuesday, May 17, 2016 @ 10:27:53
  Author: heftig
Revision: 268247

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

Added:
  gnome-user-share/repos/extra-i686/PKGBUILD
(from rev 268246, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/extra-i686/fix-no-password-mode.patch
(from rev 268246, gnome-user-share/trunk/fix-no-password-mode.patch)
  gnome-user-share/repos/extra-x86_64/PKGBUILD
(from rev 268246, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/extra-x86_64/fix-no-password-mode.patch
(from rev 268246, gnome-user-share/trunk/fix-no-password-mode.patch)
Deleted:
  gnome-user-share/repos/extra-i686/PKGBUILD
  gnome-user-share/repos/extra-i686/fix-no-password-mode.patch
  gnome-user-share/repos/extra-i686/gnome-user-share.install
  gnome-user-share/repos/extra-x86_64/PKGBUILD
  gnome-user-share/repos/extra-x86_64/fix-no-password-mode.patch
  gnome-user-share/repos/extra-x86_64/gnome-user-share.install

-+
 /PKGBUILD   |   62 +++
 /fix-no-password-mode.patch |  118 ++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/fix-no-password-mode.patch   |   59 ---
 extra-i686/gnome-user-share.install |   12 ---
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/fix-no-password-mode.patch |   59 ---
 extra-x86_64/gnome-user-share.install   |   12 ---
 8 files changed, 180 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-17 08:27:12 UTC (rev 268246)
+++ extra-i686/PKGBUILD 2016-05-17 08:27:53 UTC (rev 268247)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych 
-
-pkgname=gnome-user-share
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Easy to use user-level file sharing for GNOME."
-arch=('i686' 'x86_64')
-url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
-license=('GPL')
-depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'libcanberra')
-makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl')
-options=('!emptydirs')
-groups=('gnome')
-install=gnome-user-share.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3e64dacfadd9bdfbf080223d95e938b5b5ae4195a44cd75f51a4bb2547fa2cdd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-user-share \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-user-share/repos/extra-i686/PKGBUILD (from rev 268246, 
gnome-user-share/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-17 08:27:53 UTC (rev 268247)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Roman Kyrylych 
+
+pkgname=gnome-user-share
+pkgver=3.18.1
+pkgrel=2
+pkgdesc="Easy to use user-level file sharing for GNOME."
+arch=(i686 x86_64)
+url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
+license=(GPL)
+depends=(mod_dnssd dconf gtk3 libnotify libcanberra)
+makedepends=(intltool libnautilus-extension itstool docbook-xsl)
+options=(!emptydirs)
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3e64dacfadd9bdfbf080223d95e938b5b5ae4195a44cd75f51a4bb2547fa2cdd')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/$pkgname \
+  --localstatedir=/var \
+  --with-httpd=/usr/bin/httpd \
+  --with-modules-path=/usr/lib/httpd/modules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/fix-no-password-mode.patch
===
--- extra-i686/fix-no-password-mode.patch   2016-05-17 08:27:12 UTC (rev 
268246)
+++ extra-i686/fix-no-password-mode.patch   2016-05-17 08:27:53 UTC (rev 
268247)
@@ -1,59 +0,0 @@
-From a1afc2e9aa3b86f408739e78bd23382c53df5b5c Mon Sep 17 00:00:00 2001
-From: Josselin Mouette 
-Date: Tue, 24 Jun 2014 15:00:36 +0200
-Subject: data: Fix httpd configuration with require_password=never
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The AuthType, AuthName, AuthDigestDomain, AuthDigestProvider,
-AuthUserFile and AuthGroupFile directives should be in an
- section, executed only when password authentication
-is configured, otherwise we get this error:
-"AuthType configured with no corresponding authorization directives"
-
-Thanks to scorpy...@yahoo.com and Arno Töll.
-
-diff --git a/data/dav_user_2.4.conf 

[arch-commits] Commit in gnome-user-share/trunk (PKGBUILD)

2016-05-17 Thread Jan Steffens
Date: Tuesday, May 17, 2016 @ 10:27:12
  Author: heftig
Revision: 268246

make paths explicit

Modified:
  gnome-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 08:20:55 UTC (rev 268245)
+++ PKGBUILD2016-05-17 08:27:12 UTC (rev 268246)
@@ -19,7 +19,9 @@
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/$pkgname \
-  --localstatedir=/var
+  --localstatedir=/var \
+  --with-httpd=/usr/bin/httpd \
+  --with-modules-path=/usr/lib/httpd/modules
   make
 }
 


[arch-commits] Commit in gnome-user-share/trunk (PKGBUILD gnome-user-share.install)

2016-05-17 Thread Jan Steffens
Date: Tuesday, May 17, 2016 @ 10:20:55
  Author: heftig
Revision: 268245

3.18.1-2

Modified:
  gnome-user-share/trunk/PKGBUILD
Deleted:
  gnome-user-share/trunk/gnome-user-share.install

--+
 PKGBUILD |   17 -
 gnome-user-share.install |   12 
 2 files changed, 8 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 06:32:08 UTC (rev 268244)
+++ PKGBUILD2016-05-17 08:20:55 UTC (rev 268245)
@@ -3,16 +3,15 @@
 
 pkgname=gnome-user-share
 pkgver=3.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Easy to use user-level file sharing for GNOME."
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
-license=('GPL')
-depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'libcanberra')
-makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl')
-options=('!emptydirs')
-groups=('gnome')
-install=gnome-user-share.install
+license=(GPL)
+depends=(mod_dnssd dconf gtk3 libnotify libcanberra)
+makedepends=(intltool libnautilus-extension itstool docbook-xsl)
+options=(!emptydirs)
+groups=(gnome)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('3e64dacfadd9bdfbf080223d95e938b5b5ae4195a44cd75f51a4bb2547fa2cdd')
 
@@ -19,7 +18,7 @@
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-user-share \
+  --libexecdir=/usr/lib/$pkgname \
   --localstatedir=/var
   make
 }

Deleted: gnome-user-share.install
===
--- gnome-user-share.install2016-05-17 06:32:08 UTC (rev 268244)
+++ gnome-user-share.install2016-05-17 08:20:55 UTC (rev 268245)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 08:32:08
  Author: arojas
Revision: 268244

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  krita/repos/kde-unstable-i686/PKGBUILD
(from rev 268243, krita/kde-unstable/PKGBUILD)
  krita/repos/kde-unstable-i686/krita.install
(from rev 268243, krita/kde-unstable/krita.install)
  krita/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268243, krita/kde-unstable/PKGBUILD)
  krita/repos/kde-unstable-x86_64/krita.install
(from rev 268243, krita/kde-unstable/krita.install)
Deleted:
  krita/repos/kde-unstable-i686/PKGBUILD
  krita/repos/kde-unstable-i686/krita.install
  krita/repos/kde-unstable-x86_64/PKGBUILD
  krita/repos/kde-unstable-x86_64/krita.install

---+
 /PKGBUILD |   76 
 /krita.install|   26 
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/krita.install   |   13 --
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/krita.install |   13 --
 6 files changed, 102 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-05-17 06:30:58 UTC (rev 268243)
+++ kde-unstable-i686/PKGBUILD  2016-05-17 06:32:08 UTC (rev 268244)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=2.99.90
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="http://krita.org;
-license=(LGPL)
-depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr openjpeg fftw 
curl boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
-optdepends=('poppler-qt5: PDF filter')
-conflicts=(calligra-krita)
-provides=(calligra-krita)
-replaces=(calligra-krita)
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('e53ed9ec7b2721a73353c1f84e70')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/kde-unstable-i686/PKGBUILD (from rev 268243, 
krita/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-05-17 06:32:08 UTC (rev 268244)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=2.99.91
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="http://krita.org;
+license=(LGPL)
+depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr openjpeg fftw 
curl boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+optdepends=('poppler-qt5: PDF filter')
+conflicts=(calligra-krita)
+provides=(calligra-krita)
+replaces=(calligra-krita)
+source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('67ba6ed65a166a42766b661eecafe8ca')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/krita.install
===
--- kde-unstable-i686/krita.install 2016-05-17 06:30:58 UTC (rev 268243)
+++ kde-unstable-i686/krita.install 2016-05-17 06:32:08 UTC (rev 268244)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: krita/repos/kde-unstable-i686/krita.install (from rev 268243, 
krita/kde-unstable/krita.install)
===
--- kde-unstable-i686/krita.install (rev 0)
+++ kde-unstable-i686/krita.install 2016-05-17 06:32:08 UTC (rev 268244)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-05-17 06:30:58 

[arch-commits] Commit in krita/kde-unstable (PKGBUILD)

2016-05-17 Thread Antonio Rojas
Date: Tuesday, May 17, 2016 @ 08:30:58
  Author: arojas
Revision: 268243

Update to 3.0 RC1

Modified:
  krita/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 22:40:27 UTC (rev 268242)
+++ PKGBUILD2016-05-17 06:30:58 UTC (rev 268243)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=2.99.90
+pkgver=2.99.91
 pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 replaces=(calligra-krita)
 
source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('e53ed9ec7b2721a73353c1f84e70')
+md5sums=('67ba6ed65a166a42766b661eecafe8ca')
 
 prepare() {
   mkdir -p build
@@ -28,7 +28,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }