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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 05:30:57
  Author: felixonmars
Revision: 187007

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

Added:
  deepin-api/repos/community-i686/PKGBUILD
(from rev 187006, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 187006, deepin-api/trunk/PKGBUILD)
Deleted:
  deepin-api/repos/community-i686/PKGBUILD
  deepin-api/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-19 05:30:30 UTC (rev 187006)
+++ community-i686/PKGBUILD 2016-08-19 05:30:57 UTC (rev 187007)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.0.9
-_golibver=0.4.11
-_dbusfactoryver=3.0.4
-_girgeneratorver=0.9.5
-pkgrel=2
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 187006, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-19 05:30:57 UTC (rev 187007)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.0.10
+_golibver=0.4.11
+_dbusfactoryver=3.0.5
+_girgeneratorver=0.9.5
+pkgrel=2
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
+}

Deleted: community-x86_64/PKGBUILD

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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 05:30:30
  Author: felixonmars
Revision: 187006

upgpkg: deepin-api 3.0.10-2

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 05:22:32 UTC (rev 187005)
+++ PKGBUILD2016-08-19 05:30:30 UTC (rev 187006)
@@ -8,12 +8,12 @@
 _golibver=0.4.11
 _dbusfactoryver=3.0.5
 _girgeneratorver=0.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api;
 license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png') # 'gcc-libs>=5.3.0-3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
 makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
 conflicts=('dde-api')
 replaces=('dde-api')


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 05:22:32
  Author: felixonmars
Revision: 187005

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

Added:
  blur-effect/repos/community-i686/
  blur-effect/repos/community-i686/PKGBUILD
(from rev 187004, blur-effect/trunk/PKGBUILD)
  blur-effect/repos/community-x86_64/
  blur-effect/repos/community-x86_64/PKGBUILD
