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

2015-07-05 Thread Sébastien Luttringer
Date: Monday, July 6, 2015 @ 01:20:01
  Author: seblu
Revision: 241837

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

Added:
  ceph/repos/extra-i686/01-boost-158.patch
(from rev 241836, ceph/trunk/01-boost-158.patch)
  ceph/repos/extra-i686/PKGBUILD
(from rev 241836, ceph/trunk/PKGBUILD)
  ceph/repos/extra-i686/ceph-mds@.service
(from rev 241836, ceph/trunk/ceph-mds@.service)
  ceph/repos/extra-i686/ceph-mon@.service
(from rev 241836, ceph/trunk/ceph-mon@.service)
  ceph/repos/extra-i686/ceph-osd@.service
(from rev 241836, ceph/trunk/ceph-osd@.service)
  ceph/repos/extra-x86_64/01-boost-158.patch
(from rev 241836, ceph/trunk/01-boost-158.patch)
  ceph/repos/extra-x86_64/PKGBUILD
(from rev 241836, ceph/trunk/PKGBUILD)
  ceph/repos/extra-x86_64/ceph-mds@.service
(from rev 241836, ceph/trunk/ceph-mds@.service)
  ceph/repos/extra-x86_64/ceph-mon@.service
(from rev 241836, ceph/trunk/ceph-mon@.service)
  ceph/repos/extra-x86_64/ceph-osd@.service
(from rev 241836, ceph/trunk/ceph-osd@.service)
Deleted:
  ceph/repos/extra-i686/01-boost-158.patch
  ceph/repos/extra-i686/PKGBUILD
  ceph/repos/extra-i686/ceph-mds@.service
  ceph/repos/extra-i686/ceph-mon@.service
  ceph/repos/extra-i686/ceph-osd@.service
  ceph/repos/extra-x86_64/01-boost-158.patch
  ceph/repos/extra-x86_64/PKGBUILD
  ceph/repos/extra-x86_64/ceph-mds@.service
  ceph/repos/extra-x86_64/ceph-mon@.service
  ceph/repos/extra-x86_64/ceph-osd@.service

-+
 /01-boost-158.patch |   54 
 /PKGBUILD   |  164 ++
 /ceph-mds@.service  |   18 
 /ceph-mon@.service  |   18 
 /ceph-osd@.service  |   18 
 extra-i686/01-boost-158.patch   |   27 --
 extra-i686/PKGBUILD |   83 ---
 extra-i686/ceph-mds@.service|9 --
 extra-i686/ceph-mon@.service|9 --
 extra-i686/ceph-osd@.service|9 --
 extra-x86_64/01-boost-158.patch |   27 --
 extra-x86_64/PKGBUILD   |   83 ---
 extra-x86_64/ceph-mds@.service  |9 --
 extra-x86_64/ceph-mon@.service  |9 --
 extra-x86_64/ceph-osd@.service  |9 --
 15 files changed, 272 insertions(+), 274 deletions(-)

Deleted: extra-i686/01-boost-158.patch
===
--- extra-i686/01-boost-158.patch   2015-07-05 23:19:17 UTC (rev 241836)
+++ extra-i686/01-boost-158.patch   2015-07-05 23:20:01 UTC (rev 241837)
@@ -1,27 +0,0 @@
-From e7b196a4a091c0ea258866559ba06e7ed0cc4247 Mon Sep 17 00:00:00 2001
-From: Kefu Chai 
-Date: Fri, 8 May 2015 15:21:20 +0800
-Subject: [PATCH] mon: remove unused variable
-
-* as a side effect, this change silences
-  http://tracker.ceph.com/issues/11576
-
-Fixes: #11576
-Signed-off-by: Kefu Chai 

- src/mon/OSDMonitor.cc | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc
-index 73dcd5f..7caaa45 100644
 a/src/mon/OSDMonitor.cc
-+++ b/src/mon/OSDMonitor.cc
-@@ -3174,8 +3174,6 @@ bool OSDMonitor::preprocess_command(MMonCommand *m)
-   } else if (prefix == "osd crush get-tunable") {
- string tunable;
- cmd_getval(g_ceph_context, cmdmap, "tunable", tunable);
--int value;
--cmd_getval(g_ceph_context, cmdmap, "value", value);
- ostringstream rss;
- if (f)
-   f->open_object_section("tunable");

Copied: ceph/repos/extra-i686/01-boost-158.patch (from rev 241836, 
ceph/trunk/01-boost-158.patch)
===
--- extra-i686/01-boost-158.patch   (rev 0)
+++ extra-i686/01-boost-158.patch   2015-07-05 23:20:01 UTC (rev 241837)
@@ -0,0 +1,27 @@
+From e7b196a4a091c0ea258866559ba06e7ed0cc4247 Mon Sep 17 00:00:00 2001
+From: Kefu Chai 
+Date: Fri, 8 May 2015 15:21:20 +0800
+Subject: [PATCH] mon: remove unused variable
+
+* as a side effect, this change silences
+  http://tracker.ceph.com/issues/11576
+
+Fixes: #11576
+Signed-off-by: Kefu Chai 
+---
+ src/mon/OSDMonitor.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc
+index 73dcd5f..7caaa45 100644
+--- a/src/mon/OSDMonitor.cc
 b/src/mon/OSDMonitor.cc
+@@ -3174,8 +3174,6 @@ bool OSDMonitor::preprocess_command(MMonCommand *m)
+   } else if (prefix == "osd crush get-tunable") {
+ string tunable;
+ cmd_getval(g_ceph_context, cmdmap, "tunable", tunable);
+-int value;
+-cmd_getval(g_ceph_context, cmdmap, "value", value);
+ ostringstream rss;
+ if (f)
+   f->open_object_section("tunable");

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-05 23:19:17 UTC (rev 241836)
+++ extra-i686/PKGBUILD 2015-07-05 23:20:01 UTC (rev 241837)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-
-pkgname=

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

2015-07-05 Thread Sébastien Luttringer
Date: Monday, July 6, 2015 @ 01:19:17
  Author: seblu
Revision: 241836

upgpkg: ceph 0.94.2-1

Modified:
  ceph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 22:28:08 UTC (rev 241835)
+++ PKGBUILD2015-07-05 23:19:17 UTC (rev 241836)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer 
 
 pkgname=ceph
-pkgver=0.94.1
+pkgver=0.94.2
 pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64' 'i686')
@@ -35,7 +35,7 @@
 'ceph-mon@.service'
 'ceph-mds@.service'
 '01-boost-158.patch')
