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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 07:20:52
  Author: kkeen
Revision: 177803

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-03 05:20:33 UTC (rev 177802)
+++ community-i686/PKGBUILD 2016-06-03 05:20:52 UTC (rev 177803)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.2
-pkgrel=7
-pkgdesc="A library to talk to FTDI chips, optional python bindings."
-arch=('i686' 'x86_64')
-url="http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb' 'confuse')
-optdepends=('python: library bindings')
-makedepends=('boost' 'cmake' 'python' 'swig')
-# doxygen for docs, confuse for eeprom
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a'
-  'SKIP')
-validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
-
-prepare() {
-  cd "${pkgname}1-$pkgver"
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
-  sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" 
packages/99-libftdi.rules
-}
-
-build() {
-  cd "$srcdir/${pkgname}1-$pkgver"
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
--DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
-  make
-}
-
-# needs yet unknown dependencies
-#check() {
-#  cd "$srcdir/${pkgname}1-$pkgver/build"
-#  make check
-#}
-
-package() {
-  cd "${pkgname}1-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../packages/99-libftdi.rules" 
"$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
-  # FS#45053
-  cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples"
-}
-

Copied: libftdi/repos/community-i686/PKGBUILD (from rev 177802, 
libftdi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-03 05:20:52 UTC (rev 177803)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+# bug, python binding vanished with 3.4
+# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
+
+pkgname=libftdi
+pkgver=1.3
+pkgrel=1
+pkgdesc="A library to talk to FTDI chips, optional python bindings."
+arch=('i686' 'x86_64')
+url="http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb' 'confuse')
+optdepends=('python: library bindings')
+makedepends=('boost' 'cmake' 'python' 'swig')
+# doxygen for docs, confuse for eeprom
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.asc})
+sha1sums=('ff3bdc8ec6f9e0fffc735e2b4708fe574289107f'
+  'SKIP')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
+
+prepare() {
+  cd "${pkgname}1-$pkgver"
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
+  sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" 
packages/99-libftdi.rules
+}
+
+build() {
+  cd "$srcdir/${pkgname}1-$pkgver"
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
+-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
+  make
+}
+
+# needs yet unknown dependencies
+#check() {
+#  cd "$srcdir/${pkgname}1-$pkgver/build"
+#  make check
+#}
+
+package() {
+  cd "${pkgname}1-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../packages/99-libftdi.rules" 
"$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
+  # FS#45053
+  cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-03 05:20:33 UTC (rev 177802)
+++ community-x86_64/PKGBUILD   2016-06-03 05:20:52 UTC (rev 177803)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.2
-pkgrel=7
-pkgdesc="A library to talk to FTDI chips, optional 

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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 07:20:33
  Author: kkeen
Revision: 177802

upgpkg: libftdi 1.3-1

Modified:
  libftdi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 04:55:09 UTC (rev 177801)
+++ PKGBUILD2016-06-03 05:20:33 UTC (rev 177802)
@@ -5,8 +5,8 @@
 # Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
 
 pkgname=libftdi
-pkgver=1.2
-pkgrel=7
+pkgver=1.3
+pkgrel=1
 pkgdesc="A library to talk to FTDI chips, optional python bindings."
 arch=('i686' 'x86_64')
 url="http://www.intra2net.com/en/developer/libftdi/download.php;
@@ -15,8 +15,8 @@
 optdepends=('python: library bindings')
 makedepends=('boost' 'cmake' 'python' 'swig')
 # doxygen for docs, confuse for eeprom
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a'
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.asc})
+sha1sums=('ff3bdc8ec6f9e0fffc735e2b4708fe574289107f'
   'SKIP')
 validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
 


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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 06:54:41
  Author: kkeen
Revision: 177800

upgpkg: spectrwm 3.0.2-1

Modified:
  spectrwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 03:41:49 UTC (rev 177799)
+++ PKGBUILD2016-06-03 04:54:41 UTC (rev 177800)
@@ -3,8 +3,8 @@
 # Contributor: Christoph Zeiler 
 
 pkgname=spectrwm
-pkgver=3.0.1
-_ghver=3_0_1
+pkgver=3.0.2
+_ghver=3_0_2
 pkgrel=1
 pkgdesc="A minimalistic automatic tiling window manager that tries to stay out 
of the way."
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
LICENSE \
 baraction.sh \
 spectrwm-no-preload)