(from rev 187004, blur-effect/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: blur-effect/repos/community-i686/PKGBUILD (from rev 187004, 
blur-effect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-19 05:22:32 UTC (rev 187005)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=blur-effect
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/blur-effect;
+license=('GPL3')
+depends=('gdk-pixbuf2' 'glew' 'glfw')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: blur-effect/repos/community-x86_64/PKGBUILD (from rev 187004, 
blur-effect/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-19 05:22:32 UTC (rev 187005)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=blur-effect
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/blur-effect;
+license=('GPL3')
+depends=('gdk-pixbuf2' 'glew' 'glfw')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 05:21:57
  Author: felixonmars
Revision: 187004

addpkg: blur-effect 1.0.2-1

Added:
  blur-effect/
  blur-effect/repos/
  blur-effect/trunk/
  blur-effect/trunk/PKGBUILD

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

Added: blur-effect/trunk/PKGBUILD
===
--- blur-effect/trunk/PKGBUILD  (rev 0)
+++ blur-effect/trunk/PKGBUILD  2016-08-19 05:21:57 UTC (rev 187004)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=blur-effect
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/blur-effect;
+license=('GPL3')
+depends=('gdk-pixbuf2' 'glew' 'glfw')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:27:59
  Author: felixonmars
Revision: 187003

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-19 04:27:41 UTC (rev 187002)
+++ PKGBUILD2016-08-19 04:27:59 UTC (rev 187003)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslotest
-pkgname=(python-oslotest python2-oslotest)
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-fixtures' 'python2-fixtures' 'python-subunit' 
'python2-subunit'
- 'python-testrepository' 'python2-testrepository' 
'python-testscenarios'
- 'python2-testscenarios' 'python-testtools' 'python2-testtools'
- 'python-mock' 'python2-mock' 'python-mox3' 'python2-mox3'
- 'python-os-client-config' 'python2-os-client-config' 
'python-debtcollector'
- 'python2-debtcollector')
-source=("git+https://github.com/openstack/oslotest.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslotest{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslotest
-  python setup.py build
-
-  cd "$srcdir"/oslotest-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslotest
-  python setup.py testr
-
-  cd "$srcdir"/oslotest-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslotest() {
-  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
-   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
-   'python-debtcollector')
-
-  cd "$srcdir"/oslotest
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslotest() {
-  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
-   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
-   'python2-debtcollector')
-
-  cd "$srcdir"/oslotest-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  for _exe in "$pkgdir"/usr/bin/*; do
-mv "$_exe"{,2}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 187002, 
python-oslotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-19 04:27:59 UTC (rev 187003)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslotest
+pkgname=(python-oslotest python2-oslotest)
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-fixtures' 'python2-fixtures' 'python-subunit' 
'python2-subunit'
+ 'python-testrepository' 'python2-testrepository' 
'python-testscenarios'
+ 'python2-testscenarios' 'python-testtools' 'python2-testtools'
+ 'python-mock' 'python2-mock' 'python-mox3' 'python2-mox3'
+ 'python-os-client-config' 'python2-os-client-config' 
'python-debtcollector'
+ 'python2-debtcollector')
+source=("git+https://github.com/openstack/oslotest.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslotest{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslotest
+  python setup.py build
+
+  cd "$srcdir"/oslotest-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslotest
+  python setup.py testr
+
+  cd "$srcdir"/oslotest-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslotest() {
+  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
+   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
+   'python-debtcollector')
+
+  cd "$srcdir"/oslotest
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslotest() {
+  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
+   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
+   'python2-debtcollector')
+
+  cd "$srcdir"/oslotest-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  for _exe in "$pkgdir"/usr/bin/*; do
+mv "$_exe"{,2}
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:27:41
  Author: felixonmars
Revision: 187002

upgpkg: python-oslotest 2.9.0-1

Modified:
  python-oslotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 04:27:28 UTC (rev 187001)
+++ PKGBUILD2016-08-19 04:27:41 UTC (rev 187002)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslotest
 pkgname=(python-oslotest python2-oslotest)
-pkgver=2.8.0
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="Oslo test framework"
 arch=('any')


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:27:28
  Author: felixonmars
Revision: 187001

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

Added:
  docker-machine/repos/community-i686/PKGBUILD
(from rev 187000, docker-machine/trunk/PKGBUILD)
  docker-machine/repos/community-x86_64/PKGBUILD
(from rev 187000, docker-machine/trunk/PKGBUILD)
Deleted:
  docker-machine/repos/community-i686/PKGBUILD
  docker-machine/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-19 04:26:48 UTC (rev 187000)
+++ community-i686/PKGBUILD 2016-08-19 04:27:28 UTC (rev 187001)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Machine management for a container-centric world'
-arch=('i686' 'x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('gcc-libs')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('gcc-go' 'git')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("git+https://github.com/docker/machine.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src
-  mv machine/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  mv machine build/src/github.com/docker/machine
-}
-
-build() {
-  cd build/src/github.com/docker/machine
-  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go
-}
-
-package() {
-  cd build/src/github.com/docker/machine
-  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
-  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
-  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: docker-machine/repos/community-i686/PKGBUILD (from rev 187000, 
docker-machine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-19 04:27:28 UTC (rev 187001)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=docker-machine
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Machine management for a container-centric world'
+arch=('i686' 'x86_64')
+url='https://github.com/docker/machine'
+license=('Apache')
+depends=('gcc-libs')
+optdepends=('net-tools: for VirtualBox support')
+makedepends=('gcc-go' 'git')
+optdepends=('net-tools: required for VirtualBox driver')
+source=("git+https://github.com/docker/machine.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src
+  mv machine/vendor/* build/src/
+  mkdir -p build/src/github.com/docker
+  mv machine build/src/github.com/docker/machine
+}
+
+build() {
+  cd build/src/github.com/docker/machine
+  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go
+}
+
+package() {
+  cd build/src/github.com/docker/machine
+  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
+  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
+  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-19 04:26:48 UTC (rev 187000)
+++ community-x86_64/PKGBUILD   2016-08-19 04:27:28 UTC (rev 187001)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Machine management for a container-centric world'
-arch=('i686' 'x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('gcc-libs')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('gcc-go' 'git')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("git+https://github.com/docker/machine.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src
-  mv machine/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  mv machine 

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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:26:23
  Author: felixonmars
Revision: 186997

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-19 04:25:57 UTC (rev 186996)
+++ PKGBUILD2016-08-19 04:26:23 UTC (rev 186997)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.15.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
- 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/argparse/d' oslo.config/requirements.txt
-
-  cp -a oslo.config{,-py2}
-  find oslo.config-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir"/oslo.config
-  python setup.py build
-
-  cd "$srcdir"/oslo.config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.config
-  python setup.py testr
-
-  cd "$srcdir"/oslo.config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
-   'python-oslo-i18n' 'python-rfc3986')
-
-  cd "$srcdir"/oslo.config
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
-   'python2-oslo-i18n' 'python2-rfc3986')
-
-  cd "$srcdir"/oslo.config-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 186996, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-19 04:26:23 UTC (rev 186997)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
+ 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/argparse/d' oslo.config/requirements.txt
+
+  cp -a oslo.config{,-py2}
+  find oslo.config-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir"/oslo.config
+  python setup.py build
+
+  cd "$srcdir"/oslo.config-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.config
+  python setup.py testr
+
+  cd "$srcdir"/oslo.config-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-config() {
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+   'python-oslo-i18n' 'python-rfc3986')
+
+  cd "$srcdir"/oslo.config
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-config() {
+  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
+   'python2-oslo-i18n' 'python2-rfc3986')
+
+  cd "$srcdir"/oslo.config-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:26:42
  Author: felixonmars
Revision: 186999

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-19 04:26:27 UTC (rev 186998)
+++ PKGBUILD2016-08-19 04:26:42 UTC (rev 186999)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-i18n
-pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Oslo i18n library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest'
-  'python-oslo-config' 'python2-oslo-config')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/oslo.i18n#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslo.i18n{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslo.i18n
-  python setup.py build
-
-  cd "$srcdir"/oslo.i18n-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.i18n
-  python setup.py testr
-
-  cd "$srcdir"/oslo.i18n-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-i18n() {
-  depends=('python-six' 'python-pbr' 'python-babel')
-
-  cd "$srcdir"/oslo.i18n
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-i18n() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel')
-
-  cd "$srcdir"/oslo.i18n-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-i18n/repos/community-any/PKGBUILD (from rev 186998, 
python-oslo-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-19 04:26:42 UTC (rev 186999)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-i18n
+pkgname=(python-oslo-i18n python2-oslo-i18n)
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="Oslo i18n library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest'
+  'python-oslo-config' 'python2-oslo-config')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/oslo.i18n#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslo.i18n{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslo.i18n
+  python setup.py build
+
+  cd "$srcdir"/oslo.i18n-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.i18n
+  python setup.py testr
+
+  cd "$srcdir"/oslo.i18n-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-i18n() {
+  depends=('python-six' 'python-pbr' 'python-babel')
+
+  cd "$srcdir"/oslo.i18n
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-i18n() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel')
+
+  cd "$srcdir"/oslo.i18n-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:26:48
  Author: felixonmars
Revision: 187000

upgpkg: docker-machine 0.8.1-1

Modified:
  docker-machine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 04:26:42 UTC (rev 186999)
+++ PKGBUILD2016-08-19 04:26:48 UTC (rev 187000)
@@ -3,7 +3,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=docker-machine
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='Machine management for a container-centric world'
 arch=('i686' 'x86_64')


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:26:27
  Author: felixonmars
Revision: 186998

upgpkg: python-oslo-i18n 3.9.0-1

Modified:
  python-oslo-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 04:26:23 UTC (rev 186997)
+++ PKGBUILD2016-08-19 04:26:27 UTC (rev 186998)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-i18n
 pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.8.0
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="Oslo i18n library"
 arch=('any')


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:25:57
  Author: felixonmars
Revision: 186996

upgpkg: python-oslo-config 3.16.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 04:25:05 UTC (rev 186995)
+++ PKGBUILD2016-08-19 04:25:57 UTC (rev 186996)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.15.0
+pkgver=3.16.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')


[arch-commits] Commit in python-glanceclient/repos/community-any (3 files)

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:24:44
  Author: felixonmars
Revision: 186993

archrelease: copy trunk to community-any

Added:
  python-glanceclient/repos/community-any/PKGBUILD
(from rev 186992, python-glanceclient/trunk/PKGBUILD)
Deleted:
  python-glanceclient/repos/community-any/PKGBUILD
  python-glanceclient/repos/community-any/warlock-1.3.patch

---+
 PKGBUILD  |  127 +++
 warlock-1.3.patch |  139 
 2 files changed, 62 insertions(+), 204 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-19 04:24:28 UTC (rev 186992)
+++ PKGBUILD2016-08-19 04:24:44 UTC (rev 186993)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-glanceclient
-pkgname=(python-glanceclient python2-glanceclient)
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-glanceclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-warlock' 'python2-warlock' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver;
-warlock-1.3.patch)
-md5sums=('SKIP'
- 'c653fff631fcb402f3db69810644ba23')
-
-prepare() {
-  (cd python-glanceclient; patch -p1 -i ../warlock-1.3.patch)
-  cp -a python-glanceclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-glanceclient
-  python setup.py build
-
-  cd "$srcdir"/python-glanceclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-glanceclient
-  python setup.py testr
-
-  cd "$srcdir"/python-glanceclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-glanceclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n')
-
-  cd "$srcdir"/python-glanceclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-glanceclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-warlock' 'python2-oslo-utils' 
'python2-oslo-i18n')
-
-  cd "$srcdir"/python-glanceclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/glance{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-glanceclient/repos/community-any/PKGBUILD (from rev 186992, 
python-glanceclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-19 04:24:44 UTC (rev 186993)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-glanceclient
+pkgname=(python-glanceclient python2-glanceclient)
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-glanceclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-warlock' 'python2-warlock' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-glanceclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-glanceclient
+  python setup.py build
+
+  cd "$srcdir"/python-glanceclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-glanceclient
+  python setup.py testr
+
+  cd "$srcdir"/python-glanceclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-glanceclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n')
+
+  cd "$srcdir"/python-glanceclient
+  python setup.py install --root="$pkgdir/" 

[arch-commits] Commit in python-glanceclient/trunk (PKGBUILD warlock-1.3.patch)

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:24:28
  Author: felixonmars
Revision: 186992

upgpkg: python-glanceclient 2.4.0-1

Modified:
  python-glanceclient/trunk/PKGBUILD
Deleted:
  python-glanceclient/trunk/warlock-1.3.patch

---+
 PKGBUILD  |9 +--
 warlock-1.3.patch |  139 
 2 files changed, 3 insertions(+), 145 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 04:22:47 UTC (rev 186991)
+++ PKGBUILD2016-08-19 04:24:28 UTC (rev 186992)
@@ -4,7 +4,7 @@
 
 pkgbase=python-glanceclient
 pkgname=(python-glanceclient python2-glanceclient)
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="OpenStack Image API Client Library"
 arch=('any')
@@ -18,13 +18,10 @@
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
   'python2-requests-mock')
 options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver;
-warlock-1.3.patch)
-md5sums=('SKIP'
- 'c653fff631fcb402f3db69810644ba23')
+source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver;)
+md5sums=('SKIP')
 
 prepare() {
-  (cd python-glanceclient; patch -p1 -i ../warlock-1.3.patch)
   cp -a python-glanceclient{,-py2}
 }
 

Deleted: warlock-1.3.patch
===
--- warlock-1.3.patch   2016-08-19 04:22:47 UTC (rev 186991)
+++ warlock-1.3.patch   2016-08-19 04:24:28 UTC (rev 186992)
@@ -1,139 +0,0 @@
-From d7db97c92605a11e312d17cdcdd8ac363bc10924 Mon Sep 17 00:00:00 2001
-From: Sabari Kumar Murugesan 
-Date: Wed, 06 Jul 2016 18:02:28 -0700
-Subject: [PATCH] Fix warlock model creation
-
-Commands like glance md-namespace-show  fail because
-of a breaking change in warlock 1.3.0's model creation factory
-method.
-
-Warlock introduced a new kwarg 'resolver' in model_factory method
-but changed its position with the 'base_class' kwarg. Since we
-were calling the model_factory method with positional arg, this
-broke the model creation.
-
-Closes-Bug: #1596573
-
-Change-Id: Ic7821f4fdb1b752e0c7ed2bc486299a06bf485c1

-
-diff --git a/glanceclient/tests/unit/v2/test_schemas.py 
b/glanceclient/tests/unit/v2/test_schemas.py
-index 60442a8..c01d8bd 100644
 a/glanceclient/tests/unit/v2/test_schemas.py
-+++ b/glanceclient/tests/unit/v2/test_schemas.py
-@@ -130,7 +130,7 @@
- def setUp(self):
- super(TestSchemaBasedModel, self).setUp()
- self.model = warlock.model_factory(_SCHEMA.raw(),
--   schemas.SchemaBasedModel)
-+   
base_class=schemas.SchemaBasedModel)
- 
- def test_patch_should_replace_missing_core_properties(self):
- obj = {
-diff --git a/glanceclient/v2/image_tags.py b/glanceclient/v2/image_tags.py
-index bcecd01..deebce2 100644
 a/glanceclient/v2/image_tags.py
-+++ b/glanceclient/v2/image_tags.py
-@@ -27,7 +27,8 @@
- @utils.memoized_property
- def model(self):
- schema = self.schema_client.get('image')
--return warlock.model_factory(schema.raw(), schemas.SchemaBasedModel)
-+return warlock.model_factory(schema.raw(),
-+ base_class=schemas.SchemaBasedModel)
- 
- def update(self, image_id, tag_value):
- """Update an image with the given tag.
-diff --git a/glanceclient/v2/images.py b/glanceclient/v2/images.py
-index a9a5e99..f69fed5 100644
 a/glanceclient/v2/images.py
-+++ b/glanceclient/v2/images.py
-@@ -39,16 +39,16 @@
- @utils.memoized_property
- def model(self):
- schema = self.schema_client.get('image')
--warlock_model = warlock.model_factory(schema.raw(),
--  schemas.SchemaBasedModel)
-+warlock_model = warlock.model_factory(
-+schema.raw(), base_class=schemas.SchemaBasedModel)
- return warlock_model
- 
- @utils.memoized_property
- def unvalidated_model(self):
- """A model which does not validate the image against the v2 schema."""
- schema = self.schema_client.get('image')
--warlock_model = warlock.model_factory(schema.raw(),
--  schemas.SchemaBasedModel)
-+warlock_model = warlock.model_factory(
-+schema.raw(), base_class=schemas.SchemaBasedModel)
- warlock_model.validate = lambda *args, **kwargs: None
- return warlock_model
- 
-diff --git a/glanceclient/v2/metadefs.py b/glanceclient/v2/metadefs.py
-index 28d0db6..4bee224 100644
 a/glanceclient/v2/metadefs.py
-+++ b/glanceclient/v2/metadefs.py
-@@ -34,7 +34,8 @@
- @utils.memoized_property
- def model(self):
- schema = self.schema_client.get('metadefs/namespace')
--return warlock.model_factory(schema.raw(), schemas.SchemaBasedModel)
-+  

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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:24:49
  Author: felixonmars
Revision: 186994

upgpkg: python-novaclient 5.1.0-1

Modified:
  python-novaclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 04:24:44 UTC (rev 186993)
+++ PKGBUILD2016-08-19 04:24:49 UTC (rev 186994)
@@ -4,7 +4,7 @@
 
 pkgbase=python-novaclient
 pkgname=(python-novaclient python2-novaclient)
-pkgver=5.0.0
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Client library for OpenStack Compute API"
 arch=('any')


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:25:05
  Author: felixonmars
Revision: 186995

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-19 04:24:49 UTC (rev 186994)
+++ PKGBUILD2016-08-19 04:25:05 UTC (rev 186995)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-novaclient
-pkgname=(python-novaclient python2-novaclient)
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Client library for OpenStack Compute API"
-arch=('any')
-url="http://docs.openstack.org/developer/python-novaclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneauth1' 'python2-keystoneauth1' 'python-requests'
- 'python2-requests' 'python-iso8601' 'python2-iso8601' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
- 'python-oslo-serialization' 'python2-oslo-serialization')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-source=("git+https://git.openstack.org/openstack/python-novaclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-novaclient/requirements.txt
-  cp -a python-novaclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-novaclient
-  python setup.py build
-
-  cd "$srcdir"/python-novaclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-novaclient
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-novaclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-novaclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneauth1'
-   'python-requests' 'python-iso8601' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-oslo-serialization')
-
-  cd "$srcdir"/python-novaclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-novaclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneauth1'
-   'python2-requests' 'python2-iso8601' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-oslo-serialization')
-
-  cd "$srcdir"/python-novaclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/nova{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-novaclient/repos/community-any/PKGBUILD (from rev 186994, 
python-novaclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-19 04:25:05 UTC (rev 186995)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-novaclient
+pkgname=(python-novaclient python2-novaclient)
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Client library for OpenStack Compute API"
+arch=('any')
+url="http://docs.openstack.org/developer/python-novaclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 'python-requests'
+ 'python2-requests' 'python-iso8601' 'python2-iso8601' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
+ 'python-oslo-serialization' 'python2-oslo-serialization')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+source=("git+https://git.openstack.org/openstack/python-novaclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-novaclient/requirements.txt
+  cp -a python-novaclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-novaclient
+  python setup.py build
+
+  cd "$srcdir"/python-novaclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-novaclient
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/python-novaclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-novaclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneauth1'
+   'python-requests' 'python-iso8601' 'python-oslo-utils' 
'python-oslo-i18n'
+   'python-oslo-serialization')
+
+  cd "$srcdir"/python-novaclient

[arch-commits] Commit in perl-sub-name/repos (4 files)

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:22:47
  Author: felixonmars
Revision: 186991

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

Added:
  perl-sub-name/repos/community-i686/PKGBUILD
(from rev 186990, perl-sub-name/trunk/PKGBUILD)
  perl-sub-name/repos/community-x86_64/PKGBUILD
(from rev 186990, perl-sub-name/trunk/PKGBUILD)
Deleted:
  perl-sub-name/repos/community-i686/PKGBUILD
  perl-sub-name/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-19 04:22:12 UTC (rev 186990)
+++ community-i686/PKGBUILD 2016-08-19 04:22:47 UTC (rev 186991)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Maxwell Pray a.k.a. Synthead 
-# Contributor: Justin Davis 
-
-pkgname=perl-sub-name
-_cpanname=Sub-Name
-pkgver=0.18
-pkgrel=1
-pkgdesc="(re)name a sub"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-url="http://search.cpan.org/dist/$_cpanname;
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
-md5sums=('26da1476d699a61967e866b6309605b8')
-
-build() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-sub-name/repos/community-i686/PKGBUILD (from rev 186990, 
perl-sub-name/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-19 04:22:47 UTC (rev 186991)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: Justin Davis 
+
+pkgname=perl-sub-name
+_cpanname=Sub-Name
+pkgver=0.19
+pkgrel=1
+pkgdesc="(re)name a sub"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/$_cpanname;
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
+md5sums=('855afebe2144247bf5f6282b648d5c3d')
+
+build() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-19 04:22:12 UTC (rev 186990)
+++ community-x86_64/PKGBUILD   2016-08-19 04:22:47 UTC (rev 186991)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Maxwell Pray a.k.a. Synthead 
-# Contributor: Justin Davis 
-
-pkgname=perl-sub-name
-_cpanname=Sub-Name
-pkgver=0.18
-pkgrel=1
-pkgdesc="(re)name a sub"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-url="http://search.cpan.org/dist/$_cpanname;
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
-md5sums=('26da1476d699a61967e866b6309605b8')
-
-build() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-sub-name/repos/community-x86_64/PKGBUILD (from rev 186990, 
perl-sub-name/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-19 04:22:47 UTC (rev 186991)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: Justin Davis 
+
+pkgname=perl-sub-name
+_cpanname=Sub-Name
+pkgver=0.19
+pkgrel=1
+pkgdesc="(re)name a sub"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/$_cpanname;
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
+md5sums=('855afebe2144247bf5f6282b648d5c3d')
+
+build() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make test
+}
+
+package() {
+  cd 

[arch-commits] Commit in perl-sub-name/trunk (PKGBUILD)

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:22:12
  Author: felixonmars
Revision: 186990

upgpkg: perl-sub-name 0.19-1

Modified:
  perl-sub-name/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 04:19:53 UTC (rev 186989)
+++ PKGBUILD2016-08-19 04:22:12 UTC (rev 186990)
@@ -5,7 +5,7 @@
 
 pkgname=perl-sub-name
 _cpanname=Sub-Name
-pkgver=0.18
+pkgver=0.19
 pkgrel=1
 pkgdesc="(re)name a sub"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 url="http://search.cpan.org/dist/$_cpanname;
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
-md5sums=('26da1476d699a61967e866b6309605b8')
+md5sums=('855afebe2144247bf5f6282b648d5c3d')
 
 build() {
   cd "$srcdir/$_cpanname-$pkgver"


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:19:53
  Author: felixonmars
Revision: 186989

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-19 04:19:37 UTC (rev 186988)
+++ PKGBUILD2016-08-19 04:19:53 UTC (rev 186989)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-case
-pkgname=('python-case' 'python2-case')
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Python unittest Utilities"
-arch=('any')
-license=('BSD')
-url="https://github.com/celery/case;
-makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 
'git')
-checkdepends=('python-coverage' 'python2-coverage')
-source=("git+https://github.com/celery/case.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a case{,-py2}
-}
-
-build() {
-  cd "$srcdir"/case
-  python setup.py build
-
-  cd "$srcdir"/case-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/case
-  nosetests3
-
-  cd "$srcdir"/case-py2
-  nosetests2
-}
-
-package_python-case() {
-  depends=('python-nose')
-
-  cd case
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-case() {
-  depends=('python2-nose' 'python2-mock' 'python2-unittest2')
-
-  cd case-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-case/repos/community-any/PKGBUILD (from rev 186988, 
python-case/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-19 04:19:53 UTC (rev 186989)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-case
+pkgname=('python-case' 'python2-case')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Python unittest Utilities"
+arch=('any')
+license=('BSD')
+url="https://github.com/celery/case;
+makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 
'git')
+checkdepends=('python-coverage' 'python2-coverage')
+source=("git+https://github.com/celery/case.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a case{,-py2}
+}
+
+build() {
+  cd "$srcdir"/case
+  python setup.py build
+
+  cd "$srcdir"/case-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/case
+  nosetests3
+
+  cd "$srcdir"/case-py2
+  nosetests2
+}
+
+package_python-case() {
+  depends=('python-nose')
+
+  cd case
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-case() {
+  depends=('python2-nose' 'python2-mock' 'python2-unittest2')
+
+  cd case-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:19:37
  Author: felixonmars
Revision: 186988

upgpkg: python-case 1.3.0-1

Modified:
  python-case/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 04:00:28 UTC (rev 186987)
+++ PKGBUILD2016-08-19 04:19:37 UTC (rev 186988)
@@ -3,7 +3,7 @@
 
 pkgbase=python-case
 pkgname=('python-case' 'python2-case')
-pkgver=1.2.3
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Python unittest Utilities"
 arch=('any')


[arch-commits] Commit in perl-cpan-meta/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:18:20
  Author: felixonmars
Revision: 273933

archrelease: copy trunk to extra-any

Added:
  perl-cpan-meta/repos/extra-any/PKGBUILD
(from rev 273932, perl-cpan-meta/trunk/PKGBUILD)
Deleted:
  perl-cpan-meta/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-19 04:18:05 UTC (rev 273932)
+++ PKGBUILD2016-08-19 04:18:20 UTC (rev 273933)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-cpan-meta
-pkgver=2.150005
-pkgrel=1
-pkgdesc='the distribution metadata for a CPAN dist'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.8' 'perl-cpan-meta-requirements>=2.121'
- 'perl-cpan-meta-yaml>=0.008' 'perl-parse-cpan-meta>=1.4414')
-url='https://metacpan.org/release/CPAN-Meta'
-source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-$pkgver.tar.gz;)
-sha512sums=('90c29c20b6adc3963bedbca87d41a2ff12de62d12801f282eacf2380dfec4cfbe1d211e34fcc2f7b2a10acddd5441040ec15c12b5266443cb1c2518cf8fe3528')
-
-_ddir="CPAN-Meta-$pkgver"
-
-build() (
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check() (
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package() (
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et: 

Copied: perl-cpan-meta/repos/extra-any/PKGBUILD (from rev 273932, 
perl-cpan-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-19 04:18:20 UTC (rev 273933)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-cpan-meta
+pkgver=2.150010
+pkgrel=1
+pkgdesc='the distribution metadata for a CPAN dist'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8' 'perl-cpan-meta-requirements>=2.121'
+ 'perl-cpan-meta-yaml>=0.008' 'perl-parse-cpan-meta>=1.4414')
+url='https://metacpan.org/release/CPAN-Meta'
+source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-$pkgver.tar.gz;)
+sha512sums=('b5513c411de33e10da6751460e373a67c6c0245a98409fc525383feb1f9b913e9fcd23e6cc2e0faa93eab3ecb932e3ea31788d46e490ef67151c8842a096d700')
+
+_ddir="CPAN-Meta-$pkgver"
+
+build() (
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et: 


[arch-commits] Commit in perl-cpan-meta/trunk (PKGBUILD)

2016-08-18 Thread Felix Yan
Date: Friday, August 19, 2016 @ 04:18:05
  Author: felixonmars
Revision: 273932

upgpkg: perl-cpan-meta 2.150010-1

Modified:
  perl-cpan-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 00:49:17 UTC (rev 273931)
+++ PKGBUILD2016-08-19 04:18:05 UTC (rev 273932)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-cpan-meta
-pkgver=2.150005
+pkgver=2.150010
 pkgrel=1
 pkgdesc='the distribution metadata for a CPAN dist'
 arch=('any')
@@ -12,7 +12,7 @@
  'perl-cpan-meta-yaml>=0.008' 'perl-parse-cpan-meta>=1.4414')
 url='https://metacpan.org/release/CPAN-Meta'
 
source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-$pkgver.tar.gz;)
-sha512sums=('90c29c20b6adc3963bedbca87d41a2ff12de62d12801f282eacf2380dfec4cfbe1d211e34fcc2f7b2a10acddd5441040ec15c12b5266443cb1c2518cf8fe3528')
+sha512sums=('b5513c411de33e10da6751460e373a67c6c0245a98409fc525383feb1f9b913e9fcd23e6cc2e0faa93eab3ecb932e3ea31788d46e490ef67151c8842a096d700')
 
 _ddir="CPAN-Meta-$pkgver"
 


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

2016-08-18 Thread Nicola Squartini
Date: Friday, August 19, 2016 @ 04:00:28
  Author: tensor5
Revision: 186987

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

Added:
  atom/repos/community-i686/PKGBUILD
(from rev 186986, atom/trunk/PKGBUILD)
  atom/repos/community-i686/autocomplete-plus.patch
(from rev 186986, atom/trunk/autocomplete-plus.patch)
  atom/repos/community-i686/beforeunload.patch
(from rev 186986, atom/trunk/beforeunload.patch)
  atom/repos/community-i686/deprecated-api.patch
(from rev 186986, atom/trunk/deprecated-api.patch)
  atom/repos/community-i686/fix-atom-sh.patch
(from rev 186986, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-i686/fix-license-path.patch
(from rev 186986, atom/trunk/fix-license-path.patch)
  atom/repos/community-i686/fix-marker-index.patch
(from rev 186986, atom/trunk/fix-marker-index.patch)
  atom/repos/community-i686/fix-oniguruma.patch
(from rev 186986, atom/trunk/fix-oniguruma.patch)
  atom/repos/community-i686/run-as-node.patch
(from rev 186986, atom/trunk/run-as-node.patch)
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
(from rev 186986, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-i686/tree-view.patch
(from rev 186986, atom/trunk/tree-view.patch)
  atom/repos/community-i686/use-system-apm.patch
(from rev 186986, atom/trunk/use-system-apm.patch)
  atom/repos/community-i686/use-system-electron.patch
(from rev 186986, atom/trunk/use-system-electron.patch)
  atom/repos/community-x86_64/PKGBUILD
(from rev 186986, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/autocomplete-plus.patch
(from rev 186986, atom/trunk/autocomplete-plus.patch)
  atom/repos/community-x86_64/beforeunload.patch
(from rev 186986, atom/trunk/beforeunload.patch)
  atom/repos/community-x86_64/deprecated-api.patch
(from rev 186986, atom/trunk/deprecated-api.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 186986, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 186986, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-marker-index.patch
(from rev 186986, atom/trunk/fix-marker-index.patch)
  atom/repos/community-x86_64/fix-oniguruma.patch
(from rev 186986, atom/trunk/fix-oniguruma.patch)
  atom/repos/community-x86_64/run-as-node.patch
(from rev 186986, atom/trunk/run-as-node.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 186986, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/tree-view.patch
(from rev 186986, atom/trunk/tree-view.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 186986, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 186986, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch

--+
 /symbols-view-use-system-ctags.patch |   22 ++
 community-i686/PKGBUILD  |  149 +
 community-i686/autocomplete-plus.patch   |   11 +
 community-i686/beforeunload.patch|   14 +
 community-i686/deprecated-api.patch  |   17 +
 community-i686/fix-atom-sh.patch |  102 +++
 community-i686/fix-license-path.patch|   22 ++
 community-i686/fix-marker-index.patch|   37 
 community-i686/fix-oniguruma.patch   |   13 +
 community-i686/run-as-node.patch |   11 +
 community-i686/symbols-view-use-system-ctags.patch   |   11 -
 community-i686/tree-view.patch   |   11 +
 community-i686/use-system-apm.patch  |   29 +++
 community-i686/use-system-electron.patch |   76 
 community-x86_64/PKGBUILD|  149 +
 community-x86_64/autocomplete-plus.patch |   11 +
 community-x86_64/beforeunload.patch  |   14 +
 community-x86_64/deprecated-api.patch|   17 +
 community-x86_64/fix-atom-sh.patch   |  102 +++
 community-x86_64/fix-license-path.patch  |   22 ++
 community-x86_64/fix-marker-index.patch  |   37 
 community-x86_64/fix-oniguruma.patch |   13 +
 community-x86_64/run-as-node.patch   |   11 +
 community-x86_64/symbols-view-use-system-ctags.patch |   11 -
 community-x86_64/tree-view.patch |   11 +
 community-x86_64/use-system-apm.patch|   29 +++
 community-x86_64/use-system-electron.patch   |   76 
 27 files changed, 1006 insertions(+), 22 deletions(-)

Copied: atom/repos/community-i686/PKGBUILD (from rev 186986, 
atom/trunk/PKGBUILD)

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

2016-08-18 Thread Nicola Squartini
Date: Friday, August 19, 2016 @ 02:58:58
  Author: tensor5
Revision: 186986

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

Deleted:
  atom/repos/community-i686/PKGBUILD
  atom/repos/community-i686/autocomplete-plus.patch
  atom/repos/community-i686/beforeunload.patch
  atom/repos/community-i686/deprecated-api.patch
  atom/repos/community-i686/fix-atom-sh.patch
  atom/repos/community-i686/fix-license-path.patch
  atom/repos/community-i686/fix-marker-index.patch
  atom/repos/community-i686/fix-oniguruma.patch
  atom/repos/community-i686/run-as-node.patch
  atom/repos/community-i686/tree-view.patch
  atom/repos/community-i686/use-system-apm.patch
  atom/repos/community-i686/use-system-electron.patch
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/autocomplete-plus.patch
  atom/repos/community-x86_64/beforeunload.patch
  atom/repos/community-x86_64/deprecated-api.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-marker-index.patch
  atom/repos/community-x86_64/fix-oniguruma.patch
  atom/repos/community-x86_64/run-as-node.patch
  atom/repos/community-x86_64/tree-view.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

+
 community-i686/PKGBUILD|  149 ---
 community-i686/autocomplete-plus.patch |   11 -
 community-i686/beforeunload.patch  |   14 --
 community-i686/deprecated-api.patch|   17 ---
 community-i686/fix-atom-sh.patch   |  102 --
 community-i686/fix-license-path.patch  |   22 ---
 community-i686/fix-marker-index.patch  |   37 --
 community-i686/fix-oniguruma.patch |   13 --
 community-i686/run-as-node.patch   |   11 -
 community-i686/tree-view.patch |   11 -
 community-i686/use-system-apm.patch|   29 -
 community-i686/use-system-electron.patch   |   76 -
 community-x86_64/PKGBUILD  |  149 ---
 community-x86_64/autocomplete-plus.patch   |   11 -
 community-x86_64/beforeunload.patch|   14 --
 community-x86_64/deprecated-api.patch  |   17 ---
 community-x86_64/fix-atom-sh.patch |  102 --
 community-x86_64/fix-license-path.patch|   22 ---
 community-x86_64/fix-marker-index.patch|   37 --
 community-x86_64/fix-oniguruma.patch   |   13 --
 community-x86_64/run-as-node.patch |   11 -
 community-x86_64/tree-view.patch   |   11 -
 community-x86_64/use-system-apm.patch  |   29 -
 community-x86_64/use-system-electron.patch |   76 -
 24 files changed, 984 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-19 02:55:42 UTC (rev 186985)
+++ community-i686/PKGBUILD 2016-08-19 02:58:58 UTC (rev 186986)
@@ -1,149 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.9.8
-pkgrel=3
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm'
- 'electron')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
-'autocomplete-plus.patch'
-'beforeunload.patch'
-'deprecated-api.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-marker-index.patch'
-'fix-oniguruma.patch'
-'run-as-node.patch'
-'symbols-view-use-system-ctags.patch'
-'tree-view.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('148c6dc162f51f438fc8385f0b6b6b4f19dc554c13a8edf2ec3826b5c164b466'
-'58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
-'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
-'6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'
-'d3eb239f53feb3181fb4d57d2db391d7b31ce2188c5bd5b79d9ed3133351cd90'
-'ffd67934c3f80b87dfe7706191c9afad79289b6640b2876f1439701d6827a759'
-'2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
-'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
-'1533581eeede375924a3431fed7e6641a156f765bf252590d73da4259f07343f'
-'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
-'109af01ceae45615994f2ac08292c44db339bf7ef89369b077e04fcfc35aa3dd'
-'7771ff6ddf06bedeb37ff47bf98f685cc67585e6f831d2add9a31078383a6fbe'
-'23d9d2976ad23f17d7c6e7e09c5de5aceae72a5577f811723bf8c7885b319c05')
-
-prepare() {
-  cd 

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

2016-08-18 Thread Nicola Squartini
Date: Friday, August 19, 2016 @ 02:55:42
  Author: tensor5
Revision: 186985

upgpkg: atom 1.9.9-1

Modified:
  atom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 00:12:29 UTC (rev 186984)
+++ PKGBUILD2016-08-19 02:55:42 UTC (rev 186985)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.9.8
-pkgrel=3
+pkgver=1.9.9
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -25,7 +25,7 @@
 'tree-view.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('148c6dc162f51f438fc8385f0b6b6b4f19dc554c13a8edf2ec3826b5c164b466'
+sha256sums=('fc5305d1e686f0fd5a56ba2f1938b01c3a85c67cdab9b7f3dcdf2586f28f231a'
 '58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
 'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
 '6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'


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

2016-08-18 Thread Gaëtan Bisson
Date: Friday, August 19, 2016 @ 00:49:17
  Author: bisson
Revision: 273931

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 273930, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 273930, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 273930, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 273930, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   61 ++
 testing-i686/install|   10 +++
 testing-x86_64/PKGBUILD |   61 ++
 testing-x86_64/install  |   10 +++
 4 files changed, 142 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 273930, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-19 00:49:17 UTC (rev 273931)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.15
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('908c86dac8e9a1fbf47e1605e570b11391b04ece' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+}

Copied: gnupg/repos/testing-i686/install (from rev 273930, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2016-08-19 00:49:17 UTC (rev 273931)
@@ -0,0 +1,10 @@
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null || true
+}
+
+post_upgrade() {
+   if [[ $(vercmp $2 2.1.13-1) = -1 ]]; then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 273930, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-19 00:49:17 UTC (rev 273931)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.15
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('908c86dac8e9a1fbf47e1605e570b11391b04ece' 

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

2016-08-18 Thread Gaëtan Bisson
Date: Friday, August 19, 2016 @ 00:48:45
  Author: bisson
Revision: 273930

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 00:35:28 UTC (rev 273929)
+++ PKGBUILD2016-08-19 00:48:45 UTC (rev 273930)
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.1.14
+pkgver=2.1.15
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
@@ -21,7 +21,7 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('bc7609a3a0daf0ed0efb22f77b43e82f28e20e34' 'SKIP')
+sha1sums=('908c86dac8e9a1fbf47e1605e570b11391b04ece' 'SKIP')
 
 install=install
 


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

2016-08-18 Thread Gaëtan Bisson
Date: Friday, August 19, 2016 @ 00:35:28
  Author: bisson
Revision: 273929

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-19 00:34:31 UTC (rev 273928)
+++ extra-i686/PKGBUILD 2016-08-19 00:35:28 UTC (rev 273929)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Link Dupont 
-
-pkgname=mpc
-pkgver=0.27
-pkgrel=1
-pkgdesc='Minimalist command line interface to MPD'
-url='http://www.musicpd.org/clients/mpc/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libmpdclient')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha1sums=('76e4a35548eea07a535b1b3a95d3d8d592c123bd' 'SKIP')
-
-options=('!emptydirs')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr 
-   make 
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install 
-   install -Dm644 doc/mpc-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/mpc" 
-}

Copied: mpc/repos/extra-i686/PKGBUILD (from rev 273928, mpc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-19 00:35:28 UTC (rev 273929)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Link Dupont 
+
+pkgname=mpc
+pkgver=0.28
+pkgrel=1
+pkgdesc='Minimalist command line interface to MPD'
+url='http://www.musicpd.org/clients/mpc/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libmpdclient')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('60cac81137c0fd4d16fe7d482970bc1afb1ad610' 'SKIP')
+
+options=('!emptydirs')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr 
+   make 
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install 
+   install -Dm644 doc/mpc-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/mpc" 
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-19 00:34:31 UTC (rev 273928)
+++ extra-x86_64/PKGBUILD   2016-08-19 00:35:28 UTC (rev 273929)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Link Dupont 
-
-pkgname=mpc
-pkgver=0.27
-pkgrel=1
-pkgdesc='Minimalist command line interface to MPD'
-url='http://www.musicpd.org/clients/mpc/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libmpdclient')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha1sums=('76e4a35548eea07a535b1b3a95d3d8d592c123bd' 'SKIP')
-
-options=('!emptydirs')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr 
-   make 
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install 
-   install -Dm644 doc/mpc-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/mpc" 
-}

Copied: mpc/repos/extra-x86_64/PKGBUILD (from rev 273928, mpc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-19 00:35:28 UTC (rev 273929)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Link Dupont 
+

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

2016-08-18 Thread Gaëtan Bisson
Date: Friday, August 19, 2016 @ 00:34:31
  Author: bisson
Revision: 273928

upstream update

Modified:
  mpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 21:03:34 UTC (rev 273927)
+++ PKGBUILD2016-08-19 00:34:31 UTC (rev 273928)
@@ -6,7 +6,7 @@
 # Contributor: Link Dupont 
 
 pkgname=mpc
-pkgver=0.27
+pkgver=0.28
 pkgrel=1
 pkgdesc='Minimalist command line interface to MPD'
 url='http://www.musicpd.org/clients/mpc/'
@@ -15,7 +15,7 @@
 depends=('libmpdclient')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha1sums=('76e4a35548eea07a535b1b3a95d3d8d592c123bd' 'SKIP')
+sha1sums=('60cac81137c0fd4d16fe7d482970bc1afb1ad610' 'SKIP')
 
 options=('!emptydirs')
 


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

2016-08-18 Thread Sébastien Luttringer
Date: Friday, August 19, 2016 @ 00:12:29
  Author: seblu
Revision: 186984

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  177 +++---
 docker.install  |   26 +++
 docker.sysusers |2 
 3 files changed, 117 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-19 00:12:00 UTC (rev 186983)
+++ PKGBUILD2016-08-19 00:12:29 UTC (rev 186984)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=1.11.2
-pkgrel=2
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 
'sqlite' 'systemd' 'libseccomp')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
-"$pkgname.sysusers")
-md5sums=('SKIP'
- '8cf9900ebada61f352a03465a088da34')
-
-prepare() {
-  cd docker
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
-  hack/make.sh dynbinary
-  # man pages
-  man/md2man-all.sh 2>/dev/null
-}
-
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  # symlink containerd/run (nice integration...)
-  ln -s containerd "$pkgdir/usr/bin/docker-containerd"
-  ln -s containerd-shim "$pkgdir/usr/bin/docker-containerd-shim"
-  ln -s ctr "$pkgdir/usr/bin/docker-containerd-ctr"
-  ln -s runc "$pkgdir/usr/bin/docker-runc"
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
-  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
-  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/vendor_completions.d/docker.fish"
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
-  # man
-  install -dm755 "$pkgdir/usr/share/man"
-  mv man/man* "$pkgdir/usr/share/man"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 186983, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-19 00:12:29 UTC (rev 186984)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.12.1
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 
'libseccomp')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
+# https://github.com/docker/containerd/issues/299#issuecomment-240745119
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
+
'git+https://github.com/opencontainers/runc.git#commit=cc29e3dded8e27ba8f65738f40d251c885030a28'
+
'git+https://github.com/docker/containerd.git#commit=0ac3cd1be170d180b2baed755e8f0da547ceb267'
+"$pkgname.sysusers")

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

2016-08-18 Thread Sébastien Luttringer
Date: Friday, August 19, 2016 @ 00:12:00
  Author: seblu
Revision: 186983

upgpkg: docker 1:1.12.1-1

- fix FS#50430
- fix FS#49950

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 00:07:55 UTC (rev 186982)
+++ PKGBUILD2016-08-19 00:12:00 UTC (rev 186983)
@@ -2,14 +2,14 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.11.2
-pkgrel=2
+pkgver=1.12.1
+pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
 url='https://www.docker.com/'
 license=('Apache')
-depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 
'sqlite' 'systemd' 'libseccomp')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 
'libseccomp')
 makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
 optdepends=('btrfs-progs: btrfs backend support'
 'lxc: lxc backend support')
@@ -16,9 +16,15 @@
 # don't strip binaries! A sha1 is used to check binary consistency.
 options=('!strip')
 install=$pkgname.install
+# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
+# https://github.com/docker/containerd/issues/299#issuecomment-240745119
 source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
+
'git+https://github.com/opencontainers/runc.git#commit=cc29e3dded8e27ba8f65738f40d251c885030a28'
+
'git+https://github.com/docker/containerd.git#commit=0ac3cd1be170d180b2baed755e8f0da547ceb267'
 "$pkgname.sysusers")
 md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
  '8cf9900ebada61f352a03465a088da34')
 
 prepare() {
@@ -35,7 +41,26 @@
 }
 
 build() {
-  cd docker
+  export GOPATH="$srcdir"
+
+  # runc
+  msg2 'Building runc'
+  mkdir -p src/github.com/opencontainers
+  ln -rsf "$srcdir/runc" src/github.com/opencontainers/runc
+  cd src/github.com/opencontainers/runc
+  make BUILDTAGS='seccomp'
+
+  # containerd
+  msg2 'Building containerd'
+  cd "$srcdir"
+  mkdir -p src/github.com/docker
+  ln -rsf containerd src/github.com/docker
+  cd src/github.com/docker/containerd
+  LDFLAGS= make
+
+  # docker
+  msg2 'Building docker'
+  cd "$srcdir"/docker
   export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
   hack/make.sh dynbinary
   # man pages
@@ -48,13 +73,16 @@
 #}
 
 package() {
+  # runc & containerd
+  install -Dm755 containerd/bin/containerd "$pkgdir/usr/bin/docker-containerd"
+  install -Dm755 containerd/bin/containerd-shim 
"$pkgdir/usr/bin/docker-containerd-shim"
+  install -Dm755 containerd/bin/ctr "$pkgdir/usr/bin/docker-containerd-ctr"
+  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
+  # docker binary
   cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  # symlink containerd/run (nice integration...)
-  ln -s containerd "$pkgdir/usr/bin/docker-containerd"
-  ln -s containerd-shim "$pkgdir/usr/bin/docker-containerd-shim"
-  ln -s ctr "$pkgdir/usr/bin/docker-containerd-ctr"
-  ln -s runc "$pkgdir/usr/bin/docker-runc"
+  install -Dm755 "bundles/$pkgver/dynbinary-client/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
+  install -Dm755 "bundles/$pkgver/dynbinary-daemon/docker-proxy-$pkgver" 
"$pkgdir/usr/bin/docker-proxy"
+  install -Dm755 "bundles/$pkgver/dynbinary-daemon/dockerd-$pkgver" 
"$pkgdir/usr/bin/dockerd"
   # completion
   install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
   install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
@@ -62,6 +90,7 @@
   # systemd
   install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
   install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
+  install -Dm644 'contrib/udev/80-docker.rules' 
"$pkgdir/usr/lib/udev/rules.d/80-docker.rules"
   install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
   # vim syntax
   install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"


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

2016-08-18 Thread Massimiliano Torromeo
Date: Friday, August 19, 2016 @ 00:07:55
  Author: mtorromeo
Revision: 186982

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

Added:
  gearmand/repos/community-staging-i686/
  gearmand/repos/community-staging-i686/PKGBUILD
(from rev 186981, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-i686/gearmand.conf
(from rev 186981, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-i686/gearmand.install
(from rev 186981, gearmand/trunk/gearmand.install)
  gearmand/repos/community-staging-i686/gearmand.service
(from rev 186981, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-i686/user.conf
(from rev 186981, gearmand/trunk/user.conf)
  gearmand/repos/community-staging-x86_64/
  gearmand/repos/community-staging-x86_64/PKGBUILD
(from rev 186981, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-x86_64/gearmand.conf
(from rev 186981, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-x86_64/gearmand.install
(from rev 186981, gearmand/trunk/gearmand.install)
  gearmand/repos/community-staging-x86_64/gearmand.service
(from rev 186981, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-x86_64/user.conf
(from rev 186981, gearmand/trunk/user.conf)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-i686/gearmand.conf  |1 
 community-staging-i686/gearmand.install   |3 +
 community-staging-i686/gearmand.service   |   12 ++
 community-staging-i686/user.conf  |1 
 community-staging-x86_64/PKGBUILD |   53 
 community-staging-x86_64/gearmand.conf|1 
 community-staging-x86_64/gearmand.install |3 +
 community-staging-x86_64/gearmand.service |   12 ++
 community-staging-x86_64/user.conf|1 
 10 files changed, 140 insertions(+)

Copied: gearmand/repos/community-staging-i686/PKGBUILD (from rev 186981, 
gearmand/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-19 00:07:55 UTC (rev 186982)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.12
+pkgrel=14
+pkgdesc="Distributed job queue server."
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=("gearman=$pkgver")
+url="http://gearman.org/;
+license=('CUSTOM')
+install=$pkgname.install
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf
+user.conf)
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  export LDFLAGS="$LDFLAGS -lboost_system"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/run \
+--disable-static \
+--enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  cd "$srcdir"
+  install -Dm644 gearmand.service 
"$pkgdir"/usr/lib/systemd/system/gearmand.service
+  install -Dm644 gearmand.conf "$pkgdir"/etc/gearmand.conf
+   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/gearmand.conf
+}
+
+sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
+'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
+'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
+'02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')

Copied: gearmand/repos/community-staging-i686/gearmand.conf (from rev 186981, 
gearmand/trunk/gearmand.conf)
===
--- community-staging-i686/gearmand.conf(rev 0)
+++ community-staging-i686/gearmand.conf2016-08-19 00:07:55 UTC (rev 
186982)
@@ -0,0 +1 @@
+--syslog --log-file stderr

Copied: gearmand/repos/community-staging-i686/gearmand.install (from rev 
186981, gearmand/trunk/gearmand.install)
===
--- community-staging-i686/gearmand.install (rev 0)
+++ community-staging-i686/gearmand.install 2016-08-19 00:07:55 UTC (rev 
186982)
@@ -0,0 +1,3 @@
+post_install() {
+  systemd-sysusers gearmand.conf
+}

Copied: gearmand/repos/community-staging-i686/gearmand.service (from rev 
186981, 

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

2016-08-18 Thread Massimiliano Torromeo
Date: Friday, August 19, 2016 @ 00:07:11
  Author: mtorromeo
Revision: 186981

boost-116-rebuild

Modified:
  gearmand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 23:52:00 UTC (rev 186980)
+++ PKGBUILD2016-08-19 00:07:11 UTC (rev 186981)
@@ -6,7 +6,7 @@
 
 pkgname=gearmand
 pkgver=1.1.12
-pkgrel=13
+pkgrel=14
 pkgdesc="Distributed job queue server."
 arch=('i686' 'x86_64')
 depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')


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

2016-08-18 Thread Massimiliano Torromeo
Date: Thursday, August 18, 2016 @ 23:51:29
  Author: mtorromeo
Revision: 186979

upgpkg: snapper 0.3.3-2

boost-116-rebuild

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 21:12:32 UTC (rev 186978)
+++ PKGBUILD2016-08-18 23:51:29 UTC (rev 186979)
@@ -4,7 +4,7 @@
 
 pkgname=snapper
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
 arch=('i686' 'x86_64')
 url="http://snapper.io;


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

2016-08-18 Thread Massimiliano Torromeo
Date: Thursday, August 18, 2016 @ 23:52:00
  Author: mtorromeo
Revision: 186980

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

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

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

Copied: snapper/repos/community-staging-i686/PKGBUILD (from rev 186979, 
snapper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 23:52:00 UTC (rev 186980)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Tom Kuther 
+
+pkgname=snapper
+pkgver=0.3.3
+pkgrel=2
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
+arch=('i686' 'x86_64')
+url="http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 data/sysconfig.snapper \
+"$pkgdir"/etc/conf.d/snapper
+}
+
+sha256sums=('e64f42417fffed65524ce125eb31b5dbdd802a519ef04dd88c9251ef2784fe10')

Copied: snapper/repos/community-staging-x86_64/PKGBUILD (from rev 186979, 
snapper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-18 23:52:00 UTC (rev 186980)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Tom Kuther 
+
+pkgname=snapper
+pkgver=0.3.3
+pkgrel=2
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
+arch=('i686' 'x86_64')
+url="http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 data/sysconfig.snapper \
+

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

2016-08-18 Thread Bartłomiej Piotrowski
Date: Thursday, August 18, 2016 @ 21:12:27
  Author: bpiotrowski
Revision: 186977

upgpkg: cclive 0.9.3-11

rebuild against boost 1.61.0

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 21:05:04 UTC (rev 186976)
+++ PKGBUILD2016-08-18 21:12:27 UTC (rev 186977)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=10
+pkgrel=11
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


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

2016-08-18 Thread Bartłomiej Piotrowski
Date: Thursday, August 18, 2016 @ 21:12:32
  Author: bpiotrowski
Revision: 186978

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

Added:
  cclive/repos/community-staging-i686/
  cclive/repos/community-staging-i686/PKGBUILD
(from rev 186977, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-i686/boost.m4
(from rev 186977, cclive/trunk/boost.m4)
  cclive/repos/community-staging-i686/iostream.patch
(from rev 186977, cclive/trunk/iostream.patch)
  cclive/repos/community-staging-x86_64/
  cclive/repos/community-staging-x86_64/PKGBUILD
(from rev 186977, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-x86_64/boost.m4
(from rev 186977, cclive/trunk/boost.m4)
  cclive/repos/community-staging-x86_64/iostream.patch
(from rev 186977, cclive/trunk/iostream.patch)

-+
 community-staging-i686/PKGBUILD |   45 
 community-staging-i686/boost.m4 | 1442 ++
 community-staging-i686/iostream.patch   |   37 
 community-staging-x86_64/PKGBUILD   |   45 
 community-staging-x86_64/boost.m4   | 1442 ++
 community-staging-x86_64/iostream.patch |   37 
 6 files changed, 3048 insertions(+)

Copied: cclive/repos/community-staging-i686/PKGBUILD (from rev 186977, 
cclive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 21:12:32 UTC (rev 186978)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=11
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+iostream.patch
+boost.m4) # https://github.com/tsuna/boost.m4
+md5sums=('c336f97e29327d92ead62765a0ef0b65'
+ 'd5a2f6aee7832683bcffe2ea6b1561ad'
+ 'c2ed0f4a18fa2da46706705cc6d37dbd')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Update boost.m4 to support GCC > 5.1
+  cp $srcdir/boost.m4 m4/
+  autoconf
+
+  patch -p1 -i $srcdir/iostream.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cclive/repos/community-staging-i686/boost.m4 (from rev 186977, 
cclive/trunk/boost.m4)
===
--- community-staging-i686/boost.m4 (rev 0)
+++ community-staging-i686/boost.m4 2016-08-18 21:12:32 UTC (rev 186978)
@@ -0,0 +1,1442 @@
+# boost.m4: Locate Boost headers and libraries for autoconf-based projects.
+# Copyright (C) 2007-2011, 2014  Benoit Sigoure 
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Additional permission under section 7 of the GNU General Public
+# License, version 3 ("GPLv3"):
+#
+# If you convey this file as part of a work that contains a
+# configuration script generated by Autoconf, you may do so under
+# terms of your choice.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see .
+
+m4_define([_BOOST_SERIAL], [m4_translit([
+# serial 24
+], [#
+], [])])
+
+# Original sources can be found at http://github.com/tsuna/boost.m4
+# You can fetch the latest version of the script by doing:
+#   wget http://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4
+
+# -- #
+# README #
+# -- #
+
+# This file provides several macros to use the various Boost libraries.
+# The first macro is BOOST_REQUIRE.  It will simply check if it's possible to
+# find the Boost headers of a given (optional) minimum version and it will
+# define BOOST_CPPFLAGS accordingly.  It will add an option --with-boost to
+# your configure so that users can specify non standard locations.
+# If the user's environment contains BOOST_ROOT and --with-boost was not
+# specified, --with-boost=$BOOST_ROOT is implicitly used.
+# For more README 

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

2016-08-18 Thread Bartłomiej Piotrowski
Date: Thursday, August 18, 2016 @ 21:05:00
  Author: bpiotrowski
Revision: 186975

upgpkg: python2-exiv2 0.3.2-11

rebuild against boost 1.61.0

Modified:
  python2-exiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 20:38:24 UTC (rev 186974)
+++ PKGBUILD2016-08-18 21:05:00 UTC (rev 186975)
@@ -6,7 +6,7 @@
 _pkgname=pyexiv2
 pkgname=python2-exiv2
 pkgver=0.3.2
-pkgrel=10
+pkgrel=11
 pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
 url="http://tilloy.net/dev/pyexiv2;
 arch=('i686' 'x86_64')


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

2016-08-18 Thread Bartłomiej Piotrowski
Date: Thursday, August 18, 2016 @ 21:05:04
  Author: bpiotrowski
Revision: 186976

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

Added:
  python2-exiv2/repos/community-staging-i686/
  python2-exiv2/repos/community-staging-i686/PKGBUILD
(from rev 186975, python2-exiv2/trunk/PKGBUILD)
  python2-exiv2/repos/community-staging-x86_64/
  python2-exiv2/repos/community-staging-x86_64/PKGBUILD
(from rev 186975, python2-exiv2/trunk/PKGBUILD)

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

Copied: python2-exiv2/repos/community-staging-i686/PKGBUILD (from rev 186975, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 21:05:04 UTC (rev 186976)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Archie 
+# Contributor: Byron Clark 
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=11
+pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
+url="http://tilloy.net/dev/pyexiv2;
+arch=('i686' 'x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons DESTDIR="${pkgdir}" install
+}

Copied: python2-exiv2/repos/community-staging-x86_64/PKGBUILD (from rev 186975, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-18 21:05:04 UTC (rev 186976)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Archie 
+# Contributor: Byron Clark 
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=11
+pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
+url="http://tilloy.net/dev/pyexiv2;
+arch=('i686' 'x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons DESTDIR="${pkgdir}" install
+}


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

2016-08-18 Thread Bartłomiej Piotrowski
Date: Thursday, August 18, 2016 @ 21:03:34
  Author: bpiotrowski
Revision: 273927

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

Added:
  akonadi-qt4/repos/staging-i686/
  akonadi-qt4/repos/staging-i686/PKGBUILD
(from rev 273926, akonadi-qt4/trunk/PKGBUILD)
  akonadi-qt4/repos/staging-i686/dont-leak-old-external-payload-files.patch
(from rev 273926, 
akonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
  akonadi-qt4/repos/staging-x86_64/
  akonadi-qt4/repos/staging-x86_64/PKGBUILD
(from rev 273926, akonadi-qt4/trunk/PKGBUILD)
  akonadi-qt4/repos/staging-x86_64/dont-leak-old-external-payload-files.patch
(from rev 273926, 
akonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)

---+
 staging-i686/PKGBUILD |   61 +
 staging-i686/dont-leak-old-external-payload-files.patch   |  135 
 staging-x86_64/PKGBUILD   |   61 +
 staging-x86_64/dont-leak-old-external-payload-files.patch |  135 
 4 files changed, 392 insertions(+)

Copied: akonadi-qt4/repos/staging-i686/PKGBUILD (from rev 273926, 
akonadi-qt4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-08-18 21:03:34 UTC (rev 273927)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi-qt4
+pkgname=(libakonadi-qt4 akonadi-qt4)
+pkgver=1.13.0
+pkgrel=10
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data (Qt4 version)"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb' 'qt4' 'libxslt')
+source=("http://download.kde.org/stable/akonadi/src/akonadi-${pkgver}.tar.bz2;
+dont-leak-old-external-payload-files.patch)
+md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d'
+ '9711e300dde3775a38637daa3c20befe')
+
+prepare() {
+  mkdir -p build
+
+  cd akonadi-$pkgver
+  # https://bugs.kde.org/show_bug.cgi?id=341884
+  patch -p1 -i ../dont-leak-old-external-payload-files.patch
+}
+
+build() {
+  cd build
+  cmake ../akonadi-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package_libakonadi-qt4() {
+  pkgdesc='Qt4 akonadi libraries'
+  depends=('qt4')
+  conflicts=('akonadi<15')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# conflicts with akonadi
+  rm -r "$pkgdir"/usr/{bin,share}
+}
+
+package_akonadi-qt4() {
+  depends=(libakonadi-qt4 boost-libs mariadb)
+  conflicts=(akonadi)
+  replaces=('akonadi<15')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# provided by libakonadi-qt4
+  rm -r "$pkgdir"/usr/{lib,include}
+}

Copied: 
akonadi-qt4/repos/staging-i686/dont-leak-old-external-payload-files.patch (from 
rev 273926, akonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
===
--- staging-i686/dont-leak-old-external-payload-files.patch 
(rev 0)
+++ staging-i686/dont-leak-old-external-payload-files.patch 2016-08-18 
21:03:34 UTC (rev 273927)
@@ -0,0 +1,135 @@
+From: Dan Vrátil 
+Date: Mon, 29 Jun 2015 20:45:11 +
+Subject: Don't leak old external payload files
+X-Git-Url: 
http://quickgit.kde.org/?p=akonadi.git=commitdiff=9c0dc6b3f0826d32eac310b2e7ecd858ca3df681
+---
+Don't leak old external payload files
+
+Actually delete old payload files after we increase the payload revision or
+switch from external to internal payload. This caused 
~/.local/share/akonadi/file_db_data
+to grow insanely for all users, leaving them with many duplicated files (just 
with
+different revisions).
+
+It is recommended that users run akonadictl fsck to clean up the leaked payload
+files.
+
+Note that there won't be any more releases of Akonadi 1.13 (and this has been
+fixed in master already), so I strongly recommend distributions to pick this
+patch into their packaging.
+
+BUG: 341884
+CCBUG: 338402
+---
+
+
+--- a/server/src/storage/partstreamer.cpp
 b/server/src/storage/partstreamer.cpp
+@@ -290,6 +290,12 @@
+ mDataChanged = true;
+ }
+ 
++// If the part is external, remember it's current file name
++QString originalFile;
++if (part.isValid() && part.external()) {
++originalFile = PartHelper::resolveAbsolutePath(part.data());
++}
++
+ part.setPartType(partType);
+ part.setVersion(partVersion);
+ part.setPimItemId(mItem.id());
+@@ -306,6 +312,14 @@
+ *changed = mDataChanged;
+ }
+ 
++if (!originalFile.isEmpty()) {
++

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

2016-08-18 Thread Bartłomiej Piotrowski
Date: Thursday, August 18, 2016 @ 21:03:27
  Author: bpiotrowski
Revision: 273926

upgpkg: akonadi-qt4 1.13.0-10

rebuild against boost 1.61.0

Modified:
  akonadi-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 17:52:58 UTC (rev 273925)
+++ PKGBUILD2016-08-18 21:03:27 UTC (rev 273926)
@@ -6,7 +6,7 @@
 pkgbase=akonadi-qt4
 pkgname=(libakonadi-qt4 akonadi-qt4)
 pkgver=1.13.0
-pkgrel=9
+pkgrel=10
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data (Qt4 version)"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'


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

2016-08-18 Thread Jaroslav Lichtblau
Date: Thursday, August 18, 2016 @ 20:38:24
  Author: jlichtblau
Revision: 186974

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

Added:
  glom/repos/community-staging-i686/
  glom/repos/community-staging-i686/PKGBUILD
(from rev 186973, glom/trunk/PKGBUILD)
  glom/repos/community-staging-i686/glom.changelog
(from rev 186973, glom/trunk/glom.changelog)
  glom/repos/community-staging-x86_64/
  glom/repos/community-staging-x86_64/PKGBUILD
(from rev 186973, glom/trunk/PKGBUILD)
  glom/repos/community-staging-x86_64/glom.changelog
(from rev 186973, glom/trunk/glom.changelog)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/glom.changelog   |   20 
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/glom.changelog |   20 
 4 files changed, 112 insertions(+)

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 186973, 
glom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 20:38:24 UTC (rev 186974)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+
+pkgname=glom
+pkgver=1.30.4
+pkgrel=2
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres' 
'libgda-mysql')
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('789bffc96f4ca993970d5dad222f9aa58390292b01274d85c3db4f92105da169')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: glom/repos/community-staging-i686/glom.changelog (from rev 186973, 
glom/trunk/glom.changelog)
===
--- community-staging-i686/glom.changelog   (rev 0)
+++ community-staging-i686/glom.changelog   2016-08-18 20:38:24 UTC (rev 
186974)
@@ -0,0 +1,20 @@
+2016-08-18 Jaroslav Lichtblau 
+* glom-1.30.4-2 boost 1.61 rebuild
+
+2016-04-30 Jaroslav Lichtblau 
+* glom-1.30.3-2 pacman hooks rebuild
+
+2016-04-11 Jaroslav Lichtblau 
+* glom-1.30.3-1
+
+2015-07-13 Jaroslav Lichtblau 
+* glom-1.28.5-1
+
+2015-03-28 Jaroslav Lichtblau 
+* glom-1.28.4-1
+
+2014-11-05 Jaroslav Lichtblau 
+* glom-1.28.0-1
+
+2013-11-11 Jaroslav Lichtblau 
+* glom-1.24.2-1

Copied: glom/repos/community-staging-x86_64/PKGBUILD (from rev 186973, 
glom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-18 20:38:24 UTC (rev 186974)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+
+pkgname=glom
+pkgver=1.30.4
+pkgrel=2
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres' 
'libgda-mysql')
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('789bffc96f4ca993970d5dad222f9aa58390292b01274d85c3db4f92105da169')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: glom/repos/community-staging-x86_64/glom.changelog (from rev 186973, 
glom/trunk/glom.changelog)

[arch-commits] Commit in glom/trunk (PKGBUILD glom.changelog)

2016-08-18 Thread Jaroslav Lichtblau
Date: Thursday, August 18, 2016 @ 20:38:03
  Author: jlichtblau
Revision: 186973

upgpkg: glom 1.30.4-2 - boost 1.61 rebuild

Modified:
  glom/trunk/PKGBUILD
  glom/trunk/glom.changelog

+
 PKGBUILD   |6 ++
 glom.changelog |3 +++
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 19:39:08 UTC (rev 186972)
+++ PKGBUILD2016-08-18 20:38:03 UTC (rev 186973)
@@ -2,11 +2,10 @@
 # Maintainer: Jaroslav Lichtblau 
 # Contributor: Roman Kyrylych 
 # Contributor: William Rea 
-# Contributor: Jaroslav Lichtblau 
 
 pkgname=glom
 pkgver=1.30.4
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy-to-use database designer and user interface"
 arch=('i686' 'x86_64')
 url="http://www.glom.org/;
@@ -13,8 +12,7 @@
 license=('GPL')
 depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
  'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
- 'libgda-mysql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres' 
'libgda-mysql')
 changelog=$pkgname.changelog
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('789bffc96f4ca993970d5dad222f9aa58390292b01274d85c3db4f92105da169')

Modified: glom.changelog
===
--- glom.changelog  2016-08-18 19:39:08 UTC (rev 186972)
+++ glom.changelog  2016-08-18 20:38:03 UTC (rev 186973)
@@ -1,3 +1,6 @@
+2016-08-18 Jaroslav Lichtblau 
+* glom-1.30.4-2 boost 1.61 rebuild
+
 2016-04-30 Jaroslav Lichtblau 
 * glom-1.30.3-2 pacman hooks rebuild
 


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

2016-08-18 Thread Jaroslav Lichtblau
Date: Thursday, August 18, 2016 @ 19:39:08
  Author: jlichtblau
Revision: 186972

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

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

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

Copied: encfs/repos/community-staging-i686/PKGBUILD (from rev 186971, 
encfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 19:39:08 UTC (rev 186972)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Contributor: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.8.1
+pkgrel=7
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost' 'autoconf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ed6b69d8aba06382ad01116bbce2e4ad49f8de85cdf4e2fab7ee4ac82af537e9')
+
+build(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf -if
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: encfs/repos/community-staging-x86_64/PKGBUILD (from rev 186971, 
encfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-18 19:39:08 UTC (rev 186972)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Contributor: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.8.1
+pkgrel=7
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost' 'autoconf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ed6b69d8aba06382ad01116bbce2e4ad49f8de85cdf4e2fab7ee4ac82af537e9')
+
+build(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf -if
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2016-08-18 Thread Jaroslav Lichtblau
Date: Thursday, August 18, 2016 @ 19:38:46
  Author: jlichtblau
Revision: 186971

upgpkg: encfs 1.8.1-7 - boost 1.61 rebuild 

Modified:
  encfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 19:08:03 UTC (rev 186970)
+++ PKGBUILD2016-08-18 19:38:46 UTC (rev 186971)
@@ -7,7 +7,7 @@
 
 pkgname=encfs
 pkgver=1.8.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='https://vgough.github.io/encfs/'


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

2016-08-18 Thread Jelle van der Waa
Date: Thursday, August 18, 2016 @ 19:08:03
  Author: jelle
Revision: 186970

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

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

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

Copied: libvolk/repos/community-staging-i686/PKGBUILD (from rev 186969, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 19:08:03 UTC (rev 186970)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=1.3
+pkgrel=2
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('i686' 'x86_64')
+url="http://libvolk.org/;
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
+makedepends=('boost' 'cmake' 'python2-cheetah')
+source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
+md5sums=('d04edc0779431c8660a8a592792a3680')
+
+# doxygen for docs
+
+prepare() {
+  cd "$srcdir/volk-$pkgver"
+  sed -i -e "s|#![ ]*/usr/bin/env python$|&2|" $(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python2
+  if [[ "$CARCH" == "x86_64" ]]; then
+make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}

Copied: libvolk/repos/community-staging-x86_64/PKGBUILD (from rev 186969, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-18 19:08:03 UTC (rev 186970)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=1.3
+pkgrel=2
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('i686' 'x86_64')
+url="http://libvolk.org/;
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
+makedepends=('boost' 'cmake' 'python2-cheetah')
+source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
+md5sums=('d04edc0779431c8660a8a592792a3680')
+
+# doxygen for docs
+
+prepare() {
+  cd "$srcdir/volk-$pkgver"
+  sed -i -e "s|#![ ]*/usr/bin/env python$|&2|" $(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python2
+  if [[ "$CARCH" == "x86_64" ]]; then
+make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-18 Thread Jelle van der Waa
Date: Thursday, August 18, 2016 @ 19:07:53
  Author: jelle
Revision: 186969

upgpkg: libvolk 1.3-2

boost 1.61

Modified:
  libvolk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 18:59:46 UTC (rev 186968)
+++ PKGBUILD2016-08-18 19:07:53 UTC (rev 186969)
@@ -3,7 +3,7 @@
 
 pkgname=libvolk
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
 arch=('i686' 'x86_64')
 url="http://libvolk.org/;


[arch-commits] Commit in arm-none-eabi-gcc/repos (6 files)

2016-08-18 Thread Anatol Pomozov
Date: Thursday, August 18, 2016 @ 18:59:46
  Author: anatolik
Revision: 186968

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

Added:
  arm-none-eabi-gcc/repos/community-testing-i686/
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
(from rev 186967, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
(from rev 186967, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 186967, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 186967, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)

--+
 community-testing-i686/PKGBUILD  |  127 ++
 community-testing-i686/enable-with-multilib-list-for-arm.patch   |  201 
++
 community-testing-x86_64/PKGBUILD|  127 ++
 community-testing-x86_64/enable-with-multilib-list-for-arm.patch |  201 
++
 4 files changed, 656 insertions(+)

Copied: arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD (from rev 
186967, arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-18 18:59:46 UTC (rev 186968)
@@ -0,0 +1,127 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=6.1.1
+_islver=0.17.1
+pkgrel=3
+_snapshot=6-20160811
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
+options=(!emptydirs !strip)
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
+enable-with-multilib-list-for-arm.patch)
+sha256sums=('6e6c6f79222c5f5d337093c15743b6233a73d9263b562b5c3e281f8a9ea34dd0'
+'d6307bf9a59514087abac3cbaab3d99393a0abb519354f7e7834a8c842310daa'
+'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  patch -p1 < $srcdir/enable-with-multilib-list-for-arm.patch
+
+  mkdir $srcdir/build-{gcc,gcc-nano}
+}
+
+_build_gcc() {
+  $srcdir/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-plugins \
+--disable-decimal-float \
+--disable-libffi \
+--disable-libgomp \
+--disable-libmudflap \
+--disable-libquadmath \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-threads \
+--disable-tls \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-newlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-arm-none-eabi \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
\
+--with-pkgversion='Arch Repository' \
+--with-bugurl='https://bugs.archlinux.org/' \
+--with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
+
+  make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'
+}
+
+build() {
+  cd $srcdir/build-gcc
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  _build_gcc
+
+  # Build libstdc++ without exceptions support (the 'nano' variant)
+  cd $srcdir/build-gcc-nano
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'  
+  _build_gcc
+}
+
+package() {
+  cd $srcdir/build-gcc
+  make DESTDIR="$pkgdir" install -j1
+
+  cd $srcdir/build-gcc-nano
+  make 

[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2016-08-18 Thread Anatol Pomozov
Date: Thursday, August 18, 2016 @ 18:59:11
  Author: anatolik
Revision: 186967

upgpkg: arm-none-eabi-gcc 6.1.1-3

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 18:55:51 UTC (rev 186966)
+++ PKGBUILD2016-08-18 18:59:11 UTC (rev 186967)
@@ -5,8 +5,8 @@
 pkgname=$_target-gcc
 pkgver=6.1.1
 _islver=0.17.1
-pkgrel=2
-_snapshot=6-20160526
+pkgrel=3
+_snapshot=6-20160811
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
@@ -19,7 +19,7 @@
 ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
 enable-with-multilib-list-for-arm.patch)
-sha256sums=('afe4db2c9ddd61cc6e4c77d1606f19bd423f213d851ea1e2c38f7ad59f6b7e6a'
+sha256sums=('6e6c6f79222c5f5d337093c15743b6233a73d9263b562b5c3e281f8a9ea34dd0'
 'd6307bf9a59514087abac3cbaab3d99393a0abb519354f7e7834a8c842310daa'
 'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
 


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

2016-08-18 Thread Jelle van der Waa
Date: Thursday, August 18, 2016 @ 18:55:41
  Author: jelle
Revision: 186965

upgpkg: python2-tagpy 2013.1-8

boost 1.61

Modified:
  python2-tagpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 17:21:38 UTC (rev 186964)
+++ PKGBUILD2016-08-18 18:55:41 UTC (rev 186965)
@@ -6,7 +6,7 @@
 
 pkgname=python2-tagpy
 pkgver=2013.1
-pkgrel=7
+pkgrel=8
 pkgdesc='Python bindings for TagLib'
 arch=('x86_64' 'i686')
 url='http://pypi.python.org/pypi/tagpy'


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

2016-08-18 Thread Jelle van der Waa
Date: Thursday, August 18, 2016 @ 18:55:51
  Author: jelle
Revision: 186966

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

Added:
  python2-tagpy/repos/community-staging-i686/
  python2-tagpy/repos/community-staging-i686/PKGBUILD
(from rev 186965, python2-tagpy/trunk/PKGBUILD)
  python2-tagpy/repos/community-staging-x86_64/
  python2-tagpy/repos/community-staging-x86_64/PKGBUILD
(from rev 186965, python2-tagpy/trunk/PKGBUILD)

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

Copied: python2-tagpy/repos/community-staging-i686/PKGBUILD (from rev 186965, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 18:55:51 UTC (rev 186966)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Scott Horowitz 
+
+pkgname=python2-tagpy
+pkgver=2013.1
+pkgrel=8
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-setuptools' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;)
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4')
+
+prepare() {
+  cd "tagpy-$pkgver"
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py') 
+}
+
+build() {
+  cd "tagpy-$pkgver"
+
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+check(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py test
+}
+
+package(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python2-tagpy/repos/community-staging-x86_64/PKGBUILD (from rev 186965, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-18 18:55:51 UTC (rev 186966)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Scott Horowitz 
+
+pkgname=python2-tagpy
+pkgver=2013.1
+pkgrel=8
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-setuptools' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;)
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4')
+
+prepare() {
+  cd "tagpy-$pkgver"
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py') 
+}
+
+build() {
+  cd "tagpy-$pkgver"
+
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+check(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py test
+}
+
+package(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-18 Thread Jan Steffens
Date: Thursday, August 18, 2016 @ 17:52:58
  Author: heftig
Revision: 273925

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

Added:
  gtk-vnc/repos/extra-i686/PKGBUILD
(from rev 273924, gtk-vnc/trunk/PKGBUILD)
  gtk-vnc/repos/extra-x86_64/PKGBUILD
(from rev 273924, gtk-vnc/trunk/PKGBUILD)
Deleted:
  gtk-vnc/repos/extra-i686/PKGBUILD
  gtk-vnc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-18 17:49:25 UTC (rev 273924)
+++ extra-i686/PKGBUILD 2016-08-18 17:52:58 UTC (rev 273925)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-# Contributor: lp76 
-
-pkgname=gtk-vnc
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="A VNC viewer widget for GTK"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/gtk-vnc;
-license=('LGPL')
-depends=('libgcrypt' 'gtk3' 'gnutls')
-optdepends=('gtk2: GTK2 widget')
-makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2' 'vala' 
'gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('488aa97a76ce6868160699cd45d4a0ee0fe6f0ad4631737c6ddd84450f6c9ce7')
-
-build() {
-  rm -rf gtk2-build gtk3-build
-  cp -a $pkgname-$pkgver gtk2-build
-  mv $pkgname-$pkgver gtk3-build
-
-  ( cd gtk2-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --disable-static --with-gtk=2.0
-make )
-
-  ( cd gtk3-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --with-examples --disable-static --with-gtk=3.0
-make )
-}
-
-package() {
-  make -C gtk2-build DESTDIR="${pkgdir}" install
-  make -C gtk3-build DESTDIR="${pkgdir}" install
-}

Copied: gtk-vnc/repos/extra-i686/PKGBUILD (from rev 273924, 
gtk-vnc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-18 17:52:58 UTC (rev 273925)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+# Contributor: lp76 
+
+pkgname=gtk-vnc
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A VNC viewer widget for GTK+"
+url="https://wiki.gnome.org/Projects/gtk-vnc;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libgcrypt gtk3 gnutls libpulse)
+makedepends=(intltool gtk-doc vala gobject-introspection)
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9559348805e64d130dae569fee466930175dbe150d2649bb868b5c095f130433')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-examples --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-18 17:49:25 UTC (rev 273924)
+++ extra-x86_64/PKGBUILD   2016-08-18 17:52:58 UTC (rev 273925)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-# Contributor: lp76 
-
-pkgname=gtk-vnc
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="A VNC viewer widget for GTK"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/gtk-vnc;
-license=('LGPL')
-depends=('libgcrypt' 'gtk3' 'gnutls')
-optdepends=('gtk2: GTK2 widget')
-makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2' 'vala' 
'gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('488aa97a76ce6868160699cd45d4a0ee0fe6f0ad4631737c6ddd84450f6c9ce7')
-
-build() {
-  rm -rf gtk2-build gtk3-build
-  cp -a $pkgname-$pkgver gtk2-build
-  mv $pkgname-$pkgver gtk3-build
-
-  ( cd gtk2-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --disable-static --with-gtk=2.0
-make )
-
-  ( cd gtk3-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --with-examples --disable-static --with-gtk=3.0
-make )
-}
-
-package() {
-  make -C gtk2-build DESTDIR="${pkgdir}" install
-  make -C gtk3-build DESTDIR="${pkgdir}" install
-}

Copied: 

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

2016-08-18 Thread Jan Steffens
Date: Thursday, August 18, 2016 @ 17:49:25
  Author: heftig
Revision: 273924

0.6.0-1

Modified:
  gtk-vnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 16:21:35 UTC (rev 273923)
+++ PKGBUILD2016-08-18 17:49:25 UTC (rev 273924)
@@ -5,35 +5,25 @@
 # Contributor: lp76 
 
 pkgname=gtk-vnc
-pkgver=0.5.4
+pkgver=0.6.0
 pkgrel=1
-pkgdesc="A VNC viewer widget for GTK"
-arch=('i686' 'x86_64')
+pkgdesc="A VNC viewer widget for GTK+"
 url="https://wiki.gnome.org/Projects/gtk-vnc;
-license=('LGPL')
-depends=('libgcrypt' 'gtk3' 'gnutls')
-optdepends=('gtk2: GTK2 widget')
-makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2' 'vala' 
'gobject-introspection')
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libgcrypt gtk3 gnutls libpulse)
+makedepends=(intltool gtk-doc vala gobject-introspection)
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('488aa97a76ce6868160699cd45d4a0ee0fe6f0ad4631737c6ddd84450f6c9ce7')
+sha256sums=('9559348805e64d130dae569fee466930175dbe150d2649bb868b5c095f130433')
 
 build() {
-  rm -rf gtk2-build gtk3-build
-  cp -a $pkgname-$pkgver gtk2-build
-  mv $pkgname-$pkgver gtk3-build
-
-  ( cd gtk2-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --disable-static --with-gtk=2.0
-make )
-
-  ( cd gtk3-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --with-examples --disable-static --with-gtk=3.0
-make )
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-examples --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
 }
 
 package() {
-  make -C gtk2-build DESTDIR="${pkgdir}" install
-  make -C gtk3-build DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

2016-08-18 Thread Timothy Redaelli
Date: Thursday, August 18, 2016 @ 17:21:33
  Author: tredaelli
Revision: 186963

upgpkg: bitcoin 0.12.1-3

boost 1.16 rebuild

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 15:34:23 UTC (rev 186962)
+++ PKGBUILD2016-08-18 17:21:33 UTC (rev 186963)
@@ -6,7 +6,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
 pkgver=0.12.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf')


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

2016-08-18 Thread Timothy Redaelli
Date: Thursday, August 18, 2016 @ 17:21:38
  Author: tredaelli
Revision: 186964

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

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

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

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 186963, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 17:21:38 UTC (rev 186964)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.12.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf')
+license=('MIT')
+source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('08fc3b6c05c39fb975bba1f6dd49992df46511790ce8dc67398208af9565e199'
+'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
+'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
+'efe06ab377706338bc75fa1e24de9785950029f3350a17a4b8ce563b760f3c0c'
+'7d090ddd485c36d4fae5e6627388c5550f824fd498d5fd958ec999857fff7b28'
+'7f4021e34d52c321f679b548fcf6d55b4da30077b7aed392976f048ab88dcdd1')
+
+# Upstream should be more coherent!
+case "$pkgver" in
+*.*.*.*)
+  _pkgver=${pkgver%.*}
+  ;;
+*)
+  _pkgver=$pkgver
+  ;;
+esac
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+build() {
+#  cd "db-$_dbver.NC/build_unix"
+#  ../dist/configure --enable-cxx --disable-shared --with-pic 
--prefix="$srcdir/db4"
+#  make
+#  make install
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs desktop-file-utils libevent qt5-base miniupnpc qrencode 
protobuf)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 "$srcdir"/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs libevent miniupnpc)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 "$srcdir"/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 "$srcdir"/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 "$srcdir"/bitcoin.conf.5 \
+"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs libevent)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-tx() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
+  depends=(boost-libs openssl)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 186963, 
bitcoin/trunk/PKGBUILD)

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

2016-08-18 Thread Tobias Powalowski
Date: Thursday, August 18, 2016 @ 16:21:35
  Author: tpowa
Revision: 273923

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-08-18 16:21:33 UTC (rev 273922)
+++ core-i686/PKGBUILD  2016-08-18 16:21:35 UTC (rev 273923)
@@ -1,34 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('libutil-linux')
-makedepends=('git')
-options=('!makeflags')
-source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  make configure
-  export OPTIMIZER="-march=${CARCH/_/-} -O1"
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
-  rm -rf "${pkgdir}/lib"
-}

Copied: xfsprogs/repos/core-i686/PKGBUILD (from rev 273922, 
xfsprogs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-08-18 16:21:35 UTC (rev 273923)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.7.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-08-18 16:21:33 UTC (rev 273922)
+++ core-x86_64/PKGBUILD2016-08-18 16:21:35 UTC (rev 273923)
@@ -1,34 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('libutil-linux')
-makedepends=('git')
-options=('!makeflags')
-source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  make configure
-  export OPTIMIZER="-march=${CARCH/_/-} -O1"
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
-  rm -rf "${pkgdir}/lib"
-}

Copied: xfsprogs/repos/core-x86_64/PKGBUILD (from rev 273922, 
xfsprogs/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-08-18 16:21:35 UTC (rev 273923)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.7.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" 

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

2016-08-18 Thread Tobias Powalowski
Date: Thursday, August 18, 2016 @ 16:21:33
  Author: tpowa
Revision: 273922

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

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

---+
 /PKGBUILD |  602 
 /change-default-console-loglevel.patch|   22 
 /config   |16332 
 /config.x86_64|15846 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  299 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 8166 --
 core-i686/config.x86_64   | 7923 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  299 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 8166 --
 core-x86_64/config.x86_64 | 7923 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 18 files changed, 32904 insertions(+), 32900 deletions(-)

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


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

2016-08-18 Thread Tobias Powalowski
Date: Thursday, August 18, 2016 @ 16:16:57
  Author: tpowa
Revision: 273921

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

Added:
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-i686/PKGBUILD
(from rev 273920, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
(from rev 273920, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/testing-x86_64/
  efibootmgr/repos/testing-x86_64/PKGBUILD
(from rev 273920, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 273920, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)

---+
 testing-i686/PKGBUILD |   53 +
 testing-i686/efibootmgr-tilt_slashes-func.patch   |   61 
 testing-x86_64/PKGBUILD   |   53 +
 testing-x86_64/efibootmgr-tilt_slashes-func.patch |   61 
 4 files changed, 228 insertions(+)

Copied: efibootmgr/repos/testing-i686/PKGBUILD (from rev 273920, 
efibootmgr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-18 16:16:57 UTC (rev 273921)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Murtuza Akhtari 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efibootmgr"
+pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
+pkgver=13
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=${pkgver};)
+#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efibootmgr/"
+   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   make EXTRA_CFLAGS="-Os"
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   install -d "${pkgdir}/usr/bin/"
+   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
+   
+   install -d "${pkgdir}/usr/share/man/man8/"
+   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
+   
+}

Copied: efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch (from 
rev 273920, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
===
--- testing-i686/efibootmgr-tilt_slashes-func.patch 
(rev 0)
+++ testing-i686/efibootmgr-tilt_slashes-func.patch 2016-08-18 16:16:57 UTC 
(rev 273921)
@@ -0,0 +1,61 @@
+diff --git a/src/efibootmgr/efibootmgr.c b/src/efibootmgr/efibootmgr.c
+index 236365a..9883961 100644
+--- a/src/efibootmgr/efibootmgr.c
 b/src/efibootmgr/efibootmgr.c
+@@ -803,6 +803,7 @@ usage()
+   printf("\t-V | --version  return version and exit\n");
+   printf("\t-w | --write-signature  write unique sig to MBR if needed\n");
+   printf("\t-@ | --append-binary-args file  append extra args from file 
(use \"-\" for stdin)\n");
++  printf("\t   | --help show help/usage\n");
+ }
+ 
+ static void
+@@ -863,6 +864,7 @@ parse_opts(int argc, char **argv)
+   {"version",no_argument, 0, 'V'},
+   {"write-signature",no_argument, 0, 'w'},
+   {"append-binary-args", required_argument, 0, '@'},
++  {"help",   no_argument, 0,   2},
+   {0, 0, 0, 0}
+   };
+ 
+@@ -1014,6 +1016,10 @@ parse_opts(int argc, char **argv)
+   opts.write_signature = 1;
+   break;
+ 
++  case 2:
++  usage();
++  exit(1);
++
+   default:
+   usage();
+   exit(1);
+diff --git a/src/lib/efi.c b/src/lib/efi.c
+index a4ce5cf..8ef8be8 100644
+--- a/src/lib/efi.c
 b/src/lib/efi.c
+@@ -70,6 +70,16 @@ efi_guid_unparse(efi_guid_t *guid, char *out)
+ return out;
+ }
+ 
++char *
++tilt_slashes(char *s)
++{
++  char *p;
++  for (p = s; *p; p++)
++  if (*p == '/')
++  *p = '\\';
++  return s;
++}
++
+ void
+ set_fs_kernel_calls()
+ {

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

2016-08-18 Thread Tobias Powalowski
Date: Thursday, August 18, 2016 @ 16:16:46
  Author: tpowa
Revision: 273920

upgpkg: efibootmgr 13-1

bump to latest version

Modified:
  efibootmgr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 16:13:58 UTC (rev 273919)
+++ PKGBUILD2016-08-18 16:16:46 UTC (rev 273920)
@@ -4,7 +4,7 @@
 
 pkgname="efibootmgr"
 pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver=0.12.27.g5e9700c
+pkgver=13
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efibootmgr;
@@ -13,8 +13,8 @@
 depends=('pciutils' 'efivar' 'zlib')
 options=('strip' 'zipman' 'docs' '!emptydirs')
 
-#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=efibootmgr-${pkgver};)
-source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=${pkgver};)
+#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
 sha1sums=('SKIP')
 
 pkgver() {


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

2016-08-18 Thread Tobias Powalowski
Date: Thursday, August 18, 2016 @ 16:13:58
  Author: tpowa
Revision: 273919

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

Added:
  efivar/repos/testing-i686/
  efivar/repos/testing-i686/PKGBUILD
(from rev 273918, efivar/trunk/PKGBUILD)
  efivar/repos/testing-x86_64/
  efivar/repos/testing-x86_64/PKGBUILD
(from rev 273918, efivar/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   58 ++
 testing-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: efivar/repos/testing-i686/PKGBUILD (from rev 273918, 
efivar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-18 16:13:58 UTC (rev 273919)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=27
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}

Copied: efivar/repos/testing-x86_64/PKGBUILD (from rev 273918, 
efivar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-18 16:13:58 UTC (rev 273919)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=27
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}


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

2016-08-18 Thread Tobias Powalowski
Date: Thursday, August 18, 2016 @ 16:13:46
  Author: tpowa
Revision: 273918

upgpkg: efivar 27-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 15:30:03 UTC (rev 273917)
+++ PKGBUILD2016-08-18 16:13:46 UTC (rev 273918)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.24
+pkgver=27
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efivar;


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 15:32:02
  Author: felixonmars
Revision: 186960

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-18 15:31:43 UTC (rev 186959)
+++ PKGBUILD2016-08-18 15:32:02 UTC (rev 186960)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('9a6f9e4c9962e6cd616624c331fce1ab')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 186959, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-18 15:32:02 UTC (rev 186960)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib'
+ 'python-cryptography' 'python2-cryptography')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('c39ec3f9af77fa82a606e0cd62795962')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto' 'dbus-glib' 'python-cryptography')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib' 'python2-cryptography')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in monit/trunk (PKGBUILD monit.changelog)

2016-08-18 Thread Jaroslav Lichtblau
Date: Thursday, August 18, 2016 @ 15:33:56
  Author: jlichtblau
Revision: 186961

upgpkg: monit 5.19.0-1 - new upstream release

Modified:
  monit/trunk/PKGBUILD
  monit/trunk/monit.changelog

-+
 PKGBUILD|4 ++--
 monit.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 15:32:02 UTC (rev 186960)
+++ PKGBUILD2016-08-18 15:33:56 UTC (rev 186961)
@@ -4,7 +4,7 @@
 # Contributor: Marco Bartholomew 
 
 pkgname=monit
-pkgver=5.18
+pkgver=5.19.0
 pkgrel=1
 pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/monitrc')
 changelog=$pkgname.changelog
 source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('75ccb85fa2ac1f44c9c95c5a6b539a254b0a1d64e16a36ec9eeb867484a4fcaf')
+sha256sums=('befcd54365502bce4ffd6d1b0c345d5b689c9f7cb3a35a462ba7dcffcf6f62b8')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: monit.changelog
===
--- monit.changelog 2016-08-18 15:32:02 UTC (rev 186960)
+++ monit.changelog 2016-08-18 15:33:56 UTC (rev 186961)
@@ -1,3 +1,6 @@
+2016-08-18 Jaroslav Lichtblau 
+   * monit 5.19.0-1
+
 2016-06-07 Jaroslav Lichtblau 
* monit 5.18-1
 


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

2016-08-18 Thread Jaroslav Lichtblau
Date: Thursday, August 18, 2016 @ 15:34:23
  Author: jlichtblau
Revision: 186962

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

Added:
  monit/repos/community-i686/PKGBUILD
(from rev 186961, monit/trunk/PKGBUILD)
  monit/repos/community-i686/monit.changelog
(from rev 186961, monit/trunk/monit.changelog)
  monit/repos/community-x86_64/PKGBUILD
(from rev 186961, monit/trunk/PKGBUILD)
  monit/repos/community-x86_64/monit.changelog
(from rev 186961, monit/trunk/monit.changelog)
Deleted:
  monit/repos/community-i686/PKGBUILD
  monit/repos/community-i686/monit.changelog
  monit/repos/community-x86_64/PKGBUILD
  monit/repos/community-x86_64/monit.changelog

--+
 /PKGBUILD|   66 ++
 /monit.changelog |  170 +
 community-i686/PKGBUILD  |   33 ---
 community-i686/monit.changelog   |   82 -
 community-x86_64/PKGBUILD|   33 ---
 community-x86_64/monit.changelog |   82 -
 6 files changed, 236 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-18 15:33:56 UTC (rev 186961)
+++ community-i686/PKGBUILD 2016-08-18 15:34:23 UTC (rev 186962)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: Marco Bartholomew 
-
-pkgname=monit
-pkgver=5.18
-pkgrel=1
-pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
-arch=('i686' 'x86_64')
-url="http://mmonit.com/monit/;
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('75ccb85fa2ac1f44c9c95c5a6b539a254b0a1d64e16a36ec9eeb867484a4fcaf')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm700 monitrc "${pkgdir}"/etc/monitrc
-  install -Dm644 system/startup/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-i686/PKGBUILD (from rev 186961, 
monit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-18 15:34:23 UTC (rev 186962)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: Marco Bartholomew 
+
+pkgname=monit
+pkgver=5.19.0
+pkgrel=1
+pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
+arch=('i686' 'x86_64')
+url="http://mmonit.com/monit/;
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('befcd54365502bce4ffd6d1b0c345d5b689c9f7cb3a35a462ba7dcffcf6f62b8')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm700 monitrc "${pkgdir}"/etc/monitrc
+  install -Dm644 system/startup/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/monit.changelog
===
--- community-i686/monit.changelog  2016-08-18 15:33:56 UTC (rev 186961)
+++ community-i686/monit.changelog  2016-08-18 15:34:23 UTC (rev 186962)
@@ -1,82 +0,0 @@
-2016-06-07 Jaroslav Lichtblau 
-   * monit 5.18-1
-
-2016-03-17 Jaroslav Lichtblau 
-   * monit 5.17.1-1
-
-2016-02-05 Jaroslav Lichtblau 
-   * monit 5.16-1
-
-2015-10-26 Jaroslav Lichtblau 
-   * monit 5.15-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * monit 5.14-1
-
-2015-05-16 Jaroslav Lichtblau 
-   * monit 5.13-1
-
-2015-03-28 Jaroslav Lichtblau 
-   * monit 5.12.2-1
-
-2015-01-27 Jaroslav Lichtblau 
-   * monit 5.11-1
-
-2014-10-30 Jaroslav Lichtblau 
-   * monit 5.10-1
-
-2014-10-16 Jaroslav Lichtblau 
-   * monit 5.9-1
-
-2014-05-14 Jaroslav Lichtblau 
-   * monit 5.8.1-1
-
-2014-04-02 Jaroslav Lichtblau 
-   * monit 5.8-1
-

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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 15:31:43
  Author: felixonmars
Revision: 186959

upgpkg: python-secretstorage 2.3.0-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 15:17:16 UTC (rev 186958)
+++ PKGBUILD2016-08-18 15:31:43 UTC (rev 186959)
@@ -5,16 +5,17 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
 url="https://pypi.python.org/pypi/SecretStorage;
 license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib'
+ 'python-cryptography' 'python2-cryptography')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 
source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('9a6f9e4c9962e6cd616624c331fce1ab')
+md5sums=('c39ec3f9af77fa82a606e0cd62795962')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}
@@ -29,7 +30,7 @@
 }
 
 package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib')
+  depends=('python-dbus' 'python-crypto' 'dbus-glib' 'python-cryptography')
 
   cd SecretStorage-$pkgver
   python setup.py install -O1 --root="$pkgdir"
@@ -37,7 +38,7 @@
 }
 
 package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib' 'python2-cryptography')
 
   cd SecretStorage-$pkgver-py2
   python2 setup.py install -O1 --root="$pkgdir"


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 15:30:03
  Author: felixonmars
Revision: 273917

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

Added:
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 273916, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 273916, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-i686/PKGBUILD
  python-cryptography/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 
 extra-i686/PKGBUILD   |   52 --
 extra-x86_64/PKGBUILD |   52 --
 3 files changed, 110 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-18 15:29:34 UTC (rev 273916)
+++ extra-i686/PKGBUILD 2016-08-18 15:30:03 UTC (rev 273917)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.4
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
- 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
-  'python-hypothesis' 'python2-hypothesis')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-   cd "$srcdir"/cryptography-$pkgver
-   python setup.py build
- 
-   cd "$srcdir"/cryptography-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/cryptography-$pkgver
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
-
-   cd "$srcdir"/cryptography-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
-}
- 
-package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
- 
-   cd cryptography-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna' 'python2-ipaddress')
- 
-   cd cryptography-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 273916, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-18 15:30:03 UTC (rev 273917)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=1.4
+pkgrel=2
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
+  'python-hypothesis' 'python2-hypothesis')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   cd "$srcdir"/cryptography-$pkgver
+   python setup.py build
+ 
+   cd "$srcdir"/cryptography-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/cryptography-$pkgver
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
+
+   cd "$srcdir"/cryptography-$pkgver-python2
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
+}
+ 
+package_python-cryptography() {
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools')
+ 
+   cd 

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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 15:29:34
  Author: felixonmars
Revision: 273916

upgpkg: python-cryptography 1.4-2

cryptography actually tries to import pkg_resources, so it depends on setuptools

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 10:59:52 UTC (rev 273915)
+++ PKGBUILD2016-08-18 15:29:34 UTC (rev 273916)
@@ -4,15 +4,17 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
 url="http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
- 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
 md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
@@ -38,7 +40,7 @@
 }
  
 package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools')
  
cd cryptography-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -45,7 +47,8 @@
 }
  
 package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna' 'python2-ipaddress')
+   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna'
+'python2-ipaddress' 'python2-setuptools')
  
cd cryptography-$pkgver-python2
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 15:17:16
  Author: felixonmars
Revision: 186958

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 186957, uglify-js/trunk/PKGBUILD)
Deleted:
  uglify-js/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-18 15:16:53 UTC (rev 186957)
+++ PKGBUILD2016-08-18 15:17:16 UTC (rev 186958)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('17cb89fa0e2e4830c18714c005adb441')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 186957, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-18 15:17:16 UTC (rev 186958)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=2.7.3
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('5265d348263f7e38a453902fb174aa47')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 15:16:53
  Author: felixonmars
Revision: 186957

upgpkg: uglify-js 2.7.3-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 14:56:49 UTC (rev 186956)
+++ PKGBUILD2016-08-18 15:16:53 UTC (rev 186957)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('17cb89fa0e2e4830c18714c005adb441')
+md5sums=('5265d348263f7e38a453902fb174aa47')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-08-18 Thread Evgeniy Alekseev
Date: Thursday, August 18, 2016 @ 14:56:49
  Author: arcanis
Revision: 186956

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

Added:
  libasl/repos/community-staging-i686/
  libasl/repos/community-staging-i686/PKGBUILD
(from rev 186955, libasl/trunk/PKGBUILD)
  
libasl/repos/community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
(from rev 186955, 
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch)
  libasl/repos/community-staging-i686/libasl-vtk7.patch
(from rev 186955, libasl/trunk/libasl-vtk7.patch)
  libasl/repos/community-staging-i686/suppress-deprecated-warnings.patch
(from rev 186955, libasl/trunk/suppress-deprecated-warnings.patch)
  libasl/repos/community-staging-x86_64/
  libasl/repos/community-staging-x86_64/PKGBUILD
(from rev 186955, libasl/trunk/PKGBUILD)
  
libasl/repos/community-staging-x86_64/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
(from rev 186955, 
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch)
  libasl/repos/community-staging-x86_64/libasl-vtk7.patch
(from rev 186955, libasl/trunk/libasl-vtk7.patch)
  libasl/repos/community-staging-x86_64/suppress-deprecated-warnings.patch
(from rev 186955, libasl/trunk/suppress-deprecated-warnings.patch)

--+
 community-staging-i686/PKGBUILD
  |   56 +
 
community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
   |   59 ++
 community-staging-i686/libasl-vtk7.patch   
  |   13 ++
 community-staging-i686/suppress-deprecated-warnings.patch  
  |   11 +
 community-staging-x86_64/PKGBUILD  
  |   56 +
 
community-staging-x86_64/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
 |   59 ++
 community-staging-x86_64/libasl-vtk7.patch 
  |   13 ++
 community-staging-x86_64/suppress-deprecated-warnings.patch
  |   11 +
 8 files changed, 278 insertions(+)

Copied: libasl/repos/community-staging-i686/PKGBUILD (from rev 186955, 
libasl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 14:56:49 UTC (rev 186956)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Andrejs Mivreņiks 
+
+pkgname=libasl
+pkgver=0.1.6
+pkgrel=6
+pkgdesc='Multiphysics simulation software package (Advanced Simulation 
Library)'
+arch=('i686' 'x86_64')
+url='http://asl.org.il/'
+license=('AGPL3')
+depends=('boost-libs' 'libcl' 'libmatio' 'vtk' 'libjpeg' 'libpng' 'libtiff'
+ 'freetype2' 'libgl')
+makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz;
+'suppress-deprecated-warnings.patch'
+'libasl-vtk7.patch'
+
'libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch')
+md5sums=('1f283d066d57e11d4602016148181420'
+ '972d7ed8037a35d32125773ae70f6360'
+ '583fff4d0e81579720e094ecb8729c2d'
+ '4747d00c048574f5722b4d9cfaa73676')
+
+prepare() {
+  rm -rf "build"
+  mkdir "build"
+
+  # patch to suppress 'deprecated' warning messages
+  # caused by 'opencl-headers' since update to 2.0
+  cd "ASL-${pkgver}"
+  patch -p1 -i "${srcdir}/suppress-deprecated-warnings.patch"
+
+  # patch cmakelists for newest vtk
+  patch -p1 -i "${srcdir}/libasl-vtk7.patch"
+
+  patch -p1 -i 
"${srcdir}/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch"
+}
+
+build() {
+  cd "build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DWITH_EXAMPLES=ON \
+-DWITH_MATIO=ON \
+-DWITH_API_DOC=OFF \
+-DWITH_TESTS=OFF \
+"../ASL-${pkgver}"
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: 
libasl/repos/community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
 (from rev 186955, 
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch)
===
--- 
community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
  (rev 0)
+++ 
community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
  2016-08-18 14:56:49 UTC 

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

2016-08-18 Thread Evgeniy Alekseev
Date: Thursday, August 18, 2016 @ 14:56:22
  Author: arcanis
Revision: 186955

upgpkg: libasl 0.1.6-6
rebuild against newest boost

Modified:
  libasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 13:54:02 UTC (rev 186954)
+++ PKGBUILD2016-08-18 14:56:22 UTC (rev 186955)
@@ -4,7 +4,7 @@
 
 pkgname=libasl
 pkgver=0.1.6
-pkgrel=5
+pkgrel=6
 pkgdesc='Multiphysics simulation software package (Advanced Simulation 
Library)'
 arch=('i686' 'x86_64')
 url='http://asl.org.il/'


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 13:54:02
  Author: jsteel