-md5sums=('e4a625aa2c91fe5d3f0c62faa4716ca2'
+md5sums=('249648d35e634adaaeec727408ca6092'
  '9104b5b90349d2aa7802eb89158456e8'
  '63a584aa2a4e2b0efbee4e8fd32593f0'
  'd2411c41208d95743baa6d899cc1e0b0'
@@ -43,12 +43,6 @@
 
 prepare() {
   patch -p1 -d $pkgname-$pkgver < 01-boost-158.patch
-  # fix python2 shebang
-  find $pkgname-$pkgver -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # substitue buggy shebang in src/Makefile.in
-  sed -i 's,"#!/usr/bin/env python","#!/usr/bin/python2",' \
-$pkgname-$pkgver/src/Makefile.in
 }
 
 build() {
@@ -78,6 +72,11 @@
   mv sbin/* usr/bin
   mv etc/bash_completion.d usr/share/bash-completion
   rmdir sbin
+
+  # fix python2 shebang, did not do it in prepare() anymore because it
+  # confuse automake
+  find . -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-07-05 Thread Sébastien Luttringer
Date: Monday, July 6, 2015 @ 00:28:06
  Author: seblu
Revision: 241834

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

Added:
  lz4/repos/core-i686/PKGBUILD
(from rev 241832, lz4/repos/testing-i686/PKGBUILD)
  lz4/repos/core-x86_64/PKGBUILD
(from rev 241832, lz4/repos/testing-x86_64/PKGBUILD)
Deleted:
  lz4/repos/core-i686/PKGBUILD
  lz4/repos/core-x86_64/PKGBUILD
  lz4/repos/testing-i686/
  lz4/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-07-05 22:28:04 UTC (rev 241833)
+++ core-i686/PKGBUILD  2015-07-05 22:28:06 UTC (rev 241834)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=130
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://github.com/Cyan4973/lz4'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make PREFIX=/usr
-}
-
-check() {
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-i686/PKGBUILD (from rev 241832, 
lz4/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-07-05 22:28:06 UTC (rev 241834)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=131
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://github.com/Cyan4973/lz4'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-07-05 22:28:04 UTC (rev 241833)
+++ core-x86_64/PKGBUILD2015-07-05 22:28:06 UTC (rev 241834)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=130
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://github.com/Cyan4973/lz4'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make PREFIX=/usr
-}
-
-check() {
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-x86_64/PKGBUILD (from rev 241832, 
lz4/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-07-05 22:28:06 UTC (rev 241834)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=131
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://github.com/Cyan4973/lz4'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd

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

2015-07-05 Thread Sébastien Luttringer
Date: Monday, July 6, 2015 @ 00:28:04
  Author: seblu
Revision: 241833

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

Added:
  less/repos/core-i686/PKGBUILD
(from rev 241832, less/repos/testing-i686/PKGBUILD)
  less/repos/core-x86_64/PKGBUILD
(from rev 241832, less/repos/testing-x86_64/PKGBUILD)
Deleted:
  less/repos/core-i686/PKGBUILD
  less/repos/core-x86_64/PKGBUILD
  less/repos/testing-i686/
  less/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-07-05 22:27:06 UTC (rev 241832)
+++ core-i686/PKGBUILD  2015-07-05 22:28:04 UTC (rev 241833)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=less
-pkgver=471
-pkgrel=1
-pkgdesc='A terminal based program for viewing text files'
-license=('GPL3')
-arch=('i686' 'x86_64')
-url='http://www.greenwoodsoftware.com/less'
-groups=('base')
-depends=('glibc' 'ncurses' 'pcre')
-source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('9a40d29a2d84b41f9f36d7dd90b4f950'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: less/repos/core-i686/PKGBUILD (from rev 241832, 
less/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-07-05 22:28:04 UTC (rev 241833)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=less
+pkgver=478
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
+source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('934fcc9f137b9ef66a943c224f413d39'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-07-05 22:27:06 UTC (rev 241832)
+++ core-x86_64/PKGBUILD2015-07-05 22:28:04 UTC (rev 241833)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=less
-pkgver=471
-pkgrel=1
-pkgdesc='A terminal based program for viewing text files'
-license=('GPL3')
-arch=('i686' 'x86_64')
-url='http://www.greenwoodsoftware.com/less'
-groups=('base')
-depends=('glibc' 'ncurses' 'pcre')
-source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('9a40d29a2d84b41f9f36d7dd90b4f950'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: less/repos/core-x86_64/PKGBUILD (from rev 241832, 
less/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-07-05 22:28:04 UTC (rev 241833)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=less
+pkgver=478
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
+source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('934fcc9f137b9ef66a943c224f413d39'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-05 Thread Sébastien Luttringer
Date: Monday, July 6, 2015 @ 00:28:08
  Author: seblu
Revision: 241835

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

Added:
  openldap/repos/core-i686/PKGBUILD
(from rev 241832, openldap/repos/testing-i686/PKGBUILD)
  openldap/repos/core-i686/openldap-ntlm.patch
(from rev 241832, openldap/repos/testing-i686/openldap-ntlm.patch)
  openldap/repos/core-i686/openldap.install
(from rev 241832, openldap/repos/testing-i686/openldap.install)
  openldap/repos/core-i686/slapd.service
(from rev 241832, openldap/repos/testing-i686/slapd.service)
  openldap/repos/core-i686/slapd.sysusers
(from rev 241832, openldap/repos/testing-i686/slapd.sysusers)
  openldap/repos/core-i686/slapd.tmpfiles
(from rev 241832, openldap/repos/testing-i686/slapd.tmpfiles)
  openldap/repos/core-x86_64/PKGBUILD
(from rev 241832, openldap/repos/testing-x86_64/PKGBUILD)
  openldap/repos/core-x86_64/openldap-ntlm.patch
(from rev 241832, openldap/repos/testing-x86_64/openldap-ntlm.patch)
  openldap/repos/core-x86_64/openldap.install
(from rev 241832, openldap/repos/testing-x86_64/openldap.install)
  openldap/repos/core-x86_64/slapd.service
(from rev 241832, openldap/repos/testing-x86_64/slapd.service)
  openldap/repos/core-x86_64/slapd.sysusers
(from rev 241832, openldap/repos/testing-x86_64/slapd.sysusers)
  openldap/repos/core-x86_64/slapd.tmpfiles
(from rev 241832, openldap/repos/testing-x86_64/slapd.tmpfiles)
Deleted:
  openldap/repos/core-i686/PKGBUILD
  openldap/repos/core-i686/fix-libdb-detection-with-gcc-5.patch
  openldap/repos/core-i686/openldap-ntlm.patch
  openldap/repos/core-i686/openldap.install
  openldap/repos/core-i686/slapd.service
  openldap/repos/core-i686/slapd.sysusers
  openldap/repos/core-i686/slapd.tmpfiles
  openldap/repos/core-x86_64/PKGBUILD
  openldap/repos/core-x86_64/fix-libdb-detection-with-gcc-5.patch
  openldap/repos/core-x86_64/openldap-ntlm.patch
  openldap/repos/core-x86_64/openldap.install
  openldap/repos/core-x86_64/slapd.service
  openldap/repos/core-x86_64/slapd.sysusers
  openldap/repos/core-x86_64/slapd.tmpfiles
  openldap/repos/testing-i686/
  openldap/repos/testing-x86_64/

--+
 /PKGBUILD|  236 ++
 /openldap-ntlm.patch |  460 +
 /openldap.install|8 
 /slapd.service   |   18 
 /slapd.sysusers  |2 
 /slapd.tmpfiles  |2 
 core-i686/PKGBUILD   |  120 -
 core-i686/fix-libdb-detection-with-gcc-5.patch   |   43 -
 core-i686/openldap-ntlm.patch|  230 --
 core-i686/openldap.install   |4 
 core-i686/slapd.service  |9 
 core-i686/slapd.sysusers |1 
 core-i686/slapd.tmpfiles |1 
 core-x86_64/PKGBUILD |  120 -
 core-x86_64/fix-libdb-detection-with-gcc-5.patch |   43 -
 core-x86_64/openldap-ntlm.patch  |  230 --
 core-x86_64/openldap.install |4 
 core-x86_64/slapd.service|9 
 core-x86_64/slapd.sysusers   |1 
 core-x86_64/slapd.tmpfiles   |1 
 20 files changed, 726 insertions(+), 816 deletions(-)

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


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

2015-07-05 Thread Sébastien Luttringer
Date: Monday, July 6, 2015 @ 00:27:06
  Author: seblu
Revision: 241832

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

Added:
  coreutils/repos/testing-i686/
  coreutils/repos/testing-i686/PKGBUILD
(from rev 241831, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-i686/coreutils.install
(from rev 241831, coreutils/trunk/coreutils.install)
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 241831, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-x86_64/coreutils.install
(from rev 241831, coreutils/trunk/coreutils.install)

--+
 testing-i686/PKGBUILD|   51 +
 testing-i686/coreutils.install   |   17 
 testing-x86_64/PKGBUILD  |   51 +
 testing-x86_64/coreutils.install |   17 
 4 files changed, 136 insertions(+)

Copied: coreutils/repos/testing-i686/PKGBUILD (from rev 241831, 
coreutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-05 22:27:06 UTC (rev 241832)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.24
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/coreutils'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('40efdbce865d2458d8da0a9dcee7c16c'
+ 'SKIP')
+
+prepare() {
+  local _p
+  for _p in *.patch; do
+   [[ -e $_p ]] || continue
+   msg2 "Applying $_p"
+   patch -p1 -d $pkgname-$pkgver < "$_p"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: coreutils/repos/testing-i686/coreutils.install (from rev 241831, 
coreutils/trunk/coreutils.install)
===
--- testing-i686/coreutils.install  (rev 0)
+++ testing-i686/coreutils.install  2015-07-05 22:27:06 UTC (rev 241832)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=coreutils.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+}
+

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 241831, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-05 22:27:06 UTC (rev 241832)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.24
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/coreutils'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('40efdbce865d2458d8da0a9dcee7c16c'
+ 'SKIP')
+
+prepare() {
+  local _p
+  for _p in *.patch; do
+   [[ -e $_p ]] || continue
+   msg2 "Applying $_p"
+   patch -p1 -d $pkgname-$pkgver < "$_p"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: coreutils/repos/testing-x86_64/coreutils.install (from rev 241831, 
coreutils/trunk/coreutils.install)
===
--- testing-x86_64/coreutils.install(rev 0)
+++ testing-x86_64/coreutils.install2015-07-05 22:27:06 UTC (rev 241832)
@@ -0,0 +1,17 @@
+inf

[arch-commits] Commit in coreutils/trunk (01-btrfs-alloc.patch PKGBUILD)

2015-07-05 Thread Sébastien Luttringer
Date: Monday, July 6, 2015 @ 00:26:45
  Author: seblu
Revision: 241831

upgpkg: coreutils 8.24-1

Modified:
  coreutils/trunk/PKGBUILD
Deleted:
  coreutils/trunk/01-btrfs-alloc.patch

--+
 01-btrfs-alloc.patch |   96 -
 PKGBUILD |   12 ++
 2 files changed, 5 insertions(+), 103 deletions(-)

Deleted: 01-btrfs-alloc.patch
===
--- 01-btrfs-alloc.patch2015-07-05 19:24:50 UTC (rev 241830)
+++ 01-btrfs-alloc.patch2015-07-05 22:26:45 UTC (rev 241831)
@@ -1,96 +0,0 @@
-#http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20570
-
-diff --git a/tests/cp/fiemap-empty.sh b/tests/cp/fiemap-empty.sh
-index a5eaac5..b3b2cd7 100755
 a/tests/cp/fiemap-empty.sh
-+++ b/tests/cp/fiemap-empty.sh
-@@ -22,6 +22,7 @@ print_ver_ cp
- # FIXME: enable any part of this test that is still relevant,
- # or, if none are relevant (now that cp does not handle unwritten
- # extents), just remove the test altogether.
-+# Note also if checking allocations may need to sync first on BTRFS at least
- skip_ 'disabled for now'
- 
- touch fiemap_chk
-diff --git a/tests/dd/sparse.sh b/tests/dd/sparse.sh
-index 4fdabad..626b405 100755
 a/tests/dd/sparse.sh
-+++ b/tests/dd/sparse.sh
-@@ -17,6 +17,7 @@
- 
- . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
- print_ver_ dd
-+is_local_dir_ . || very_expensive_
- require_sparse_support_
- 
- # Ensure basic sparse generation works
-@@ -50,6 +51,9 @@ dd if=/dev/zeroof=file.in bs=1M count=1 seek=1 
conv=notrunc || fail=1
- 
- kb_alloc() { du -k "$1"|cut -f1; }
- 
-+# sync out data for async allocators like NFS/BTRFS
-+# sync file.in || fail=1
-+
- # If our just-created input file appears to be too small,
- # skip the remaining tests.  On at least Solaris 10 with NFS,
- # file.in is reported to occupy <= 1KiB for about 50 seconds
-@@ -58,7 +62,10 @@ if test $(kb_alloc file.in) -gt 3000; then
- 
-   # Ensure NUL blocks smaller than the block size are not made sparse.
-   # Here, with a 2MiB block size, dd's conv=sparse must *not* introduce a 
hole.
--  dd if=file.in of=file.out bs=2M conv=sparse
-+  dd if=file.in of=file.out bs=2M conv=sparse || fail=1
-+
-+  # Intermittently BTRFS returns 0 allocation for file.out unless synced
-+  sync file.out || framework_failure_
-   test 2500 -lt $(kb_alloc file.out) || fail=1
- 
-   # Note we recreate a sparse file first to avoid
-diff --git a/tests/du/2g.sh b/tests/du/2g.sh
-index 5f04488..12c2eed 100755
 a/tests/du/2g.sh
-+++ b/tests/du/2g.sh
-@@ -24,7 +24,6 @@ print_ver_ du
- # Creating a 2GB file counts as 'very expensive'.
- very_expensive_
- 
--
- # Get number of free kilobytes on current partition, so we can
- # skip this test if there is insufficient free space.
- free_kb=$(df -k --output=avail . | tail -n1)
-@@ -42,16 +42,21 @@
- }
- 
- big=big
--rm -f $big
--test -t 1 || printf 'creating a 2GB file...\n'
--for i in $(seq 100); do
--  # Note: 2147483648 == 2^31. Print floor(2^31/100) per iteration.
--  printf %21474836s x >> $big || fail=1
--  # On the final iteration, append the remaining 48 bytes.
--  test $i = 100 && { printf %48s x >> $big || fail=1; }
--  test -t 1 && printf 'creating a 2GB file: %d%% complete\r' $i
--done
--echo
-+if ! fallocate -l2G $big; then
-+  rm -f $big
-+  {
-+is_local_dir_ . || skip 'Not writing 2GB data to remote'
-+for i in $(seq 100); do
-+  # Note: 2147483648 == 2^31. Print floor(2^31/100) per iteration.
-+  printf %21474836s x || fail=1
-+done
-+# After the final iteration, append the remaining 48 bytes.
-+printf %48s x || fail=1
-+  } > $big || fail=1
-+fi
-+
-+# The allocation may be done asynchronously (BTRFS for example)
-+sync $big || framework_failure_
- 
- du -k $big > out1 || fail=1
- rm -f $big
--- 
-2.3.4
-
-

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 19:24:50 UTC (rev 241830)
+++ PKGBUILD2015-07-05 22:26:45 UTC (rev 241831)
@@ -5,8 +5,8 @@
 # Contributor: judd 
 
 pkgname=coreutils
-pkgver=8.23
-pkgrel=2
+pkgver=8.24
+pkgrel=1
 pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -14,12 +14,10 @@
 groups=('base')
 depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
 install=$pkgname.install
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-'01-btrfs-alloc.patch')
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-md5sums=('abed135279f87ad6762ce57ff6d89c41'
- 'SKIP'
- '7333cea9afddff017dd0445fc5b8cc8f')
+md5sums=('40efdbce865d2458d8da0a9dcee7c16c'
+ 'SKIP')
 
 prepare() {
   local _p


[arch-commits] Commit in syncthing/repos/community-i686 (PKGBUILD PKGBUILD)

2015-07-05 Thread Jaroslav Lichtblau
Date: Sunday, July 5, 2015 @ 23:16:29
  Author: jlichtblau
Revision: 136451

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 136450, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-05 21:13:31 UTC (rev 136450)
+++ PKGBUILD2015-07-05 21:16:29 UTC (rev 136451)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.11.12
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('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}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${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}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#  go run build.go -no-upgrade test
-}
-
-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}@.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-i686/PKGBUILD (from rev 136450, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-05 21:16:29 UTC (rev 136451)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.11.13
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('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}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${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}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#  go run build.go -no-upgrade test
+}
+
+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}@.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/man

[arch-commits] Commit in syncthing/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-07-05 Thread Jaroslav Lichtblau
Date: Sunday, July 5, 2015 @ 23:13:31
  Author: jlichtblau
Revision: 136450

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 136449, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-05 21:12:54 UTC (rev 136449)
+++ PKGBUILD2015-07-05 21:13:31 UTC (rev 136450)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.11.12
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('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}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${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}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#  go run build.go -no-upgrade test
-}
-
-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}@.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-x86_64/PKGBUILD (from rev 136449, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-05 21:13:31 UTC (rev 136450)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.11.13
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('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}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${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}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#  go run build.go -no-upgrade test
+}
+
+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}@.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

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

2015-07-05 Thread Jaroslav Lichtblau
Date: Sunday, July 5, 2015 @ 23:12:54
  Author: jlichtblau
Revision: 136449

upgpkg: syncthing 0.11.13-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 18:23:07 UTC (rev 136448)
+++ PKGBUILD2015-07-05 21:12:54 UTC (rev 136449)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.11.12
+pkgver=0.11.13
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/";


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

2015-07-05 Thread Dave Reisner
Date: Sunday, July 5, 2015 @ 21:24:50
  Author: dreisner
Revision: 241830

drop glib2 dep (no longer needed without gudev)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 16:33:54 UTC (rev 241829)
+++ PKGBUILD2015-07-05 19:24:50 UTC (rev 241830)
@@ -90,7 +90,7 @@
 package_systemd() {
   pkgdesc="system and service manager"
   license=('GPL2' 'LGPL2.1')
-  depends=('acl' 'bash' 'dbus' 'glib2' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
+  depends=('acl' 'bash' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libseccomp' 
'util-linux'
'xz')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
@@ -182,7 +182,7 @@
 
 package_libsystemd() {
   pkgdesc="systemd client libraries"
-  depends=('glib2' 'glibc' 'libgcrypt' 'lz4' 'xz')
+  depends=('glibc' 'libgcrypt' 'lz4' 'xz')
   license=('GPL2')
   provides=('libsystemd.so' 'libsystemd-daemon.so' 'libsystemd-id128.so'
 'libsystemd-journal.so' 'libsystemd-login.so' 'libudev.so')


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

2015-07-05 Thread Balló György
Date: Sunday, July 5, 2015 @ 20:23:03
  Author: bgyorgy
Revision: 136447

upgpkg: lxqt-common 0.9.1-2

Apply some upstream fixes (FS#44123)

Added:
  lxqt-common/trunk/lxqt-common.install
Modified:
  lxqt-common/trunk/PKGBUILD

-+
 PKGBUILD|   28 ++--
 lxqt-common.install |   14 ++
 2 files changed, 40 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 12:13:07 UTC (rev 136446)
+++ PKGBUILD2015-07-05 18:23:03 UTC (rev 136447)
@@ -3,17 +3,41 @@
 
 pkgname=lxqt-common
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Common data to run a LXQt session."
 arch=("any")
 url="http://lxqt.org";
 license=("GPL2")
-depends=("bash" "hicolor-icon-theme")
+depends=("bash" "hicolor-icon-theme" "xdg-utils")
 makedepends=("cmake" "liblxqt" "qt5-tools")
+install=$pkgname.install
 source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
 sha256sums=("6e572cb10a1619dcfd51bdd33802a71d4556a55ece0bc781c1cb41d972e5734d")
 
 
+prepare() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   # Make themes' directories' names lowercase again
+   # https://github.com/lxde/lxqt-common/commit/15fd2d8
+   for i in Ambiance Dark Frost Kde-plasma Light
+   do mv themes/$i `echo themes/$i | tr [:upper:] [:lower:]`
+   done
+
+   # Adjust default wallpaper to default theme
+   # https://github.com/lxde/lxqt-common/commit/3296e2c
+   sed -i 's|light/simple_blue_widescreen.png|frost/numix.png|' \
+   config/pcmanfm-qt/lxqt/settings.conf.in
+
+   # Enable the "leave confirmation dialog" by default
+   # https://github.com/lxde/lxqt-common/commit/2062770
+   sed -i '/window_manager/a leave_confirmation=true' config/session.conf
+
+   # Set LibreOffice's plugin env var to kde4 
+   # https://github.com/lxde/lxqt-common/commit/a211dd5
+   sed -i 's/SAL_USE_VCLPLUGIN=kde$/SAL_USE_VCLPLUGIN=kde4/' startlxqt.in
+}
+
 build() {
mkdir -p build
cd build

Added: lxqt-common.install
===
--- lxqt-common.install (rev 0)
+++ lxqt-common.install 2015-07-05 18:23:03 UTC (rev 136447)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
+   printf '==> Theme paths have been changed. User configurations 
may need to be updated.\n'
+   fi
+   xdg-icon-resource forceupdate
+}
+
+post_remove() {
+   post_install $1
+}


[arch-commits] Commit in lxqt-common/repos/community-any (3 files)

2015-07-05 Thread Balló György
Date: Sunday, July 5, 2015 @ 20:23:07
  Author: bgyorgy
Revision: 136448

archrelease: copy trunk to community-any

Added:
  lxqt-common/repos/community-any/PKGBUILD
(from rev 136447, lxqt-common/trunk/PKGBUILD)
  lxqt-common/repos/community-any/lxqt-common.install
(from rev 136447, lxqt-common/trunk/lxqt-common.install)
Deleted:
  lxqt-common/repos/community-any/PKGBUILD

-+
 PKGBUILD|   80 --
 lxqt-common.install |   14 
 2 files changed, 66 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-05 18:23:03 UTC (rev 136447)
+++ PKGBUILD2015-07-05 18:23:07 UTC (rev 136448)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-common
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Common data to run a LXQt session."
-arch=("any")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("bash" "hicolor-icon-theme")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("6e572cb10a1619dcfd51bdd33802a71d4556a55ece0bc781c1cb41d972e5734d")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 136447, 
lxqt-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-05 18:23:07 UTC (rev 136448)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-common
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Common data to run a LXQt session."
+arch=("any")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("bash" "hicolor-icon-theme" "xdg-utils")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+install=$pkgname.install
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=("6e572cb10a1619dcfd51bdd33802a71d4556a55ece0bc781c1cb41d972e5734d")
+
+
+prepare() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   # Make themes' directories' names lowercase again
+   # https://github.com/lxde/lxqt-common/commit/15fd2d8
+   for i in Ambiance Dark Frost Kde-plasma Light
+   do mv themes/$i `echo themes/$i | tr [:upper:] [:lower:]`
+   done
+
+   # Adjust default wallpaper to default theme
+   # https://github.com/lxde/lxqt-common/commit/3296e2c
+   sed -i 's|light/simple_blue_widescreen.png|frost/numix.png|' \
+   config/pcmanfm-qt/lxqt/settings.conf.in
+
+   # Enable the "leave confirmation dialog" by default
+   # https://github.com/lxde/lxqt-common/commit/2062770
+   sed -i '/window_manager/a leave_confirmation=true' config/session.conf
+
+   # Set LibreOffice's plugin env var to kde4 
+   # https://github.com/lxde/lxqt-common/commit/a211dd5
+   sed -i 's/SAL_USE_VCLPLUGIN=kde$/SAL_USE_VCLPLUGIN=kde4/' startlxqt.in
+}
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: lxqt-common/repos/community-any/lxqt-common.install (from rev 136447, 
lxqt-common/trunk/lxqt-common.install)
===
--- lxqt-common.install (rev 0)
+++ lxqt-common.install 2015-07-05 18:23:07 UTC (rev 136448)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
+   printf '==> Theme paths have been changed. User configurations 
may need to be updated.\n'
+   fi
+   xdg-icon-resource forceupdate
+}
+
+post_remove() {
+   post_install $1
+}


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

2015-07-05 Thread Jan Steffens
Date: Sunday, July 5, 2015 @ 18:33:54
  Author: heftig
Revision: 241829

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

Added:
  eclipse/repos/testing-i686/PKGBUILD
(from rev 241828, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-i686/commonify
(from rev 241828, eclipse/trunk/commonify)
  eclipse/repos/testing-i686/eclipse.desktop
(from rev 241828, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-i686/eclipse.install
(from rev 241828, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-i686/eclipse.sh
(from rev 241828, eclipse/trunk/eclipse.sh)
  eclipse/repos/testing-x86_64/PKGBUILD
(from rev 241828, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-x86_64/commonify
(from rev 241828, eclipse/trunk/commonify)
  eclipse/repos/testing-x86_64/eclipse.desktop
(from rev 241828, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-x86_64/eclipse.install
(from rev 241828, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-x86_64/eclipse.sh
(from rev 241828, eclipse/trunk/eclipse.sh)
Deleted:
  eclipse/repos/testing-i686/PKGBUILD
  eclipse/repos/testing-i686/commonify
  eclipse/repos/testing-i686/eclipse.desktop
  eclipse/repos/testing-i686/eclipse.install
  eclipse/repos/testing-i686/eclipse.sh
  eclipse/repos/testing-x86_64/PKGBUILD
  eclipse/repos/testing-x86_64/commonify
  eclipse/repos/testing-x86_64/eclipse.desktop
  eclipse/repos/testing-x86_64/eclipse.install
  eclipse/repos/testing-x86_64/eclipse.sh

+
 /PKGBUILD  |  194 +++
 /commonify |   78 +++
 /eclipse.desktop   |   18 +++
 /eclipse.install   |   22 
 /eclipse.sh|6 +
 testing-i686/PKGBUILD  |   92 --
 testing-i686/commonify |   39 ---
 testing-i686/eclipse.desktop   |9 -
 testing-i686/eclipse.install   |   11 --
 testing-i686/eclipse.sh|3 
 testing-x86_64/PKGBUILD|   92 --
 testing-x86_64/commonify   |   39 ---
 testing-x86_64/eclipse.desktop |9 -
 testing-x86_64/eclipse.install |   11 --
 testing-x86_64/eclipse.sh  |3 
 15 files changed, 318 insertions(+), 308 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-07-05 15:19:06 UTC (rev 241828)
+++ testing-i686/PKGBUILD   2015-07-05 16:33:54 UTC (rev 241829)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Andrew Wright 
-# Contributor: Andreas W. Hauser 
-# Contributor: Marco Crosio 
-
-pkgbase=eclipse
-pkgname=(eclipse-{common,java,cpp,php})
-pkgver=4.5.0
-pkgrel=2
-_release=mars-R
-pkgdesc="Highly extensible IDE"
-license=("EPL")
-arch=(i686 x86_64)
-url="http://eclipse.org";
-makedepends=(ruby)
-options=(!emptydirs)
-source=(commonify eclipse.sh eclipse.desktop)
-source_i686=()
-source_x86_64=()
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  [[ $_pkg == 'eclipse-common' ]] && continue
-  
source_i686+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk.tar.gz)
-  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk-x86_64.tar.gz)
-  noextract+=($_pkg-$_release-linux-gtk{,-x86_64}.tar.gz)
-  eval "package_$_pkg() { _package $_pkg; }"
-done
-
-sha256sums=('becd292c83556fff2eea889ebe6df075056c6343b88f95abd6abbd04253d82c9'
-'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
-'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('43089aa4738d05e92fd24cf320336e8ab1cfd2e66ce07de9955a40bf7a08de87'
- 
'1b1d7a9aaf27d7dd6dcb9fd7b04629f687fb43e6db8c3299c092e0f554b174f4'
- 
'93769a4b8a1d12fb95dd1a848339104032a08b3e00dcf0c597bbf471f3359073')
-sha256sums_x86_64=('2eeea5e563001f6812bad97e159befe4152bf8ef49124c98e635fd68104a1727'
-   
'a990130c1529fcd8c3b3904f37fd8fe26c4c024be4863ccc7a9b2f16908ad49f'
-   
'f93d0f6a8fc03077887049080d332b7aa61127641ac2d815e8729f3ff3aa037a')
-
-prepare() {
-  for _pkg in ${pkgname[@]}; do
-mkdir $_pkg
-
-[[ $_pkg == 'eclipse-common' ]] && continue
-
-if [[ $CARCH == x86_64 ]]; then
-  bsdtar -C $_pkg -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz"
-else
-  bsdtar -C $_pkg -xf "$_pkg-$_release-linux-gtk.tar.gz"
-fi
-  done
-}
-
-build() {
-  ./commonify ${pkgname[@]}
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-  depends=(java-environment webkitgtk unzip)
-  install=eclipse.install
-
-  install -d "$pkgdir/usr/lib"
-  cp -a eclipse-common/eclipse "$pkgdir/usr/lib"
-
-  install -D eclipse.sh "$pkgdir/usr/bin/eclips

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

2015-07-05 Thread Jan Steffens
Date: Sunday, July 5, 2015 @ 17:19:06
  Author: heftig
Revision: 241828

FS45559 Keep dropins dir

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 13:21:00 UTC (rev 241827)
+++ PKGBUILD2015-07-05 15:19:06 UTC (rev 241828)
@@ -9,7 +9,7 @@
 pkgbase=eclipse
 pkgname=(eclipse-{common,java,cpp,php})
 pkgver=4.5.0
-pkgrel=2
+pkgrel=3
 _release=mars-R
 pkgdesc="Highly extensible IDE"
 license=("EPL")
@@ -41,21 +41,26 @@

'f93d0f6a8fc03077887049080d332b7aa61127641ac2d815e8729f3ff3aa037a')
 
 prepare() {
+  mkdir eclipse-common
+
   for _pkg in ${pkgname[@]}; do
-mkdir $_pkg
-
 [[ $_pkg == 'eclipse-common' ]] && continue
 
 if [[ $CARCH == x86_64 ]]; then
-  bsdtar -C $_pkg -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz"
+  bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz"
 else
-  bsdtar -C $_pkg -xf "$_pkg-$_release-linux-gtk.tar.gz"
+  bsdtar -xf "$_pkg-$_release-linux-gtk.tar.gz"
 fi
+
+mv eclipse $_pkg
   done
 }
 
 build() {
   ./commonify ${pkgname[@]}
+
+  mkdir -p eclipse-common/dropins
+  touch eclipse-common/dropins/.keep
 }
 
 package_eclipse-common() {
@@ -64,13 +69,13 @@
   install=eclipse.install
 
   install -d "$pkgdir/usr/lib"
-  cp -a eclipse-common/eclipse "$pkgdir/usr/lib"
+  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
 
   install -D eclipse.sh "$pkgdir/usr/bin/eclipse"
   install -Dm644 eclipse.desktop 
"$pkgdir/usr/share/applications/eclipse.desktop"
 
   for _i in 16 32 48 256; do
-install -Dm644 
eclipse-common/eclipse/plugins/org.eclipse.platform_*/eclipse${_i}.png \
+install -Dm644 
eclipse-common/plugins/org.eclipse.platform_*/eclipse${_i}.png \
   "$pkgdir/usr/share/icons/hicolor/${_i}x${_i}/apps/eclipse.png"
   done
 }
@@ -88,5 +93,5 @@
   esac
 
   install -d "$pkgdir/usr/lib"
-  cp -a $1/eclipse "$pkgdir/usr/lib"
+  cp -a $1 "$pkgdir/usr/lib/eclipse"
 }


[arch-commits] Commit in plasma-desktop (9 files)

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 15:21:00
  Author: arojas
Revision: 241827

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

Added:
  plasma-desktop/repos/
  plasma-desktop/repos/extra-i686/
  plasma-desktop/repos/extra-i686/PKGBUILD
(from rev 241826, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-i686/plasma-desktop.install
(from rev 241826, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/extra-i686/touchpad-init.patch
(from rev 241826, plasma-desktop/trunk/touchpad-init.patch)
  plasma-desktop/repos/extra-x86_64/
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 241826, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install
(from rev 241826, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/extra-x86_64/touchpad-init.patch
(from rev 241826, plasma-desktop/trunk/touchpad-init.patch)

-+
 extra-i686/PKGBUILD |   49 ++
 extra-i686/plasma-desktop.install   |   12 +
 extra-i686/touchpad-init.patch  |   73 ++
 extra-x86_64/PKGBUILD   |   49 ++
 extra-x86_64/plasma-desktop.install |   12 +
 extra-x86_64/touchpad-init.patch|   73 ++
 6 files changed, 268 insertions(+)

Copied: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 241826, 
plasma-desktop/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2015-07-05 13:21:00 UTC (rev 241827)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.3.2
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent'
+ 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install="${pkgname}.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
 'touchpad-init.patch')
+md5sums=('535e062e140b8eb25d557aba7eb1bc24'
+ '3a334fccf64dd518d94371dee051723a')
+
+prepare() {
+  mkdir -p build
+
+# Fix touchpad backend initialization 
https://bugs.kde.org/show_bug.cgi?id=344958
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/touchpad-init.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-desktop/repos/extra-i686/plasma-desktop.install (from rev 
241826, plasma-desktop/trunk/plasma-desktop.install)
===
--- repos/extra-i686/plasma-desktop.install (rev 0)
+++ repos/extra-i686/plasma-desktop.install 2015-07-05 13:21:00 UTC (rev 
241827)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: plasma-desktop/repos/extra-i686/touchpad-init.patch (from rev 241826, 
plasma-desktop/trunk/touchpad-init.patch)
===
--- repos/extra-i686/touchpad-init.patch(rev 0)
+++ repos/extra-i686/touchpad-init.patch2015-07-05 13:21:00 UTC (rev 
241827)
@@ -0,0 +1,73 @@
+From: Rajeesh K Nambiar 
+Date: Sat, 27 Jun 2015 11:58:17 +
+Subject: Fix touchpad backend initialization.
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.git&a=commitdiff&h=3f2e6bd31e0cd7355f95450cdc185e4d37ed2c16
+---
+Fix touchpad backend initialization.
+
+Libinput driver, even when unistalled was leaving 'Libinput Tapping
+Enabled' atom active (xlsatoms | grep -i tap). Mutter/Clutter/Gtk+ were
+causing this, as noted in https://bugzilla.redhat.com/show_bug.cgi?
+id=1199825. This caused the non-existent libinput backend initialization
+resulting in 'No touchpad found' error even when synaptics driver was
+installed.
+Fix this by checking backend instantiation errors.
+
+BUG: 344958,349214
+REVIEW: 124172
+FIXED-IN: 5.4.0
+---
+
+
+--- a/kcms/touchpad/src/backends/x11/xlibbackend.cpp
 b/kcms/touchpad/src/backends/x11/xlibbackend.cpp

[arch-commits] Commit in plasma-desktop (repos)

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 15:20:39
  Author: arojas
Revision: 241826

Deleted:
  plasma-desktop/repos/


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

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 15:19:33
  Author: arojas
Revision: 241825

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

Added:
  plasma-desktop/repos/extra-i686/touchpad-init.patch
(from rev 241824, plasma-desktop/trunk/touchpad-init.patch)
  plasma-desktop/repos/extra-x86_64/touchpad-init.patch
(from rev 241824, plasma-desktop/trunk/touchpad-init.patch)
Deleted:
  plasma-desktop/repos/extra-i686/PKGBUILD
  plasma-desktop/repos/extra-i686/plasma-desktop.install
  plasma-desktop/repos/extra-x86_64/PKGBUILD
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install

-+
 extra-i686/PKGBUILD |   44 
 extra-i686/plasma-desktop.install   |   12 -
 extra-i686/touchpad-init.patch  |   73 ++
 extra-x86_64/PKGBUILD   |   44 
 extra-x86_64/plasma-desktop.install |   12 -
 extra-x86_64/touchpad-init.patch|   73 ++
 6 files changed, 146 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-05 13:18:09 UTC (rev 241824)
+++ extra-i686/PKGBUILD 2015-07-05 13:19:33 UTC (rev 241825)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('powerdevil' 'polkit-kde-agent'
- 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
-optdepends=('plasma-nm: Network manager applet')
-conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
-replaces=('kcm-touchpad-frameworks')
-install="${pkgname}.install"
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('535e062e140b8eb25d557aba7eb1bc24')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Deleted: extra-i686/plasma-desktop.install
===
--- extra-i686/plasma-desktop.install   2015-07-05 13:18:09 UTC (rev 241824)
+++ extra-i686/plasma-desktop.install   2015-07-05 13:19:33 UTC (rev 241825)
@@ -1,12 +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: plasma-desktop/repos/extra-i686/touchpad-init.patch (from rev 241824, 
plasma-desktop/trunk/touchpad-init.patch)
===
--- extra-i686/touchpad-init.patch  (rev 0)
+++ extra-i686/touchpad-init.patch  2015-07-05 13:19:33 UTC (rev 241825)
@@ -0,0 +1,73 @@
+From: Rajeesh K Nambiar 
+Date: Sat, 27 Jun 2015 11:58:17 +
+Subject: Fix touchpad backend initialization.
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.git&a=commitdiff&h=3f2e6bd31e0cd7355f95450cdc185e4d37ed2c16
+---
+Fix touchpad backend initialization.
+
+Libinput driver, even when unistalled was leaving 'Libinput Tapping
+Enabled' atom active (xlsatoms | grep -i tap). Mutter/Clutter/Gtk+ were
+causing this, as noted in https://bugzilla.redhat.com/show_bug.cgi?
+id=1199825. This caused the non-existent libinput backend initialization
+resulting in 'No touchpad found' error even when synaptics driver was
+installed.
+Fix this by checking backend instantiation errors.
+
+BUG: 344958,349214
+REVIEW: 124172
+FIXED-IN: 5.4.0
+---
+
+
+--- a/kcms/touchpad/src/backends/x11/xlibbackend.cpp
 b/kcms/touchpad/src/backends/x11/xlibbackend.cpp
+@@ -151,8 +151,10 @@
+ XlibBackend(parent)
+ {
+ m_capsAtom.intern(m_connection, SYNAPTICS_PROP_CAPABILITIES);
+-if (!m_capsAtom.atom())
+-return;
++if (!m_capsAtom.atom()) {
++m_errorString = i18nc("Synaptics touchpad driver","Synaptics backend 
not found");
++return;
++}
+ 
+ m_device = findTouchpad(m_capsAtom);
+ if (m_device == XIAllDevices) {
+@@ -275,8 +277,10 @@
+"libinput Tapping Enabled",
+true);
+ 
+-if (!identifier.atom())
+-return;
++if (!identifier.atom()) {
++m_errorString = i18nc("Libinput touchpad driver","Libinput backend 
not found");
++return;
++}
+ 
+ m_device = 

[arch-commits] Commit in plasma-desktop/trunk (PKGBUILD touchpad-init.patch)

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 15:18:09
  Author: arojas
Revision: 241824

Fix touchpad backend initialization (KDEBUG#344958)

Added:
  plasma-desktop/trunk/touchpad-init.patch
Modified:
  plasma-desktop/trunk/PKGBUILD

-+
 PKGBUILD|   11 +--
 touchpad-init.patch |   73 ++
 2 files changed, 81 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 06:46:30 UTC (rev 241823)
+++ PKGBUILD2015-07-05 13:18:09 UTC (rev 241824)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -19,11 +19,16 @@
 replaces=('kcm-touchpad-frameworks')
 install="${pkgname}.install"
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('535e062e140b8eb25d557aba7eb1bc24')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
 'touchpad-init.patch')
+md5sums=('535e062e140b8eb25d557aba7eb1bc24'
+ '3a334fccf64dd518d94371dee051723a')
 
 prepare() {
   mkdir -p build
+
+# Fix touchpad backend initialization 
https://bugs.kde.org/show_bug.cgi?id=344958
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/touchpad-init.patch
 }
 
 build() {

Added: touchpad-init.patch
===
--- touchpad-init.patch (rev 0)
+++ touchpad-init.patch 2015-07-05 13:18:09 UTC (rev 241824)
@@ -0,0 +1,73 @@
+From: Rajeesh K Nambiar 
+Date: Sat, 27 Jun 2015 11:58:17 +
+Subject: Fix touchpad backend initialization.
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.git&a=commitdiff&h=3f2e6bd31e0cd7355f95450cdc185e4d37ed2c16
+---
+Fix touchpad backend initialization.
+
+Libinput driver, even when unistalled was leaving 'Libinput Tapping
+Enabled' atom active (xlsatoms | grep -i tap). Mutter/Clutter/Gtk+ were
+causing this, as noted in https://bugzilla.redhat.com/show_bug.cgi?
+id=1199825. This caused the non-existent libinput backend initialization
+resulting in 'No touchpad found' error even when synaptics driver was
+installed.
+Fix this by checking backend instantiation errors.
+
+BUG: 344958,349214
+REVIEW: 124172
+FIXED-IN: 5.4.0
+---
+
+
+--- a/kcms/touchpad/src/backends/x11/xlibbackend.cpp
 b/kcms/touchpad/src/backends/x11/xlibbackend.cpp
+@@ -151,8 +151,10 @@
+ XlibBackend(parent)
+ {
+ m_capsAtom.intern(m_connection, SYNAPTICS_PROP_CAPABILITIES);
+-if (!m_capsAtom.atom())
+-return;
++if (!m_capsAtom.atom()) {
++m_errorString = i18nc("Synaptics touchpad driver","Synaptics backend 
not found");
++return;
++}
+ 
+ m_device = findTouchpad(m_capsAtom);
+ if (m_device == XIAllDevices) {
+@@ -275,8 +277,10 @@
+"libinput Tapping Enabled",
+true);
+ 
+-if (!identifier.atom())
+-return;
++if (!identifier.atom()) {
++m_errorString = i18nc("Libinput touchpad driver","Libinput backend 
not found");
++return;
++}
+ 
+ m_device = findTouchpad(identifier);
+ if (m_device == XIAllDevices) {
+@@ -318,15 +322,17 @@
+ 
+ XlibBackend* XlibBackend::initialize(QObject *parent)
+ {
++XlibBackend* backend = nullptr;
+ QScopedPointer display(XOpenDisplay(0));
+ xcb_connection_t *connection = XGetXCBConnection(display.data());
+ XcbAtom synaptics_prop_capablities, libinput_prop_tapping;
+ 
+-libinput_prop_tapping.intern(connection, "libinput Tapping Enabled");
+-if (libinput_prop_tapping.atom())
+-return new XlibLibinputBackend(parent);
+-else
+-return new XlibSynapticsBackend(parent);
++backend = new XlibLibinputBackend(parent);
++if (! backend->errorString().isNull()) {
++delete backend;
++backend = new XlibSynapticsBackend(parent);
++}
++return backend;
+ }
+ 
+ XlibBackend::~XlibBackend()
+


[arch-commits] Commit in syncthing/repos/community-i686 (PKGBUILD PKGBUILD)

2015-07-05 Thread Jaroslav Lichtblau
Date: Sunday, July 5, 2015 @ 14:13:07
  Author: jlichtblau
Revision: 136446

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 136445, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-05 12:09:35 UTC (rev 136445)
+++ PKGBUILD2015-07-05 12:13:07 UTC (rev 136446)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.11.11
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('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}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${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}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#  go run build.go -no-upgrade test
-}
-
-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}@.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-i686/PKGBUILD (from rev 136445, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-05 12:13:07 UTC (rev 136446)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.11.12
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('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}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${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}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#  go run build.go -no-upgrade test
+}
+
+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}@.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/man

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

2015-07-05 Thread Sven-Hendrik Haase
Date: Sunday, July 5, 2015 @ 14:09:35
  Author: svenstaro
Revision: 136445

Fix pkgdesc

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 12:09:05 UTC (rev 136444)
+++ PKGBUILD2015-07-05 12:09:35 UTC (rev 136445)
@@ -4,7 +4,7 @@
 pkgname=mopidy
 pkgver=1.0.7
 pkgrel=1
-pkgdesc="Mopidy is a music server which can play music both from multiple 
sources, like your local hard drive, radio streams, and from Spotify and 
SoundCloud."
+pkgdesc="Mopidy is an extensible music server written in Python"
 arch=('any')
 url="http://www.mopidy.com";
 license=('APACHE')


[arch-commits] Commit in syncthing/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-07-05 Thread Jaroslav Lichtblau
Date: Sunday, July 5, 2015 @ 14:09:05
  Author: jlichtblau
Revision: 136444

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 136443, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-05 12:08:49 UTC (rev 136443)
+++ PKGBUILD2015-07-05 12:09:05 UTC (rev 136444)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.11.11
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('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}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${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}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#  go run build.go -no-upgrade test
-}
-
-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}@.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-x86_64/PKGBUILD (from rev 136443, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-05 12:09:05 UTC (rev 136444)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.11.12
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('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}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${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}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#  go run build.go -no-upgrade test
+}
+
+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}@.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

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

2015-07-05 Thread Jaroslav Lichtblau
Date: Sunday, July 5, 2015 @ 14:08:49
  Author: jlichtblau
Revision: 136443

upgpkg: syncthing 0.11.12-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 11:43:14 UTC (rev 136442)
+++ PKGBUILD2015-07-05 12:08:49 UTC (rev 136443)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.11.11
+pkgver=0.11.12
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/";


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

2015-07-05 Thread Jelle van der Waa
Date: Sunday, July 5, 2015 @ 13:43:14
  Author: jelle
Revision: 136442

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/
  bandit/repos/community-any/PKGBUILD
(from rev 136441, bandit/trunk/PKGBUILD)

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

Copied: bandit/repos/community-any/PKGBUILD (from rev 136441, 
bandit/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-05 11:43:14 UTC (rev 136442)
@@ -0,0 +1,24 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
+license=('Apache')
+depends=('python2-yaml' 'python2-stevedore')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz";)
+md5sums=('48a94a025d71154577564ff31826ca23')
+
+build() {
+cd "bandit-$pkgver"
+python2 setup.py build
+}
+
+package() {
+cd "bandit-$pkgver"
+python2 setup.py install --root="$pkgdir" --optimize=1
+# TODO: /usr/lib/python2.7/site-packages/bandit/config/bandit.yaml
+}


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

2015-07-05 Thread Jelle van der Waa
Date: Sunday, July 5, 2015 @ 13:43:07
  Author: jelle
Revision: 136441

upgpkg: bandit 0.12.0-1

Modified:
  bandit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 11:27:48 UTC (rev 136440)
+++ PKGBUILD2015-07-05 11:43:07 UTC (rev 136441)
@@ -7,7 +7,7 @@
 arch=('any')
 url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
 license=('Apache')
-depends=('python2-yaml')
+depends=('python2-yaml' 'python2-stevedore')
 makedepends=('python2-setuptools')
 
source=("https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz";)
 md5sums=('48a94a025d71154577564ff31826ca23')


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

2015-07-05 Thread Evgeniy Alekseev
Date: Sunday, July 5, 2015 @ 13:27:48
  Author: arcanis
Revision: 136440

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 136439, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 136439, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |   67 ---
 PKGBUILD  |  126 ++--
 2 files changed, 98 insertions(+), 95 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-07-05 11:26:32 UTC (rev 136439)
+++ ChangeLog   2015-07-05 11:27:48 UTC (rev 136440)
@@ -1,32 +0,0 @@
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 136439, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-07-05 11:27:48 UTC (rev 136440)
@@ -0,0 +1,35 @@
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-05 11:26:32 UTC (rev 136439)
+++ PKGBUILD2015-07-05 11:27:48 UTC (rev 136440)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.6
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-depends=()
-url="http://eric-ide.python-projects.org/index.html";
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN.GB2312   "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_lang} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${2} language pack for Eric IDE"
-  depends=("eric-common${3}>=${pkgver}")
-
-  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('ed30a031c46770b51ffd43ddee92fd5f'
- '48fd4c8414bb11ed35b30dfc5f4d76c8'
- 'a0f0e99bbbe4112aa5608e37c35a4f76'
- '89a40ddba6ce85501be95bee7a063787'
- '86c71b4b113d264687d6d9ca51e3c5b2'
- '7bcc17bd6c533db5d9425289b1a14873'
- '07c7d1fa167ba7b5baae4dc1a2370531'
- '3ddc7058985acd80eae938974e1b22c6'
- 'f86dd6f1f8b0f09004b91b66e3af853b'
- 'a9651b8dc1fa2e15fc2f17d166ce1019')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 136439, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-05 11:27:48 UTC (rev 136440)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.0.7
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+depends=()
+url="http://eric-ide.python-projects.org/index.html";
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs "Czech"'
+'de "German"'
+'en "English"'
+'es "Spanish"'
+'fr "French"'
+'it "Italian"'
+'pt "Portuguese"'
+'ru "Russian"'
+'tr "Turkish"'
+'zh_CN.GB2312   "Chinese (Simplified)"')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in "${_languages[@]}";

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

2015-07-05 Thread Evgeniy Alekseev
Date: Sunday, July 5, 2015 @ 13:26:32
  Author: arcanis
Revision: 136439

upgpkg: eric-i18n 6.0.7-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   22 +++---
 2 files changed, 14 insertions(+), 11 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-07-05 11:15:59 UTC (rev 136438)
+++ ChangeLog   2015-07-05 11:26:32 UTC (rev 136439)
@@ -1,3 +1,6 @@
+6.0.7-1:
+upstream update
+
 6.0.6-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 11:15:59 UTC (rev 136438)
+++ PKGBUILD2015-07-05 11:26:32 UTC (rev 136439)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.0.6
+pkgver=6.0.7
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
@@ -51,13 +51,13 @@
  "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('ed30a031c46770b51ffd43ddee92fd5f'
- '48fd4c8414bb11ed35b30dfc5f4d76c8'
- 'a0f0e99bbbe4112aa5608e37c35a4f76'
- '89a40ddba6ce85501be95bee7a063787'
- '86c71b4b113d264687d6d9ca51e3c5b2'
- '7bcc17bd6c533db5d9425289b1a14873'
- '07c7d1fa167ba7b5baae4dc1a2370531'
- '3ddc7058985acd80eae938974e1b22c6'
- 'f86dd6f1f8b0f09004b91b66e3af853b'
- 'a9651b8dc1fa2e15fc2f17d166ce1019')
+md5sums=('4782440cbed84bff86177a44d3fb69f1'
+ '9f59cb715bc1d3fff7cb8a63e0a8c390'
+ '4fef3d9884236e18c4b4b776ee657388'
+ '07d6cbf9d89f30c0c42ed9b3746ba347'
+ '0e58e976fa445e0a04cdd4013376617a'
+ '764839ae71d96cd1a004f449f1041a0d'
+ 'b4737469358d7c950f57748691ede3c1'
+ '8b0e7490e2767bb59c7c4bad26523913'
+ '31e93befd9fbbbf64da33e7b66589ae5'
+ '0ab54bd6b68c8a7aadb3c885098a9bd8')


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

2015-07-05 Thread Evgeniy Alekseev
Date: Sunday, July 5, 2015 @ 13:15:59
  Author: arcanis
Revision: 136438

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 136437, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 136437, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 136437, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 136437, eric/trunk/eric.install)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install

--+
 .contrib |   14 +-
 ChangeLog|   78 ---
 PKGBUILD |  278 -
 eric.install |   18 +--
 4 files changed, 196 insertions(+), 192 deletions(-)

Deleted: .contrib
===
--- .contrib2015-07-05 11:14:19 UTC (rev 136437)
+++ .contrib2015-07-05 11:15:59 UTC (rev 136438)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 136437, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2015-07-05 11:15:59 UTC (rev 136438)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2015-07-05 11:14:19 UTC (rev 136437)
+++ ChangeLog   2015-07-05 11:15:59 UTC (rev 136438)
@@ -1,37 +0,0 @@
-6.0.6-1: upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 136437, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-07-05 11:15:59 UTC (rev 136438)
@@ -0,0 +1,41 @@
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-05 11:14:19 UTC (rev 136437)
+++ PKGBUILD2015-07-05 11:15:59 UTC (rev 136438)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.6
-pkgrel=1
-pkgdesc="A full-featured Python and Ruby IDE in PyQt4"
-arch=('any')
-url="http://eric-ide.python-projects.org/";
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-install=${pkgbase}.install
-source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz";)
-md5sums=('15dcac0cbe188cc9632006494c22af76')
-changelog=ChangeLog
-
-prepare() {
-  cp -r "${srcdir}/eric6-${pkgver}"{,_py2}
-
-  cd "${srcdir}/eric6-${pkgver}_py2/eric"
-  find . -name '*.py' -exec \
-sed -i -r "s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2:" {} \;
-
-  cp -r "${srcdir}/eric6-${pkgver}"{,-qt4}
-  cp -r "${srcdir}/eric6-${pkgver}_py2"{,-qt4}
-}
-
-package_eric-common-qt4() {
-  depends=()
-
-  cd "${srcdir}/eric6-${pkgver}/eric"
-  # eric APIs
-  install -Dm644 "APIs/Python3/eric6.api" \
- "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.api"
-  install -Dm644 "APIs/Python3/eric6.bas" \
- "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.bas"
-  # pyqt APIs
-  install -Dm644 "APIs/Python3/PyQt4.bas" \
- "${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas"
-  # qss APIs
-  install -Dm644 "APIs/QSS/qss.api" \
- "${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api"
-  # qscintilla APIs
-  install -Dm644 "APIs/Python3/QScintilla2.bas" \
- "${pkgdir}/usr/share/qt4/qsci

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

2015-07-05 Thread Evgeniy Alekseev
Date: Sunday, July 5, 2015 @ 13:14:19
  Author: arcanis
Revision: 136437

upgpkg: eric 6.0.7-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

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

Modified: ChangeLog
===
--- ChangeLog   2015-07-05 10:55:35 UTC (rev 136436)
+++ ChangeLog   2015-07-05 11:14:19 UTC (rev 136437)
@@ -1,5 +1,9 @@
-6.0.6-1: upstream update
+6.0.7-1:
+upstream update
 
+6.0.6-1:
+upstream update
+
 6.0.5-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 10:55:35 UTC (rev 136436)
+++ PKGBUILD2015-07-05 11:14:19 UTC (rev 136437)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.6
+pkgver=6.0.7
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt4"
 arch=('any')
@@ -18,7 +18,7 @@
  'qt5-svg' 'qt5-webkit')
 install=${pkgbase}.install
 source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz";)
-md5sums=('15dcac0cbe188cc9632006494c22af76')
+md5sums=('a2dcdccf12efa377ce7d25cc621955cf')
 changelog=ChangeLog
 
 prepare() {


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

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 12:55:35
  Author: arojas
Revision: 136436

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-05 10:54:17 UTC (rev 136435)
+++ PKGBUILD2015-07-05 10:55:35 UTC (rev 136436)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Bogdan Szczurek 
-# Contributor: Ismo Toijala 
-
-pkgbase=python-jsonschema
-_pkgname=jsonschema
-pkgname=(python-jsonschema python2-jsonschema)
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="An implementation of JSON Schema validation for Python"
-arch=(any)
-url="http://pypi.python.org/pypi/jsonschema";
-license=('MIT')
-makedepends=(python-setuptools python2-setuptools)
-source=("http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz";)
-md5sums=('374e848fdb69a3ce8b7e778b47c30640')
-
-prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-package_python-jsonschema() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  depends=(python)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsonschema() {
-  cd "$srcdir/$_pkgname-$pkgver-2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  depends=(python2)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  mv $pkgdir/usr/bin/jsonschema{,2}
-}
-

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


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

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 12:54:17
  Author: arojas
Revision: 136435

Add python2-functools32 dependency (FS#45457)

Modified:
  python-jsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 10:52:00 UTC (rev 136434)
+++ PKGBUILD2015-07-05 10:54:17 UTC (rev 136435)
@@ -7,7 +7,7 @@
 _pkgname=jsonschema
 pkgname=(python-jsonschema python2-jsonschema)
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of JSON Schema validation for Python"
 arch=(any)
 url="http://pypi.python.org/pypi/jsonschema";
@@ -31,7 +31,7 @@
 package_python2-jsonschema() {
   cd "$srcdir/$_pkgname-$pkgver-2"
   python2 setup.py install --root="$pkgdir/" --optimize=1
-  depends=(python2)
+  depends=(python2-functools32)
   install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
   mv $pkgdir/usr/bin/jsonschema{,2}
 }


[arch-commits] Commit in python2-functools32 (3 files)

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 12:52:00
  Author: arojas
Revision: 136434

archrelease: copy trunk to community-any

Added:
  python2-functools32/repos/
  python2-functools32/repos/community-any/
  python2-functools32/repos/community-any/PKGBUILD
(from rev 136433, python2-functools32/trunk/PKGBUILD)

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

Copied: python2-functools32/repos/community-any/PKGBUILD (from rev 136433, 
python2-functools32/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-07-05 10:52:00 UTC (rev 136434)
@@ -0,0 +1,29 @@
+# Maintainer: 
+# Contributor: Stephan Conrad
+
+pkgname=python2-functools32
+_pkgver=3.2.3-1
+pkgver=${_pkgver//-/_}
+pkgrel=1
+pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
+url="https://github.com/MiCHiLU/python-functools32";
+arch=(any)
+depends=(python2)
+makedepends=(python2-distribute)
+license=('CUSTOM')
+source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz";)
+md5sums=('6c226dfc1ca56ba3ee200d603b780cbc')
+
+build() {
+cd functools32-$_pkgver
+python2 setup.py build
+}
+
+package() {
+cd functools32-$_pkgver
+python2 setup.py install --root="$pkgdir" --optimize=1
+
+install -d "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+}
+


[arch-commits] Commit in (3 files)

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 12:46:17
  Author: arojas
Revision: 136433

Add new python2-jsonschema dependency

Added:
  python2-functools32/
  python2-functools32/trunk/
  python2-functools32/trunk/PKGBUILD

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

Added: python2-functools32/trunk/PKGBUILD
===
--- python2-functools32/trunk/PKGBUILD  (rev 0)
+++ python2-functools32/trunk/PKGBUILD  2015-07-05 10:46:17 UTC (rev 136433)
@@ -0,0 +1,29 @@
+# Maintainer: 
+# Contributor: Stephan Conrad
+
+pkgname=python2-functools32
+_pkgver=3.2.3-1
+pkgver=${_pkgver//-/_}
+pkgrel=1
+pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
+url="https://github.com/MiCHiLU/python-functools32";
+arch=(any)
+depends=(python2)
+makedepends=(python2-distribute)
+license=('CUSTOM')
+source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz";)
+md5sums=('6c226dfc1ca56ba3ee200d603b780cbc')
+
+build() {
+cd functools32-$_pkgver
+python2 setup.py build
+}
+
+package() {
+cd functools32-$_pkgver
+python2 setup.py install --root="$pkgdir" --optimize=1
+
+install -d "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+}
+


[arch-commits] Commit in python-sphinx (4 files)

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 11:45:48
  Author: arojas
Revision: 136432

archrelease: copy trunk to community-any

Added:
  python-sphinx/repos/
  python-sphinx/repos/community-any/
  
python-sphinx/repos/community-any/4c2f693cbf7ec40448e7237383880d701ede6c88.patch
(from rev 136431, 
python-sphinx/trunk/4c2f693cbf7ec40448e7237383880d701ede6c88.patch)
  python-sphinx/repos/community-any/PKGBUILD
(from rev 136431, python-sphinx/trunk/PKGBUILD)

+
 4c2f693cbf7ec40448e7237383880d701ede6c88.patch |   22 +
 PKGBUILD   |  100 +++
 2 files changed, 122 insertions(+)

Copied: 
python-sphinx/repos/community-any/4c2f693cbf7ec40448e7237383880d701ede6c88.patch
 (from rev 136431, 
python-sphinx/trunk/4c2f693cbf7ec40448e7237383880d701ede6c88.patch)
===
--- repos/community-any/4c2f693cbf7ec40448e7237383880d701ede6c88.patch  
(rev 0)
+++ repos/community-any/4c2f693cbf7ec40448e7237383880d701ede6c88.patch  
2015-07-05 09:45:48 UTC (rev 136432)
@@ -0,0 +1,22 @@
+From b4331978e04b666909cc04bd39fb738b885ee3b4 Mon Sep 17 00:00:00 2001
+From: Eric Larson 
+Date: Tue, 19 May 2015 10:08:26 -0700
+Subject: [PATCH] FIX: Only check if members is True
+
+---
+ sphinx/ext/autosummary/__init__.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sphinx/ext/autosummary/__init__.py 
b/sphinx/ext/autosummary/__init__.py
+index 4fd44ac..a53b125 100644
+--- a/sphinx/ext/autosummary/__init__.py
 b/sphinx/ext/autosummary/__init__.py
+@@ -276,7 +276,7 @@ def get_items(self, names):
+ self.warn('failed to import object %s' % real_name)
+ items.append((display_name, '', '', real_name))
+ continue
+-if not documenter.check_module():
++if documenter.options.members and not documenter.check_module():
+ continue
+ 
+ # try to also get a source code analyzer for attribute docs

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 136431, 
python-sphinx/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-07-05 09:45:48 UTC (rev 136432)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgbase=python-sphinx
+pkgname=('python-sphinx' 'python2-sphinx')
+pkgver=1.3.1
+pkgrel=8
+arch=('any')
+url='http://sphinx.pocoo.org/'
+license=('BSD')
+makedepends=(
+  'python-setuptools'
+  'python-docutils'
+  'python-jinja'
+  'python-pygments'
+  'python-six'
+  'python2-setuptools'
+  'python2-docutils'
+  'python2-jinja'
+  'python2-pygments'
+  'python2-six'
+)
+checkdepends=(
+  'python-nose' 'python2-nose'
+  'texlive-latexextra'
+  'python-snowballstemmer' 'python2-snowballstemmer'
+  'python-babel' 'python2-babel'
+  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
+  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
+  'python2-mock'
+)
+source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz";
+  '4c2f693cbf7ec40448e7237383880d701ede6c88.patch')
+md5sums=('8786a194acf9673464c5455b11fd4332'
+ '103a559a4e4a17d4dd9c3e2342486197')
+
+prepare() {
+  # souce duplication is required because makefile modify source code
+  # setyp.py --build tricks don't works well
+  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
+  # change python2 interpreter
+  find Sphinx-${pkgver}2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+  # change sphinx-binaries name in source code
+  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
+sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
+
+  # https://github.com/sphinx-doc/sphinx/pull/1892
+  cd Sphinx-$pkgver
+  patch -p1 -i "$srcdir"/4c2f693cbf7ec40448e7237383880d701ede6c88.patch
+}
+
+build() {
+  msg2 'Python 3 version'
+  cd "$srcdir"/Sphinx-$pkgver
+  make PYTHON=python3 build
+  msg2 'Python 2 version'
+  cd "$srcdir"/Sphinx-${pkgver}2
+  make PYTHON=python2 build
+}
+
+check() {
+  msg2 'Python 3 version'
+  cd "$srcdir"/Sphinx-$pkgver
+#  make PYTHON=python3 test
+  rm -r tests
+
+  msg2 'Python 2 version'
+  cd "$srcdir"/Sphinx-${pkgver}2
+  make PYTHON=python2 test
+  rm -r tests
+}
+
+package_python-sphinx() {
+  pkgdesc='Python3 documentation generator'
+  depends=('python-jinja' 'python-pygments' 'python-docutils' 
'python-sphinx_rtd_theme' 'python-sphinx-alabaster-theme' 'python-babel' 
+'python-snowballstemmer' 'python-six')
+  optdepends=('texlive-latexextra: for generation of PDF documentation')
+
+  cd Sphinx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/license

[arch-commits] Commit in python-sphinx (repos)

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 11:45:35
  Author: arojas
Revision: 136431

Deleted:
  python-sphinx/repos/


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

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 11:44:30
  Author: arojas
Revision: 136430

archrelease: copy trunk to community-any

Added:
  
python-sphinx/repos/community-any/4c2f693cbf7ec40448e7237383880d701ede6c88.patch
(from rev 136429, 
python-sphinx/trunk/4c2f693cbf7ec40448e7237383880d701ede6c88.patch)
Deleted:
  python-sphinx/repos/community-any/PKGBUILD

+
 4c2f693cbf7ec40448e7237383880d701ede6c88.patch |   22 +
 PKGBUILD   |   94 ---
 2 files changed, 22 insertions(+), 94 deletions(-)

Copied: 
python-sphinx/repos/community-any/4c2f693cbf7ec40448e7237383880d701ede6c88.patch
 (from rev 136429, 
python-sphinx/trunk/4c2f693cbf7ec40448e7237383880d701ede6c88.patch)
===
--- 4c2f693cbf7ec40448e7237383880d701ede6c88.patch  
(rev 0)
+++ 4c2f693cbf7ec40448e7237383880d701ede6c88.patch  2015-07-05 09:44:30 UTC 
(rev 136430)
@@ -0,0 +1,22 @@
+From b4331978e04b666909cc04bd39fb738b885ee3b4 Mon Sep 17 00:00:00 2001
+From: Eric Larson 
+Date: Tue, 19 May 2015 10:08:26 -0700
+Subject: [PATCH] FIX: Only check if members is True
+
+---
+ sphinx/ext/autosummary/__init__.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sphinx/ext/autosummary/__init__.py 
b/sphinx/ext/autosummary/__init__.py
+index 4fd44ac..a53b125 100644
+--- a/sphinx/ext/autosummary/__init__.py
 b/sphinx/ext/autosummary/__init__.py
+@@ -276,7 +276,7 @@ def get_items(self, names):
+ self.warn('failed to import object %s' % real_name)
+ items.append((display_name, '', '', real_name))
+ continue
+-if not documenter.check_module():
++if documenter.options.members and not documenter.check_module():
+ continue
+ 
+ # try to also get a source code analyzer for attribute docs

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-05 09:43:43 UTC (rev 136429)
+++ PKGBUILD2015-07-05 09:44:30 UTC (rev 136430)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.3.1
-pkgrel=7
-arch=('any')
-url='http://sphinx.pocoo.org/'
-license=('BSD')
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-)
-checkdepends=(
-  'python-nose' 'python2-nose'
-  'texlive-latexextra'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python2-mock'
-)
-source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz";)
-md5sums=('8786a194acf9673464c5455b11fd4332')
-
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
-build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
-}
-
-check() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-#  make PYTHON=python3 test
-  rm -r tests
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 test
-  rm -r tests
-}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=('python-jinja' 'python-pygments' 'python-docutils' 
'python-sphinx_rtd_theme' 'python-sphinx-alabaster-theme' 'python-babel' 
-'python-snowballstemmer' 'python-six')
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
-}
-
-package_python2-sphinx() {
-  pkgdesc='Python2 documentation generator'
-  depends=('python2-jinja' 'python2-pygments' 'python2-docutils' 
'python2-sphinx_rtd_theme' 'python2-sphinx-alabaster-theme' 'python2-babel' 
-'python2-snowballstemmer' 'python2-six')
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-${pkgver}2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver

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

2015-07-05 Thread Antonio Rojas
Date: Sunday, July 5, 2015 @ 11:43:43
  Author: arojas
Revision: 136429

Fix FS#45288

Added:
  python-sphinx/trunk/4c2f693cbf7ec40448e7237383880d701ede6c88.patch
Modified:
  python-sphinx/trunk/PKGBUILD

+
 4c2f693cbf7ec40448e7237383880d701ede6c88.patch |   22 ++
 PKGBUILD   |   12 +---
 2 files changed, 31 insertions(+), 3 deletions(-)

Added: 4c2f693cbf7ec40448e7237383880d701ede6c88.patch
===
--- 4c2f693cbf7ec40448e7237383880d701ede6c88.patch  
(rev 0)
+++ 4c2f693cbf7ec40448e7237383880d701ede6c88.patch  2015-07-05 09:43:43 UTC 
(rev 136429)
@@ -0,0 +1,22 @@
+From b4331978e04b666909cc04bd39fb738b885ee3b4 Mon Sep 17 00:00:00 2001
+From: Eric Larson 
+Date: Tue, 19 May 2015 10:08:26 -0700
+Subject: [PATCH] FIX: Only check if members is True
+
+---
+ sphinx/ext/autosummary/__init__.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sphinx/ext/autosummary/__init__.py 
b/sphinx/ext/autosummary/__init__.py
+index 4fd44ac..a53b125 100644
+--- a/sphinx/ext/autosummary/__init__.py
 b/sphinx/ext/autosummary/__init__.py
+@@ -276,7 +276,7 @@ def get_items(self, names):
+ self.warn('failed to import object %s' % real_name)
+ items.append((display_name, '', '', real_name))
+ continue
+-if not documenter.check_module():
++if documenter.options.members and not documenter.check_module():
+ continue
+ 
+ # try to also get a source code analyzer for attribute docs

Modified: PKGBUILD
===
--- PKGBUILD2015-07-05 09:08:02 UTC (rev 136428)
+++ PKGBUILD2015-07-05 09:43:43 UTC (rev 136429)
@@ -6,7 +6,7 @@
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
 pkgver=1.3.1
-pkgrel=7
+pkgrel=8
 arch=('any')
 url='http://sphinx.pocoo.org/'
 license=('BSD')
@@ -31,8 +31,10 @@
   'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
   'python2-mock'
 )
-source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz";)
-md5sums=('8786a194acf9673464c5455b11fd4332')
+source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz";
+  '4c2f693cbf7ec40448e7237383880d701ede6c88.patch')
+md5sums=('8786a194acf9673464c5455b11fd4332'
+ '103a559a4e4a17d4dd9c3e2342486197')
 
 prepare() {
   # souce duplication is required because makefile modify source code
@@ -44,6 +46,10 @@
   # change sphinx-binaries name in source code
   find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
 sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
+
+  # https://github.com/sphinx-doc/sphinx/pull/1892
+  cd Sphinx-$pkgver
+  patch -p1 -i "$srcdir"/4c2f693cbf7ec40448e7237383880d701ede6c88.patch
 }
 
 build() {


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

2015-07-05 Thread Jelle van der Waa
Date: Sunday, July 5, 2015 @ 11:08:02
  Author: jelle
Revision: 136428

initial commit

Added:
  bandit/
  bandit/repos/
  bandit/trunk/
  bandit/trunk/PKGBUILD

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

Added: bandit/trunk/PKGBUILD
===
--- bandit/trunk/PKGBUILD   (rev 0)
+++ bandit/trunk/PKGBUILD   2015-07-05 09:08:02 UTC (rev 136428)
@@ -0,0 +1,24 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
+license=('Apache')
+depends=('python2-yaml')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz";)
+md5sums=('48a94a025d71154577564ff31826ca23')
+
+build() {
+cd "bandit-$pkgver"
+python2 setup.py build
+}
+
+package() {
+cd "bandit-$pkgver"
+python2 setup.py install --root="$pkgdir" --optimize=1
+# TODO: /usr/lib/python2.7/site-packages/bandit/config/bandit.yaml
+}


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


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

2015-07-05 Thread Andrzej Giniewicz
Date: Sunday, July 5, 2015 @ 09:44:06
  Author: aginiewicz
Revision: 136426

upgpkg: python-oauth2client 1.4.11-3

python-oauth2client: fix FS#45547

Modified:
  python-oauth2client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 22:55:01 UTC (rev 136425)
+++ PKGBUILD2015-07-05 07:44:06 UTC (rev 136426)
@@ -5,7 +5,7 @@
 pkgbase=python-oauth2client
 pkgname=('python2-oauth2client' 'python-oauth2client')
 pkgver=1.4.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A client library for OAuth 2.0"
 arch=('any')
 url="https://github.com/google/oauth2client";
@@ -19,6 +19,10 @@
 
 prepare() {
   cd "$srcdir"
+
+  # Fix FS#45547
+  sed -e "s|'pyasn1_modules==0.0.5'|'pyasn1_modules>=0.0.5'|" -i 
oauth2client-${pkgver}/setup.py
+
   cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
   cd oauth2client-py2-${pkgver}
 


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

2015-07-05 Thread Andrzej Giniewicz
Date: Sunday, July 5, 2015 @ 09:44:17
  Author: aginiewicz
Revision: 136427

archrelease: copy trunk to community-any

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

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

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

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