-md5sums=('4df6713ad2bea95431e07317573baf0f'
+md5sums=('b95af7630bfc1cae4de07286ac7e2318'
  'a67cfe51079481e5b0eab1ad371379e3'
  '950d663692e1da56e0ac864c6c3ed80e'
  '974d109ce0af39cc73936d5efd682480')


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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 06:55:09
  Author: kkeen
Revision: 177801

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

Added:
  spectrwm/repos/community-i686/LICENSE
(from rev 177800, spectrwm/trunk/LICENSE)
  spectrwm/repos/community-i686/PKGBUILD
(from rev 177800, spectrwm/trunk/PKGBUILD)
  spectrwm/repos/community-i686/baraction.sh
(from rev 177800, spectrwm/trunk/baraction.sh)
  spectrwm/repos/community-i686/spectrwm-no-preload
(from rev 177800, spectrwm/trunk/spectrwm-no-preload)
  spectrwm/repos/community-x86_64/LICENSE
(from rev 177800, spectrwm/trunk/LICENSE)
  spectrwm/repos/community-x86_64/PKGBUILD
(from rev 177800, spectrwm/trunk/PKGBUILD)
  spectrwm/repos/community-x86_64/baraction.sh
(from rev 177800, spectrwm/trunk/baraction.sh)
  spectrwm/repos/community-x86_64/spectrwm-no-preload
(from rev 177800, spectrwm/trunk/spectrwm-no-preload)
Deleted:
  spectrwm/repos/community-i686/LICENSE
  spectrwm/repos/community-i686/PKGBUILD
  spectrwm/repos/community-i686/baraction.sh
  spectrwm/repos/community-i686/spectrwm-no-preload
  spectrwm/repos/community-x86_64/LICENSE
  spectrwm/repos/community-x86_64/PKGBUILD
  spectrwm/repos/community-x86_64/baraction.sh
  spectrwm/repos/community-x86_64/spectrwm-no-preload

--+
 /LICENSE |   94 ++
 /PKGBUILD|  144 
 /baraction.sh|  164 +
 /spectrwm-no-preload |4 
 community-i686/LICENSE   |   47 -
 community-i686/PKGBUILD  |   72 --
 community-i686/baraction.sh  |   82 
 community-i686/spectrwm-no-preload   |2 
 community-x86_64/LICENSE |   47 -
 community-x86_64/PKGBUILD|   72 --
 community-x86_64/baraction.sh|   82 
 community-x86_64/spectrwm-no-preload |2 
 12 files changed, 406 insertions(+), 406 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-06-03 04:54:41 UTC (rev 177800)
+++ community-i686/LICENSE  2016-06-03 04:55:09 UTC (rev 177801)
@@ -1,47 +0,0 @@
-/*
- * Copyright (c) 2009 Marco Peereboom 
- * Copyright (c) 2009 Ryan McBride 
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-/*
- * Much code and ideas taken from dwm under the following license:
- * MIT/X Consortium License
- *
- * 2006-2008 Anselm R Garbe 
- * 2006-2007 Sander van Dijk 
- * 2006-2007 Jukka Salmi 
- * 2007 Premysl Hruby 
- * 2007 Szabolcs Nagy 
- * 2007 Christof Musik 
- * 2007-2008 Enno Gottox Boland 
- * 2007-2008 Peter Hartlich 
- * 2008 Martin Hurton 
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */

Copied: spectrwm/repos/community-i686/LICENSE (from rev 177800, 
spectrwm/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-06-03 04:55:09 UTC (rev 177801)
@@ -0,0 +1,47 @@
+/*
+ * Copyright 

[arch-commits] Commit in certbot-apache/repos (2 files)

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:30:47
  Author: fyan
Revision: 177795

archrelease: copy trunk to community-staging-any

Added:
  certbot-apache/repos/community-staging-any/
  certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 177794, certbot-apache/trunk/PKGBUILD)

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

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 177794, 
certbot-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-06-03 03:30:47 UTC (rev 177795)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-apache")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('59606f28699db04bf82f8837a7bad342'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:30:32
  Author: fyan
Revision: 177794

upgpkg: certbot-apache 0.8.0-1

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 03:24:55 UTC (rev 177793)
+++ PKGBUILD2016-06-03 03:30:32 UTC (rev 177794)
@@ -3,8 +3,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
 license=('Apache')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('e5f1291a382cd063c00c9646933b607d'
+md5sums=('59606f28699db04bf82f8837a7bad342'
  'SKIP')
 
 build() {


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

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:24:55
  Author: fyan
Revision: 177793

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-03 03:24:14 UTC (rev 177792)
+++ community-i686/PKGBUILD 2016-06-03 03:24:55 UTC (rev 177793)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=6.2.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
-makedepends=('python2' 'procps-ng' 'git')
-optdepends=('npm: nodejs package manager')
-source=("git+https://github.com/nodejs/node.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd node
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node
-  make test
-}
-
-package() {
-  cd node
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 177792, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-03 03:24:55 UTC (rev 177793)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=6.2.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
+makedepends=('python2' 'procps-ng' 'git')
+optdepends=('npm: nodejs package manager')
+source=("git+https://github.com/nodejs/node.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd node
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node
+  make test
+}
+
+package() {
+  cd node
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-03 03:24:14 UTC (rev 177792)
+++ community-x86_64/PKGBUILD   2016-06-03 03:24:55 UTC (rev 177793)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor 

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

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:24:14
  Author: fyan
Revision: 177792

upgpkg: nodejs 6.2.1-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 03:20:59 UTC (rev 177791)
+++ PKGBUILD2016-06-03 03:24:14 UTC (rev 177792)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')


[arch-commits] Commit in certbot-nginx/repos (2 files)

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:20:59
  Author: fyan
Revision: 177791

archrelease: copy trunk to community-staging-any

Added:
  certbot-nginx/repos/community-staging-any/
  certbot-nginx/repos/community-staging-any/PKGBUILD
(from rev 177790, certbot-nginx/trunk/PKGBUILD)

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

Copied: certbot-nginx/repos/community-staging-any/PKGBUILD (from rev 177790, 
certbot-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-06-03 03:20:59 UTC (rev 177791)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('bb9c5e307eca92d182573ad41c9b5473'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}


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

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:20:42
  Author: fyan
Revision: 177790

upgpkg: certbot-nginx 0.8.0-1

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 03:16:57 UTC (rev 177789)
+++ PKGBUILD2016-06-03 03:20:42 UTC (rev 177790)
@@ -3,8 +3,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
 license=('Apache')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('f88a0319e6828ecb06aa240d0c6c4b2f'
+md5sums=('bb9c5e307eca92d182573ad41c9b5473'
  'SKIP')
 
 build() {


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

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:16:57
  Author: fyan
Revision: 177789

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 177788, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-03 03:16:27 UTC (rev 177788)
+++ PKGBUILD2016-06-03 03:16:57 UTC (rev 177789)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.9.3
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 177788, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-03 03:16:57 UTC (rev 177789)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.9.5
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:16:27
  Author: fyan
Revision: 177788

upgpkg: npm 3.9.5-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 03:15:45 UTC (rev 177787)
+++ PKGBUILD2016-06-03 03:16:27 UTC (rev 177788)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.9.3
+pkgver=3.9.5
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:15:45
  Author: fyan
Revision: 177787

archrelease: copy trunk to community-staging-any

Added:
  certbot/repos/community-staging-any/
  certbot/repos/community-staging-any/PKGBUILD
(from rev 177786, certbot/trunk/PKGBUILD)

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

Copied: certbot/repos/community-staging-any/PKGBUILD (from rev 177786, 
certbot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-06-03 03:15:45 UTC (rev 177787)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/;
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
+ 'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
+ 'python2-zope-interface')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+"certbot-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('23b2152ae1ae14dd5f5ece522e95bf97'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:15:14
  Author: fyan
Revision: 177786

upgpkg: certbot 0.8.0-1

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 03:12:52 UTC (rev 177785)
+++ PKGBUILD2016-06-03 03:15:14 UTC (rev 177786)
@@ -3,8 +3,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
 license=('Apache')
@@ -22,7 +22,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('39a52c74352649341c97c0406d5fb97f'
+md5sums=('23b2152ae1ae14dd5f5ece522e95bf97'
  'SKIP')
 
 build() {


[arch-commits] Commit in python-acme/repos (2 files)

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:12:52
  Author: fyan
Revision: 177785

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 177784, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 177784, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-06-03 03:12:52 UTC (rev 177785)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('d2446acca5df423010f1b312f5aa1de08eba88fb30b0a5b5b6deeb1756702e366975f3e480b37d2d9a3489587623a3b282d6f2490ed22771b8cd91050492efcb')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
+   'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2016-06-02 Thread Felix Yan
Date: Friday, June 3, 2016 @ 05:12:30
  Author: fyan
Revision: 177784

upgpkg: python-acme 0.8.0-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 01:33:58 UTC (rev 177783)
+++ PKGBUILD2016-06-03 03:12:30 UTC (rev 177784)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -18,7 +18,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('064bc91fa8eeb353a27428191c04790cee16822e2b4d0f2461478008cc70cb0fb567a82e92eb20c073301cdc9eb38d47fd31dcfbce3c8ec60a0aefb25286683c')
+sha512sums=('d2446acca5df423010f1b312f5aa1de08eba88fb30b0a5b5b6deeb1756702e366975f3e480b37d2d9a3489587623a3b282d6f2490ed22771b8cd91050492efcb')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 03:33:58
  Author: kkeen
Revision: 177783

archrelease: copy trunk to community-any

Added:
  libuhd-firmware/repos/community-any/PKGBUILD
(from rev 177782, libuhd-firmware/trunk/PKGBUILD)
Deleted:
  libuhd-firmware/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-03 01:33:45 UTC (rev 177782)
+++ PKGBUILD2016-06-03 01:33:58 UTC (rev 177783)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=libuhd-firmware
-pkgver=3.9.3
-_verstring=003.009.003
-pkgrel=1
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
-arch=('any')
-url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
-license=('GPL')
-depends=('libuhd')
-#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
-source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
-md5sums=('15a01327422857a36a59152f38676698')
-
-package() {
-  cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -d "$pkgdir/usr/share/uhd/images/"
-  # multiple types of yuck
-  rm -rf winusb_driver
-  cp -r * "$pkgdir/usr/share/uhd/images/"
-}
-

Copied: libuhd-firmware/repos/community-any/PKGBUILD (from rev 177782, 
libuhd-firmware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-03 01:33:58 UTC (rev 177783)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd-firmware
+pkgver=3.9.4
+_verstring=003.009.004
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
+arch=('any')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('libuhd')
+#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
+source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
+md5sums=('e6d2b6b8f4dfc4aca108450f66b0fd4c')
+
+package() {
+  cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/share/uhd/images/"
+  # multiple types of yuck
+  rm -rf winusb_driver
+  cp -r * "$pkgdir/usr/share/uhd/images/"
+}
+


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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 03:33:45
  Author: kkeen
Revision: 177782

upgpkg: libuhd-firmware 3.9.4-1

Modified:
  libuhd-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 01:13:03 UTC (rev 177781)
+++ PKGBUILD2016-06-03 01:33:45 UTC (rev 177782)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler 
 
 pkgname=libuhd-firmware
-pkgver=3.9.3
-_verstring=003.009.003
+pkgver=3.9.4
+_verstring=003.009.004
 pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('libuhd')
 
#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
 
source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
-md5sums=('15a01327422857a36a59152f38676698')
+md5sums=('e6d2b6b8f4dfc4aca108450f66b0fd4c')
 
 package() {
   cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"


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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 03:13:03
  Author: kkeen
Revision: 177781

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-03 01:12:38 UTC (rev 177780)
+++ community-i686/PKGBUILD 2016-06-03 01:13:03 UTC (rev 177781)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=libuhd
-pkgver=3.9.3
-_verstring='003_009_003'
-pkgrel=2
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64' 'i686')
-url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
-
-source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('c9c1dbc571422fe6678611381765a41f')
-
-build() {
-  cd "$srcdir/uhd-release_$_verstring/host"
-  # fix for py2
-  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
-
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   -DENABLE_EXAMPLES=OFF \
-   -DENABLE_UTILS=ON \
-   -DENABLE_TESTS=OFF \
-   -DENABLE_E100=ON \
-   -DENABLE_E300=ON
-  make
-}
-
-check() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make test
-}
-
-package() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
-} 
-

Copied: libuhd/repos/community-i686/PKGBUILD (from rev 177780, 
libuhd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-03 01:13:03 UTC (rev 177781)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.9.4
+_verstring='003_009_004'
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('0d6451b50afc000d1d13a1f6fb33ba6c')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-03 01:12:38 UTC (rev 177780)
+++ community-x86_64/PKGBUILD   2016-06-03 01:13:03 UTC (rev 177781)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=libuhd
-pkgver=3.9.3
-_verstring='003_009_003'
-pkgrel=2
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64' 'i686')
-url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
-
-source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('c9c1dbc571422fe6678611381765a41f')
-

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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 03:12:38
  Author: kkeen
Revision: 177780

upgpkg: libuhd 3.9.4-1

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 00:50:30 UTC (rev 19)
+++ PKGBUILD2016-06-03 01:12:38 UTC (rev 177780)
@@ -3,9 +3,9 @@
 # Contributor: Dominik Heidler 
 
 pkgname=libuhd
-pkgver=3.9.3
-_verstring='003_009_003'
-pkgrel=2
+pkgver=3.9.4
+_verstring='003_009_004'
+pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64' 'i686')
 url="http://www.ettus.com/kb/category/software-documentation/uhd-manual;
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
 
 
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('c9c1dbc571422fe6678611381765a41f')
+md5sums=('0d6451b50afc000d1d13a1f6fb33ba6c')
 
 build() {
   cd "$srcdir/uhd-release_$_verstring/host"


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

2016-06-02 Thread Allan McRae
Date: Friday, June 3, 2016 @ 02:56:47
  Author: allan
Revision: 268858

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

Added:
  glibc/repos/testing-i686/PKGBUILD
(from rev 268857, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc.install
(from rev 268857, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 268857, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 268857, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 268857, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc.install
(from rev 268857, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 268857, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 268857, glibc/trunk/locale.gen.txt)
Deleted:
  glibc/repos/testing-i686/PKGBUILD
  glibc/repos/testing-i686/glibc.install
  glibc/repos/testing-i686/locale-gen
  glibc/repos/testing-i686/locale.gen.txt
  glibc/repos/testing-x86_64/PKGBUILD
  glibc/repos/testing-x86_64/glibc.install
  glibc/repos/testing-x86_64/locale-gen
  glibc/repos/testing-x86_64/locale.gen.txt

---+
 /PKGBUILD |  274 
 /glibc.install|   10 +
 /locale-gen   |   84 
 /locale.gen.txt   |   46 ++
 testing-i686/PKGBUILD |  137 
 testing-i686/glibc.install|5 
 testing-i686/locale-gen   |   42 --
 testing-i686/locale.gen.txt   |   23 ---
 testing-x86_64/PKGBUILD   |  137 
 testing-x86_64/glibc.install  |5 
 testing-x86_64/locale-gen |   42 --
 testing-x86_64/locale.gen.txt |   23 ---
 12 files changed, 414 insertions(+), 414 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-06-03 00:50:22 UTC (rev 268857)
+++ testing-i686/PKGBUILD   2016-06-03 00:56:47 UTC (rev 268858)
@@ -1,137 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
-# NOTE: valgrind requires rebuilt with each major glibc version
-
-pkgname=glibc
-pkgver=2.23
-pkgrel=5
-_commit=1915d6d1
-pkgdesc="GNU C Library"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/libc;
-license=('GPL' 'LGPL')
-groups=('base')
-depends=('linux-api-headers>=4.1' 'tzdata' 'filesystem')
-makedepends=('gcc>=5.2' 'git')
-backup=(etc/gai.conf
-etc/locale.gen
-etc/nscd.conf)
-options=('!strip' 'staticlibs')
-install=glibc.install
-source=(git://sourceware.org/git/glibc.git#commit=${_commit}
-locale.gen.txt
-locale-gen)
-md5sums=('SKIP'
- '07ac979b6ab5eeb778d55f041529d623'
- '476e9113489f93b348b21e144b6a8fcf')
-
-prepare() {
-  mkdir glibc-build
-}
-
-build() {
-  cd glibc-build
-
-  if [[ ${CARCH} = "i686" ]]; then
-# Hack to fix NPTL issues with Xen, only required on 32bit platforms
-# TODO: make separate glibc-xen package for i686
-export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
-  fi
-
-  echo "slibdir=/usr/lib" >> configparms
-  echo "rtlddir=/usr/lib" >> configparms
-  echo "sbindir=/usr/bin" >> configparms
-  echo "rootsbindir=/usr/bin" >> configparms
-
-  # remove hardening options for building libraries
-  CFLAGS=${CFLAGS/-fstack-protector-strong/}
-  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
-
-  ../${pkgname}/configure --prefix=/usr \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --with-headers=/usr/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-add-ons \
-  --enable-obsolete-rpc \
-  --enable-kernel=2.6.32 \
-  --enable-bind-now --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --enable-multi-arch \
-  --disable-werror
-
-  # build libraries with hardening disabled
-  echo "build-programs=no" >> configparms
-  make
-
-  # re-enable hardening for programs
-  sed -i "/build-programs=/s#no#yes#" configparms
-  echo "CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
-  echo "CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
-  make
-
-  # remove harding in preparation to run test-suite
-  sed -i '/FORTIFY/d' configparms
-}
-
-check() {
-  cd glibc-build
-
-  # some failures are "expected"
-  make check || true
-}
-
-package() {
-  cd glibc-build
-
-  install -dm755 ${pkgdir}/etc
-  touch ${pkgdir}/etc/ld.so.conf
-
-  make install_root=${pkgdir} install
-
-  rm -f ${pkgdir}/etc/ld.so.{cache,conf}
-
-  install -dm755 ${pkgdir}/usr/lib/{locale,systemd/system,tmpfiles.d}
-
-  install -m644 ${srcdir}/${pkgname}/nscd/nscd.conf ${pkgdir}/etc/nscd.conf
-  install -m644 ${srcdir}/${pkgname}/nscd/nscd.service 
${pkgdir}/usr/lib/systemd/system
-  install -m644 

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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 02:50:30
  Author: kkeen
Revision: 19

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-03 00:49:55 UTC (rev 18)
+++ community-i686/PKGBUILD 2016-06-03 00:50:30 UTC (rev 19)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-# it looks like the release model has gotten better
-# keeping it more modular for now though
-
-pkgname=bladerf
-_libver=1.4.2
-_CLIver=1.2.1
-_FPGAver=0.4.1
-_firmver=1.8.1
-pkgver=$_libver
-pkgrel=2
-pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
-url="https://github.com/Nuand/bladeRF;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake' 'help2man' 'doxygen')
-#backup=("etc/bladerf.cfg")
-
-source=(
-"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz;
-"http://nuand.com/fpga/v$_FPGAver/hostedx40.rbf;
-"http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
-"http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
-
-md5sums=('35bdf9469922268daed9deae85ba0d4f'
- '4bdfc5543d7167d7f59fcf7d38b28945'
- 'ae639096fa40478c965e765052dd530c'
- '81cb33ced14bcd2942c8236fb6b533f5')
-
-# bladeRF-cli is bundled with libbladeRF
-# bladeRF-cli can use libtecla (aur)?
-
-prepare() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  # FS#47168
-  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
-}
-
-build() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DINSTALL_UDEV_RULES=ON \
--DBUILD_DOCUMENTATION=ON \
--DCMAKE_INSTALL_LIBDIR:PATH=lib \
--Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-  # ENABLE_FX3_BUILD needs cypress toolchain
-  # really really wants to put files in /usr/lib64
-}
-
-package() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver/build"
-  make DESTDIR="${pkgdir}" install
-  cd "$srcdir"
-  install -Dm644 "bladeRF_fw_v$_firmver.img" 
"$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
-  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
-  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
-}

Copied: bladerf/repos/community-i686/PKGBUILD (from rev 18, 
bladerf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-03 00:50:30 UTC (rev 19)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+# it looks like the release model has gotten better
+# keeping it more modular for now though
+
+pkgname=bladerf
+_libver=1.7.1
+_CLIver=1.4.0
+_FPGAver=0.6.0
+_firmver=2.0.0
+pkgver=$_libver
+pkgrel=1
+pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
+url="https://github.com/Nuand/bladeRF;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake' 'help2man' 'doxygen')
+#backup=("etc/bladerf.cfg")
+
+source=(
+"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz;
+"http://nuand.com/fpga/v$_FPGAver/hostedx40.rbf;
+"http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
+"http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
+
+md5sums=('81adc4c1f2a2f5c1d9e66da425ebe7d3'
+ '29a65d08e3a98f16dd26dee5bc9200a1'
+ '326dc7f8e87b6f38716470b43de8b4e2'
+ '7b7426c9eb4ccbf0c32e04fd578a75ae')
+
+# bladeRF-cli is bundled with libbladeRF
+# bladeRF-cli can use libtecla (aur)?
+
+prepare() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  # FS#47168
+  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
+}
+
+build() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DINSTALL_UDEV_RULES=ON \
+-DBUILD_DOCUMENTATION=ON \
+-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+-Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+  # ENABLE_FX3_BUILD needs cypress toolchain
+  # really really wants to put files in /usr/lib64
+}
+
+package() {
+  cd 

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

2016-06-02 Thread Allan McRae
Date: Friday, June 3, 2016 @ 02:50:22
  Author: allan
Revision: 268857

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

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 268856, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc.install
(from rev 268856, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 268856, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 268856, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 268856, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc.install
(from rev 268856, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 268856, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 268856, glibc/trunk/locale.gen.txt)

---+
 testing-i686/PKGBUILD |  137 
 testing-i686/glibc.install|5 +
 testing-i686/locale-gen   |   42 
 testing-i686/locale.gen.txt   |   23 ++
 testing-x86_64/PKGBUILD   |  137 
 testing-x86_64/glibc.install  |5 +
 testing-x86_64/locale-gen |   42 
 testing-x86_64/locale.gen.txt |   23 ++
 8 files changed, 414 insertions(+)

Copied: glibc/repos/testing-i686/PKGBUILD (from rev 268856, 
glibc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-03 00:50:22 UTC (rev 268857)
@@ -0,0 +1,137 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+pkgname=glibc
+pkgver=2.23
+pkgrel=5
+_commit=1915d6d1
+pkgdesc="GNU C Library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libc;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=('linux-api-headers>=4.1' 'tzdata' 'filesystem')
+makedepends=('gcc>=5.2' 'git')
+backup=(etc/gai.conf
+etc/locale.gen
+etc/nscd.conf)
+options=('!strip' 'staticlibs')
+install=glibc.install
+source=(git://sourceware.org/git/glibc.git#commit=${_commit}
+locale.gen.txt
+locale-gen)
+md5sums=('SKIP'
+ '07ac979b6ab5eeb778d55f041529d623'
+ '476e9113489f93b348b21e144b6a8fcf')
+
+prepare() {
+  mkdir glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  if [[ ${CARCH} = "i686" ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
+  fi
+
+  echo "slibdir=/usr/lib" >> configparms
+  echo "rtlddir=/usr/lib" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  # remove hardening options for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ../${pkgname}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --enable-multi-arch \
+  --disable-werror
+
+  # build libraries with hardening disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable hardening for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+  echo "CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+  # remove harding in preparation to run test-suite
+  sed -i '/FORTIFY/d' configparms
+}
+
+check() {
+  cd glibc-build
+
+  # some failures are "expected"
+  make check || true
+}
+
+package() {
+  cd glibc-build
+
+  install -dm755 ${pkgdir}/etc
+  touch ${pkgdir}/etc/ld.so.conf
+
+  make install_root=${pkgdir} install
+
+  rm -f ${pkgdir}/etc/ld.so.{cache,conf}
+
+  install -dm755 ${pkgdir}/usr/lib/{locale,systemd/system,tmpfiles.d}
+
+  install -m644 ${srcdir}/${pkgname}/nscd/nscd.conf ${pkgdir}/etc/nscd.conf
+  install -m644 ${srcdir}/${pkgname}/nscd/nscd.service 
${pkgdir}/usr/lib/systemd/system
+  install -m644 ${srcdir}/${pkgname}/nscd/nscd.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/nscd.conf
+
+  install -m644 ${srcdir}/${pkgname}/posix/gai.conf ${pkgdir}/etc/gai.conf
+
+  install -m755 ${srcdir}/locale-gen ${pkgdir}/usr/bin
+
+  # create /etc/locale.gen
+  install -m644 ${srcdir}/locale.gen.txt ${pkgdir}/etc/locale.gen
+  sed -e '1,3d' -e 's|/| |g' -e 's|\\| |g' -e 's|^|#|g' \
+${srcdir}/glibc/localedata/SUPPORTED >> 

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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 02:49:55
  Author: kkeen
Revision: 18

upgpkg: bladerf 1.7.1-1

Modified:
  bladerf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 00:35:33 UTC (rev 17)
+++ PKGBUILD2016-06-03 00:49:55 UTC (rev 18)
@@ -6,12 +6,12 @@
 # keeping it more modular for now though
 
 pkgname=bladerf
-_libver=1.4.2
-_CLIver=1.2.1
-_FPGAver=0.4.1
-_firmver=1.8.1
+_libver=1.7.1
+_CLIver=1.4.0
+_FPGAver=0.6.0
+_firmver=2.0.0
 pkgver=$_libver
-pkgrel=2
+pkgrel=1
 pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
 url="https://github.com/Nuand/bladeRF;
 arch=('i686' 'x86_64')
@@ -26,10 +26,10 @@
 "http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
 "http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
 
-md5sums=('35bdf9469922268daed9deae85ba0d4f'
- '4bdfc5543d7167d7f59fcf7d38b28945'
- 'ae639096fa40478c965e765052dd530c'
- '81cb33ced14bcd2942c8236fb6b533f5')
+md5sums=('81adc4c1f2a2f5c1d9e66da425ebe7d3'
+ '29a65d08e3a98f16dd26dee5bc9200a1'
+ '326dc7f8e87b6f38716470b43de8b4e2'
+ '7b7426c9eb4ccbf0c32e04fd578a75ae')
 
 # bladeRF-cli is bundled with libbladeRF
 # bladeRF-cli can use libtecla (aur)?


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

2016-06-02 Thread Allan McRae
Date: Friday, June 3, 2016 @ 02:47:54
  Author: allan
Revision: 268856

upgpkg: glibc 2.23-5

CVE-2016-4429

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 16:43:50 UTC (rev 268855)
+++ PKGBUILD2016-06-03 00:47:54 UTC (rev 268856)
@@ -6,8 +6,8 @@
 
 pkgname=glibc
 pkgver=2.23
-pkgrel=4
-_commit=a37d61a6
+pkgrel=5
+_commit=1915d6d1
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libc;


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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 02:35:33
  Author: kkeen
Revision: 17

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

Added:
  gtkwave/repos/community-i686/PKGBUILD
(from rev 16, gtkwave/trunk/PKGBUILD)
  gtkwave/repos/community-i686/gtkwave.install
(from rev 16, gtkwave/trunk/gtkwave.install)
  gtkwave/repos/community-x86_64/PKGBUILD
(from rev 16, gtkwave/trunk/PKGBUILD)
  gtkwave/repos/community-x86_64/gtkwave.install
(from rev 16, gtkwave/trunk/gtkwave.install)
Deleted:
  gtkwave/repos/community-i686/PKGBUILD
  gtkwave/repos/community-i686/gtkwave.install
  gtkwave/repos/community-x86_64/PKGBUILD
  gtkwave/repos/community-x86_64/gtkwave.install

--+
 /PKGBUILD|   76 +
 /gtkwave.install |   14 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/gtkwave.install   |7 ---
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/gtkwave.install |7 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-03 00:34:56 UTC (rev 16)
+++ community-i686/PKGBUILD 2016-06-03 00:35:33 UTC (rev 17)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jared Casper 
-
-pkgname=gtkwave
-pkgver=3.3.72
-pkgrel=2
-pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
-arch=('i686' 'x86_64')
-url='http://gtkwave.sourceforge.net'
-license=('GPL' 'MIT')
-depends=('bzip2' 'xz' 'gtk2' 'desktop-file-utils')
-makedepends=('gperf')
-install='gtkwave.install'
-source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz;)
-md5sums=('12455510beb3f816777081567fcbe735')
-
-build() {
-  cd "$srcdir/gtkwave-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-tcl \
---disable-mime-update
-
-  make CFLAGS=-D_LARGEFILE64_SOURCE
-}
-
-package() {
-  cd "$srcdir/gtkwave-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "$srcdir/gtkwave-$pkgver/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/gtkwave/LICENSE.TXT"
-}
-

Copied: gtkwave/repos/community-i686/PKGBUILD (from rev 16, 
gtkwave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-03 00:35:33 UTC (rev 17)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jared Casper 
+
+pkgname=gtkwave
+pkgver=3.3.72
+pkgrel=3
+pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
+arch=('i686' 'x86_64')
+url='http://gtkwave.sourceforge.net'
+license=('GPL' 'MIT')
+depends=('bzip2' 'xz' 'gtk2' 'desktop-file-utils')
+makedepends=('gperf')
+install='gtkwave.install'
+source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz;)
+md5sums=('12455510beb3f816777081567fcbe735')
+
+build() {
+  cd "$srcdir/gtkwave-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-tcl \
+--disable-mime-update
+
+  make CFLAGS="-D_LARGEFILE64_SOURCE -O"
+}
+
+package() {
+  cd "$srcdir/gtkwave-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "$srcdir/gtkwave-$pkgver/LICENSE.TXT" \
+"$pkgdir/usr/share/licenses/gtkwave/LICENSE.TXT"
+}
+

Deleted: community-i686/gtkwave.install
===
--- community-i686/gtkwave.install  2016-06-03 00:34:56 UTC (rev 16)
+++ community-i686/gtkwave.install  2016-06-03 00:35:33 UTC (rev 17)
@@ -1,7 +0,0 @@
-post_install() {
-  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
-  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
-  echo 'It contains the prefs for a good configuration that most people find'
-  echo 'ergonomic.  It is not strictly necessary however.'
-}
-

Copied: gtkwave/repos/community-i686/gtkwave.install (from rev 16, 
gtkwave/trunk/gtkwave.install)
===
--- community-i686/gtkwave.install  (rev 0)
+++ community-i686/gtkwave.install  2016-06-03 00:35:33 UTC (rev 17)
@@ -0,0 +1,7 @@
+post_install() {
+  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
+  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
+  echo 'It contains the prefs for a good configuration that most people find'
+  echo 'ergonomic.  It is not strictly necessary however.'
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 02:34:56
  Author: kkeen
Revision: 16

upgpkg: gtkwave 3.3.72-3 fix compile flags

Modified:
  gtkwave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 00:18:37 UTC (rev 15)
+++ PKGBUILD2016-06-03 00:34:56 UTC (rev 16)
@@ -5,7 +5,7 @@
 
 pkgname=gtkwave
 pkgver=3.3.72
-pkgrel=2
+pkgrel=3
 pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
 arch=('i686' 'x86_64')
 url='http://gtkwave.sourceforge.net'
@@ -24,7 +24,7 @@
 --disable-tcl \
 --disable-mime-update
 
-  make CFLAGS=-D_LARGEFILE64_SOURCE
+  make CFLAGS="-D_LARGEFILE64_SOURCE -O"
 }
 
 package() {


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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 02:18:37
  Author: kkeen
Revision: 15

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-03 00:18:21 UTC (rev 14)
+++ PKGBUILD2016-06-03 00:18:37 UTC (rev 15)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=python-entrypoints
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="https://pypi.python.org/pypi/entrypoints;
-arch=('any')
-url="https://github.com/takluyver/entrypoints;
-license=('MIT')
-depends=('python')
-source=("https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;)
-md5sums=('e4c017e58c00d2e113e1deaf1f25e526')
-
-package() {
-  cd "$srcdir/entrypoints-$pkgver"
-  # no setup/makefile provided
-  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.5/site-packages/entrypoints.py"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-entrypoints/repos/community-any/PKGBUILD (from rev 14, 
python-entrypoints/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-03 00:18:37 UTC (rev 15)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=python-entrypoints
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="https://pypi.python.org/pypi/entrypoints;
+arch=('any')
+url="https://github.com/takluyver/entrypoints;
+license=('MIT')
+depends=('python')
+source=("https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;)
+md5sums=('7dae980f7c6affd777dc60a51c8d0b0b')
+
+package() {
+  cd "$srcdir/entrypoints-$pkgver"
+  # no setup/makefile provided
+  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.5/site-packages/entrypoints.py"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 02:18:21
  Author: kkeen
Revision: 14

upgpkg: python-entrypoints 0.2.2-1

Modified:
  python-entrypoints/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 00:11:49 UTC (rev 13)
+++ PKGBUILD2016-06-03 00:18:21 UTC (rev 14)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=python-entrypoints
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="https://pypi.python.org/pypi/entrypoints;
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python')
 source=("https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;)
-md5sums=('e4c017e58c00d2e113e1deaf1f25e526')
+md5sums=('7dae980f7c6affd777dc60a51c8d0b0b')
 
 package() {
   cd "$srcdir/entrypoints-$pkgver"


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

2016-06-02 Thread Sven-Hendrik Haase
Date: Friday, June 3, 2016 @ 02:11:49
  Author: svenstaro
Revision: 13

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

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

---+
 /PKGBUILD |  148 
 community-i686/PKGBUILD   |   73 -
 community-x86_64/PKGBUILD |   73 -
 3 files changed, 148 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-03 00:11:40 UTC (rev 12)
+++ community-i686/PKGBUILD 2016-06-03 00:11:49 UTC (rev 13)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: philefou 
-# Contributor: lindquist 
-# Contributor: Christoph Siegenthaler 
-# Contributor: Mihai Militaru 
-# Contributor: SpepS 
-
-pkgbase=glfw
-pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
-pkgver=3.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.glfw.org/;
-license=('custom:ZLIB')
-makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
- 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
- 'libxcursor' 'libxkbcommon' 'libxinerama')
-source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
-md5sums=('a4a7248d771717a84c8997b7b712cd57')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  [[ -d build-x11 ]] && rm -r build-x11
-  mkdir build-x11 && cd build-x11
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON
-  make docs
-
-  cd ..
-
-  [[ -d build-wayland ]] && rm -r build-wayland
-  mkdir build-wayland && cd build-wayland
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON \
-  -DGLFW_USE_WAYLAND=ON
-}
-
-package_glfw-x11() {
-  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
-  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-x11
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_glfw-wayland() {
-  pkgdesc="A free, open source, portable framework for graphical application 
development (wayland)"
-  depends=('wayland' 'libxkbcommon' 'libgl')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_glfw-doc() {
-  pkgdesc="Set of HTML documentation for GLFW"
-
-  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
-  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" 
"${pkgdir}/usr/share/doc/glfw"
-}

Copied: glfw/repos/community-i686/PKGBUILD (from rev 12, 
glfw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-03 00:11:49 UTC (rev 13)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: philefou 
+# Contributor: lindquist 
+# Contributor: Christoph Siegenthaler 
+# Contributor: Mihai Militaru 
+# Contributor: SpepS 
+
+pkgbase=glfw
+pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+pkgver=3.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.glfw.org/;
+license=('custom:ZLIB')
+makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
+ 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
+ 'libxcursor' 'libxkbcommon' 'libxinerama')
+source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
+md5sums=('a4a7248d771717a84c8997b7b712cd57')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  [[ -d build-x11 ]] && rm -r build-x11
+  mkdir build-x11 && cd build-x11
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON
+  make docs
+
+  cd ..
+
+  [[ -d build-wayland ]] && rm -r build-wayland
+  mkdir build-wayland && cd build-wayland
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON \
+  -DGLFW_USE_WAYLAND=ON
+}
+
+package_glfw-x11() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
+  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+  replaces=('glfw')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-x11
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_glfw-wayland() {
+  pkgdesc="A free, open source, portable 

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

2016-06-02 Thread Sven-Hendrik Haase
Date: Friday, June 3, 2016 @ 02:11:40
  Author: svenstaro
Revision: 12

upgpkg: glfw 3.2-2

replace glfw

Modified:
  glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 23:50:40 UTC (rev 11)
+++ PKGBUILD2016-06-03 00:11:40 UTC (rev 12)
@@ -9,7 +9,7 @@
 pkgbase=glfw
 pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.glfw.org/;
 license=('custom:ZLIB')
@@ -44,6 +44,7 @@
 package_glfw-x11() {
   pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
   depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+  replaces=('glfw')
 
   cd "$srcdir/$pkgbase-$pkgver"/build-x11
 


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

2016-06-02 Thread Sven-Hendrik Haase
Date: Friday, June 3, 2016 @ 01:50:40
  Author: svenstaro
Revision: 11

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

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

---+
 /PKGBUILD |  146 
 community-i686/PKGBUILD   |   47 --
 community-x86_64/PKGBUILD |   47 --
 3 files changed, 146 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-02 23:50:28 UTC (rev 10)
+++ community-i686/PKGBUILD 2016-06-02 23:50:40 UTC (rev 11)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: philefou 
-# Contributor: lindquist 
-# Contributor: Christoph Siegenthaler 
-# Contributor: Mihai Militaru 
-# Contributor: SpepS 
-
-pkgname=('glfw' 'glfw-doc')
-pkgver=3.1.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.glfw.org/;
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0bf912994a920ce7a2d8172b3438bcfe')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON
-  make docs
-}
-
-package_glfw() {
-  pkgdesc="A free, open source, portable framework for OpenGL application 
development"
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_glfw-doc() {
-  pkgdesc="Set of HTML documentation for GLFW"
-  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
-  cp -r "${srcdir}/glfw-${pkgver}/docs/html" "${pkgdir}/usr/share/doc/glfw"
-}

Copied: glfw/repos/community-i686/PKGBUILD (from rev 10, 
glfw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 23:50:40 UTC (rev 11)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: philefou 
+# Contributor: lindquist 
+# Contributor: Christoph Siegenthaler 
+# Contributor: Mihai Militaru 
+# Contributor: SpepS 
+
+pkgbase=glfw
+pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+pkgver=3.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.glfw.org/;
+license=('custom:ZLIB')
+makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
+ 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
+ 'libxcursor' 'libxkbcommon' 'libxinerama')
+source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
+md5sums=('a4a7248d771717a84c8997b7b712cd57')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  [[ -d build-x11 ]] && rm -r build-x11
+  mkdir build-x11 && cd build-x11
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON
+  make docs
+
+  cd ..
+
+  [[ -d build-wayland ]] && rm -r build-wayland
+  mkdir build-wayland && cd build-wayland
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON \
+  -DGLFW_USE_WAYLAND=ON
+}
+
+package_glfw-x11() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
+  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-x11
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_glfw-wayland() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (wayland)"
+  depends=('wayland' 'libxkbcommon' 'libgl')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_glfw-doc() {
+  pkgdesc="Set of HTML documentation for GLFW"
+
+  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
+  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" 
"${pkgdir}/usr/share/doc/glfw"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-02 23:50:28 UTC (rev 10)
+++ community-x86_64/PKGBUILD   2016-06-02 23:50:40 UTC (rev 11)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# 

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

2016-06-02 Thread Sven-Hendrik Haase
Date: Friday, June 3, 2016 @ 01:50:28
  Author: svenstaro
Revision: 10

upgpkg: glfw 3.2-1

upstream release 3.2

Modified:
  glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 21:07:48 UTC (rev 177769)
+++ PKGBUILD2016-06-02 23:50:28 UTC (rev 10)
@@ -6,34 +6,47 @@
 # Contributor: Mihai Militaru 
 # Contributor: SpepS 
 
-pkgname=('glfw' 'glfw-doc')
-pkgver=3.1.2
+pkgbase=glfw
+pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+pkgver=3.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.glfw.org/;
 license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0bf912994a920ce7a2d8172b3438bcfe')
+makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
+ 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
+ 'libxcursor' 'libxkbcommon' 'libxinerama')
+source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
+md5sums=('a4a7248d771717a84c8997b7b712cd57')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
 
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
+  [[ -d build-x11 ]] && rm -r build-x11
+  mkdir build-x11 && cd build-x11
 
   cmake .. \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DBUILD_SHARED_LIBS=ON
   make docs
+
+  cd ..
+
+  [[ -d build-wayland ]] && rm -r build-wayland
+  mkdir build-wayland && cd build-wayland
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON \
+  -DGLFW_USE_WAYLAND=ON
 }
 
-package_glfw() {
-  pkgdesc="A free, open source, portable framework for OpenGL application 
development"
-  cd "$srcdir/$pkgname-$pkgver"
+package_glfw-x11() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
+  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
 
-  cd build
+  cd "$srcdir/$pkgbase-$pkgver"/build-x11
+
   make DESTDIR=$pkgdir install
 
   cd ..
@@ -40,8 +53,21 @@
   install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
+package_glfw-wayland() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (wayland)"
+  depends=('wayland' 'libxkbcommon' 'libgl')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
 package_glfw-doc() {
   pkgdesc="Set of HTML documentation for GLFW"
+
   mkdir -p "${pkgdir}/usr/share/doc/glfw/"
-  cp -r "${srcdir}/glfw-${pkgver}/docs/html" "${pkgdir}/usr/share/doc/glfw"
+  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" 
"${pkgdir}/usr/share/doc/glfw"
 }


[arch-commits] Commit in kmplayer (5 files)

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 23:07:48
  Author: arojas
Revision: 177769

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

Added:
  kmplayer/repos/
  kmplayer/repos/community-i686/
  kmplayer/repos/community-i686/PKGBUILD
(from rev 177768, kmplayer/trunk/PKGBUILD)
  kmplayer/repos/community-x86_64/
  kmplayer/repos/community-x86_64/PKGBUILD
(from rev 177768, kmplayer/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   41 +
 community-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: kmplayer/repos/community-i686/PKGBUILD (from rev 177768, 
kmplayer/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-06-02 21:07:48 UTC (rev 177769)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=kmplayer
+pkgver=0.12.0
+_commit=266320a
+pkgrel=1
+pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+url="http://kmplayer.kde.org;
+depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
+md5sums=('c8cdd60b67018954445bd5708a291a83')
+
+prepare() {
+  mkdir -p build
+
+# Don't include kdelibs header
+  sed -e '/kstdaction.h/d' -i $pkgname/src/kmplayerview.cpp -i 
$pkgname/src/viewarea.cpp
+  sed -e '/ksimpleconfig.h/d' -i $pkgname/src/kmplayerpartbase.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: kmplayer/repos/community-x86_64/PKGBUILD (from rev 177768, 
kmplayer/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-06-02 21:07:48 UTC (rev 177769)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=kmplayer
+pkgver=0.12.0
+_commit=266320a
+pkgrel=1
+pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+url="http://kmplayer.kde.org;
+depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
+md5sums=('c8cdd60b67018954445bd5708a291a83')
+
+prepare() {
+  mkdir -p build
+
+# Don't include kdelibs header
+  sed -e '/kstdaction.h/d' -i $pkgname/src/kmplayerview.cpp -i 
$pkgname/src/viewarea.cpp
+  sed -e '/ksimpleconfig.h/d' -i $pkgname/src/kmplayerpartbase.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 23:07:16
  Author: arojas
Revision: 177768

Bring back kmplayer (58 votes)

Added:
  kmplayer/
  kmplayer/trunk/
  kmplayer/trunk/PKGBUILD

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

Added: kmplayer/trunk/PKGBUILD
===
--- kmplayer/trunk/PKGBUILD (rev 0)
+++ kmplayer/trunk/PKGBUILD 2016-06-02 21:07:16 UTC (rev 177768)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=kmplayer
+pkgver=0.12.0
+_commit=266320a
+pkgrel=1
+pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+url="http://kmplayer.kde.org;
+depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
+md5sums=('c8cdd60b67018954445bd5708a291a83')
+
+prepare() {
+  mkdir -p build
+
+# Don't include kdelibs header
+  sed -e '/kstdaction.h/d' -i $pkgname/src/kmplayerview.cpp -i 
$pkgname/src/viewarea.cpp
+  sed -e '/ksimpleconfig.h/d' -i $pkgname/src/kmplayerpartbase.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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


[arch-commits] Commit in (5 files)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:18:04
  Author: spupykin
Revision: 177767

clean up

Modified:
  opendmarc/trunk/PKGBUILD
  perl-file-sharedir-install/trunk/PKGBUILD
  perl-pegex/trunk/PKGBUILD
  perl-unix-syslog/trunk/PKGBUILD
  perl-yaml-libyaml/trunk/PKGBUILD

---+
 opendmarc/trunk/PKGBUILD  |5 -
 perl-file-sharedir-install/trunk/PKGBUILD |   14 +-
 perl-pegex/trunk/PKGBUILD |   21 ++---
 perl-unix-syslog/trunk/PKGBUILD   |7 ---
 perl-yaml-libyaml/trunk/PKGBUILD  |   20 ++--
 5 files changed, 21 insertions(+), 46 deletions(-)

Modified: opendmarc/trunk/PKGBUILD
===
--- opendmarc/trunk/PKGBUILD2016-06-02 19:11:36 UTC (rev 177766)
+++ opendmarc/trunk/PKGBUILD2016-06-02 19:18:04 UTC (rev 177767)
@@ -32,7 +32,6 @@
   --bindir=/usr/bin \
   --sbindir=/usr/bin \
   --sysconfdir=/etc/$pkgname
-
   make
 }
 
@@ -44,7 +43,6 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
-
   # sample config
   install -D -m644 "$srcdir"/$pkgname-$pkgver/$pkgname/opendmarc.conf.sample 
"$pkgdir"/etc/$pkgname/opendmarc.conf.sample
   # License
@@ -52,7 +50,4 @@
   rm "$pkgdir"/usr/share/doc/$pkgname/LICENSE
   # systemd service
   install -D -m644 "$srcdir/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-
 }
-
-# vim:set ts=2 sw=2 et:

Modified: perl-file-sharedir-install/trunk/PKGBUILD
===
--- perl-file-sharedir-install/trunk/PKGBUILD   2016-06-02 19:11:36 UTC (rev 
177766)
+++ perl-file-sharedir-install/trunk/PKGBUILD   2016-06-02 19:18:04 UTC (rev 
177767)
@@ -3,34 +3,30 @@
 # Maintainer: Jason St. John 
 # Contributor: AUR Perl 
 
-_perlmod=File-ShareDir-Install
-_modnamespace=File
 pkgname=perl-file-sharedir-install
 pkgver=0.10
 pkgrel=1
 pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
 arch=('any')
-url="http://search.cpan.org/dist/${_perlmod};
+url="http://search.cpan.org/dist/File-ShareDir-Install;
 license=('GPL' 'PerlArtistic')
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
-source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz;)
+source=("http://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz;)
 md5sums=('37fb7fa72ce7184516dd022aba62f524')
 
 build() {
-   cd "${_perlmod}-${pkgver}"
-
-   # Install module in vendor directories.
+   cd "File-ShareDir-Install-${pkgver}"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
 }
 
 check() {
-   cd "${_perlmod}-${pkgver}"
+   cd "File-ShareDir-Install-${pkgver}"
make test
 }
 
 package() {
-   cd "${_perlmod}-${pkgver}"
+   cd "File-ShareDir-Install-${pkgver}"
make install DESTDIR="${pkgdir}"
 }

Modified: perl-pegex/trunk/PKGBUILD
===
--- perl-pegex/trunk/PKGBUILD   2016-06-02 19:11:36 UTC (rev 177766)
+++ perl-pegex/trunk/PKGBUILD   2016-06-02 19:18:04 UTC (rev 177767)
@@ -4,9 +4,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.32
 
 pkgname='perl-pegex'
-_distdir="Pegex-0.60"
-pkgver='0.60'
-pkgrel='1'
+pkgver=0.60
+pkgrel=1
 pkgdesc="Acmeist PEG Parser Framework"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -14,7 +13,7 @@
 depends=('perl-yaml-libyaml' 'perl-file-sharedir-install')
 makedepends=()
 url='https://metacpan.org/release/Pegex'
-source=('http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-0.60.tar.gz')
+source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-$pkgver.tar.gz;)
 md5sums=('347f72c1c0347148d80058ea35927df8')
 
 build() {
@@ -23,8 +22,7 @@
   PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
   PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
   MODULEBUILDRC=/dev/null
-
-cd "$srcdir/$_distdir"
+cd "$srcdir/Pegex-$pkgver"
 /usr/bin/perl Makefile.PL
 make
   )
@@ -31,7 +29,7 @@
 }
 
 check() {
-  cd "$srcdir/$_distdir"
+  cd "$srcdir/Pegex-$pkgver"
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
 make test
   )
@@ -38,14 +36,7 @@
 }
 
 package() {
-  cd "$srcdir/$_distdir"
+  cd "$srcdir/Pegex-$pkgver"
   make install
-
   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:

Modified: perl-unix-syslog/trunk/PKGBUILD
===
--- perl-unix-syslog/trunk/PKGBUILD 2016-06-02 19:11:36 UTC (rev 177766)
+++ perl-unix-syslog/trunk/PKGBUILD 2016-06-02 19:18:04 UTC (rev 177767)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
+
 

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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:11:36
  Author: spupykin
Revision: 177766

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

Added:
  repo/repos/community-i686/
  repo/repos/community-i686/PKGBUILD
(from rev 177765, repo/trunk/PKGBUILD)
  repo/repos/community-x86_64/
  repo/repos/community-x86_64/PKGBUILD
(from rev 177765, repo/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   26 ++
 community-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: repo/repos/community-i686/PKGBUILD (from rev 177765, 
repo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 19:11:36 UTC (rev 177766)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+## Maintainer: benklett 
+
+pkgname=repo
+pkgver=1.12.33
+pkgrel=1
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+arch=("i686" "x86_64")
+url="http://source.android.com/source/git-repo.html;
+license=("APACHE")
+depends=("git" "python2")
+makedepends=("git")
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
+}
+
+package() {
+  cd ${pkgname}
+  install -D -m 755 repo "${pkgdir}/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.txt 
"${pkgdir}/usr/share/doc/${pkgname}/manifest-format.txt"
+}

Copied: repo/repos/community-x86_64/PKGBUILD (from rev 177765, 
repo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-02 19:11:36 UTC (rev 177766)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+## Maintainer: benklett 
+
+pkgname=repo
+pkgver=1.12.33
+pkgrel=1
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+arch=("i686" "x86_64")
+url="http://source.android.com/source/git-repo.html;
+license=("APACHE")
+depends=("git" "python2")
+makedepends=("git")
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
+}
+
+package() {
+  cd ${pkgname}
+  install -D -m 755 repo "${pkgdir}/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.txt 
"${pkgdir}/usr/share/doc/${pkgname}/manifest-format.txt"
+}


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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:11:10
  Author: spupykin
Revision: 177763

archrelease: copy trunk to community-any

Added:
  perl-pegex/repos/community-any/
  perl-pegex/repos/community-any/PKGBUILD
(from rev 177762, perl-pegex/trunk/PKGBUILD)

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

Copied: perl-pegex/repos/community-any/PKGBUILD (from rev 177762, 
perl-pegex/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-06-02 19:11:10 UTC (rev 177763)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-pegex'
+_distdir="Pegex-0.60"
+pkgver='0.60'
+pkgrel='1'
+pkgdesc="Acmeist PEG Parser Framework"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-yaml-libyaml' 'perl-file-sharedir-install')
+makedepends=()
+url='https://metacpan.org/release/Pegex'
+source=('http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-0.60.tar.gz')
+md5sums=('347f72c1c0347148d80058ea35927df8')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+
+  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-yaml-libyaml/trunk (PKGBUILD)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:11:13
  Author: spupykin
Revision: 177764

upgpkg: perl-yaml-libyaml 0.62-1

upd

Modified:
  perl-yaml-libyaml/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 19:11:10 UTC (rev 177763)
+++ PKGBUILD2016-06-02 19:11:13 UTC (rev 177764)
@@ -1,7 +1,10 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Contributor: John D Jones III AKA jnbek 
 # Generator  : CPANPLUS::Dist::Arch 1.32
 
 pkgname='perl-yaml-libyaml'
+_distdir="YAML-LibYAML-0.62"
 pkgver='0.62'
 pkgrel='1'
 pkgdesc="Perl YAML Serialization using XS and libyaml"
@@ -13,8 +16,6 @@
 url='https://metacpan.org/release/YAML-LibYAML'
 
source=('http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-LibYAML-0.62.tar.gz')
 md5sums=('e8e0ba8c9f589c809ee04bb526ae03d7')
-sha512sums=('05d2fa1e656034da0c903a267037a08855040843dc6ec68d91e99df5c64f6896d29be0d170b5c08c0d601a1c87b595c90786a7ff1a12a33fa2bfff21f86aec81')
-_distdir="YAML-LibYAML-0.62"
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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


[arch-commits] Commit in perl-yaml-libyaml/repos (2 files)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:11:22
  Author: spupykin
Revision: 177765

archrelease: copy trunk to community-any

Added:
  perl-yaml-libyaml/repos/community-any/
  perl-yaml-libyaml/repos/community-any/PKGBUILD
(from rev 177764, perl-yaml-libyaml/trunk/PKGBUILD)

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

Copied: perl-yaml-libyaml/repos/community-any/PKGBUILD (from rev 177764, 
perl-yaml-libyaml/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-06-02 19:11:22 UTC (rev 177765)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-yaml-libyaml'
+_distdir="YAML-LibYAML-0.62"
+pkgver='0.62'
+pkgrel='1'
+pkgdesc="Perl YAML Serialization using XS and libyaml"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='https://metacpan.org/release/YAML-LibYAML'
+source=('http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-LibYAML-0.62.tar.gz')
+md5sums=('e8e0ba8c9f589c809ee04bb526ae03d7')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+  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 drupal/repos/community-any (4 files)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:10:48
  Author: spupykin
Revision: 177760

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   92 +++
 drupal.install |   14 
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 19:10:38 UTC (rev 177759)
+++ PKGBUILD2016-06-02 19:10:48 UTC (rev 177760)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.1.1
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/;
-license=('GPL')
-depends=('php' 'php-gd')
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('529f3d72964c612695f68e0a6078b8ae')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 177759, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 19:10:48 UTC (rev 177760)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.1.2
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=('php' 'php-gd')
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('91fdfbd1c28512e41f2a61bf69214900')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2016-06-02 19:10:38 UTC (rev 177759)
+++ drupal.install  2016-06-02 19:10:48 UTC (rev 177760)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 177759, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2016-06-02 19:10:48 UTC (rev 177760)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:10:38
  Author: spupykin
Revision: 177759

upgpkg: drupal 8.1.2-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 19:02:59 UTC (rev 177758)
+++ PKGBUILD2016-06-02 19:10:38 UTC (rev 177759)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.1.1
+pkgver=8.1.2
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('529f3d72964c612695f68e0a6078b8ae')
+md5sums=('91fdfbd1c28512e41f2a61bf69214900')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/drupal


[arch-commits] Commit in perl-file-sharedir-install/trunk (PKGBUILD)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:10:52
  Author: spupykin
Revision: 177761

upgpkg: perl-file-sharedir-install 0.10-1

upd

Modified:
  perl-file-sharedir-install/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 19:10:48 UTC (rev 177760)
+++ PKGBUILD2016-06-02 19:10:52 UTC (rev 177761)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Maintainer: Jason St. John 
 # Contributor: AUR Perl 
 
@@ -13,7 +15,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz;)
-sha512sums=('96c3a94da78e51c97223f16892c6bdb6a93f9602643aca6ee73fd661aefb0a018938f03b8265f255dc3daba467e01a2d2a924f33a5e1e4d2e9c9fe2698a3d09f')
+md5sums=('37fb7fa72ce7184516dd022aba62f524')
 
 build() {
cd "${_perlmod}-${pkgver}"


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


[arch-commits] Commit in perl-file-sharedir-install/repos (2 files)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:11:01
  Author: spupykin
Revision: 177762

archrelease: copy trunk to community-any

Added:
  perl-file-sharedir-install/repos/community-any/
  perl-file-sharedir-install/repos/community-any/PKGBUILD
(from rev 177761, perl-file-sharedir-install/trunk/PKGBUILD)

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

Copied: perl-file-sharedir-install/repos/community-any/PKGBUILD (from rev 
177761, perl-file-sharedir-install/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-06-02 19:11:01 UTC (rev 177762)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jason St. John 
+# Contributor: AUR Perl 
+
+_perlmod=File-ShareDir-Install
+_modnamespace=File
+pkgname=perl-file-sharedir-install
+pkgver=0.10
+pkgrel=1
+pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
+arch=('any')
+url="http://search.cpan.org/dist/${_perlmod};
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz;)
+md5sums=('37fb7fa72ce7184516dd022aba62f524')
+
+build() {
+   cd "${_perlmod}-${pkgver}"
+
+   # Install module in vendor directories.
+   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd "${_perlmod}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${_perlmod}-${pkgver}"
+   make install DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in (10 files)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:02:59
  Author: spupykin
Revision: 177758

Added:
  perl-file-sharedir-install/
  perl-file-sharedir-install/repos/
  perl-file-sharedir-install/trunk/
  perl-file-sharedir-install/trunk/PKGBUILD
  perl-yaml-libyaml/
  perl-yaml-libyaml/repos/
  perl-yaml-libyaml/trunk/
  perl-yaml-libyaml/trunk/PKGBUILD
Modified:
  perl-pegex/trunk/PKGBUILD (contents, properties)
  repo/trunk/PKGBUILD   (contents, properties)

---+
 perl-file-sharedir-install/trunk/PKGBUILD |   34 +++
 perl-pegex/trunk/PKGBUILD |5 +-
 perl-yaml-libyaml/trunk/PKGBUILD  |   49 
 repo/trunk/PKGBUILD   |4 +-
 4 files changed, 89 insertions(+), 3 deletions(-)

Added: perl-file-sharedir-install/trunk/PKGBUILD
===
--- perl-file-sharedir-install/trunk/PKGBUILD   (rev 0)
+++ perl-file-sharedir-install/trunk/PKGBUILD   2016-06-02 19:02:59 UTC (rev 
177758)
@@ -0,0 +1,34 @@
+# Maintainer: Jason St. John 
+# Contributor: AUR Perl 
+
+_perlmod=File-ShareDir-Install
+_modnamespace=File
+pkgname=perl-file-sharedir-install
+pkgver=0.10
+pkgrel=1
+pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
+arch=('any')
+url="http://search.cpan.org/dist/${_perlmod};
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz;)
+sha512sums=('96c3a94da78e51c97223f16892c6bdb6a93f9602643aca6ee73fd661aefb0a018938f03b8265f255dc3daba467e01a2d2a924f33a5e1e4d2e9c9fe2698a3d09f')
+
+build() {
+   cd "${_perlmod}-${pkgver}"
+
+   # Install module in vendor directories.
+   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd "${_perlmod}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${_perlmod}-${pkgver}"
+   make install DESTDIR="${pkgdir}"
+}

Modified: perl-pegex/trunk/PKGBUILD
===
--- perl-pegex/trunk/PKGBUILD   2016-06-02 18:59:59 UTC (rev 177757)
+++ perl-pegex/trunk/PKGBUILD   2016-06-02 19:02:59 UTC (rev 177758)
@@ -1,7 +1,10 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Contributor: John D Jones III AKA jnbek 
 # Generator  : CPANPLUS::Dist::Arch 1.32
 
 pkgname='perl-pegex'
+_distdir="Pegex-0.60"
 pkgver='0.60'
 pkgrel='1'
 pkgdesc="Acmeist PEG Parser Framework"
@@ -13,8 +16,6 @@
 url='https://metacpan.org/release/Pegex'
 source=('http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-0.60.tar.gz')
 md5sums=('347f72c1c0347148d80058ea35927df8')
-sha512sums=('e0ea53d38ad889cef33d3121acbc0dd265cea3a9396100266be9c3f1a2b4d43fc18f752087d8f95830783d18b9d18bcecd36a91bde756b6eb5dd900b661338c5')
-_distdir="Pegex-0.60"
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


Property changes on: perl-pegex/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: perl-yaml-libyaml/trunk/PKGBUILD
===
--- perl-yaml-libyaml/trunk/PKGBUILD(rev 0)
+++ perl-yaml-libyaml/trunk/PKGBUILD2016-06-02 19:02:59 UTC (rev 177758)
@@ -0,0 +1,49 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-yaml-libyaml'
+pkgver='0.62'
+pkgrel='1'
+pkgdesc="Perl YAML Serialization using XS and libyaml"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='https://metacpan.org/release/YAML-LibYAML'
+source=('http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-LibYAML-0.62.tar.gz')
+md5sums=('e8e0ba8c9f589c809ee04bb526ae03d7')
+sha512sums=('05d2fa1e656034da0c903a267037a08855040843dc6ec68d91e99df5c64f6896d29be0d170b5c08c0d601a1c87b595c90786a7ff1a12a33fa2bfff21f86aec81')
+_distdir="YAML-LibYAML-0.62"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+  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:

Modified: repo/trunk/PKGBUILD

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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 20:59:59
  Author: spupykin
Revision: 177757

Added:
  repo/
  repo/repos/
  repo/trunk/
  repo/trunk/PKGBUILD

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

Added: repo/trunk/PKGBUILD
===
--- repo/trunk/PKGBUILD (rev 0)
+++ repo/trunk/PKGBUILD 2016-06-02 18:59:59 UTC (rev 177757)
@@ -0,0 +1,24 @@
+## Maintainer: benklett 
+
+pkgname=repo
+pkgver=1.12.33
+pkgrel=1
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+arch=("i686" "x86_64")
+url="http://source.android.com/source/git-repo.html;
+license=("APACHE")
+depends=("git" "python2")
+makedepends=("git")
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
+}
+
+package() {
+  cd ${pkgname}
+  install -D -m 755 repo "${pkgdir}/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.txt 
"${pkgdir}/usr/share/doc/${pkgname}/manifest-format.txt"
+} 


[arch-commits] Commit in perl-unix-syslog/repos (community-any community-any/PKGBUILD)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 20:55:35
  Author: spupykin
Revision: 177756

archrelease: copy trunk to community-any

Added:
  perl-unix-syslog/repos/community-any/
  perl-unix-syslog/repos/community-any/PKGBUILD
(from rev 177755, perl-unix-syslog/trunk/PKGBUILD)

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

Copied: perl-unix-syslog/repos/community-any/PKGBUILD (from rev 177755, 
perl-unix-syslog/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-06-02 18:55:35 UTC (rev 177756)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+pkgname='perl-unix-syslog'
+pkgver='1.1'
+pkgrel="5"
+pkgdesc="Interface to syslog functions in a C-library"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Unix-Syslog'
+source=('http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/Unix-Syslog-1.1.tar.gz')
+md5sums=('73d78e309fe9508ffc9a54d84d79aac9')
+
+build() {
+  PERL=/usr/bin/perl
+  cd "${srcdir}/Unix-Syslog-1.1"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+PERL_AUTOINSTALL=--skipdeps\
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  cd "$DIST_DIR"
+  $PERL Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/Unix-Syslog-1.1"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+  make test
+}
+
+package() {
+  cd "${srcdir}/Unix-Syslog-1.1"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in perl-locale-po/repos (community-any community-any/PKGBUILD)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 20:55:23
  Author: spupykin
Revision: 177754

archrelease: copy trunk to community-any

Added:
  perl-locale-po/repos/community-any/
  perl-locale-po/repos/community-any/PKGBUILD
(from rev 177753, perl-locale-po/trunk/PKGBUILD)

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

Copied: perl-locale-po/repos/community-any/PKGBUILD (from rev 177753, 
perl-locale-po/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-06-02 18:55:23 UTC (rev 177754)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-locale-po
+pkgver=0.27
+pkgrel=1
+pkgdesc="Perl/CPAN Module Locale::PO: PO parser"
+arch=(any)
+url="http://search.cpan.org/dist/Locale-PO;
+license=("GPL" "Artistic")
+source=("http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Locale-PO-$pkgver.tar.gz;)
+md5sums=('81545852a510f8e5332ea1e9d6b64a39')
+
+build() {
+  cd $srcdir/Locale-PO-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Locale-PO-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 20:54:59
  Author: spupykin
Revision: 177752

upgpkg: opendmarc 1.3.1-2

upd

Modified:
  opendmarc/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 18:54:56 UTC (rev 177751)
+++ PKGBUILD2016-06-02 18:54:59 UTC (rev 177752)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Orginal Maintainer: Arthur Țițeică arthur.titeica/gmail/com
 # Current Maintainer: Hao Zhang 
 
@@ -20,12 +22,11 @@
 backup=(etc/opendmarc/opendmarc.conf)
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
 opendmarc.service)
+md5sums=('5b0c1ddd302566e395baabb0be7c1338'
+ '921eeb6e499273bcadeeae8bb5d42bc1')
 
-sha256sums=('a0c0cf74de68454cbdce16a3095b96e70fc16614325052ea230878d1ca64da6b'
-'dc16a2bb66df7473a0288fc0c33db731922ff2ea9fdcd59d86da8dc908ca4a14')
-
 build() {
-  export LDFLAGS="${LDFLAGS//,--as-needed}" 
+  export LDFLAGS="${LDFLAGS//,--as-needed}"
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr \
   --bindir=/usr/bin \


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


[arch-commits] Commit in perl-unix-syslog/trunk (PKGBUILD)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 20:55:27
  Author: spupykin
Revision: 177755

upgpkg: perl-unix-syslog 1.1-5

upd

Modified:
  perl-unix-syslog/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 18:55:23 UTC (rev 177754)
+++ PKGBUILD2016-06-02 18:55:27 UTC (rev 177755)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 pkgname='perl-unix-syslog'
 pkgver='1.1'
 pkgrel="5"
@@ -9,7 +11,6 @@
 url='http://search.cpan.org/dist/Unix-Syslog'
 
source=('http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/Unix-Syslog-1.1.tar.gz')
 md5sums=('73d78e309fe9508ffc9a54d84d79aac9')
-sha512sums=('cb1ea3846844b7c82e081f3bb778c698b681d1875b83201b1beef2267a288890c6fc62af8edbfbc04553a9caa1ebafa429130e784f31c9531719b11a4c47c3ba')
 
 build() {
   PERL=/usr/bin/perl


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


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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 20:54:56
  Author: spupykin
Revision: 177751

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

Added:
  firejail/repos/community-i686/
  firejail/repos/community-i686/PKGBUILD
(from rev 177750, firejail/trunk/PKGBUILD)
  firejail/repos/community-x86_64/
  firejail/repos/community-x86_64/PKGBUILD
(from rev 177750, firejail/trunk/PKGBUILD)

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

Copied: firejail/repos/community-i686/PKGBUILD (from rev 177750, 
firejail/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 18:54:56 UTC (rev 177751)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.40
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(i686 x86_64)
+license=(GPL2)
+url=https://l3net.wordpress.com/projects/firejail/
+backup=(etc/firejail/login.users)
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(http://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.bz2)
+md5sums=('f73e7d3287b0af843365a2278723beb6')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # fix build
+   export CFLAGS=${CFLAGS/-fsanitize=undefined/}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 177750, 
firejail/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-02 18:54:56 UTC (rev 177751)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.40
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(i686 x86_64)
+license=(GPL2)
+url=https://l3net.wordpress.com/projects/firejail/
+backup=(etc/firejail/login.users)
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(http://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.bz2)
+md5sums=('f73e7d3287b0af843365a2278723beb6')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # fix build
+   export CFLAGS=${CFLAGS/-fsanitize=undefined/}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 20:55:13
  Author: spupykin
Revision: 177753

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

Added:
  opendmarc/repos/community-i686/
  opendmarc/repos/community-i686/PKGBUILD
(from rev 177752, opendmarc/trunk/PKGBUILD)
  opendmarc/repos/community-i686/opendmarc.install
(from rev 177752, opendmarc/trunk/opendmarc.install)
  opendmarc/repos/community-i686/opendmarc.service
(from rev 177752, opendmarc/trunk/opendmarc.service)
  opendmarc/repos/community-x86_64/
  opendmarc/repos/community-x86_64/PKGBUILD
(from rev 177752, opendmarc/trunk/PKGBUILD)
  opendmarc/repos/community-x86_64/opendmarc.install
(from rev 177752, opendmarc/trunk/opendmarc.install)
  opendmarc/repos/community-x86_64/opendmarc.service
(from rev 177752, opendmarc/trunk/opendmarc.service)

+
 community-i686/PKGBUILD|   58 +++
 community-i686/opendmarc.install   |   24 ++
 community-i686/opendmarc.service   |   11 ++
 community-x86_64/PKGBUILD  |   58 +++
 community-x86_64/opendmarc.install |   24 ++
 community-x86_64/opendmarc.service |   11 ++
 6 files changed, 186 insertions(+)

Copied: opendmarc/repos/community-i686/PKGBUILD (from rev 177752, 
opendmarc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 18:55:13 UTC (rev 177753)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Orginal Maintainer: Arthur Țițeică arthur.titeica/gmail/com
+# Current Maintainer: Hao Zhang 
+
+pkgname=opendmarc
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="Free open source software implementation of the DMARC specification"
+arch=('i686' 'x86_64')
+url="http://www.trusteddomain.org/opendmarc/;
+license=('custom')
+depends=('smtp-server')
+makedepends=('libmilter')
+optdepends=('opendbx: acts as a middleware layer between OpenDMARC and a SQL 
backend of choice'
+'python: run opendmarc scripts at /usr/share/doc/opendmarc'
+'perl: run opendmarc scripts at /usr/share/doc/opendmarc'
+'perl-switch: generate DMARC reports'
+'perl-dbd-mysql: generate DMARC reports'
+'perl-libwww: generate DMARC reports')
+install=$pkgname.install
+backup=(etc/opendmarc/opendmarc.conf)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+opendmarc.service)
+md5sums=('5b0c1ddd302566e395baabb0be7c1338'
+ '921eeb6e499273bcadeeae8bb5d42bc1')
+
+build() {
+  export LDFLAGS="${LDFLAGS//,--as-needed}"
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --bindir=/usr/bin \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc/$pkgname
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # sample config
+  install -D -m644 "$srcdir"/$pkgname-$pkgver/$pkgname/opendmarc.conf.sample 
"$pkgdir"/etc/$pkgname/opendmarc.conf.sample
+  # License
+  install -D -m644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+  # systemd service
+  install -D -m644 "$srcdir/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opendmarc/repos/community-i686/opendmarc.install (from rev 177752, 
opendmarc/trunk/opendmarc.install)
===
--- community-i686/opendmarc.install(rev 0)
+++ community-i686/opendmarc.install2016-06-02 18:55:13 UTC (rev 177753)
@@ -0,0 +1,24 @@
+_config_instructions() {
+  echo "==> The opendmarc user has been created."
+  echo "It is recommended to run the daemon under this user."
+  echo "A sample configuration file has been instaled at"
+  echo "/etc/opendmarc/opendmarc.conf.sample"
+}
+
+post_install() {
+  getent passwd opendmarc >/dev/null || \
+  useradd --system -g mail -s /usr/bin/nologin -d /etc/opendmarc opendmarc
+  if [ ! -e /etc/opendmarc/opendmarc.conf ]; then
+ _config_instructions
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove(){
+  if getent passwd opendmarc >/dev/null 2>&1; then
+userdel opendmarc
+  fi
+}

Copied: opendmarc/repos/community-i686/opendmarc.service (from rev 177752, 
opendmarc/trunk/opendmarc.service)
===
--- community-i686/opendmarc.service(rev 0)
+++ community-i686/opendmarc.service2016-06-02 18:55:13 UTC (rev 177753)
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenDMARC
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=forking

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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 20:54:43
  Author: spupykin
Revision: 177750

upgpkg: firejail 0.9.40-1

upd

Modified:
  firejail/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 18:45:43 UTC (rev 177749)
+++ PKGBUILD2016-06-02 18:54:43 UTC (rev 177750)
@@ -1,4 +1,6 @@
-# Maintainer: ajs124 < aur AT ajs124 DOT de > 
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
 
 pkgname=firejail
 pkgver=0.9.40
@@ -10,7 +12,7 @@
 backup=(etc/firejail/login.users)
 
#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
 
source=(http://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.bz2)
-sha512sums=('aef20c5061d5e8e8d064f8cfb807a3b0034f2eb108bde234af56c2d2fd3c06cd7129539db22e142b251c15cbb0b82b89a9acee98ebaa36d3029ffc91c37456fc')
+md5sums=('f73e7d3287b0af843365a2278723beb6')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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


[arch-commits] Commit in (22 files)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 20:45:43
  Author: spupykin
Revision: 177749

Added:
  firejail/
  firejail/repos/
  firejail/trunk/
  firejail/trunk/PKGBUILD
  opendmarc/
  opendmarc/repos/
  opendmarc/trunk/
  opendmarc/trunk/PKGBUILD
  opendmarc/trunk/opendmarc.install
  opendmarc/trunk/opendmarc.service
  perl-locale-po/
  perl-locale-po/repos/
  perl-locale-po/trunk/
  perl-locale-po/trunk/PKGBUILD
  perl-pegex/
  perl-pegex/repos/
  perl-pegex/trunk/
  perl-pegex/trunk/PKGBUILD
  perl-unix-syslog/
  perl-unix-syslog/repos/
  perl-unix-syslog/trunk/
  perl-unix-syslog/trunk/PKGBUILD

---+
 firejail/trunk/PKGBUILD   |   26 
 opendmarc/trunk/PKGBUILD  |   57 
 opendmarc/trunk/opendmarc.install |   24 +++
 opendmarc/trunk/opendmarc.service |   11 ++
 perl-locale-po/trunk/PKGBUILD |   26 
 perl-pegex/trunk/PKGBUILD |   50 +++
 perl-unix-syslog/trunk/PKGBUILD   |   39 
 7 files changed, 233 insertions(+)

Added: firejail/trunk/PKGBUILD
===
--- firejail/trunk/PKGBUILD (rev 0)
+++ firejail/trunk/PKGBUILD 2016-06-02 18:45:43 UTC (rev 177749)
@@ -0,0 +1,26 @@
+# Maintainer: ajs124 < aur AT ajs124 DOT de > 
+
+pkgname=firejail
+pkgver=0.9.40
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(i686 x86_64)
+license=(GPL2)
+url=https://l3net.wordpress.com/projects/firejail/
+backup=(etc/firejail/login.users)
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(http://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.bz2)
+sha512sums=('aef20c5061d5e8e8d064f8cfb807a3b0034f2eb108bde234af56c2d2fd3c06cd7129539db22e142b251c15cbb0b82b89a9acee98ebaa36d3029ffc91c37456fc')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # fix build
+   export CFLAGS=${CFLAGS/-fsanitize=undefined/}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Added: opendmarc/trunk/PKGBUILD
===
--- opendmarc/trunk/PKGBUILD(rev 0)
+++ opendmarc/trunk/PKGBUILD2016-06-02 18:45:43 UTC (rev 177749)
@@ -0,0 +1,57 @@
+# Orginal Maintainer: Arthur Țițeică arthur.titeica/gmail/com
+# Current Maintainer: Hao Zhang 
+
+pkgname=opendmarc
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="Free open source software implementation of the DMARC specification"
+arch=('i686' 'x86_64')
+url="http://www.trusteddomain.org/opendmarc/;
+license=('custom')
+depends=('smtp-server')
+makedepends=('libmilter')
+optdepends=('opendbx: acts as a middleware layer between OpenDMARC and a SQL 
backend of choice'
+'python: run opendmarc scripts at /usr/share/doc/opendmarc'
+'perl: run opendmarc scripts at /usr/share/doc/opendmarc'
+'perl-switch: generate DMARC reports'
+'perl-dbd-mysql: generate DMARC reports'
+'perl-libwww: generate DMARC reports')
+install=$pkgname.install
+backup=(etc/opendmarc/opendmarc.conf)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+opendmarc.service)
+
+sha256sums=('a0c0cf74de68454cbdce16a3095b96e70fc16614325052ea230878d1ca64da6b'
+'dc16a2bb66df7473a0288fc0c33db731922ff2ea9fdcd59d86da8dc908ca4a14')
+
+build() {
+  export LDFLAGS="${LDFLAGS//,--as-needed}" 
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --bindir=/usr/bin \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc/$pkgname
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # sample config
+  install -D -m644 "$srcdir"/$pkgname-$pkgver/$pkgname/opendmarc.conf.sample 
"$pkgdir"/etc/$pkgname/opendmarc.conf.sample
+  # License
+  install -D -m644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+  # systemd service
+  install -D -m644 "$srcdir/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+
+}
+
+# vim:set ts=2 sw=2 et:

Added: opendmarc/trunk/opendmarc.install
===
--- opendmarc/trunk/opendmarc.install   (rev 0)
+++ opendmarc/trunk/opendmarc.install   2016-06-02 18:45:43 UTC (rev 177749)
@@ -0,0 +1,24 @@
+_config_instructions() {
+  echo "==> The opendmarc user has been created."
+  echo "It is recommended to run the daemon under this user."
+  echo "A sample configuration file has been instaled at"
+  echo "/etc/opendmarc/opendmarc.conf.sample"

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

2016-06-02 Thread Jonathan Steel
Date: Thursday, June 2, 2016 @ 20:17:10
  Author: jsteel
Revision: 177748

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-02 18:16:51 UTC (rev 177747)
+++ community-i686/PKGBUILD 2016-06-02 18:17:10 UTC (rev 177748)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=facter
-pkgver=3.1.7
-pkgrel=1
-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=('b4121b6ef93d2d8eb8c9683ceadd58f7')
-
-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-i686/PKGBUILD (from rev 177747, 
facter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 18:17:10 UTC (rev 177748)
@@ -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.1.8
+pkgrel=1
+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=('8e0789eb1d452388fdba9c2e46df9d54')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-02 18:16:51 UTC (rev 177747)
+++ community-x86_64/PKGBUILD   2016-06-02 18:17:10 UTC (rev 177748)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=facter
-pkgver=3.1.7
-pkgrel=1
-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=('b4121b6ef93d2d8eb8c9683ceadd58f7')
-

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

2016-06-02 Thread Jonathan Steel
Date: Thursday, June 2, 2016 @ 20:16:51
  Author: jsteel
Revision: 177747

upgpkg: facter 3.1.8-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 18:05:50 UTC (rev 177746)
+++ PKGBUILD2016-06-02 18:16:51 UTC (rev 177747)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.1.7
+pkgver=3.1.8
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 optdepends=('java-environment: jruby support')
 replaces=('cfacter')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b4121b6ef93d2d8eb8c9683ceadd58f7')
+md5sums=('8e0789eb1d452388fdba9c2e46df9d54')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-06-02 Thread Jonathan Steel
Date: Thursday, June 2, 2016 @ 20:05:50
  Author: jsteel
Revision: 177746

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-02 18:05:35 UTC (rev 177745)
+++ community-i686/PKGBUILD 2016-06-02 18:05:50 UTC (rev 177746)
@@ -1,43 +0,0 @@
-# Maintainer: Jonathan Steel 
-
-pkgname=leatherman
-pkgver=0.6.2
-pkgrel=2
-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=('4f3c62e9b75d908ac7b4249b4086cae7')
-
-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-i686/PKGBUILD (from rev 177745, 
leatherman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 18:05:50 UTC (rev 177746)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.7.2
+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=('33dce7f1705effdc31c999421875032c')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-02 18:05:35 UTC (rev 177745)
+++ community-x86_64/PKGBUILD   2016-06-02 18:05:50 UTC (rev 177746)
@@ -1,43 +0,0 @@
-# Maintainer: Jonathan Steel 
-
-pkgname=leatherman
-pkgver=0.6.2
-pkgrel=2
-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=('4f3c62e9b75d908ac7b4249b4086cae7')
-
-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-x86_64/PKGBUILD (from rev 177745, 
leatherman/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-02 18:05:50 UTC (rev 177746)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.7.2
+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')

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

2016-06-02 Thread Jonathan Steel
Date: Thursday, June 2, 2016 @ 20:05:35
  Author: jsteel
Revision: 177745

upgpkg: leatherman 0.7.2-1

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 17:59:49 UTC (rev 177744)
+++ PKGBUILD2016-06-02 18:05:35 UTC (rev 177745)
@@ -1,8 +1,8 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=leatherman
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('i686' 'x86_64')
 url="https://github.com/puppetlabs/leatherman;
@@ -10,7 +10,7 @@
 makedepends=('boost' 'cmake')
 checkdepends=('ruby')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
-md5sums=('4f3c62e9b75d908ac7b4249b4086cae7')
+md5sums=('33dce7f1705effdc31c999421875032c')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-06-02 Thread Jonathan Steel
Date: Thursday, June 2, 2016 @ 19:59:49
  Author: jsteel
Revision: 177744

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  130 +++
 puppet.install |   40 
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 17:58:58 UTC (rev 177743)
+++ PKGBUILD2016-06-02 17:59:49 UTC (rev 177744)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=puppet
-pkgver=4.5.1
-pkgrel=1
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="http://puppetlabs.com/puppet/puppet-open-source;
-license=('Apache')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf')
-install=$pkgname.install
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('686401edea6c5abe4d1adbd440758b33')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
-
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-
-  # vim and emacs
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Match permissions that puppet sets when running
-  chmod 775 "$pkgdir"/var/lib/puppet
-  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
-
-  rm -r "$pkgdir"/var/run
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 177743, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 17:59:49 UTC (rev 177744)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.5.1
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('686401edea6c5abe4d1adbd440758b33')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 

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

2016-06-02 Thread Jonathan Steel
Date: Thursday, June 2, 2016 @ 19:58:45
  Author: jsteel
Revision: 177742

upgpkg: puppet 4.5.1-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 16:12:07 UTC (rev 177741)
+++ PKGBUILD2016-06-02 17:58:45 UTC (rev 177742)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('621a356400af7592990422c353a527dd')
+md5sums=('686401edea6c5abe4d1adbd440758b33')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-06-02 Thread Jonathan Steel
Date: Thursday, June 2, 2016 @ 19:58:58
  Author: jsteel
Revision: 177743

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  130 +++
 puppet.install |   40 
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 17:58:45 UTC (rev 177742)
+++ PKGBUILD2016-06-02 17:58:58 UTC (rev 177743)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=puppet
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="http://puppetlabs.com/puppet/puppet-open-source;
-license=('Apache')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf')
-install=$pkgname.install
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('621a356400af7592990422c353a527dd')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
-
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-
-  # vim and emacs
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Match permissions that puppet sets when running
-  chmod 775 "$pkgdir"/var/lib/puppet
-  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
-
-  rm -r "$pkgdir"/var/run
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 177742, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 17:58:58 UTC (rev 177743)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.5.1
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('686401edea6c5abe4d1adbd440758b33')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 

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

2016-06-02 Thread Tobias Powalowski
Date: Thursday, June 2, 2016 @ 18:43:50
  Author: tpowa
Revision: 268855

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

Added:
  linux/repos/testing-i686/0001-linux-4.6-drm-i915-psr.patch
(from rev 268854, linux/trunk/0001-linux-4.6-drm-i915-psr.patch)
  linux/repos/testing-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch
(from rev 268854, linux/trunk/0001-linux-4.6-rtlwifi-fix-atomic.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 268854, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 268854, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 268854, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 268854, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 268854, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 268854, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/0001-linux-4.6-drm-i915-psr.patch
(from rev 268854, linux/trunk/0001-linux-4.6-drm-i915-psr.patch)
  linux/repos/testing-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch
(from rev 268854, linux/trunk/0001-linux-4.6-rtlwifi-fix-atomic.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 268854, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 268854, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 268854, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 268854, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 268854, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 268854, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/0001-linux-4.6-drm-i915-psr.patch
  linux/repos/testing-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/0001-linux-4.6-drm-i915-psr.patch
  linux/repos/testing-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch

+
 /0001-linux-4.6-drm-i915-psr.patch |  230 
 /0001-linux-4.6-rtlwifi-fix-atomic.patch   |  140 
 /PKGBUILD  |  313 
 /change-default-console-loglevel.patch |   11 
 /config| 8087 +++
 /config.x86_64 | 7849 ++
 /linux.install |   37 
 /linux.preset  |   14 
 testing-i686/0001-linux-4.6-drm-i915-psr.patch |  115 
 testing-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch   |   70 
 testing-i686/PKGBUILD  |  313 
 testing-i686/change-default-console-loglevel.patch |   11 
 testing-i686/config| 8087 ---
 testing-i686/config.x86_64 | 7849 --
 testing-i686/linux.install |   37 
 testing-i686/linux.preset  |   14 
 testing-x86_64/0001-linux-4.6-drm-i915-psr.patch   |  115 
 testing-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch |   70 
 testing-x86_64/PKGBUILD|  313 
 testing-x86_64/change-default-console-loglevel.patch   |   11 
 testing-x86_64/config  | 8087 +++
 testing-x86_64/config.x86_64   | 7849 ++
 testing-x86_64/linux.install   |   37 
 testing-x86_64/linux.preset|   14 
 24 files changed, 32992 insertions(+), 16681 deletions(-)

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


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

2016-06-02 Thread Tobias Powalowski
Date: Thursday, June 2, 2016 @ 18:31:51
  Author: tpowa
Revision: 268854

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

Added:
  linux/repos/testing-i686/0001-linux-4.6-drm-i915-psr.patch
(from rev 268853, linux/trunk/0001-linux-4.6-drm-i915-psr.patch)
  linux/repos/testing-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch
(from rev 268853, linux/trunk/0001-linux-4.6-rtlwifi-fix-atomic.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 268853, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 268853, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 268853, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 268853, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 268853, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 268853, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /PKGBUILD|  313 
 /change-default-console-loglevel.patch   |   11 
 /config  | 8087 +
 /config.x86_64   | 7849 
 /linux.install   |   37 
 /linux.preset|   14 
 testing-i686/0001-linux-4.6-drm-i915-psr.patch   |  115 
 testing-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch |   70 
 testing-i686/PKGBUILD|  301 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8087 -
 testing-i686/config.x86_64   | 7849 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  313 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8087 -
 testing-x86_64/config.x86_64 | 7849 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 20 files changed, 16496 insertions(+), 32610 deletions(-)

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


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

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 18:12:07
  Author: fyan
Revision: 177741

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

Added:
  hasktags/repos/community-staging-i686/
  hasktags/repos/community-staging-i686/PKGBUILD
(from rev 177740, hasktags/trunk/PKGBUILD)
  hasktags/repos/community-staging-i686/ghc8.patch
(from rev 177740, hasktags/trunk/ghc8.patch)
  hasktags/repos/community-staging-x86_64/
  hasktags/repos/community-staging-x86_64/PKGBUILD
(from rev 177740, hasktags/trunk/PKGBUILD)
  hasktags/repos/community-staging-x86_64/ghc8.patch
(from rev 177740, hasktags/trunk/ghc8.patch)

-+
 community-staging-i686/PKGBUILD |   38 ++
 community-staging-i686/ghc8.patch   |   48 ++
 community-staging-x86_64/PKGBUILD   |   38 ++
 community-staging-x86_64/ghc8.patch |   48 ++
 4 files changed, 172 insertions(+)

Copied: hasktags/repos/community-staging-i686/PKGBUILD (from rev 177740, 
hasktags/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-02 16:12:07 UTC (rev 177741)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hasktags
+pkgver=0.69.1
+pkgrel=3
+pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
+url="http://github.com/MarcWeber/hasktags;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-json" "haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+ghc8.patch)
+sha256sums=('243f802c581ea7c0327065d2c71f21019dc6d7dc7dfadad9d17fffd8b34df1e6'
+'c2213489d358fdaccc7724c8d6bad2c1ce066b421940da582127331a5d1a4ca7')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc8.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+-f-debug
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hasktags/repos/community-staging-i686/ghc8.patch (from rev 177740, 
hasktags/trunk/ghc8.patch)
===
--- community-staging-i686/ghc8.patch   (rev 0)
+++ community-staging-i686/ghc8.patch   2016-06-02 16:12:07 UTC (rev 177741)
@@ -0,0 +1,48 @@
+From 94c9f1e11940384eedf8c4749ffa4045539f9290 Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Sat, 28 May 2016 21:49:55 +0100
+Subject: [PATCH] src/Hasktags.hs: tweak for ghc-8
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+directory-1.2.6.0 (comes with ghc-8.0.1)
+now includes 'isSymbolicLink' helper.
+
+Guard against symbol collisison:
+
+  src/Hasktags.hs:495:5: error:
+Ambiguous occurrence ‘isSymbolicLink’
+It could refer to either ‘System.Directory.isSymbolicLink’,
+ imported from ‘System.Directory’ at 
src/Hasktags.hs:31:1-23
+  or ‘System.Posix.Files.isSymbolicLink’,
+ imported from ‘System.Posix.Files’ at 
src/Hasktags.hs:38:1-25
+ (and originally defined in 
‘unix-2.7.2.0:System.Posix.Files.Common’)
+
+Signed-off-by: Sergei Trofimovich 
+---
+ src/Hasktags.hs | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/Hasktags.hs b/src/Hasktags.hs
+index e45bd05..f5abaaf 100644
+--- a/src/Hasktags.hs
 b/src/Hasktags.hs
+@@ -35,7 +35,7 @@ import Control.Monad
+ import DebugShow
+ 
+ #ifdef VERSION_unix
+-import System.Posix.Files
++import System.Posix.Files as SPF
+ #endif
+ import System.FilePath (())
+ 
+@@ -492,7 +492,7 @@ dirToFiles followSyms suffixes p = do
+   isD <- doesDirectoryExist p
+   isSymLink <-
+ #ifdef VERSION_unix
+-isSymbolicLink `fmap` getSymbolicLinkStatus p
++SPF.isSymbolicLink `fmap` getSymbolicLinkStatus p
+ #else
+ return False
+ #endif

Copied: hasktags/repos/community-staging-x86_64/PKGBUILD (from rev 177740, 
hasktags/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-02 16:12:07 UTC (rev 177741)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

[arch-commits] Commit in hasktags/trunk (PKGBUILD ghc8.patch)

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 18:11:36
  Author: fyan
Revision: 177740

upgpkg: hasktags 0.69.1-3

rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, 
cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, 
extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3-0.14.3, 
haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, 
microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, 
simple-sendfile-0.2.24, stack-1.1.2, texmath-0.8.6.3, wai-3.2.1.1

Added:
  hasktags/trunk/ghc8.patch
Modified:
  hasktags/trunk/PKGBUILD

+
 PKGBUILD   |   16 +++-
 ghc8.patch |   48 
 2 files changed, 59 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 15:42:12 UTC (rev 177739)
+++ PKGBUILD2016-06-02 16:11:36 UTC (rev 177740)
@@ -4,17 +4,23 @@
 
 pkgname=hasktags
 pkgver=0.69.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
 url="http://github.com/MarcWeber/hasktags;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi')
-makedepends=("ghc=7.10.3" "haskell-json" "haskell-utf8-string")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('243f802c581ea7c0327065d2c71f21019dc6d7dc7dfadad9d17fffd8b34df1e6')
+makedepends=("ghc=8.0.1" "haskell-json" "haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+ghc8.patch)
+sha256sums=('243f802c581ea7c0327065d2c71f21019dc6d7dc7dfadad9d17fffd8b34df1e6'
+'c2213489d358fdaccc7724c8d6bad2c1ce066b421940da582127331a5d1a4ca7')
 
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc8.patch
+}
+
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: ghc8.patch
===
--- ghc8.patch  (rev 0)
+++ ghc8.patch  2016-06-02 16:11:36 UTC (rev 177740)
@@ -0,0 +1,48 @@
+From 94c9f1e11940384eedf8c4749ffa4045539f9290 Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Sat, 28 May 2016 21:49:55 +0100
+Subject: [PATCH] src/Hasktags.hs: tweak for ghc-8
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+directory-1.2.6.0 (comes with ghc-8.0.1)
+now includes 'isSymbolicLink' helper.
+
+Guard against symbol collisison:
+
+  src/Hasktags.hs:495:5: error:
+Ambiguous occurrence ‘isSymbolicLink’
+It could refer to either ‘System.Directory.isSymbolicLink’,
+ imported from ‘System.Directory’ at 
src/Hasktags.hs:31:1-23
+  or ‘System.Posix.Files.isSymbolicLink’,
+ imported from ‘System.Posix.Files’ at 
src/Hasktags.hs:38:1-25
+ (and originally defined in 
‘unix-2.7.2.0:System.Posix.Files.Common’)
+
+Signed-off-by: Sergei Trofimovich 
+---
+ src/Hasktags.hs | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/Hasktags.hs b/src/Hasktags.hs
+index e45bd05..f5abaaf 100644
+--- a/src/Hasktags.hs
 b/src/Hasktags.hs
+@@ -35,7 +35,7 @@ import Control.Monad
+ import DebugShow
+ 
+ #ifdef VERSION_unix
+-import System.Posix.Files
++import System.Posix.Files as SPF
+ #endif
+ import System.FilePath (())
+ 
+@@ -492,7 +492,7 @@ dirToFiles followSyms suffixes p = do
+   isD <- doesDirectoryExist p
+   isSymLink <-
+ #ifdef VERSION_unix
+-isSymbolicLink `fmap` getSymbolicLinkStatus p
++SPF.isSymbolicLink `fmap` getSymbolicLinkStatus p
+ #else
+ return False
+ #endif


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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 18:05:19
  Author: arojas
Revision: 268853

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-02 16:04:27 UTC (rev 268852)
+++ extra-i686/PKGBUILD 2016-06-02 16:05:19 UTC (rev 268853)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=purpose
-pkgver=1.1
-pkgrel=1
-pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
-arch=(i686 x86_64)
-url='https://projects.kde.org/purpose'
-license=(LGPL)
-depends=(kaccounts-integration hicolor-icon-theme)
-makedepends=(extra-cmake-modules intltool python)
-source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
-md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: purpose/repos/extra-i686/PKGBUILD (from rev 268852, 
purpose/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-02 16:05:19 UTC (rev 268853)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=purpose
+pkgver=1.1
+pkgrel=2
+pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
+arch=(i686 x86_64)
+url='https://projects.kde.org/purpose'
+license=(LGPL)
+depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool python)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-02 16:04:27 UTC (rev 268852)
+++ extra-x86_64/PKGBUILD   2016-06-02 16:05:19 UTC (rev 268853)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=purpose
-pkgver=1.1
-pkgrel=1
-pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
-arch=(i686 x86_64)
-url='https://projects.kde.org/purpose'
-license=(LGPL)
-depends=(kaccounts-integration hicolor-icon-theme)
-makedepends=(extra-cmake-modules intltool python)
-source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
-md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: purpose/repos/extra-x86_64/PKGBUILD (from rev 268852, 
purpose/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-02 16:05:19 UTC (rev 268853)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=purpose
+pkgver=1.1
+pkgrel=2
+pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
+arch=(i686 x86_64)
+url='https://projects.kde.org/purpose'
+license=(LGPL)
+depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool python)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 18:04:27
  Author: arojas
Revision: 268852

Add missing dependencies

Modified:
  purpose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 15:42:42 UTC (rev 268851)
+++ PKGBUILD2016-06-02 16:04:27 UTC (rev 268852)
@@ -3,13 +3,14 @@
 
 pkgname=purpose
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
 arch=(i686 x86_64)
 url='https://projects.kde.org/purpose'
 license=(LGPL)
-depends=(kaccounts-integration hicolor-icon-theme)
+depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
 makedepends=(extra-cmake-modules intltool python)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
 source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
 md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
 


[arch-commits] Commit in signon-plugin-oauth2/trunk (PKGBUILD)

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 17:42:03
  Author: arojas
Revision: 268850

Update to 0.24

Modified:
  signon-plugin-oauth2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 15:41:27 UTC (rev 268849)
+++ PKGBUILD2016-06-02 15:42:03 UTC (rev 268850)
@@ -4,8 +4,8 @@
 
 pkgname=signon-plugin-oauth2
 _pkgname=signon-oauth2
-pkgver=0.23
-pkgrel=2
+pkgver=0.24
+pkgrel=1
 pkgdesc='OAuth 2 plugin for signon'
 arch=(i686 x86_64)
 url="https://gitlab.com/accounts-sso/signon-plugin-oauth2;
@@ -13,7 +13,7 @@
 depends=(signond)
 makedepends=(qt5-xmlpatterns)
 
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver;)
-md5sums=('772197567b8778552bba34ace41aec7d')
+md5sums=('684564e23cb070c31cef7785ab142ad8')
 
 prepare() {
   cd signon-plugin-oauth2-VERSION_$pkgver-*


[arch-commits] Commit in signon-plugin-oauth2/repos (4 files)

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 17:42:42
  Author: arojas
Revision: 268851

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

Added:
  signon-plugin-oauth2/repos/extra-i686/PKGBUILD
(from rev 268850, signon-plugin-oauth2/trunk/PKGBUILD)
  signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD
(from rev 268850, signon-plugin-oauth2/trunk/PKGBUILD)
Deleted:
  signon-plugin-oauth2/repos/extra-i686/PKGBUILD
  signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-02 15:42:03 UTC (rev 268850)
+++ extra-i686/PKGBUILD 2016-06-02 15:42:42 UTC (rev 268851)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Balló György 
-
-pkgname=signon-plugin-oauth2
-_pkgname=signon-oauth2
-pkgver=0.23
-pkgrel=2
-pkgdesc='OAuth 2 plugin for signon'
-arch=(i686 x86_64)
-url="https://gitlab.com/accounts-sso/signon-plugin-oauth2;
-license=(LGPL)
-depends=(signon)
-makedepends=(qt5-xmlpatterns)
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver;)
-md5sums=('772197567b8778552bba34ace41aec7d')
-
-prepare() {
-  cd signon-plugin-oauth2-VERSION_$pkgver-*
-
-  sed -i '/-Werror/d' common-project-config.pri
-
-  # Do not install tests and example
-  echo 'INSTALLS =' >>tests/tests.pro
-  echo 'INSTALLS =' >>example/example.pro
-}
-
-build() {
-  cd signon-plugin-oauth2-VERSION_$pkgver-*
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd signon-plugin-oauth2-VERSION_$pkgver-*
-
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-plugin-oauth2/repos/extra-i686/PKGBUILD (from rev 268850, 
signon-plugin-oauth2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-02 15:42:42 UTC (rev 268851)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Balló György 
+
+pkgname=signon-plugin-oauth2
+_pkgname=signon-oauth2
+pkgver=0.24
+pkgrel=1
+pkgdesc='OAuth 2 plugin for signon'
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/signon-plugin-oauth2;
+license=(LGPL)
+depends=(signond)
+makedepends=(qt5-xmlpatterns)
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver;)
+md5sums=('684564e23cb070c31cef7785ab142ad8')
+
+prepare() {
+  cd signon-plugin-oauth2-VERSION_$pkgver-*
+
+  sed -i '/-Werror/d' common-project-config.pri
+
+  # Do not install tests and example
+  echo 'INSTALLS =' >>tests/tests.pro
+  echo 'INSTALLS =' >>example/example.pro
+}
+
+build() {
+  cd signon-plugin-oauth2-VERSION_$pkgver-*
+
+  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd signon-plugin-oauth2-VERSION_$pkgver-*
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-02 15:42:03 UTC (rev 268850)
+++ extra-x86_64/PKGBUILD   2016-06-02 15:42:42 UTC (rev 268851)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Balló György 
-
-pkgname=signon-plugin-oauth2
-_pkgname=signon-oauth2
-pkgver=0.23
-pkgrel=2
-pkgdesc='OAuth 2 plugin for signon'
-arch=(i686 x86_64)
-url="https://gitlab.com/accounts-sso/signon-plugin-oauth2;
-license=(LGPL)
-depends=(signon)
-makedepends=(qt5-xmlpatterns)
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver;)
-md5sums=('772197567b8778552bba34ace41aec7d')
-
-prepare() {
-  cd signon-plugin-oauth2-VERSION_$pkgver-*
-
-  sed -i '/-Werror/d' common-project-config.pri
-
-  # Do not install tests and example
-  echo 'INSTALLS =' >>tests/tests.pro
-  echo 'INSTALLS =' >>example/example.pro
-}
-
-build() {
-  cd signon-plugin-oauth2-VERSION_$pkgver-*
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd signon-plugin-oauth2-VERSION_$pkgver-*
-
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD (from rev 268850, 
signon-plugin-oauth2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-02 15:42:42 UTC (rev 268851)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# 

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

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 17:36:57
  Author: fyan
Revision: 177734

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 15:36:41 UTC (rev 177733)
+++ PKGBUILD2016-06-02 15:36:57 UTC (rev 177734)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-
-pkgbase=python-raven
-pkgname=(python-raven python2-raven)
-pkgver=5.18.0
-pkgrel=1
-pkgdesc="Python client for Sentry"
-arch=('any')
-url="http://pypi.python.org/pypi/raven;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
-  'python-celery' 'python2-celery' 'python-django' 
'python2-django' 'pep8'
-  'python-mock' 'python2-mock' 'python-nose' 'python2-nose' 
'python2-gevent'
-  'python2-pep8' 'python-pytz' 'python2-pytz' 'python-exam' 
'python2-exam'
-  'python-requests' 'python2-requests' 'python-tornado' 
'python2-tornado'
-  'python-paste' 'python2-paste' 'python-webob' 'python2-webob'
-  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
-  'python-flask' 'python2-flask' 'python-blinker' 'python2-blinker'
-  'python-logbook' 'python2-logbook' 'python-pytest-django' 
'python2-pytest-django'
-  'python2-webpy' 'python-flask-login' 'python2-flask-login'
-  'python-pytest-timeout' 'python2-pytest-timeout')
-source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a raven-python{,-py2}
-}
-
-build() {
-  cd "$srcdir"/raven-python
-  python setup.py build
-
-  cd "$srcdir"/raven-python-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack distribution check by installing it
-
-  cd "$srcdir"/raven-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" \
-py.test tests
-
-  cd "$srcdir"/raven-python
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-py.test2 tests
-}
-
-package_python-raven() {
-  depends=('python')
-  optdepends=('python-setuptools: for "raven" script')
-
-  cd "$srcdir"/raven-python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-raven() {
-  depends=('python2-contextlib2')
-  optdepends=('python2-setuptools: for "raven2" script')
-
-  cd "$srcdir"/raven-python-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/raven{,2}
-
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-raven/repos/community-any/PKGBUILD (from rev 177733, 
python-raven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 15:36:57 UTC (rev 177734)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+
+pkgbase=python-raven
+pkgname=(python-raven python2-raven)
+pkgver=5.19.0
+pkgrel=1
+pkgdesc="Python client for Sentry"
+arch=('any')
+url="http://pypi.python.org/pypi/raven;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
+  'python-celery' 'python2-celery' 'python-django' 
'python2-django' 'pep8'
+  'python-mock' 'python2-mock' 'python-nose' 'python2-nose' 
'python2-gevent'
+  'python2-pep8' 'python-pytz' 'python2-pytz' 'python-exam' 
'python2-exam'
+  'python-requests' 'python2-requests' 'python-tornado' 
'python2-tornado'
+  'python-paste' 'python2-paste' 'python-webob' 'python2-webob'
+  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
+  'python-flask' 'python2-flask' 'python-blinker' 'python2-blinker'
+  'python-logbook' 'python2-logbook' 'python-pytest-django' 
'python2-pytest-django'
+  'python2-webpy' 'python-flask-login' 'python2-flask-login'
+  'python-pytest-timeout' 'python2-pytest-timeout')
+source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp 

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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 17:36:41
  Author: arojas
Revision: 177733

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

Added:
  giac/repos/community-i686/PKGBUILD
(from rev 177731, giac/trunk/PKGBUILD)
  giac/repos/community-x86_64/PKGBUILD
(from rev 177732, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-i686/PKGBUILD
  giac/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-02 15:36:33 UTC (rev 177732)
+++ community-i686/PKGBUILD 2016-06-02 15:36:41 UTC (rev 177733)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(giac libgiac)
-_pkgver=1.2.2-53
-pkgver=${_pkgver//-/.}
-pkgrel=3
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
-md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_giac() {
-  depends=(libgiac fltk)
-  provides=(xcas)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari-sage ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}
-

Copied: giac/repos/community-i686/PKGBUILD (from rev 177731, 
giac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 15:36:41 UTC (rev 177733)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(giac libgiac)
+_pkgver=1.2.2-57
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
+md5sums=('ad6ea155ee24b52dd7809771ab1a91af')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_giac() {
+  depends=(libgiac fltk)
+  provides=(xcas)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-02 15:36:33 UTC (rev 177732)
+++ community-x86_64/PKGBUILD   2016-06-02 15:36:41 UTC (rev 177733)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(giac libgiac)
-_pkgver=1.2.2-53
-pkgver=${_pkgver//-/.}
-pkgrel=3
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
-md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_giac() {
-  depends=(libgiac fltk)
-  provides=(xcas)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari-sage ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}
-

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 177732, 
giac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-02 15:36:41 UTC (rev 177733)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+

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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 17:36:00
  Author: arojas
Revision: 177731

Update to 1.2.2.57

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 11:51:37 UTC (rev 177730)
+++ PKGBUILD2016-06-02 15:36:00 UTC (rev 177731)
@@ -3,9 +3,9 @@
 
 pkgbase=giac
 pkgname=(giac libgiac)
-_pkgver=1.2.2-53
+_pkgver=1.2.2-57
 pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=1
 pkgdesc="A free computer algebra system"
 arch=(i686 x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
@@ -12,7 +12,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
-md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+md5sums=('ad6ea155ee24b52dd7809771ab1a91af')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 17:36:33
  Author: fyan
Revision: 177732

upgpkg: python-raven 5.19.0-1

Modified:
  python-raven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 15:36:00 UTC (rev 177731)
+++ PKGBUILD2016-06-02 15:36:33 UTC (rev 177732)
@@ -4,7 +4,7 @@
 
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc="Python client for Sentry"
 arch=('any')


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

2016-06-02 Thread Jan Steffens
Date: Thursday, June 2, 2016 @ 16:14:09
  Author: heftig
Revision: 268847

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

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

--+
 /PKGBUILD|  620 
 /change-default-console-loglevel.patch   |   22 
 /config  |16240 +
 /config.x86_64   |15764 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  308 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8120 
 testing-i686/config.x86_64   | 7882 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  308 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8120 
 testing-x86_64/config.x86_64 | 7882 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 32748 insertions(+), 32744 deletions(-)

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


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

2016-06-02 Thread Jan Steffens
Date: Thursday, June 2, 2016 @ 16:12:34
  Author: heftig
Revision: 268846

4.6.1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 13:51:30 UTC (rev 268845)
+++ PKGBUILD2016-06-02 14:12:34 UTC (rev 268846)
@@ -6,18 +6,18 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.6
-_zenpatch=zen-4.6-8eef8e59b2c372bea31d18b3b11e3d5a59484b17.diff
-pkgver=4.6
+_zenpatch=zen-4.6.1-1e19a2f12a4639856d0304ca7dd3eda5868149f8.diff
+pkgver=4.6.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'elfutils')
+makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf')
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 "http://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.xz;
 "http://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.sign;
 # the main kernel config files
@@ -27,8 +27,10 @@
 'change-default-console-loglevel.patch')
 sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866'
 'SKIP'
-'d1b3306a271066b968e4c6ce9adbb564e18b18bc1957aa615ee1587774d35b9e'
+'023d192ebb487657ce24cbd758c8a6cfcb66a26c61b4e0f2395528953c45da9b'
 'SKIP'
+'8102ee880a14a08902771b2dc9a7a75815d5da22b3efa392157274a14537833e'
+'SKIP'
 'bcecbe3de614543afda2fd82f0f4650a734727840e8893f33b23f14bb8d627b1'
 '7f75d902840b95802296928433044b0421e729f73f8d141340d5992e59b0243b'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -45,7 +47,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -171,7 +173,7 @@
   mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/include"
 
   for i in acpi asm-generic config crypto drm generated keys linux math-emu \
-media net pcmcia scsi sound trace uapi video xen; do
+media net pcmcia scsi soc sound trace uapi video xen; do
 cp -a include/${i} "${pkgdir}/usr/lib/modules/${_kernver}/build/include/"
   done
 


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

2016-06-02 Thread Tobias Powalowski
Date: Thursday, June 2, 2016 @ 15:51:30
  Author: tpowa
Revision: 268845

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/0001-linux-4.6-drm-i915-psr.patch
(from rev 268844, linux/trunk/0001-linux-4.6-drm-i915-psr.patch)
  linux/repos/testing-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch
(from rev 268844, linux/trunk/0001-linux-4.6-rtlwifi-fix-atomic.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 268844, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 268844, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 268844, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 268844, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 268844, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 268844, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

-+
 0001-linux-4.6-drm-i915-psr.patch   |  115 
 0001-linux-4.6-rtlwifi-fix-atomic.patch |   70 
 PKGBUILD|  614 -
 change-default-console-loglevel.patch   |   22 
 config  |16174 +++---
 config.x86_64   |15698 ++---
 linux.install   |   74 
 linux.preset|   28 
 8 files changed, 16496 insertions(+), 16299 deletions(-)

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


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

2016-06-02 Thread Tobias Powalowski
Date: Thursday, June 2, 2016 @ 15:51:16
  Author: tpowa
Revision: 268844

upgpkg: linux 4.6.1-2

fix flicker problem and rtlwifi atomic bug

Added:
  linux/trunk/0001-linux-4.6-drm-i915-psr.patch
  linux/trunk/0001-linux-4.6-rtlwifi-fix-atomic.patch
Modified:
  linux/trunk/PKGBUILD

-+
 0001-linux-4.6-drm-i915-psr.patch   |  115 ++
 0001-linux-4.6-rtlwifi-fix-atomic.patch |   70 ++
 PKGBUILD|   18 +++-
 3 files changed, 200 insertions(+), 3 deletions(-)

Added: 0001-linux-4.6-drm-i915-psr.patch
===
--- 0001-linux-4.6-drm-i915-psr.patch   (rev 0)
+++ 0001-linux-4.6-drm-i915-psr.patch   2016-06-02 13:51:16 UTC (rev 268844)
@@ -0,0 +1,115 @@
+From 03b7b5f983091bca17e9c163832fcde56971d7d1 Mon Sep 17 00:00:00 2001
+From: Daniel Vetter 
+Date: Wed, 18 May 2016 18:47:11 +0200
+Subject: drm/i915/psr: Try to program link training times correctly
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The default of 0 is 500us of link training, but that's not enough for
+some platforms. Decoding this correctly means we're using 2.5ms of
+link training on these platforms, which fixes flickering issues
+associated with enabling PSR.
+
+v2: Unbotch the math a bit.
+
+v3: Drop debug hunk.
+
+v4: Improve commit message.
+
+Tested-by: Lyude 
+Cc: Lyude 
+Cc: sta...@vger.kernel.org
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95176
+Cc: Rodrigo Vivi 
+Cc: Sonika Jindal 
+Cc: Durgadoss R 
+Cc: "Pandiyan, Dhinakaran" 
+Tested-by: Ville Syrjälä 
+Reviewed-by: Ville Syrjälä 
+Tested-by: frit...@kodi.tv
+Signed-off-by: Daniel Vetter 
+Link: 
http://patchwork.freedesktop.org/patch/msgid/1463590036-17824-2-git-send-email-daniel.vet...@ffwll.ch
+(cherry picked from commit 50db139018f9c94376d5f4db94a3bae65fdfac14)
+Signed-off-by: Jani Nikula 
+---
+ drivers/gpu/drm/i915/intel_psr.c | 55 ++--
+ 1 file changed, 47 insertions(+), 8 deletions(-)
+
+diff --git a/drivers/gpu/drm/i915/intel_psr.c 
b/drivers/gpu/drm/i915/intel_psr.c
+index c3abae4..a788d1e 100644
+--- a/drivers/gpu/drm/i915/intel_psr.c
 b/drivers/gpu/drm/i915/intel_psr.c
+@@ -280,7 +280,10 @@ static void hsw_psr_enable_source(struct intel_dp 
*intel_dp)
+* with the 5 or 6 idle patterns.
+*/
+   uint32_t idle_frames = max(6, dev_priv->vbt.psr.idle_frames);
+-  uint32_t val = 0x0;
++  uint32_t val = EDP_PSR_ENABLE;
++
++  val |= max_sleep_time << EDP_PSR_MAX_SLEEP_TIME_SHIFT;
++  val |= idle_frames << EDP_PSR_IDLE_FRAME_SHIFT;
+ 
+   if (IS_HASWELL(dev))
+   val |= EDP_PSR_MIN_LINK_ENTRY_TIME_8_LINES;
+@@ -288,14 +291,50 @@ static void hsw_psr_enable_source(struct intel_dp 
*intel_dp)
+   if (dev_priv->psr.link_standby)
+   val |= EDP_PSR_LINK_STANDBY;
+ 
+-  I915_WRITE(EDP_PSR_CTL, val |
+- max_sleep_time << EDP_PSR_MAX_SLEEP_TIME_SHIFT |
+- idle_frames << EDP_PSR_IDLE_FRAME_SHIFT |
+- EDP_PSR_ENABLE);
++  if (dev_priv->vbt.psr.tp1_wakeup_time > 5)
++  val |= EDP_PSR_TP1_TIME_2500us;
++  else if (dev_priv->vbt.psr.tp1_wakeup_time > 1)
++  val |= EDP_PSR_TP1_TIME_500us;
++  else if (dev_priv->vbt.psr.tp1_wakeup_time > 0)
++  val |= EDP_PSR_TP1_TIME_100us;
++  else
++  val |= EDP_PSR_TP1_TIME_0us;
++
++  if (dev_priv->vbt.psr.tp2_tp3_wakeup_time > 5)
++  val |= EDP_PSR_TP2_TP3_TIME_2500us;
++  else if (dev_priv->vbt.psr.tp2_tp3_wakeup_time > 1)
++  val |= EDP_PSR_TP2_TP3_TIME_500us;
++  else if (dev_priv->vbt.psr.tp2_tp3_wakeup_time > 0)
++  val |= EDP_PSR_TP2_TP3_TIME_100us;
++  else
++  val |= EDP_PSR_TP2_TP3_TIME_0us;
++
++  if (intel_dp_source_supports_hbr2(intel_dp) &&
++  drm_dp_tps3_supported(intel_dp->dpcd))
++  val |= EDP_PSR_TP1_TP3_SEL;
++  else
++  val |= EDP_PSR_TP1_TP2_SEL;
++
++  I915_WRITE(EDP_PSR_CTL, val);
++
++  if (!dev_priv->psr.psr2_support)
++  return;
++
++  /* FIXME: selective update is probably totally broken because it doesn't
++   * mesh at all with our frontbuffer tracking. And the hw alone isn't
++   * good enough. */
++  val = EDP_PSR2_ENABLE | EDP_SU_TRACK_ENABLE;
++
++  if (dev_priv->vbt.psr.tp2_tp3_wakeup_time > 5)
++  val |= EDP_PSR2_TP2_TIME_2500;
++  else if (dev_priv->vbt.psr.tp2_tp3_wakeup_time > 1)
++  val |= 

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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 13:51:37
  Author: spupykin
Revision: 177730

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

Added:
  delegate/repos/community-i686/ChangeLog
(from rev 177729, delegate/trunk/ChangeLog)
  delegate/repos/community-i686/PKGBUILD
(from rev 177729, delegate/trunk/PKGBUILD)
  delegate/repos/community-i686/delegate.install
(from rev 177729, delegate/trunk/delegate.install)
  delegate/repos/community-i686/ssl3.patch
(from rev 177729, delegate/trunk/ssl3.patch)
  delegate/repos/community-x86_64/ChangeLog
(from rev 177729, delegate/trunk/ChangeLog)
  delegate/repos/community-x86_64/PKGBUILD
(from rev 177729, delegate/trunk/PKGBUILD)
  delegate/repos/community-x86_64/delegate.install
(from rev 177729, delegate/trunk/delegate.install)
  delegate/repos/community-x86_64/ssl3.patch
(from rev 177729, delegate/trunk/ssl3.patch)
Deleted:
  delegate/repos/community-i686/ChangeLog
  delegate/repos/community-i686/PKGBUILD
  delegate/repos/community-i686/delegate.install
  delegate/repos/community-x86_64/ChangeLog
  delegate/repos/community-x86_64/PKGBUILD
  delegate/repos/community-x86_64/delegate.install

---+
 /ChangeLog|6 ++
 /PKGBUILD |   84 
 /delegate.install |   12 +
 community-i686/ChangeLog  |3 -
 community-i686/PKGBUILD   |   35 ---
 community-i686/delegate.install   |6 --
 community-i686/ssl3.patch |   14 ++
 community-x86_64/ChangeLog|3 -
 community-x86_64/PKGBUILD |   35 ---
 community-x86_64/delegate.install |6 --
 community-x86_64/ssl3.patch   |   14 ++
 11 files changed, 130 insertions(+), 88 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-06-02 11:51:12 UTC (rev 177729)
+++ community-i686/ChangeLog2016-06-02 11:51:37 UTC (rev 177730)
@@ -1,3 +0,0 @@
-2007-07-02 tardo 
-* Built for x86_64
-

Copied: delegate/repos/community-i686/ChangeLog (from rev 177729, 
delegate/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-02 11:51:12 UTC (rev 177729)
+++ community-i686/PKGBUILD 2016-06-02 11:51:37 UTC (rev 177730)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=delegate
-pkgver=9.9.13
-pkgrel=2
-pkgdesc="Caching and converting multyprotocol proxy. For example, you may use 
it as NNTP web interface"
-arch=('i686' 'x86_64')
-url="http://www.delegate.org/;
-license=('GPL')
-depends=('pam')
-options=(!strip)
-install=delegate.install
-source=(ftp://ftp:ps790809%40inbox%2...@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
-md5sums=('b617959aa785b751a6292dad7487c722')
-
-build() {
-  cd $srcdir/$pkgname$pkgver
-  make ADMIN="root@localhost"
-}
-
-package() {
-  cd $srcdir/$pkgname$pkgver
-
-  install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
-
-  install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
-  install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
-  install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
-  install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
-
-  install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
-  install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
-}

Copied: delegate/repos/community-i686/PKGBUILD (from rev 177729, 
delegate/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 11:51:37 UTC (rev 177730)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=delegate
+pkgver=9.9.13
+pkgrel=3
+pkgdesc="Caching and converting multyprotocol proxy. For example, you may use 
it as NNTP web interface"
+arch=('i686' 'x86_64')
+url="http://www.delegate.org/;
+license=('GPL')
+depends=('pam')
+options=(!strip)
+install=delegate.install
+source=(ftp://ftp:ps790809%40inbox%2...@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz
+   ssl3.patch)
+md5sums=('b617959aa785b751a6292dad7487c722'
+ 'de7ebae5f5ba97509dc26a19e8e0aaf1')
+
+prepare() {
+  cd $srcdir/$pkgname$pkgver
+  patch -p1 <$srcdir/ssl3.patch
+}
+
+build() {
+  cd $srcdir/$pkgname$pkgver
+  make ADMIN="root@localhost" 

[arch-commits] Commit in delegate/trunk (PKGBUILD ssl3.patch)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 13:51:12
  Author: spupykin
Revision: 177729

upgpkg: delegate 9.9.13-3

upd

Added:
  delegate/trunk/ssl3.patch
Modified:
  delegate/trunk/PKGBUILD

+
 PKGBUILD   |   15 +++
 ssl3.patch |   14 ++
 2 files changed, 25 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 11:07:32 UTC (rev 177728)
+++ PKGBUILD2016-06-02 11:51:12 UTC (rev 177729)
@@ -4,7 +4,7 @@
 
 pkgname=delegate
 pkgver=9.9.13
-pkgrel=2
+pkgrel=3
 pkgdesc="Caching and converting multyprotocol proxy. For example, you may use 
it as NNTP web interface"
 arch=('i686' 'x86_64')
 url="http://www.delegate.org/;
@@ -12,12 +12,19 @@
 depends=('pam')
 options=(!strip)
 install=delegate.install
-source=(ftp://ftp:ps790809%40inbox%2...@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
-md5sums=('b617959aa785b751a6292dad7487c722')
+source=(ftp://ftp:ps790809%40inbox%2...@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz
+   ssl3.patch)
+md5sums=('b617959aa785b751a6292dad7487c722'
+ 'de7ebae5f5ba97509dc26a19e8e0aaf1')
 
+prepare() {
+  cd $srcdir/$pkgname$pkgver
+  patch -p1 <$srcdir/ssl3.patch
+}
+
 build() {
   cd $srcdir/$pkgname$pkgver
-  make ADMIN="root@localhost"
+  make ADMIN="root@localhost" CFLAGS="$CFLAGS -Wno-narrowing"
 }
 
 package() {

Added: ssl3.patch
===
--- ssl3.patch  (rev 0)
+++ ssl3.patch  2016-06-02 11:51:12 UTC (rev 177729)
@@ -0,0 +1,14 @@
+diff -wbBur delegate9.9.13.org/filters/sslway.c delegate9.9.13/filters/sslway.c
+--- delegate9.9.13.org/filters/sslway.c2014-06-02 07:06:16.0 
+0400
 delegate9.9.13/filters/sslway.c2016-06-02 13:53:03.507177191 +0300
+@@ -310,8 +310,8 @@
+ 
+ SSL_METHOD *SSLv2_server_method(); /*OPT(0)*/
+ SSL_METHOD *SSLv2_client_method(); /*OPT(0)*/
+-SSL_METHOD *SSLv3_server_method();
+-SSL_METHOD *SSLv3_client_method();
++SSL_METHOD *SSLv3_server_method(); /*OPT(0)*/
++SSL_METHOD *SSLv3_client_method(); /*OPT(0)*/
+ SSL_METHOD *SSLv23_server_method();
+ SSL_METHOD *SSLv23_client_method();
+ SSL_METHOD *TLSv1_server_method();


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

2016-06-02 Thread Sven-Hendrik Haase
Date: Thursday, June 2, 2016 @ 13:07:32
  Author: svenstaro
Revision: 177728

Fix typo

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 11:02:30 UTC (rev 177727)
+++ PKGBUILD2016-06-02 11:07:32 UTC (rev 177728)
@@ -13,7 +13,7 @@
 license=('GPL')
 url="http://www.wesnoth.org/;
 depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
-makedepends=('boost' 'cmake'' git')
+makedepends=('boost' 'cmake' 'git')
 install=wesnoth.install
 options=(!emptydirs)
 source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"


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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 13:02:17
  Author: spupykin
Revision: 177726

upgpkg: python-pyserial 3.1.0-1

upd

Modified:
  python-pyserial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 11:02:07 UTC (rev 177725)
+++ PKGBUILD2016-06-02 11:02:17 UTC (rev 177726)
@@ -5,26 +5,24 @@
 
 pkgbase=python-pyserial
 pkgname=('python-pyserial' 'python2-pyserial')
-pkgver=3.0.1
-_commit=7bb26e45f8889f0b52b4103dbc7e9be734fb2996
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Multiplatform Serial Port Module for Python"
 arch=('any')
-url="http://pyserial.sf.net;
+url="https://github.com/pyserial/pyserial;
 license=('custom:PYTHON')
 makedepends=('python2' 'python')
-#source=(http://pypi.python.org/packages/source/p/pyserial/pyserial-$pkgver.tar.gz)
-source=("https://github.com/pyserial/pyserial/archive/${_commit}.tar.gz;)
-md5sums=('28e25ca398ad707fba71db24c9719d56')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pyserial/pyserial/archive/v$pkgver.tar.gz;)
+md5sums=('cab5dabd6e17b0dacd71ca5d8ea05a0a')
 
 build() {
-  cp -a $srcdir/pyserial-${_commit} $srcdir/py2serial-${_commit}
+  cp -a $srcdir/pyserial-${pkgver} $srcdir/py2serial-${pkgver}
 }
 
 package_python-pyserial() {
   depends=('python')
 
-  cd $srcdir/pyserial-${_commit}
+  cd $srcdir/pyserial-${pkgver}
   python setup.py install --root=$pkgdir
   install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
 }
@@ -32,7 +30,7 @@
 package_python2-pyserial() {
   depends=('python2')
 
-  cd $srcdir/py2serial-${_commit}
+  cd $srcdir/py2serial-${pkgver}
   python2 setup.py install --root=$pkgdir
   install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
   mv $pkgdir/usr/bin/miniterm.py $pkgdir/usr/bin/miniterm2.py


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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 13:02:30
  Author: spupykin
Revision: 177727

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 11:02:17 UTC (rev 177726)
+++ PKGBUILD2016-06-02 11:02:30 UTC (rev 177727)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-pyserial
-pkgname=('python-pyserial' 'python2-pyserial')
-pkgver=3.0.1
-_commit=7bb26e45f8889f0b52b4103dbc7e9be734fb2996
-pkgrel=2
-pkgdesc="Multiplatform Serial Port Module for Python"
-arch=('any')
-url="http://pyserial.sf.net;
-license=('custom:PYTHON')
-makedepends=('python2' 'python')
-#source=(http://pypi.python.org/packages/source/p/pyserial/pyserial-$pkgver.tar.gz)
-source=("https://github.com/pyserial/pyserial/archive/${_commit}.tar.gz;)
-md5sums=('28e25ca398ad707fba71db24c9719d56')
-
-build() {
-  cp -a $srcdir/pyserial-${_commit} $srcdir/py2serial-${_commit}
-}
-
-package_python-pyserial() {
-  depends=('python')
-
-  cd $srcdir/pyserial-${_commit}
-  python setup.py install --root=$pkgdir
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-pyserial() {
-  depends=('python2')
-
-  cd $srcdir/py2serial-${_commit}
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-  mv $pkgdir/usr/bin/miniterm.py $pkgdir/usr/bin/miniterm2.py
-}

Copied: python-pyserial/repos/community-any/PKGBUILD (from rev 177726, 
python-pyserial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 11:02:30 UTC (rev 177727)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-pyserial
+pkgname=('python-pyserial' 'python2-pyserial')
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Multiplatform Serial Port Module for Python"
+arch=('any')
+url="https://github.com/pyserial/pyserial;
+license=('custom:PYTHON')
+makedepends=('python2' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pyserial/pyserial/archive/v$pkgver.tar.gz;)
+md5sums=('cab5dabd6e17b0dacd71ca5d8ea05a0a')
+
+build() {
+  cp -a $srcdir/pyserial-${pkgver} $srcdir/py2serial-${pkgver}
+}
+
+package_python-pyserial() {
+  depends=('python')
+
+  cd $srcdir/pyserial-${pkgver}
+  python setup.py install --root=$pkgdir
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-pyserial() {
+  depends=('python2')
+
+  cd $srcdir/py2serial-${pkgver}
+  python2 setup.py install --root=$pkgdir
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+  mv $pkgdir/usr/bin/miniterm.py $pkgdir/usr/bin/miniterm2.py
+}


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

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 13:02:07
  Author: spupykin
Revision: 177725

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 11:01:52 UTC (rev 177724)
+++ PKGBUILD2016-06-02 11:02:07 UTC (rev 177725)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.6.1
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('a656cfeb0e0c1f2764ff43f2cd4d4dd7')
-
-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 177724, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 11:02:07 UTC (rev 177725)
@@ -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.2
+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=('9ee574eff0569be0ad80ac82c7d197be')
+
+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 phpmyadmin/trunk (PKGBUILD)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 13:01:52
  Author: spupykin
Revision: 177724

upgpkg: phpmyadmin 4.6.2-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 09:55:51 UTC (rev 177723)
+++ PKGBUILD2016-06-02 11:01:52 UTC (rev 177724)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -14,10 +14,9 @@
 url='http://www.phpmyadmin.net'
 license=('GPL')
 depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('a656cfeb0e0c1f2764ff43f2cd4d4dd7')
+md5sums=('9ee574eff0569be0ad80ac82c7d197be')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2016-06-02 Thread Jan de Groot
Date: Thursday, June 2, 2016 @ 12:53:55
  Author: jgc
Revision: 268843

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

Added:
  gnumeric/repos/testing-i686/PKGBUILD
(from rev 268842, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/testing-i686/revert-warnings.patch
(from rev 268842, gnumeric/trunk/revert-warnings.patch)
  gnumeric/repos/testing-x86_64/PKGBUILD
(from rev 268842, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/testing-x86_64/revert-warnings.patch
(from rev 268842, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/testing-i686/PKGBUILD
  gnumeric/repos/testing-i686/revert-warnings.patch
  gnumeric/repos/testing-x86_64/PKGBUILD
  gnumeric/repos/testing-x86_64/revert-warnings.patch

--+
 /PKGBUILD|   94 +
 /revert-warnings.patch   |   22 +++
 testing-i686/PKGBUILD|   47 
 testing-i686/revert-warnings.patch   |   11 ---
 testing-x86_64/PKGBUILD  |   47 
 testing-x86_64/revert-warnings.patch |   11 ---
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-06-02 10:53:47 UTC (rev 268842)
+++ testing-i686/PKGBUILD   2016-06-02 10:53:55 UTC (rev 268843)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.29
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice' 'desktop-file-utils')
-makedepends=('intltool' 'psiconv' 'pygobject-devel'
- 'gobject-introspection' 'rarian')
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-revert-warnings.patch)
-sha256sums=('5a35c56679027e5d0e61f67358c2feee458dc0f62494e32281c9a1a579ba7fb5'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i ../revert-warnings.patch
-
-  # Remove invalid mime type. (FS#26338)
-  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile --enable-introspection
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/testing-i686/PKGBUILD (from rev 268842, 
gnumeric/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-02 10:53:55 UTC (rev 268843)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.29
+pkgrel=2
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'desktop-file-utils')
+makedepends=('intltool' 'psiconv' 'pygobject-devel'
+ 'gobject-introspection' 'rarian' 'python2-gobject')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+revert-warnings.patch)
+sha256sums=('5a35c56679027e5d0e61f67358c2feee458dc0f62494e32281c9a1a579ba7fb5'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i ../revert-warnings.patch
+
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/revert-warnings.patch
===
--- testing-i686/revert-warnings.patch  2016-06-02 10:53:47 UTC (rev 268842)
+++ testing-i686/revert-warnings.patch  2016-06-02 10:53:55 UTC (rev 268843)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 

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

2016-06-02 Thread Jan de Groot
Date: Thursday, June 2, 2016 @ 12:53:47
  Author: jgc
Revision: 268842

upgpkg: gnumeric 1.12.29-2

Fix makedepends for python loader (FS#49534)

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 09:51:26 UTC (rev 268841)
+++ PKGBUILD2016-06-02 10:53:47 UTC (rev 268842)
@@ -4,7 +4,7 @@
 
 pkgname=gnumeric
 pkgver=1.12.29
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org/projects/gnumeric/;
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('goffice' 'desktop-file-utils')
 makedepends=('intltool' 'psiconv' 'pygobject-devel'
- 'gobject-introspection' 'rarian')
+ 'gobject-introspection' 'rarian' 'python2-gobject')
 optdepends=('python2-gobject: for python plugin support'
 'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'
@@ -34,7 +34,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
 --disable-schemas-compile --enable-introspection
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 11:55:51
  Author: arojas
Revision: 177723

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-02 09:55:25 UTC (rev 177722)
+++ community-i686/PKGBUILD 2016-06-02 09:55:51 UTC (rev 177723)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: birdflesh 
-# Contributor: said
-# Contributor: Panagiotis Papadopoulos 
-
-pkgname=kamoso
-pkgver=3.1.0
-pkgrel=3
-pkgdesc="A webcam recorder from KDE community"
-url="https://userbase.kde.org/Kamoso;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(qt5-gstreamer purpose)
-makedepends=(extra-cmake-modules kdoctools boost python)
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('923af7f7e13caec1082efd9a04670409')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: kamoso/repos/community-i686/PKGBUILD (from rev 177722, 
kamoso/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 09:55:51 UTC (rev 177723)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: birdflesh 
+# Contributor: said
+# Contributor: Panagiotis Papadopoulos 
+
+pkgname=kamoso
+pkgver=3.2
+pkgrel=1
+pkgdesc="A webcam recorder from KDE community"
+url="https://userbase.kde.org/Kamoso;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(qt5-gstreamer purpose)
+makedepends=(extra-cmake-modules kdoctools boost python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('55d026b0db2053ff0a434d1ffb0f4fca')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-02 09:55:25 UTC (rev 177722)
+++ community-x86_64/PKGBUILD   2016-06-02 09:55:51 UTC (rev 177723)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: birdflesh 
-# Contributor: said
-# Contributor: Panagiotis Papadopoulos 
-
-pkgname=kamoso
-pkgver=3.1.0
-pkgrel=3
-pkgdesc="A webcam recorder from KDE community"
-url="https://userbase.kde.org/Kamoso;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(qt5-gstreamer purpose)
-makedepends=(extra-cmake-modules kdoctools boost python)
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('923af7f7e13caec1082efd9a04670409')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: kamoso/repos/community-x86_64/PKGBUILD (from rev 177722, 
kamoso/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-02 09:55:51 UTC (rev 177723)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: birdflesh 
+# Contributor: said
+# Contributor: Panagiotis Papadopoulos 
+
+pkgname=kamoso
+pkgver=3.2
+pkgrel=1
+pkgdesc="A webcam recorder from KDE community"
+url="https://userbase.kde.org/Kamoso;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(qt5-gstreamer purpose)
+makedepends=(extra-cmake-modules kdoctools boost python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('55d026b0db2053ff0a434d1ffb0f4fca')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  

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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 11:55:25
  Author: arojas
Revision: 177722

Update to 3.2

Modified:
  kamoso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 09:43:57 UTC (rev 177721)
+++ PKGBUILD2016-06-02 09:55:25 UTC (rev 177722)
@@ -5,8 +5,8 @@
 # Contributor: Panagiotis Papadopoulos 
 
 pkgname=kamoso
-pkgver=3.1.0
-pkgrel=3
+pkgver=3.2
+pkgrel=1
 pkgdesc="A webcam recorder from KDE community"
 url="https://userbase.kde.org/Kamoso;
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 license=(GPL)
 depends=(qt5-gstreamer purpose)
 makedepends=(extra-cmake-modules kdoctools boost python)
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('923af7f7e13caec1082efd9a04670409')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('55d026b0db2053ff0a434d1ffb0f4fca')
 
 prepare() {
   mkdir -p build
@@ -25,7 +25,7 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF 
   make
 }
@@ -32,6 +32,6 @@
 
 package() {
   cd build
-  make DESTDIR=$pkgdir install
+  make DESTDIR="$pkgdir" install
 }
 


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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 11:51:26
  Author: arojas
Revision: 268841

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-02 09:50:55 UTC (rev 268840)
+++ extra-i686/PKGBUILD 2016-06-02 09:51:26 UTC (rev 268841)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=purpose
-pkgver=1.0
-pkgrel=3
-pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
-arch=(i686 x86_64)
-url='https://projects.kde.org/purpose'
-license=(LGPL)
-depends=(kaccounts-integration hicolor-icon-theme)
-makedepends=(extra-cmake-modules intltool python)
-source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# remove icons provided by kdevplatform
-  rm "$pkgdir"/usr/share/icons/hicolor/*/apps/reviewboard.png
-}
-md5sums=('8f27161d5bc0193ad67db48cb6782d84')

Copied: purpose/repos/extra-i686/PKGBUILD (from rev 268840, 
purpose/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-02 09:51:26 UTC (rev 268841)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=purpose
+pkgver=1.1
+pkgrel=1
+pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
+arch=(i686 x86_64)
+url='https://projects.kde.org/purpose'
+license=(LGPL)
+depends=(kaccounts-integration hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool python)
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-02 09:50:55 UTC (rev 268840)
+++ extra-x86_64/PKGBUILD   2016-06-02 09:51:26 UTC (rev 268841)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=purpose
-pkgver=1.0
-pkgrel=3
-pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
-arch=(i686 x86_64)
-url='https://projects.kde.org/purpose'
-license=(LGPL)
-depends=(kaccounts-integration hicolor-icon-theme)
-makedepends=(extra-cmake-modules intltool python)
-source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# remove icons provided by kdevplatform
-  rm "$pkgdir"/usr/share/icons/hicolor/*/apps/reviewboard.png
-}
-md5sums=('8f27161d5bc0193ad67db48cb6782d84')

Copied: purpose/repos/extra-x86_64/PKGBUILD (from rev 268840, 
purpose/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-02 09:51:26 UTC (rev 268841)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=purpose
+pkgver=1.1
+pkgrel=1
+pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
+arch=(i686 x86_64)
+url='https://projects.kde.org/purpose'
+license=(LGPL)
+depends=(kaccounts-integration hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool python)
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 11:50:55
  Author: arojas
Revision: 268840

Update to 1.1

Modified:
  purpose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 09:44:36 UTC (rev 268839)
+++ PKGBUILD2016-06-02 09:50:55 UTC (rev 268840)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=purpose
-pkgver=1.1rc
+pkgver=1.1
 pkgrel=1
 pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
 arch=(i686 x86_64)
@@ -10,8 +10,8 @@
 license=(LGPL)
 depends=(kaccounts-integration hicolor-icon-theme)
 makedepends=(extra-cmake-modules intltool python)
-source=("http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz;)
-md5sums=('a6cc88ed0534f38fe593137f17bac73a')
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
 
 prepare() {
   mkdir -p build


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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 11:43:57
  Author: arojas
Revision: 177721

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

Added:
  kaffeine/repos/community-i686/PKGBUILD
(from rev 177720, kaffeine/trunk/PKGBUILD)
  kaffeine/repos/community-x86_64/PKGBUILD
(from rev 177720, kaffeine/trunk/PKGBUILD)
Deleted:
  kaffeine/repos/community-i686/PKGBUILD
  kaffeine/repos/community-i686/include-CheckIncludeFiles.patch
  kaffeine/repos/community-x86_64/PKGBUILD
  kaffeine/repos/community-x86_64/include-CheckIncludeFiles.patch

--+
 /PKGBUILD|   66 +
 community-i686/PKGBUILD  |   38 
 community-i686/include-CheckIncludeFiles.patch   |   23 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/include-CheckIncludeFiles.patch |   23 ---
 5 files changed, 66 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-02 09:43:34 UTC (rev 177720)
+++ community-i686/PKGBUILD 2016-06-02 09:43:57 UTC (rev 177721)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kdebase-runtime vlc)
-makedepends=(cmake automoc4)
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz
-include-CheckIncludeFiles.patch)
-md5sums=('f2308cf7abf5ec7ad5c724593594c198'
- '1deeb1bff0e9ed705a9fc0552487ae2c')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../include-CheckIncludeFiles.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-i686/PKGBUILD (from rev 177720, 
kaffeine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 09:43:57 UTC (rev 177721)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz 
+
+pkgname=kaffeine
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org;
+depends=(kio hicolor-icon-theme libxss vlc)
+makedepends=(extra-cmake-modules kidletime)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
+md5sums=('d8637d2ad2e76d0097030f01d159400f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/include-CheckIncludeFiles.patch
===
--- community-i686/include-CheckIncludeFiles.patch  2016-06-02 09:43:34 UTC 
(rev 177720)
+++ community-i686/include-CheckIncludeFiles.patch  2016-06-02 09:43:57 UTC 
(rev 177721)
@@ -1,23 +0,0 @@
-From 4a1a90ee1b2b4d13302046f043adf1c2a1de758d Mon Sep 17 00:00:00 2001
-From: Raphael Kubo da Costa 
-Date: Thu, 26 Nov 2015 15:36:26 +0100
-Subject: [PATCH] Explicitly include CheckIncludeFiles.
-
-This fixes the build with CMake 3.4.0. We were calling check_include_files()
-and implicitly relying on CheckIncludeFiles being included.

- CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d9be8db..b74b44d 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -21,6 +21,7 @@ if(STRICT_BUILD)
-   -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS)
- endif(STRICT_BUILD)
- 
-+include(CheckIncludeFiles)
- check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
- 
- if(NOT HAVE_DVB)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-02 09:43:34 UTC (rev 177720)
+++ community-x86_64/PKGBUILD   2016-06-02 09:43:57 UTC (rev 177721)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kdebase-runtime vlc)
-makedepends=(cmake automoc4)
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz
-include-CheckIncludeFiles.patch)
-md5sums=('f2308cf7abf5ec7ad5c724593594c198'
- '1deeb1bff0e9ed705a9fc0552487ae2c')
-
-prepare() {
-  mkdir -p build
-
-  

[arch-commits] Commit in kaffeine/trunk (include-CheckIncludeFiles.patch)

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 11:43:34
  Author: arojas
Revision: 177720

Remove old patch

Deleted:
  kaffeine/trunk/include-CheckIncludeFiles.patch

-+
 include-CheckIncludeFiles.patch |   23 ---
 1 file changed, 23 deletions(-)

Deleted: include-CheckIncludeFiles.patch
===
--- include-CheckIncludeFiles.patch 2016-06-02 09:42:55 UTC (rev 177719)
+++ include-CheckIncludeFiles.patch 2016-06-02 09:43:34 UTC (rev 177720)
@@ -1,23 +0,0 @@
-From 4a1a90ee1b2b4d13302046f043adf1c2a1de758d Mon Sep 17 00:00:00 2001
-From: Raphael Kubo da Costa 
-Date: Thu, 26 Nov 2015 15:36:26 +0100
-Subject: [PATCH] Explicitly include CheckIncludeFiles.
-
-This fixes the build with CMake 3.4.0. We were calling check_include_files()
-and implicitly relying on CheckIncludeFiles being included.

- CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d9be8db..b74b44d 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -21,6 +21,7 @@ if(STRICT_BUILD)
-   -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS)
- endif(STRICT_BUILD)
- 
-+include(CheckIncludeFiles)
- check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
- 
- if(NOT HAVE_DVB)


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

2016-06-02 Thread Antonio Rojas
Date: Thursday, June 2, 2016 @ 11:42:55
  Author: arojas
Revision: 177719

Update to 2.0.1

Modified:
  kaffeine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 08:51:12 UTC (rev 177718)
+++ PKGBUILD2016-06-02 09:42:55 UTC (rev 177719)
@@ -3,32 +3,27 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kaffeine
-pkgver=1.3.1
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='KDE media player'
 license=(GPL)
 arch=(i686 x86_64)
 url="http://kaffeine.kde.org;
-depends=(kdebase-runtime vlc)
-makedepends=(cmake automoc4)
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz
-include-CheckIncludeFiles.patch)
-md5sums=('f2308cf7abf5ec7ad5c724593594c198'
- '1deeb1bff0e9ed705a9fc0552487ae2c')
+depends=(kio hicolor-icon-theme libxss vlc)
+makedepends=(extra-cmake-modules kidletime)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
+md5sums=('d8637d2ad2e76d0097030f01d159400f')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../include-CheckIncludeFiles.patch
 }
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake .. \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
   make
 }
 


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

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 10:51:12
  Author: fyan
Revision: 177718

archrelease: copy trunk to community-any

Added:
  certbot/repos/community-any/PKGBUILD
(from rev 177717, certbot/trunk/PKGBUILD)
Deleted:
  certbot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 08:50:55 UTC (rev 177717)
+++ PKGBUILD2016-06-02 08:51:12 UTC (rev 177718)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
-arch=('any')
-license=('Apache')
-url="https://letsencrypt.org/;
-depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
- 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
- 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
- 'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
- 'python2-zope-interface')
-optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
-"certbot-nginx: Nginx plugin for Let’s Encrypt client")
-checkdepends=('python2-nose')
-replaces=("letsencrypt")
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('39a52c74352649341c97c0406d5fb97f'
- 'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python2 setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir"
-
-  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/certbot
-  chmod 700 "$pkgdir"/var/log/certbot
-}

Copied: certbot/repos/community-any/PKGBUILD (from rev 177717, 
certbot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 08:51:12 UTC (rev 177718)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/;
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
+ 'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
+ 'python2-zope-interface')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+"certbot-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('39a52c74352649341c97c0406d5fb97f'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 10:50:55
  Author: fyan
Revision: 177717

upgpkg: certbot 0.7.0-2

revert the path change

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 08:44:35 UTC (rev 177716)
+++ PKGBUILD2016-06-02 08:50:55 UTC (rev 177717)
@@ -4,7 +4,7 @@
 
 pkgname=certbot
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
 license=('Apache')
@@ -39,6 +39,6 @@
   cd "$srcdir"/$pkgname-$pkgver
   python2 setup.py install --root="$pkgdir"
 
-  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/certbot
-  chmod 700 "$pkgdir"/var/log/certbot
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
 }


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

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 10:44:01
  Author: fyan
Revision: 177710

upgpkg: letshelp-certbot 0.6.0-2

add replaces

Modified:
  letshelp-certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 08:43:38 UTC (rev 177709)
+++ PKGBUILD2016-06-02 08:44:01 UTC (rev 177710)
@@ -4,7 +4,7 @@
 
 pkgname=letshelp-certbot
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Let's help Let's Encrypt client"
 arch=('any')
 license=('Apache')
@@ -11,6 +11,7 @@
 url="https://pypi.python.org/pypi/$pkgname;
 depends=('python2-setuptools' 'python2-mock')
 checkdepends=('python2-nose')
+replaces=("letshelp-letsencrypt")
 
source=("https://pypi.io/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'


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

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 10:44:19
  Author: fyan
Revision: 177711

archrelease: copy trunk to community-staging-any

Added:
  letshelp-certbot/repos/community-staging-any/PKGBUILD
(from rev 177710, letshelp-certbot/trunk/PKGBUILD)
Deleted:
  letshelp-certbot/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 08:44:01 UTC (rev 177710)
+++ PKGBUILD2016-06-02 08:44:19 UTC (rev 177711)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=letshelp-certbot
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Let's help Let's Encrypt client"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('python2-setuptools' 'python2-mock')
-checkdepends=('python2-nose')
-source=("https://pypi.io/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('ee1db9c3934802d651ae899947cd3de4'
- 'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  nosetests2
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-}

Copied: letshelp-certbot/repos/community-staging-any/PKGBUILD (from rev 177710, 
letshelp-certbot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 08:44:19 UTC (rev 177711)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letshelp-certbot
+pkgver=0.6.0
+pkgrel=2
+pkgdesc="Let's help Let's Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('python2-setuptools' 'python2-mock')
+checkdepends=('python2-nose')
+replaces=("letshelp-letsencrypt")
+source=("https://pypi.io/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('ee1db9c3934802d651ae899947cd3de4'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 10:43:38
  Author: fyan
Revision: 177709

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 08:43:20 UTC (rev 177708)
+++ PKGBUILD2016-06-02 08:43:38 UTC (rev 177709)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot-apache
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Apache plugin for Let’s Encrypt client"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
- 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
-checkdepends=('python2-nose')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('e5f1291a382cd063c00c9646933b607d'
- 'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  nosetests2
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-}

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 177708, 
certbot-apache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 08:43:38 UTC (rev 177709)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-apache")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('e5f1291a382cd063c00c9646933b607d'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 10:43:20
  Author: fyan
Revision: 177708

upgpkg: certbot-apache 0.7.0-2

add replaces

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 08:43:03 UTC (rev 177707)
+++ PKGBUILD2016-06-02 08:43:20 UTC (rev 177708)
@@ -4,7 +4,7 @@
 
 pkgname=certbot-apache
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
 license=('Apache')
@@ -12,6 +12,7 @@
 depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
  'python2-mock' 'python2-zope-component' 'python2-zope-interface')
 checkdepends=('python2-nose')
+replaces=("letsencrypt-apache")
 
source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'


[arch-commits] Commit in certbot-nginx/repos/community-staging-any (PKGBUILD PKGBUILD)

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 10:43:03
  Author: fyan
Revision: 177707

archrelease: copy trunk to community-staging-any

Added:
  certbot-nginx/repos/community-staging-any/PKGBUILD
(from rev 177706, certbot-nginx/trunk/PKGBUILD)
Deleted:
  certbot-nginx/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 08:42:46 UTC (rev 177706)
+++ PKGBUILD2016-06-02 08:43:03 UTC (rev 177707)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot-nginx
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Nginx plugin for Let’s Encrypt client"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
- 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
-checkdepends=('python2-nose')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('f88a0319e6828ecb06aa240d0c6c4b2f'
- 'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  nosetests2
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir"
-}

Copied: certbot-nginx/repos/community-staging-any/PKGBUILD (from rev 177706, 
certbot-nginx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 08:43:03 UTC (rev 177707)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('f88a0319e6828ecb06aa240d0c6c4b2f'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}


  1   2   >