Revision: 186954

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

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

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

Copied: facter/repos/community-staging-i686/PKGBUILD (from rev 186953, 
facter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 13:54:02 UTC (rev 186954)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.3.0
+pkgrel=2
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake' 'java-environment' 'leatherman')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8d6445df0f243444c4d330f528625cbf')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
+  make test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-staging-x86_64/PKGBUILD (from rev 186953, 
facter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-18 13:54:02 UTC (rev 186954)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.3.0
+pkgrel=2
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake' 'java-environment' 'leatherman')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8d6445df0f243444c4d330f528625cbf')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
+  make test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 13:53:53
  Author: jsteel
Revision: 186953

upgpkg: facter 3.3.0-2

boost 1.61 rebuild

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 13:53:15 UTC (rev 186952)
+++ PKGBUILD2016-08-18 13:53:53 UTC (rev 186953)
@@ -8,7 +8,7 @@
 
 pkgname=facter
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
 url="http://puppetlabs.com/facter;


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 13:53:15
  Author: jsteel
Revision: 186952

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

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

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

Copied: leatherman/repos/community-staging-i686/PKGBUILD (from rev 186951, 
leatherman/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 13:53:15 UTC (rev 186952)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('b84db18cd051eb84f8e96ac66bcd2a35')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: leatherman/repos/community-staging-x86_64/PKGBUILD (from rev 186951, 
leatherman/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-18 13:53:15 UTC (rev 186952)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('b84db18cd051eb84f8e96ac66bcd2a35')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 13:52:28
  Author: jsteel
Revision: 186951

upgpkg: leatherman 0.9.0-1

boost 1.61 rebuild

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 13:38:36 UTC (rev 186950)
+++ PKGBUILD2016-08-18 13:52:28 UTC (rev 186951)
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=leatherman
-pkgver=0.7.5
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 makedepends=('boost' 'cmake')
 checkdepends=('ruby')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
-md5sums=('361e850d380cbbf84a4af018b8c5c3ed')
+md5sums=('b84db18cd051eb84f8e96ac66bcd2a35')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-08-18 Thread Sergej Pupykin
Date: Thursday, August 18, 2016 @ 13:38:26
  Author: spupykin
Revision: 186949

upgpkg: phpmyadmin 4.6.4-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 13:38:22 UTC (rev 186948)
+++ PKGBUILD2016-08-18 13:38:26 UTC (rev 186949)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.6.3
+pkgver=4.6.4
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -16,7 +16,7 @@
 depends=('mariadb-clients' 'php')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('53c7a6a577d10de04a5dd21a05018542')
+md5sums=('c6314ea1e8652a053bcad62f8ed94682')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2016-08-18 Thread Sergej Pupykin
Date: Thursday, August 18, 2016 @ 13:38:22
  Author: spupykin
Revision: 186948

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-18 13:38:07 UTC (rev 186947)
+++ community-i686/PKGBUILD 2016-08-18 13:38:22 UTC (rev 186948)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-pkgname=moreutils
-pkgver=0.59
-pkgrel=1
-pkgdesc="A growing collection of the unix tools that nobody thought to write 
thirty years ago"
-arch=('i686' 'x86_64')
-url="http://joeyh.name/code/moreutils/;
-license=('GPL')
-depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
-makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git')
-options=('!emptydirs' 'zipman')
-replaces=(moreutils-svn)
-#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz)
-source=("git://git.kitenet.net/moreutils.git#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname
-  make DOCBOOK2XMAN=docbook2man
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=$pkgdir/usr install
-  chmod 0644 $pkgdir/usr/share/man/man1/*
-  mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils
-  mv $pkgdir/usr/share/man/man1/parallel.1 
$pkgdir/usr/share/man/man1/parallel-moreutils.1
-  mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils
-}

Copied: moreutils/repos/community-i686/PKGBUILD (from rev 186947, 
moreutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-18 13:38:22 UTC (rev 186948)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+pkgname=moreutils
+pkgver=0.60
+pkgrel=1
+pkgdesc="A growing collection of the unix tools that nobody thought to write 
thirty years ago"
+arch=('i686' 'x86_64')
+url="http://joeyh.name/code/moreutils/;
+license=('GPL')
+depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
+makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git')
+options=('!emptydirs' 'zipman')
+replaces=(moreutils-svn)
+#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz)
+source=("git://git.kitenet.net/moreutils.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+  make DOCBOOK2XMAN=docbook2man
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make PREFIX=$pkgdir/usr install
+  chmod 0644 $pkgdir/usr/share/man/man1/*
+  mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils
+  mv $pkgdir/usr/share/man/man1/parallel.1 
$pkgdir/usr/share/man/man1/parallel-moreutils.1
+  mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-18 13:38:07 UTC (rev 186947)
+++ community-x86_64/PKGBUILD   2016-08-18 13:38:22 UTC (rev 186948)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-pkgname=moreutils
-pkgver=0.59
-pkgrel=1
-pkgdesc="A growing collection of the unix tools that nobody thought to write 
thirty years ago"
-arch=('i686' 'x86_64')
-url="http://joeyh.name/code/moreutils/;
-license=('GPL')
-depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
-makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git')
-options=('!emptydirs' 'zipman')
-replaces=(moreutils-svn)
-#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz)
-source=("git://git.kitenet.net/moreutils.git#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname
-  make DOCBOOK2XMAN=docbook2man
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=$pkgdir/usr install
-  chmod 0644 $pkgdir/usr/share/man/man1/*
-  mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils
-  mv $pkgdir/usr/share/man/man1/parallel.1 
$pkgdir/usr/share/man/man1/parallel-moreutils.1
-  mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils
-}

Copied: 

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

2016-08-18 Thread Sergej Pupykin
Date: Thursday, August 18, 2016 @ 13:38:36
  Author: spupykin
Revision: 186950

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-18 13:38:26 UTC (rev 186949)
+++ PKGBUILD2016-08-18 13:38:36 UTC (rev 186950)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.6.3
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('53c7a6a577d10de04a5dd21a05018542')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 186949, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-18 13:38:36 UTC (rev 186950)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.6.4
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+md5sums=('c6314ea1e8652a053bcad62f8ed94682')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


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

2016-08-18 Thread Sergej Pupykin
Date: Thursday, August 18, 2016 @ 13:38:03
  Author: spupykin
Revision: 186946

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 186945, devede/trunk/PKGBUILD)
  devede/repos/community-any/locale.patch
(from rev 186945, devede/trunk/locale.patch)
Deleted:
  devede/repos/community-any/PKGBUILD
  devede/repos/community-any/locale.patch

--+
 PKGBUILD |   60 +++---
 locale.patch |  114 -
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-18 13:37:51 UTC (rev 186945)
+++ PKGBUILD2016-08-18 13:38:03 UTC (rev 186946)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.7.0
-pkgrel=1
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html;
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'ttf-dejavu'
-'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
-   locale.patch)
-md5sums=('a670082258b22ba8483bc1754be7ce24'
- 'f59565a12684b80583ca12ebe12aa624')
-
-prepare() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-#  patch -p1 <$srcdir/locale.patch
-}
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 186945, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-18 13:38:03 UTC (rev 186946)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html;
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
+   locale.patch)
+md5sums=('21b871fbbbc147cab6fcc4828ef1b18b'
+ 'f59565a12684b80583ca12ebe12aa624')
+
+prepare() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+#  patch -p1 <$srcdir/locale.patch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}

Deleted: locale.patch
===
--- locale.patch2016-08-18 13:37:51 UTC (rev 186945)
+++ locale.patch2016-08-18 13:38:03 UTC (rev 186946)
@@ -1,57 +0,0 @@
-diff -wbBur devedeng-4.6.0/po/es.po devedeng-4.6.0.q/po/es.po
 devedeng-4.6.0/po/es.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/es.po  2016-03-14 14:54:52.127234097 +0300
-@@ -1027,10 +1027,6 @@
- "Matroska / H.264\n"
- "Crea ficheros H.264 en un contenedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPUs multinúcleo"
-Only in devedeng-4.6.0.q/po: es.po~
-diff -wbBur devedeng-4.6.0/po/gl.po devedeng-4.6.0.q/po/gl.po
 devedeng-4.6.0/po/gl.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/gl.po  2016-03-14 14:54:36.563900382 +0300
-@@ -1026,10 +1026,6 @@
- "Matroska / H.264\n"
- "Crea ficheiros H.264 nun contedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multinúcleo"
-diff -wbBur devedeng-4.6.0/po/it_IT.po devedeng-4.6.0.q/po/it_IT.po
 devedeng-4.6.0/po/it_IT.po 2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/it_IT.po   2016-03-14 14:54:45.310567263 +0300
-@@ -1024,10 +1024,6 @@
- "Matroska / H.264\n"
- "Crea file H.264 in un contenitore MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programmi necessari a Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multicore"
-diff -wbBur devedeng-4.6.0/po/sk.po devedeng-4.6.0.q/po/sk.po
 devedeng-4.6.0/po/sk.po2016-03-13 

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

2016-08-18 Thread Sergej Pupykin
Date: Thursday, August 18, 2016 @ 13:37:51
  Author: spupykin
Revision: 186945

upgpkg: devede 4.8.0-1

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 12:52:19 UTC (rev 186944)
+++ PKGBUILD2016-08-18 13:37:51 UTC (rev 186945)
@@ -5,7 +5,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=devede
-pkgver=4.7.0
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
@@ -16,7 +16,7 @@
 'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
locale.patch)
-md5sums=('a670082258b22ba8483bc1754be7ce24'
+md5sums=('21b871fbbbc147cab6fcc4828ef1b18b'
  'f59565a12684b80583ca12ebe12aa624')
 
 prepare() {


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

2016-08-18 Thread Sergej Pupykin
Date: Thursday, August 18, 2016 @ 13:38:07
  Author: spupykin
Revision: 186947

upgpkg: moreutils 0.60-1

upd

Modified:
  moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 13:38:03 UTC (rev 186946)
+++ PKGBUILD2016-08-18 13:38:07 UTC (rev 186947)
@@ -3,7 +3,7 @@
 # Contributor: Alessio 'mOLOk' Bolognino 
 
 pkgname=moreutils
-pkgver=0.59
+pkgver=0.60
 pkgrel=1
 pkgdesc="A growing collection of the unix tools that nobody thought to write 
thirty years ago"
 arch=('i686' 'x86_64')


[arch-commits] Commit in electron/trunk (PKGBUILD chromium-unset-madv_free.patch)

2016-08-18 Thread Nicola Squartini
Date: Thursday, August 18, 2016 @ 12:46:07
  Author: tensor5
Revision: 186943

upgpkg: electron 1.3.3-2

Fixes crash with kernel versions < 4.5.

Added:
  electron/trunk/chromium-unset-madv_free.patch
Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 09:50:02 UTC (rev 186942)
+++ PKGBUILD2016-08-18 12:46:07 UTC (rev 186943)
@@ -4,7 +4,7 @@
 _chromiumver=52.0.2743.82
 pkgname=electron
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('i686' 'x86_64')
 url='http://electron.atom.io/'
@@ -43,6 +43,7 @@
 'libchromiumcontent-static-library-only.patch'
 'libchromiumcontent-use-system-ffmpeg.patch'
 'libchromiumcontent-use-system-tools.patch'
+'chromium-unset-madv_free.patch'
 'chromium-use-system-ffmpeg.patch'
 'chromium-use-system-libpng.patch'
 'chromium-use-system-minizip.patch'
@@ -77,6 +78,7 @@
 '7bc4cc154643712556f2cfbcba72bc08d032a52a39bccc61c91a7b230fe9a80e'
 '1c4c4ad492cd5bb437d4b0ee1001e3e01e952eee23b56e697e44294c715c97ba'
 '2fb2157c854dab173a2ef9b4aa0ab5bb3c0dd077447c4719c7554eee6e0546b6'
+'ccba3002243fb1f9a67c8a60af310706caa591d12aef45f1d0f4bda47626f3ab'
 'f890e35922a5e049491259354c221c8a51baff84092ef566ea590495e615445f'
 'caaa63eabcfdced965638b3353448fabda9bc4e6d898d8ec278ecac31502ded1'
 'ae8db257191600e5d1e3d3142c8b430652047c2b3575d82696573f1649154c62'
@@ -171,6 +173,7 @@
 echo "${_chromiumver}" > src/.version
   fi
   cd src
+  patch -Np1 -i "${srcdir}"/chromium-unset-madv_free.patch  # fixes crash with 
kernels < 4.5
   patch -Np1 -i "${srcdir}"/chromium-use-system-ffmpeg.patch
   patch -Np1 -i "${srcdir}"/chromium-use-system-libpng.patch
   patch -Np1 -i "${srcdir}"/chromium-use-system-minizip.patch

Added: chromium-unset-madv_free.patch
===
--- chromium-unset-madv_free.patch  (rev 0)
+++ chromium-unset-madv_free.patch  2016-08-18 12:46:07 UTC (rev 186943)
@@ -0,0 +1,14 @@
+--- a/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp
 b/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp
+@@ -41,6 +41,11 @@
+ #include 
+ #include 
+ 
++#if OS(LINUX) && defined(MADV_FREE)
++// Added in Linux 4.5, but it breaks the sandbox.
++#undef MADV_FREE
++#endif
++
+ #ifndef MADV_FREE
+ #define MADV_FREE MADV_DONTNEED
+ #endif


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

2016-08-18 Thread Ronald van Haren
Date: Thursday, August 18, 2016 @ 10:59:52
  Author: ronald
Revision: 273915

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

Added:
  terminology/repos/testing-i686/
  terminology/repos/testing-i686/PKGBUILD
(from rev 273914, terminology/trunk/PKGBUILD)
  terminology/repos/testing-x86_64/
  terminology/repos/testing-x86_64/PKGBUILD
(from rev 273914, terminology/trunk/PKGBUILD)

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

Copied: terminology/repos/testing-i686/PKGBUILD (from rev 273914, 
terminology/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-18 10:59:52 UTC (rev 273915)
@@ -0,0 +1,36 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=0.9.1
+pkgrel=3
+pkgdesc="EFL based terminal emulator"
+arch=('i686' 'x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+optdepends=('emotion_generic_players: video support')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('5b3dd4f0ce8c8a2384c8019843664cfb71f0bc37')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: terminology/repos/testing-x86_64/PKGBUILD (from rev 273914, 
terminology/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-18 10:59:52 UTC (rev 273915)
@@ -0,0 +1,36 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=0.9.1
+pkgrel=3
+pkgdesc="EFL based terminal emulator"
+arch=('i686' 'x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+optdepends=('emotion_generic_players: video support')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('5b3dd4f0ce8c8a2384c8019843664cfb71f0bc37')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2016-08-18 Thread Ronald van Haren
Date: Thursday, August 18, 2016 @ 10:59:23
  Author: ronald
Revision: 273912

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

Added:
  efl/repos/testing-i686/
  efl/repos/testing-i686/PKGBUILD
(from rev 273911, efl/trunk/PKGBUILD)
  efl/repos/testing-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 273911, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/testing-i686/eina_doxygen.patch
(from rev 273911, efl/trunk/eina_doxygen.patch)
  efl/repos/testing-x86_64/
  efl/repos/testing-x86_64/PKGBUILD
(from rev 273911, efl/trunk/PKGBUILD)
  efl/repos/testing-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 273911, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/testing-x86_64/eina_doxygen.patch
(from rev 273911, efl/trunk/eina_doxygen.patch)

--+
 testing-i686/PKGBUILD|   72 +
 testing-i686/efl-1.10.0-giflib-5.1.0.patch   |   39 +
 testing-i686/eina_doxygen.patch  |   10 +++
 testing-x86_64/PKGBUILD  |   72 +
 testing-x86_64/efl-1.10.0-giflib-5.1.0.patch |   39 +
 testing-x86_64/eina_doxygen.patch|   10 +++
 6 files changed, 242 insertions(+)

Copied: efl/repos/testing-i686/PKGBUILD (from rev 273911, efl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-18 10:59:23 UTC (rev 273912)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libspectre' 'libraw' 'librsvg' 'vlc')
+optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
+   'eina_doxygen.patch')
+sha1sums=('656ccdae1ac02bca2788f9e8a222cdd02bf110ac'
+  'ef2b961e793c711685623a149ab55b1bec9a3676')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+
+  # fix docs building
+  patch -Np0 -i ${srcdir}/eina_doxygen.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
+  --enable-liblz4 --enable-drm --enable-elput
+
+  make
+  make -j1 doc || return 0  # don't fail on the docs
+}
+
+package_efl(){
+  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR=${pkgdir} install
+
+  # install non-standard license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
+}
+
+package_efl-docs() {
+  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
+  depends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+}
+

Copied: efl/repos/testing-i686/efl-1.10.0-giflib-5.1.0.patch (from rev 273911, 
efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
===
--- testing-i686/efl-1.10.0-giflib-5.1.0.patch  (rev 0)
+++ testing-i686/efl-1.10.0-giflib-5.1.0.patch  2016-08-18 10:59:23 UTC (rev 
273912)
@@ -0,0 +1,39 @@
+diff -rupN a/src/modules/evas/loaders/gif/evas_image_load_gif.c 
b/src/modules/evas/loaders/gif/evas_image_load_gif.c
+--- a/src/modules/evas/loaders/gif/evas_image_load_gif.c   2014-05-19 
16:10:12.0 +
 b/src/modules/evas/loaders/gif/evas_image_load_gif.c   2014-06-01 
11:05:50.963850389 +
+@@ -528,7 +528,7 @@ evas_image_load_file_head_gif2(void *loa
+ret = EINA_TRUE;
+ 
+ on_error: // jump here on any errors to clean up
+-   if (gif) DGifCloseFile(gif);
++   if 

[arch-commits] Commit in enlightenment/trunk (PKGBUILD e_alert.patch)

2016-08-18 Thread Ronald van Haren
Date: Thursday, August 18, 2016 @ 10:59:31
  Author: ronald
Revision: 273913

upgpkg: enlightenment 0.21.1-1

update enlightenment and libs

Added:
  enlightenment/trunk/e_alert.patch
Modified:
  enlightenment/trunk/PKGBUILD

---+
 PKGBUILD  |   18 +-
 e_alert.patch |   22 ++
 2 files changed, 35 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 10:59:23 UTC (rev 273912)
+++ PKGBUILD2016-08-18 10:59:31 UTC (rev 273913)
@@ -2,23 +2,31 @@
 # Contributor: Enlightenment Developers 
>
 
 pkgname=enlightenment
-pkgver=0.20.10
+pkgver=0.21.1
 pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org;
 license=('BSD')
-depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
  'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
 optdepends=('connman: network module'
 'acpid: power events on laptop lid close'
-   'geoip-database: geolocation module')
+   'geoip-database: geolocation module')
 provides=('notification-daemon')
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
-source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
-sha1sums=('0f8b5b1e1cabfc9583d7080a9bfdf8631679fe9a')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz;
+'e_alert.patch')
+sha1sums=('b52cf961a15e89a062499f344713d8375f7891db'
+  '23e305c9f0eaa9d22963f2ac79c4d87a29fb422b')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # upstream build fix: define EFL_BETA_API_SUPPORT before any include
+  patch -Np1 -i ${srcdir}/e_alert.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: e_alert.patch
===
--- e_alert.patch   (rev 0)
+++ e_alert.patch   2016-08-18 10:59:31 UTC (rev 273913)
@@ -0,0 +1,22 @@
+diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c
+index b2bcd3c..c0cb3c6 100644
+--- a/src/bin/e_alert_main.c
 b/src/bin/e_alert_main.c
+@@ -1,5 +1,9 @@
+ #include "config.h"
+ 
++#ifdef HAVE_DRM2
++#  define EFL_BETA_API_SUPPORT
++#endif
++
+ #include 
+ #include 
+ #include 
+@@ -19,7 +23,6 @@
+ # ifdef HAVE_WL_DRM
+ #  include 
+ #  ifdef HAVE_DRM2
+-#   define EFL_BETA_API_SUPPORT
+ #   include 
+ #   include 
+ #  else


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

2016-08-18 Thread Ronald van Haren
Date: Thursday, August 18, 2016 @ 10:59:38
  Author: ronald
Revision: 273914

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

Added:
  enlightenment/repos/testing-i686/
  enlightenment/repos/testing-i686/PKGBUILD
(from rev 273913, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/testing-i686/e_alert.patch
(from rev 273913, enlightenment/trunk/e_alert.patch)
  enlightenment/repos/testing-x86_64/
  enlightenment/repos/testing-x86_64/PKGBUILD
(from rev 273913, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/testing-x86_64/e_alert.patch
(from rev 273913, enlightenment/trunk/e_alert.patch)

--+
 testing-i686/PKGBUILD|   48 +
 testing-i686/e_alert.patch   |   22 ++
 testing-x86_64/PKGBUILD  |   48 +
 testing-x86_64/e_alert.patch |   22 ++
 4 files changed, 140 insertions(+)

Copied: enlightenment/repos/testing-i686/PKGBUILD (from rev 273913, 
enlightenment/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-18 10:59:38 UTC (rev 273914)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.21.1
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+   'geoip-database: geolocation module')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz;
+'e_alert.patch')
+sha1sums=('b52cf961a15e89a062499f344713d8375f7891db'
+  '23e305c9f0eaa9d22963f2ac79c4d87a29fb422b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # upstream build fix: define EFL_BETA_API_SUPPORT before any include
+  patch -Np1 -i ${srcdir}/e_alert.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: enlightenment/repos/testing-i686/e_alert.patch (from rev 273913, 
enlightenment/trunk/e_alert.patch)
===
--- testing-i686/e_alert.patch  (rev 0)
+++ testing-i686/e_alert.patch  2016-08-18 10:59:38 UTC (rev 273914)
@@ -0,0 +1,22 @@
+diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c
+index b2bcd3c..c0cb3c6 100644
+--- a/src/bin/e_alert_main.c
 b/src/bin/e_alert_main.c
+@@ -1,5 +1,9 @@
+ #include "config.h"
+ 
++#ifdef HAVE_DRM2
++#  define EFL_BETA_API_SUPPORT
++#endif
++
+ #include 
+ #include 
+ #include 
+@@ -19,7 +23,6 @@
+ # ifdef HAVE_WL_DRM
+ #  include 
+ #  ifdef HAVE_DRM2
+-#   define EFL_BETA_API_SUPPORT
+ #   include 
+ #   include 
+ #  else

Copied: enlightenment/repos/testing-x86_64/PKGBUILD (from rev 273913, 
enlightenment/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-18 10:59:38 UTC (rev 273914)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.21.1
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+   'geoip-database: geolocation module')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz;
+'e_alert.patch')
+sha1sums=('b52cf961a15e89a062499f344713d8375f7891db'
+  '23e305c9f0eaa9d22963f2ac79c4d87a29fb422b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # upstream build fix: define EFL_BETA_API_SUPPORT before any include
+  patch -Np1 -i 

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

2016-08-18 Thread Ronald van Haren
Date: Thursday, August 18, 2016 @ 10:58:41
  Author: ronald
Revision: 273911

upgpkg: terminology 0.9.1-3

update enlightenment and libs

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 10:58:34 UTC (rev 273910)
+++ PKGBUILD2016-08-18 10:58:41 UTC (rev 273911)
@@ -4,12 +4,12 @@
 
 pkgname=terminology
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="EFL based terminal emulator"
 arch=('i686' 'x86_64')
 url="https://www.enlightenment.org/about-terminology;
 license=('BSD')
-depends=('elementary')
+depends=('efl')
 optdepends=('emotion_generic_players: video support')
 
source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('5b3dd4f0ce8c8a2384c8019843664cfb71f0bc37')


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

2016-08-18 Thread Ronald van Haren
Date: Thursday, August 18, 2016 @ 10:58:34
  Author: ronald
Revision: 273910

upgpkg: efl 1.18.0-1

update enlightenment and libs

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 03:54:26 UTC (rev 273909)
+++ PKGBUILD2016-08-18 10:58:34 UTC (rev 273910)
@@ -4,7 +4,7 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.17.2
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('i686' 'x86_64')
@@ -14,15 +14,14 @@
  'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
  'libxinerama' 'libxrandr' 'libxss' 'libinput'
  'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libspectre' 'libraw' 'librsvg' 'vlc')
+optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
 options=('!emptydirs')
 
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
'eina_doxygen.patch')
-sha1sums=('d72270e88d6e44cfe6a01386d3a7d9d3e6291f32'
+sha1sums=('656ccdae1ac02bca2788f9e8a222cdd02bf110ac'
   'ef2b961e793c711685623a149ab55b1bec9a3676')
 
 prepare() {
@@ -42,13 +41,15 @@
   --disable-static --disable-tslib --enable-fb \
   --enable-xinput22 --enable-multisense --enable-systemd \
   --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm
+  --enable-liblz4 --enable-drm --enable-elput
 
   make
-  make -j1 doc
+  make -j1 doc || return 0  # don't fail on the docs
 }
 
 package_efl(){
+  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
+
   cd "${srcdir}/${pkgname}-${pkgver}"
   make -j1 DESTDIR=${pkgdir} install
 


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 09:49:53
  Author: jsteel
Revision: 186941

upgpkg: aws-cli 1.10.57-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 09:49:49 UTC (rev 186940)
+++ PKGBUILD2016-08-18 09:49:53 UTC (rev 186941)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.10.56
+pkgver=1.10.57
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('9299c2f06d80bc2a70305facf7fdb0a4')
+md5sums=('63c8e62d4e242ddd1d1177c226e11424')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 09:49:45
  Author: jsteel
Revision: 186939

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-18 09:49:35 UTC (rev 186938)
+++ PKGBUILD2016-08-18 09:49:45 UTC (rev 186939)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.46
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d6118da1231a6a23aa8c96ba5e77bf75')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 186938, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-18 09:49:45 UTC (rev 186939)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.47
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('f4988861056e3d45e9f4605912f8d7a7')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 09:49:49
  Author: felixonmars
Revision: 186940

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

Added:
  deepin-wm/repos/community-testing-i686/
  deepin-wm/repos/community-testing-i686/PKGBUILD
(from rev 186938, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-testing-x86_64/
  deepin-wm/repos/community-testing-x86_64/PKGBUILD
(from rev 186938, deepin-wm/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   35 +++
 community-testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: deepin-wm/repos/community-testing-i686/PKGBUILD (from rev 186938, 
deepin-wm/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-18 09:49:49 UTC (rev 186940)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: deepin-wm/repos/community-testing-x86_64/PKGBUILD (from rev 186938, 
deepin-wm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-18 09:49:49 UTC (rev 186940)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 09:49:35
  Author: jsteel
Revision: 186938

upgpkg: python-botocore 1.4.47-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 09:49:27 UTC (rev 186937)
+++ PKGBUILD2016-08-18 09:49:35 UTC (rev 186938)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.46
+pkgver=1.4.47
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d6118da1231a6a23aa8c96ba5e77bf75')
+md5sums=('f4988861056e3d45e9f4605912f8d7a7')
 
 build() {
   cd botocore-$pkgver


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 09:50:02
  Author: jsteel
Revision: 186942

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 186941, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-18 09:49:53 UTC (rev 186941)
+++ PKGBUILD2016-08-18 09:50:02 UTC (rev 186942)
@@ -1,32 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.10.56
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('9299c2f06d80bc2a70305facf7fdb0a4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 186941, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-18 09:50:02 UTC (rev 186942)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.10.57
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('63c8e62d4e242ddd1d1177c226e11424')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+}


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 09:49:27
  Author: felixonmars
Revision: 186937

upgpkg: deepin-wm 1.1.1-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 09:47:05 UTC (rev 186936)
+++ PKGBUILD2016-08-18 09:49:27 UTC (rev 186937)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 09:46:45
  Author: felixonmars
Revision: 186935

upgpkg: deepin-metacity 3.20.3-1

Modified:
  deepin-metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 09:03:06 UTC (rev 186934)
+++ PKGBUILD2016-08-18 09:46:45 UTC (rev 186935)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
  
 pkgname=deepin-metacity
-pkgver=3.20.2
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="2D window manager for Deepin"
 arch=('i686' 'x86_64')


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 09:47:05
  Author: felixonmars
Revision: 186936

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

Added:
  deepin-metacity/repos/community-testing-i686/
  deepin-metacity/repos/community-testing-i686/PKGBUILD
(from rev 186935, deepin-metacity/trunk/PKGBUILD)
  deepin-metacity/repos/community-testing-x86_64/
  deepin-metacity/repos/community-testing-x86_64/PKGBUILD
(from rev 186935, deepin-metacity/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   32 
 community-testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: deepin-metacity/repos/community-testing-i686/PKGBUILD (from rev 186935, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-18 09:47:05 UTC (rev 186936)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+ 
+pkgname=deepin-metacity
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
+url="https://github.com/linuxdeepin/deepin-metacity;
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
+sha256sums=('SKIP')
+ 
+prepare() {
+  cd $pkgname
+}
+ 
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+   --disable-static --disable-schemas-compile
+  make
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: deepin-metacity/repos/community-testing-x86_64/PKGBUILD (from rev 
186935, deepin-metacity/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-18 09:47:05 UTC (rev 186936)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+ 
+pkgname=deepin-metacity
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
+url="https://github.com/linuxdeepin/deepin-metacity;
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
+sha256sums=('SKIP')
+ 
+prepare() {
+  cd $pkgname
+}
+ 
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+   --disable-static --disable-schemas-compile
+  make
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-18 Thread Alexander Rødseth
Date: Thursday, August 18, 2016 @ 09:03:06
  Author: arodseth
Revision: 186934

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

Added:
  povray/repos/community-staging-i686/
  povray/repos/community-staging-i686/PKGBUILD
(from rev 186933, povray/trunk/PKGBUILD)
  povray/repos/community-staging-i686/povray3.7.0_rc3-user-conf.patch
(from rev 186933, povray/trunk/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-staging-x86_64/
  povray/repos/community-staging-x86_64/PKGBUILD
(from rev 186933, povray/trunk/PKGBUILD)
  povray/repos/community-staging-x86_64/povray3.7.0_rc3-user-conf.patch
(from rev 186933, povray/trunk/povray3.7.0_rc3-user-conf.patch)

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/povray3.7.0_rc3-user-conf.patch   |   27 +
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/povray3.7.0_rc3-user-conf.patch |   27 +
 4 files changed, 172 insertions(+)

Copied: povray/repos/community-staging-i686/PKGBUILD (from rev 186933, 
povray/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 09:03:06 UTC (rev 186934)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Tom Newsom 
+# Contributor: tobias 
+# Contributor: red_over_blue
+# Contributor: neri
+
+pkgname=povray
+pkgver=3.7
+pkgrel=12
+epoch=1
+pkgdesc='Script based raytracer for creating 3D graphics'
+arch=('x86_64' 'i686')
+license=('AGPL3')
+url='http://povray.org/'
+depends=('libtiff' 'libpng' 'boost-libs')
+makedepends=('boost')
+backup=("etc/povray/$pkgver/povray.conf"
+"etc/povray/$pkgver/povray.ini")
+source=("$pkgname-$pkgver.zip::https://github.com/POV-Ray/povray/archive/3.7-stable.zip;
+'povray3.7.0_rc3-user-conf.patch')
+sha256sums=('9d4752c19a33bd1c804abc1642e2c6c2256af7ea47b0c534c6aa12938d05cf34'
+'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0')
+
+prepare() {
+  cd "$pkgname-$pkgver-stable"
+
+  cd unix
+  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
+  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
+  ./prebuild.sh
+  cd ..
+  ./bootstrap
+  patch -p1 < "$srcdir/povray3.7.0_rc3-user-conf.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver-stable"
+
+  ./configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Arch Linux' \
+--prefix=/usr --sysconfdir=/etc
+  make CXXFLAGS+="-std=c++03 -w -lboost_system -lboost_thread"
+  gzip -f povray.1
+}
+
+package() {
+  cd "$pkgname-$pkgver-stable"
+
+  install -d "$pkgdir/usr/share/$pkgname-$pkgver"
+  install -d "$pkgdir/usr/share/doc/$pkgname-$pkgver"
+  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$pkgver"
+  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$pkgver"
+  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
+  install -Dm644 povray.conf "$pkgdir/etc/povray/$pkgver/povray.conf"
+  install -Dm644 povray.ini "$pkgdir/etc/povray/$pkgver/povray.ini"
+  install -Dm644 povray.1.gz "$pkgdir/usr/share/man/man1/povray.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: povray/repos/community-staging-i686/povray3.7.0_rc3-user-conf.patch 
(from rev 186933, povray/trunk/povray3.7.0_rc3-user-conf.patch)
===
--- community-staging-i686/povray3.7.0_rc3-user-conf.patch  
(rev 0)
+++ community-staging-i686/povray3.7.0_rc3-user-conf.patch  2016-08-18 
09:03:06 UTC (rev 186934)
@@ -0,0 +1,27 @@
+ Makefile.am |   13 -
+ 1 files changed, 0 insertions(+), 13 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 76b394c..9822c52 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -107,19 +107,6 @@ install-data-local:
+   for f in $$filelist ; do \
+ $(INSTALL_DATA) $(top_srcdir)/doc/$$f $(DESTDIR)$(povdocdir)/$$f && 
echo "$(DESTDIR)$(povdocdir)/$$f" >> $(povinstall); \
+   done
+-  @echo "Creating user directories..."; \
+-  for p in $(povuser) $(povconfuser) ; do \
+-$(mkdir_p) $$p && chown $(povowner) $$p && chgrp $(povgroup) $$p && 
printf "%s\n" "$$p" "`cat $(povinstall)`" > $(povinstall); \
+-  done
+-  @echo "Copying user configuration and INI files..."; \
+-  for f in povray.conf povray.ini ; do \
+-if test -f $(povconfuser)/$$f; then \
+-  echo "Creating backup of $(povconfuser)/$$f"; \
+-  mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \
+-fi; \
+-  done; \
+-  $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf && 
chown $(povowner) $(povconfuser)/povray.conf && chgrp $(povgroup) 
$(povconfuser)/povray.conf  && echo 

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

2016-08-18 Thread Alexander Rødseth
Date: Thursday, August 18, 2016 @ 09:01:56
  Author: arodseth
Revision: 186933

upgpkg: povray 1:3.7-12

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 07:50:40 UTC (rev 186932)
+++ PKGBUILD2016-08-18 09:01:56 UTC (rev 186933)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Tom Newsom 
 # Contributor: tobias 
 # Contributor: red_over_blue
@@ -7,7 +7,7 @@
 
 pkgname=povray
 pkgver=3.7
-pkgrel=11
+pkgrel=12
 epoch=1
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')
@@ -39,7 +39,7 @@
 
   ./configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Arch Linux' \
 --prefix=/usr --sysconfdir=/etc
-  make CXXFLAGS+="-w -lboost_system -lboost_thread"
+  make CXXFLAGS+="-std=c++03 -w -lboost_system -lboost_thread"
   gzip -f povray.1
 }
 


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 07:50:40
  Author: jsteel
Revision: 186932

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-18 07:47:48 UTC (rev 186931)
+++ PKGBUILD2016-08-18 07:50:40 UTC (rev 186932)
@@ -1,28 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-
-pkgname=python-s3transfer
-pkgver=0.1.1
-pkgrel=1
-pkgdesc='Amazon S3 Transfer Manager for Python'
-arch=('any')
-url="https://github.com/boto/s3transfer;
-license=('Apache')
-depends=('python-botocore')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('4c7a75f8297bb05c6e546c4863514d20')
-
-build() {
-  cd s3transfer-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd s3transfer-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-s3transfer/repos/community-any/PKGBUILD (from rev 186931, 
python-s3transfer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-18 07:50:40 UTC (rev 186932)
@@ -0,0 +1,28 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-s3transfer
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='Amazon S3 Transfer Manager for Python'
+arch=('any')
+url="https://github.com/boto/s3transfer;
+license=('Apache')
+depends=('python-botocore')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('a3ca9ce00d31609dadf6ee7aaf3a3100')
+
+build() {
+  cd s3transfer-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd s3transfer-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-18 Thread Jonathan Steel
Date: Thursday, August 18, 2016 @ 07:47:48
  Author: jsteel
Revision: 186931

upgpkg: python-s3transfer 0.1.2-1

Modified:
  python-s3transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 00:32:05 UTC (rev 186930)
+++ PKGBUILD2016-08-18 07:47:48 UTC (rev 186931)
@@ -2,7 +2,7 @@
 # Contributor: Chris Severance aur.severach AatT spamgourmet.com
 
 pkgname=python-s3transfer
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc='Amazon S3 Transfer Manager for Python'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-botocore')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('4c7a75f8297bb05c6e546c4863514d20')
+md5sums=('a3ca9ce00d31609dadf6ee7aaf3a3100')
 
 build() {
   cd s3transfer-$pkgver


  1   2   >