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

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 07:55:03
  Author: fyan
Revision: 144996

addpkg: dg 1.1.0.20151005-1

Added:
  dg/
  dg/repos/
  dg/trunk/
  dg/trunk/PKGBUILD

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

Added: dg/trunk/PKGBUILD
===
--- dg/trunk/PKGBUILD   (rev 0)
+++ dg/trunk/PKGBUILD   2015-10-26 06:55:03 UTC (rev 144996)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=dg
+pkgver=1.1.0.20151005
+_commit=8a2f9210352216855d0da04fdbb60e8080820bd6
+pkgrel=1
+pkgdesc="A simple language that compiles to CPython bytecode"
+arch=('any')
+url="https://pyos.github.io/dg";
+license=('MIT')
+depends=('python')
+makedepends=('git')
+source=("git://github.com/pyos/dg.git#commit=$_commit")
+md5sums=('SKIP')
+
+package() {
+  cd dg
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 07:55:27
  Author: fyan
Revision: 144997

archrelease: copy trunk to community-any

Added:
  dg/repos/community-any/
  dg/repos/community-any/PKGBUILD
(from rev 144996, dg/trunk/PKGBUILD)

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

Copied: dg/repos/community-any/PKGBUILD (from rev 144996, dg/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-26 06:55:27 UTC (rev 144997)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=dg
+pkgver=1.1.0.20151005
+_commit=8a2f9210352216855d0da04fdbb60e8080820bd6
+pkgrel=1
+pkgdesc="A simple language that compiles to CPython bytecode"
+arch=('any')
+url="https://pyos.github.io/dg";
+license=('MIT')
+depends=('python')
+makedepends=('git')
+source=("git://github.com/pyos/dg.git#commit=$_commit")
+md5sums=('SKIP')
+
+package() {
+  cd dg
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 06:54:38
  Author: fyan
Revision: 249765

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-26 05:54:06 UTC (rev 249764)
+++ extra-i686/PKGBUILD 2015-10-26 05:54:38 UTC (rev 249765)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.5
-_pkgver=$pkgver
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://riverbankcomputing.co.uk/software/pyqt/intro";
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-enginio'
- 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webengine' 'qt5-websockets' 'qt5-x11extras')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt-gpl-$pkgver.tar.gz";)
-md5sums=('60c0137b26c9ecbc3db0addb9638dc01')
-
-build() {
-  cp -a PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}
-
-  cd PyQt-gpl-${_pkgver}
-  python3 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-gpl-${_pkgver}
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt-gpl-${_pkgver}
-  make -C pyrcc DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-  make -C pylupdate DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 PyQt5.api "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d "${pkgdir}"/usr/share/sip/PyQt5
-  cp -a sip/* "${pkgdir}"/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip' 'pyqt5-common' 'python' 'python')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd PyQt-gpl-${_pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  # Provided by pyqt-common
-  rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5}
-  rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  depends=('python2-sip' 'pyqt5-common' 'python2')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd Py2Qt-gpl-${_pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  # Fix conflicts with python-pyqt5
-  mv "${pkgdir}"/usr/bin/{,python2-}pyuic5
-
-  rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5}
-  rm "${pkgdir}"/usr/lib/qt/plugins/designer/libpyqt5.so
-  rm "${pkgdir}"/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
-  rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-}

Copied: pyqt5/repos/extra-i686/PKGBUILD (from rev 249764, pyqt5/trunk/PKGBUILD)
==

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

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 06:54:06
  Author: fyan
Revision: 249764

upgpkg: pyqt5 5.5.1-1

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 03:23:09 UTC (rev 249763)
+++ PKGBUILD2015-10-26 05:54:06 UTC (rev 249764)
@@ -7,9 +7,9 @@
 
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.5
+pkgver=5.5.1
 _pkgver=$pkgver
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro";
 license=('GPL')
@@ -18,7 +18,7 @@
  'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webengine' 'qt5-websockets' 'qt5-x11extras')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt-gpl-$pkgver.tar.gz";)
-md5sums=('60c0137b26c9ecbc3db0addb9638dc01')
+md5sums=('586ed481b734c665b52fbb4f32161ff7')
 
 build() {
   cp -a PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 06:42:11
  Author: fyan
Revision: 144995

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 144994, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 144994, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 144994, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 144994, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 144994, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 144994, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 144994, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-10-26 05:41:30 UTC (rev 144994)
+++ LICENSE 2015-10-26 05:42:11 UTC (rev 144995)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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: jenkins/repos/community-any/LICENSE (from rev 144994, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-10-26 05:42:11 UTC (rev 144995)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-26 05:41:30 UTC (rev 144994)
+++ PKGBUILD2015-10-26 05:42:11 UTC (rev 144995)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.634
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkin

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

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 06:41:30
  Author: fyan
Revision: 144994

upgpkg: jenkins 1.635-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 05:21:32 UTC (rev 144993)
+++ PKGBUILD2015-10-26 05:41:30 UTC (rev 144994)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.634
+pkgver=1.635
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('b736f04cd211b4a3cf56bc5dbd504997319e6d05b4cd6d5629710f69ac6080409923b733109d241debc6737ad4780026e4a67a673aae561ddb40900205da9c56'
+sha512sums=('b2200c30715c254a87ef7628835eaf6f1b606c8a9da1e15d6264b84d848ff7f7b4de1dcfb0a5b5a905c6c34e1483f393e53c31f00fe76860c5855651ceb05182'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 06:21:32
  Author: fyan
Revision: 144993

archrelease: copy trunk to community-any

Added:
  python-docker-py/repos/community-any/
  python-docker-py/repos/community-any/PKGBUILD
(from rev 144992, python-docker-py/trunk/PKGBUILD)

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

Copied: python-docker-py/repos/community-any/PKGBUILD (from rev 144992, 
python-docker-py/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-26 05:21:32 UTC (rev 144993)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=(python-docker-py python2-docker-py)
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Python client for Docker."
+arch=('any')
+url="https://github.com/dotcloud/docker-py";
+license="Apache"
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client')
+# Tests failed to collect with pytest 2.8
+#checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock')
+checkdepends=('docker')
+source=("git+https://github.com/docker/docker-py.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a docker-py{,-py2}
+}
+
+build() {
+  cd "$srcdir/docker-py"
+  python setup.py build
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Needs root to run
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir/docker-py"
+  # python setup.py test
+
+  cd "$srcdir/docker-py-py2"
+  # python2 setup.py test
+
+  # kill $(<"$srcdir/docker.pid")
+}
+
+package_python-docker-py() {
+  depends=('python-requests' 'python-six' 'python-websocket-client')
+
+  cd "$srcdir/docker-py"
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-docker-py() {
+  depends=('python2-requests' 'python2-six' 'python2-websocket-client')
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 06:20:28
  Author: fyan
Revision: 144992

addpkg: python-docker-py 1.5.0-1

Added:
  python-docker-py/
  python-docker-py/repos/
  python-docker-py/trunk/
  python-docker-py/trunk/PKGBUILD

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

Added: python-docker-py/trunk/PKGBUILD
===
--- python-docker-py/trunk/PKGBUILD (rev 0)
+++ python-docker-py/trunk/PKGBUILD 2015-10-26 05:20:28 UTC (rev 144992)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=(python-docker-py python2-docker-py)
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Python client for Docker."
+arch=('any')
+url="https://github.com/dotcloud/docker-py";
+license="Apache"
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client')
+# Tests failed to collect with pytest 2.8
+#checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock')
+checkdepends=('docker')
+source=("git+https://github.com/docker/docker-py.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a docker-py{,-py2}
+}
+
+build() {
+  cd "$srcdir/docker-py"
+  python setup.py build
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Needs root to run
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir/docker-py"
+  # python setup.py test
+
+  cd "$srcdir/docker-py-py2"
+  # python2 setup.py test
+
+  # kill $(<"$srcdir/docker.pid")
+}
+
+package_python-docker-py() {
+  depends=('python-requests' 'python-six' 'python-websocket-client')
+
+  cd "$srcdir/docker-py"
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-docker-py() {
+  depends=('python2-requests' 'python2-six' 'python2-websocket-client')
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


[arch-commits] Commit in python-websocket-client/repos (3 files)

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 05:05:28
  Author: fyan
Revision: 144991

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 144990, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 144990, python-websocket-client/trunk/use-system-ca.patch)

-+
 PKGBUILD|   62 ++
 use-system-ca.patch |   10 
 2 files changed, 72 insertions(+)

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 144990, 
python-websocket-client/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-26 04:05:28 UTC (rev 144991)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.32.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('b07a897511a3c585251fe2ea85a9d9d9'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/use-system-ca.patch (from 
rev 144990, python-websocket-client/trunk/use-system-ca.patch)
===
--- community-any/use-system-ca.patch   (rev 0)
+++ community-any/use-system-ca.patch   2015-10-26 04:05:28 UTC (rev 144991)
@@ -0,0 +1,10 @@
+--- a/setup.py 2015-06-03 08:44:39.0 +0800
 b/setup.py 2015-10-26 11:52:15.798195748 +0800
+@@ -41,7 +41,6 @@
+ packages=["websocket", "websocket.tests"],
+ package_data={
+ 'websocket.tests': ['data/*.txt'],
+-'websocket': ["cacert.pem"]
+ },
+ tests_require=tests_require,
+ test_suite="websocket.tests.test_websocket",


[arch-commits] Commit in python-websocket-client/trunk (PKGBUILD use-system-ca.patch)

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 05:02:50
  Author: fyan
Revision: 144990

upgpkg: python-websocket-client 0.32.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD
  python-websocket-client/trunk/use-system-ca.patch

-+
 PKGBUILD|3 ++-
 use-system-ca.patch |   12 
 2 files changed, 2 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 04:00:08 UTC (rev 144989)
+++ PKGBUILD2015-10-26 04:02:50 UTC (rev 144990)
@@ -16,10 +16,11 @@
 
source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
 use-system-ca.patch)
 md5sums=('b07a897511a3c585251fe2ea85a9d9d9'
- 'c17d7f735c91ecf5a6b9ff16729400f2')
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
 
 prepare() {
   (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
 
   cp -a websocket_client-$pkgver{,-py2}
 }

Modified: use-system-ca.patch
===
--- use-system-ca.patch 2015-10-26 04:00:08 UTC (rev 144989)
+++ use-system-ca.patch 2015-10-26 04:02:50 UTC (rev 144990)
@@ -8,15 +8,3 @@
  },
  tests_require=tests_require,
  test_suite="websocket.tests.test_websocket",
 a/websocket/_http.py   2015-06-03 08:44:39.0 +0800
-+++ b/websocket/_http.py   2015-10-26 11:52:50.398576537 +0800
-@@ -143,8 +143,7 @@
- 
- def _ssl_socket(sock, user_sslopt, hostname):
- sslopt = dict(cert_reqs=ssl.CERT_REQUIRED)
--certPath = os.path.join(
--os.path.dirname(__file__), "cacert.pem")
-+certPath = "/etc/ssl/certs/ca-certificates.crt"
- if os.path.isfile(certPath):
- sslopt['ca_certs'] = certPath
- sslopt.update(user_sslopt)


[arch-commits] Commit in (5 files)

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 05:00:08
  Author: fyan
Revision: 144989

addpkg: python-websocket-client 0.32.0-1

Added:
  python-websocket-client/
  python-websocket-client/repos/
  python-websocket-client/trunk/
  python-websocket-client/trunk/PKGBUILD
  python-websocket-client/trunk/use-system-ca.patch

-+
 PKGBUILD|   61 ++
 use-system-ca.patch |   22 ++
 2 files changed, 83 insertions(+)

Added: python-websocket-client/trunk/PKGBUILD
===
--- python-websocket-client/trunk/PKGBUILD  (rev 0)
+++ python-websocket-client/trunk/PKGBUILD  2015-10-26 04:00:08 UTC (rev 
144989)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.32.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('b07a897511a3c585251fe2ea85a9d9d9'
+ 'c17d7f735c91ecf5a6b9ff16729400f2')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


Property changes on: python-websocket-client/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python-websocket-client/trunk/use-system-ca.patch
===
--- python-websocket-client/trunk/use-system-ca.patch   
(rev 0)
+++ python-websocket-client/trunk/use-system-ca.patch   2015-10-26 04:00:08 UTC 
(rev 144989)
@@ -0,0 +1,22 @@
+--- a/setup.py 2015-06-03 08:44:39.0 +0800
 b/setup.py 2015-10-26 11:52:15.798195748 +0800
+@@ -41,7 +41,6 @@
+ packages=["websocket", "websocket.tests"],
+ package_data={
+ 'websocket.tests': ['data/*.txt'],
+-'websocket': ["cacert.pem"]
+ },
+ tests_require=tests_require,
+ test_suite="websocket.tests.test_websocket",
+--- a/websocket/_http.py   2015-06-03 08:44:39.0 +0800
 b/websocket/_http.py   2015-10-26 11:52:50.398576537 +0800
+@@ -143,8 +143,7 @@
+ 
+ def _ssl_socket(sock, user_sslopt, hostname):
+ sslopt = dict(cert_reqs=ssl.CERT_REQUIRED)
+-certPath = os.path.join(
+-os.path.dirname(__file__), "cacert.pem")
++certPath = "/etc/ssl/certs/ca-certificates.crt"
+ if os.path.isfile(certPath):
+ sslopt['ca_certs'] = certPath
+ sslopt.update(user_sslopt)


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

2015-10-25 Thread Jan Steffens
Date: Monday, October 26, 2015 @ 04:23:09
  Author: heftig
Revision: 249763

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 249762, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 249762, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 249762, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 249762, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-26 03:22:32 UTC (rev 249762)
+++ extra-i686/PKGBUILD 2015-10-26 03:23:09 UTC (rev 249763)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/";
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a3d105f86bd21f8cfb7b97ed018ef025453b1cce98ff33bd57f564c4515cefb9'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 249762, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-26 03:23:09 UTC (rev 249763)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/";
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-10-26 03:22:32 UTC (rev 249762)
+++ extra-i686/libinput.install 2015-10-26 03:23:09 UTC (rev 249763)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 249762, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-10-26 03:23:09 UTC (rev 249763)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-26 03:22:32 UTC (rev 249762)
+++ extra-x86_64/PKGBUILD   2015-10-26 03:23:09 UTC (rev 249763)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-ar

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

2015-10-25 Thread Jan Steffens
Date: Monday, October 26, 2015 @ 04:22:32
  Author: heftig
Revision: 249762

1.1.0

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 19:40:55 UTC (rev 249761)
+++ PKGBUILD2015-10-26 03:22:32 UTC (rev 249762)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.0.2
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=libinput.install
 options=('!libtool')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a3d105f86bd21f8cfb7b97ed018ef025453b1cce98ff33bd57f564c4515cefb9'
+sha256sums=('673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 02:37:48
  Author: fyan
Revision: 144988

archrelease: copy trunk to community-any

Added:
  python-args/repos/community-any/
  python-args/repos/community-any/PKGBUILD
(from rev 144987, python-args/trunk/PKGBUILD)

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

Copied: python-args/repos/community-any/PKGBUILD (from rev 144987, 
python-args/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-26 01:37:48 UTC (rev 144988)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-args
+pkgname=('python-args' 'python2-args')
+pkgver=0.1.0.20121116
+_commit=36c727bea812945023968a5bd7b0bdece9ca8666
+pkgrel=1
+pkgdesc="Command Arguments for Humans"
+arch=('any')
+license=('BSD')
+url="https://github.com/kennethreitz/args";
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/kennethreitz/args.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a args{,-py2}
+}
+
+build() {
+  cd "$srcdir/args"
+  python setup.py build
+
+  cd "$srcdir/args-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/args"
+  nosetests3
+
+  cd "$srcdir/args-py2"
+  nosetests2
+}
+
+package_python-args() {
+  depends=('python')
+
+  cd args
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-args() {
+  depends=('python2')
+
+  cd args-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 02:37:29
  Author: fyan
Revision: 144987

addpkg: python-args 0.1.0.20121116-1

Added:
  python-args/
  python-args/repos/
  python-args/trunk/
  python-args/trunk/PKGBUILD

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

Added: python-args/trunk/PKGBUILD
===
--- python-args/trunk/PKGBUILD  (rev 0)
+++ python-args/trunk/PKGBUILD  2015-10-26 01:37:29 UTC (rev 144987)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-args
+pkgname=('python-args' 'python2-args')
+pkgver=0.1.0.20121116
+_commit=36c727bea812945023968a5bd7b0bdece9ca8666
+pkgrel=1
+pkgdesc="Command Arguments for Humans"
+arch=('any')
+license=('BSD')
+url="https://github.com/kennethreitz/args";
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/kennethreitz/args.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a args{,-py2}
+}
+
+build() {
+  cd "$srcdir/args"
+  python setup.py build
+
+  cd "$srcdir/args-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/args"
+  nosetests3
+
+  cd "$srcdir/args-py2"
+  nosetests2
+}
+
+package_python-args() {
+  depends=('python')
+
+  cd args
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-args() {
+  depends=('python2')
+
+  cd args-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2015-10-25 Thread Daniel Micay
Date: Monday, October 26, 2015 @ 01:57:30
  Author: thestinger
Revision: 144986

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

Added:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 144985, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 144985, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 144985, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 144985, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 144985, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 144985, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 144985, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 144985, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 144985, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 144985, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 144985, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 144985, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 144985, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 144985, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 144985, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 144985, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   
  |  130 
 /0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   
  |  206 
 /PKGBUILD  
  |  658 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |15602 ++
 /config.x86_64 
  |15000 +
 /linux-grsec.install   
  |   74 
 /linux.preset  
  |   28 
 community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
  |   65 
 community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
  |  103 
 community-i686/PKGBUILD
  |  329 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7801 -
 community-i686/config.x86_64   
  | 7500 
 community-i686/linux-grsec.install 
  |   37 
 community-i686/linux.preset
  |   14 
 
community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-re

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

2015-10-25 Thread Daniel Micay
Date: Monday, October 26, 2015 @ 01:56:16
  Author: thestinger
Revision: 144985

upgpkg: linux-grsec 4.2.4.201510251836-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 00:54:59 UTC (rev 144984)
+++ PKGBUILD2015-10-26 00:56:16 UTC (rev 144985)
@@ -9,7 +9,7 @@
 _srcname=linux-4.2
 _pkgver=4.2.4
 _grsecver=3.1
-_timestamp=201510251544
+_timestamp=201510251836
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -36,7 +36,7 @@
 'SKIP'
 '104ba869111c7ce037fc92646f9da7352412a73e84cde7467f29cd4b973d6e78'
 'SKIP'
-'bb7d83251025f5c1e864b8bfa94920fc19fce376a71048cdafc8ece6f043005e'
+'ce0ba6fa9dde6fe2f2793c1babe56cf500e9ccd7cef7256b206bb1e8f46b9c12'
 'SKIP'
 '41bee7ff2cc75519d38c0cddc1d56ffbaa8483d2b1a0c3fa800f9b178606a0c4'
 '364e0cf0453f93c5a3b529c933978254d57b63d45fafe92f053730fee4e93301'


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

2015-10-25 Thread Anatol Pomozov
Date: Monday, October 26, 2015 @ 01:54:17
  Author: anatolik
Revision: 144983

upgpkg: rofi 0.15.10-1

Modified:
  rofi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 00:47:38 UTC (rev 144982)
+++ PKGBUILD2015-10-26 00:54:17 UTC (rev 144983)
@@ -7,17 +7,17 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=rofi
-pkgver=0.15.8
-pkgrel=2
+pkgver=0.15.10
+pkgrel=1
 pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
 arch=(i686 x86_64)
 url='https://davedavenport.github.io/rofi/'
 license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango)
+depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango 
startup-notification)
 makedepends=(i3-wm)
 optdepends=('i3-wm: use as a window switcher')
 
source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
-sha256sums=('e30915049eeaf05b9b08d865dd51adfbf2355248e34159e77409b67e94ea9011')
+sha256sums=('3db53eb4ea2c7073db34f0acdcb384febbe9dc48c5ffcc4d4a522f1dcf7330f1')
 
 build() {
   cd rofi-$pkgver


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

2015-10-25 Thread Anatol Pomozov
Date: Monday, October 26, 2015 @ 01:54:59
  Author: anatolik
Revision: 144984

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-26 00:54:17 UTC (rev 144983)
+++ community-i686/PKGBUILD 2015-10-26 00:54:59 UTC (rev 144984)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=0.15.8
-pkgrel=2
-pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
-arch=(i686 x86_64)
-url='https://davedavenport.github.io/rofi/'
-license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango)
-makedepends=(i3-wm)
-optdepends=('i3-wm: use as a window switcher')
-source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
-sha256sums=('e30915049eeaf05b9b08d865dd51adfbf2355248e34159e77409b67e94ea9011')
-
-build() {
-  cd rofi-$pkgver
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd rofi-$pkgver
-  make install install-man DESTDIR="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
-  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
-  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
-}

Copied: rofi/repos/community-i686/PKGBUILD (from rev 144983, 
rofi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-26 00:54:59 UTC (rev 144984)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=0.15.10
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango 
startup-notification)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
+sha256sums=('3db53eb4ea2c7073db34f0acdcb384febbe9dc48c5ffcc4d4a522f1dcf7330f1')
+
+build() {
+  cd rofi-$pkgver
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-26 00:54:17 UTC (rev 144983)
+++ community-x86_64/PKGBUILD   2015-10-26 00:54:59 UTC (rev 144984)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=0.15.8
-pkgrel=2
-pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
-arch=(i686 x86_64)
-url='https://davedavenport.github.io/rofi/'
-license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango)
-makedepends=(i3-wm)
-optdepends=('i3-wm: use as a window switcher')
-source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
-sha256sums=('e30915049eeaf05b9b08d865dd51adfbf2355248e34159e77409b67e94ea9011')
-
-build() {
-  cd rofi-$pkgver
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd rofi-$pkgver
-  make install install-man DESTDIR="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
-  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
-  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
-}

Copied: rofi/repos/community-x86_64/PKGBUILD (from rev 144983, 
rofi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/

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

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 01:47:19
  Author: fyan
Revision: 144981

upgpkg: python-pytools 2015.1.6-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 00:46:31 UTC (rev 144980)
+++ PKGBUILD2015-10-26 00:47:19 UTC (rev 144981)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2015.1.5
+pkgver=2015.1.6
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator' 'python-six' 'python2-six' 'python-appdirs' 
'python2-appdirs')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('c8a25fdcec43ff37c2754446c629384677c2b75a9b9b01c75e37e9e9853557d49ed3f2dc9ac8844f2cb66b3746a8bd2bb4683da9024c25a88d773a3ac0fa0109')
+sha512sums=('07d54c1f04767b1e4345746d4da81256b79570a884404b6c811b304974d0cdf1246a3fb65c1fca9d1a7d5a934fca5ee55e0a49957a0cae8aecd29c4cd9a56579')
 
 prepare() {
cp -a pytools-${pkgver}{,-python2}


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

2015-10-25 Thread Felix Yan
Date: Monday, October 26, 2015 @ 01:47:38
  Author: fyan
Revision: 144982

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-26 00:47:19 UTC (rev 144981)
+++ PKGBUILD2015-10-26 00:47:38 UTC (rev 144982)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2015.1.5
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="http://mathema.tician.de/software/pytools";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator' 'python-six' 'python2-six' 'python-appdirs' 
'python2-appdirs')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('c8a25fdcec43ff37c2754446c629384677c2b75a9b9b01c75e37e9e9853557d49ed3f2dc9ac8844f2cb66b3746a8bd2bb4683da9024c25a88d773a3ac0fa0109')
-
-prepare() {
-   cp -a pytools-${pkgver}{,-python2}
-}
-
-build() {
-   cd "$srcdir/pytools-$pkgver"
-   python setup.py build
-
-   cd "$srcdir/pytools-$pkgver-python2"
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir/pytools-$pkgver"
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-
-   cd "$srcdir/pytools-$pkgver-python2"
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
-}
-
-package_python2-pytools() {
-   depends=('python2-six' 'python2-decorator' 'python2-appdirs')
-   cd "$srcdir/pytools-$pkgver-python2"
-   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python-six' 'python-decorator' 'python-appdirs')
-   cd "$srcdir/pytools-$pkgver"
-   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 144981, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-26 00:47:38 UTC (rev 144982)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2015.1.6
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="http://mathema.tician.de/software/pytools";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator' 'python-six' 'python2-six' 'python-appdirs' 
'python2-appdirs')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
+sha512sums=('07d54c1f04767b1e4345746d4da81256b79570a884404b6c811b304974d0cdf1246a3fb65c1fca9d1a7d5a934fca5ee55e0a49957a0cae8aecd29c4cd9a56579')
+
+prepare() {
+   cp -a pytools-${pkgver}{,-python2}
+}
+
+build() {
+   cd "$srcdir/pytools-$pkgver"
+   python setup.py build
+
+   cd "$srcdir/pytools-$pkgver-python2"
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir/pytools-$pkgver"
+   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+
+   cd "$srcdir/pytools-$pkgver-python2"
+   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
+}
+
+package_python2-pytools() {
+   depends=('python2-six' 'python2-decorator' 'python2-appdirs')
+   cd "$srcdir/pytools-$pkgver-python2"
+   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python-six' 'python-decorator' 'python-appdirs')
+   cd "$srcdir/pytools-$pkgver"
+   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+


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

2015-10-25 Thread Anatol Pomozov
Date: Monday, October 26, 2015 @ 01:46:31
  Author: anatolik
Revision: 144980

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

Added:
  shairport-sync/repos/community-i686/PKGBUILD
(from rev 144979, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-i686/shairport-sync.install
(from rev 144979, shairport-sync/trunk/shairport-sync.install)
  shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 144979, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-x86_64/shairport-sync.install
(from rev 144979, shairport-sync/trunk/shairport-sync.install)
Deleted:
  shairport-sync/repos/community-i686/PKGBUILD
  shairport-sync/repos/community-i686/shairport-sync.install
  shairport-sync/repos/community-x86_64/PKGBUILD
  shairport-sync/repos/community-x86_64/shairport-sync.install

-+
 /PKGBUILD   |   64 ++
 /shairport-sync.install |   22 ++
 community-i686/PKGBUILD |   29 -
 community-i686/shairport-sync.install   |   11 -
 community-x86_64/PKGBUILD   |   29 -
 community-x86_64/shairport-sync.install |   11 -
 6 files changed, 86 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-26 00:45:53 UTC (rev 144979)
+++ community-i686/PKGBUILD 2015-10-26 00:46:31 UTC (rev 144980)
@@ -1,29 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=shairport-sync
-pkgver=2.4
-pkgrel=1
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(i686 x86_64)
-license=(GPL)
-backup=(etc/shairport-sync.conf)
-install=shairport-sync.install
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('38306dbad5916e60507cc112346151359fa93f17')
-
-build() {
-  cd shairport-sync-$pkgver
-
-  autoreconf -i -f
-  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
-  make
-}
-
-package() {
-  cd shairport-sync-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/etc/shairport-sync.conf.sample
-}

Copied: shairport-sync/repos/community-i686/PKGBUILD (from rev 144979, 
shairport-sync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-26 00:46:31 UTC (rev 144980)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=2.6
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
+sha1sums=('e23914401f89e6ad27a1bf23f92451db8013e458')
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
+  make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
+}

Deleted: community-i686/shairport-sync.install
===
--- community-i686/shairport-sync.install   2015-10-26 00:45:53 UTC (rev 
144979)
+++ community-i686/shairport-sync.install   2015-10-26 00:46:31 UTC (rev 
144980)
@@ -1,11 +0,0 @@
-post_install() {
-  getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
-  getent passwd shairport-sync &> /dev/null || useradd --system -c 
'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g 
shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
-
-  [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been 
moved to /etc/shairport-sync.conf. Please remove old config file 
/etc/conf.d/shairport-sync"
-  true
-}
-
-post_upgrade() {
-  post_install
-}

Copied: shairport-sync/repos/community-i686/shairport-sync.install (from rev 
144979, shairport-sync/trunk/shairport-sync.install)
=

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

2015-10-25 Thread Anatol Pomozov
Date: Monday, October 26, 2015 @ 01:45:53
  Author: anatolik
Revision: 144979

upgpkg: shairport-sync 2.6-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 00:36:02 UTC (rev 144978)
+++ PKGBUILD2015-10-26 00:45:53 UTC (rev 144979)
@@ -1,7 +1,8 @@
+# $Id$
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.4
+pkgver=2.6
 pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
@@ -11,7 +12,7 @@
 install=shairport-sync.install
 depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('38306dbad5916e60507cc112346151359fa93f17')
+sha1sums=('e23914401f89e6ad27a1bf23f92451db8013e458')
 
 build() {
   cd shairport-sync-$pkgver
@@ -19,6 +20,8 @@
   autoreconf -i -f
   ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
   make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
 }
 
 package() {


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

2015-10-25 Thread Anatol Pomozov
Date: Monday, October 26, 2015 @ 01:36:02
  Author: anatolik
Revision: 144978

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-25 22:05:31 UTC (rev 144977)
+++ community-i686/PKGBUILD 2015-10-26 00:36:02 UTC (rev 144978)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=0.15.8
-pkgrel=2
-pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
-arch=(i686 x86_64)
-url='https://davedavenport.github.io/rofi/'
-license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango)
-makedepends=(i3-wm)
-optdepends=('i3-wm: use as a window switcher')
-source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
-sha256sums=('e30915049eeaf05b9b08d865dd51adfbf2355248e34159e77409b67e94ea9011')
-
-build() {
-  cd rofi-$pkgver
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd rofi-$pkgver
-  make install install-man DESTDIR="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
-  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
-  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
-}

Copied: rofi/repos/community-i686/PKGBUILD (from rev 144977, 
rofi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-26 00:36:02 UTC (rev 144978)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=0.15.8
+pkgrel=2
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
+sha256sums=('e30915049eeaf05b9b08d865dd51adfbf2355248e34159e77409b67e94ea9011')
+
+build() {
+  cd rofi-$pkgver
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-25 22:05:31 UTC (rev 144977)
+++ community-x86_64/PKGBUILD   2015-10-26 00:36:02 UTC (rev 144978)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=0.15.8
-pkgrel=2
-pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
-arch=(i686 x86_64)
-url='https://davedavenport.github.io/rofi/'
-license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango)
-makedepends=(i3-wm)
-optdepends=('i3-wm: use as a window switcher')
-source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
-sha256sums=('e30915049eeaf05b9b08d865dd51adfbf2355248e34159e77409b67e94ea9011')
-
-build() {
-  cd rofi-$pkgver
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd rofi-$pkgver
-  make install install-man DESTDIR="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
-  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
-  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
-}

Copied: rofi/repos/community-x86_64/PKGBUILD (from rev 144977, 
rofi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-26 0

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

2015-10-25 Thread Daniel Micay
Date: Sunday, October 25, 2015 @ 23:05:31
  Author: thestinger
Revision: 144977

201510251544

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 19:39:30 UTC (rev 144976)
+++ PKGBUILD2015-10-25 22:05:31 UTC (rev 144977)
@@ -9,7 +9,7 @@
 _srcname=linux-4.2
 _pkgver=4.2.4
 _grsecver=3.1
-_timestamp=201510222059
+_timestamp=201510251544
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -36,7 +36,7 @@
 'SKIP'
 '104ba869111c7ce037fc92646f9da7352412a73e84cde7467f29cd4b973d6e78'
 'SKIP'
-'6895024a67d5628190ccc6186f063b03846ec5b8e5b5f1e757d6508d7495cba7'
+'bb7d83251025f5c1e864b8bfa94920fc19fce376a71048cdafc8ece6f043005e'
 'SKIP'
 '41bee7ff2cc75519d38c0cddc1d56ffbaa8483d2b1a0c3fa800f9b178606a0c4'
 '364e0cf0453f93c5a3b529c933978254d57b63d45fafe92f053730fee4e93301'


[arch-commits] Commit in thin-provisioning-tools/repos (4 files)

2015-10-25 Thread Bartłomiej Piotrowski
Date: Sunday, October 25, 2015 @ 20:40:55
  Author: bpiotrowski
Revision: 249761

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

Added:
  thin-provisioning-tools/repos/testing-i686/
  thin-provisioning-tools/repos/testing-i686/PKGBUILD
(from rev 249760, thin-provisioning-tools/trunk/PKGBUILD)
  thin-provisioning-tools/repos/testing-x86_64/
  thin-provisioning-tools/repos/testing-x86_64/PKGBUILD
(from rev 249760, thin-provisioning-tools/trunk/PKGBUILD)

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

Copied: thin-provisioning-tools/repos/testing-i686/PKGBUILD (from rev 249760, 
thin-provisioning-tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-25 19:40:55 UTC (rev 249761)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Jason Hall 
+
+pkgname=thin-provisioning-tools
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target"
+arch=('i686' 'x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools";
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha1sums=('74e627b19d784d33193c350322a3bae32feb3d7f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install 
+}
+

Copied: thin-provisioning-tools/repos/testing-x86_64/PKGBUILD (from rev 249760, 
thin-provisioning-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-25 19:40:55 UTC (rev 249761)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Jason Hall 
+
+pkgname=thin-provisioning-tools
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target"
+arch=('i686' 'x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools";
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha1sums=('74e627b19d784d33193c350322a3bae32feb3d7f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install 
+}
+


[arch-commits] Commit in thin-provisioning-tools/trunk (PKGBUILD)

2015-10-25 Thread Bartłomiej Piotrowski
Date: Sunday, October 25, 2015 @ 20:40:42
  Author: bpiotrowski
Revision: 249760

upgpkg: thin-provisioning-tools 0.5.6-1

new upstream release

Modified:
  thin-provisioning-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 19:33:24 UTC (rev 249759)
+++ PKGBUILD2015-10-25 19:40:42 UTC (rev 249760)
@@ -3,7 +3,7 @@
 # Contributor: Jason Hall 
 
 pkgname=thin-provisioning-tools
-pkgver=0.5.3
+pkgver=0.5.6
 pkgrel=1
 pkgdesc="A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('expat' 'gcc-libs' 'libaio')
 makedepends=('boost')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('10fdc8bd9880716e1759b0defd57a7340283a7df')
+sha1sums=('74e627b19d784d33193c350322a3bae32feb3d7f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-10-25 Thread Bartłomiej Piotrowski
Date: Sunday, October 25, 2015 @ 20:39:30
  Author: bpiotrowski
Revision: 144976

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

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

--+
 /PKGBUILD|  120 +
 /haproxy.cfg |  104 
 /haproxy.install |8 ++
 community-i686/PKGBUILD  |   59 --
 community-i686/haproxy.cfg   |   52 
 community-i686/haproxy.install   |4 -
 community-x86_64/PKGBUILD|   59 --
 community-x86_64/haproxy.cfg |   52 
 community-x86_64/haproxy.install |4 -
 9 files changed, 232 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-25 19:38:58 UTC (rev 144975)
+++ community-i686/PKGBUILD 2015-10-25 19:39:30 UTC (rev 144976)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.5.14
-pkgrel=1
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-arch=('i686' 'x86_64')
-url='http://haproxy.org/'
-license=('GPL')
-depends=('openssl' 'pcre' 'zlib')
-backup=('etc/haproxy/haproxy.cfg')
-install=haproxy.install
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-md5sums=('ad9d7262b96ba85a0f8c6acc6cb9edde'
- '7e41518332eeae70fa30dc30861c17c8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 144975, 
haproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-25 19:39:30 UTC (rev 144976)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+arch=('i686' 'x86_64')
+url='http://haproxy.org/'
+license=('GPL')
+depends=('openssl' 'pcre' 'zlib' 'lua')
+backup=('etc/haproxy/haproxy.cfg')
+install=haproxy.install
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+md5sums=('7343def2af8556ebc8972a9748176094'
+ '7e41518332eeae70fa30dc30861c17c8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir"/usr \
+SBINDIR="$pkgdir"/usr/bin \
+DOCDIR="$pkgdir"/usr/share/$pkgname \
+install
+
+  for contrib in halog iprange; do
+install -Dm755 cont

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

2015-10-25 Thread Bartłomiej Piotrowski
Date: Sunday, October 25, 2015 @ 20:38:58
  Author: bpiotrowski
Revision: 144975

upgpkg: haproxy 1.6.1-1

new upstream release

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 19:18:50 UTC (rev 144974)
+++ PKGBUILD2015-10-25 19:38:58 UTC (rev 144975)
@@ -2,18 +2,18 @@
 # Maintainer:  Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.5.14
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 arch=('i686' 'x86_64')
 url='http://haproxy.org/'
 license=('GPL')
-depends=('openssl' 'pcre' 'zlib')
+depends=('openssl' 'pcre' 'zlib' 'lua')
 backup=('etc/haproxy/haproxy.cfg')
 install=haproxy.install
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
-md5sums=('ad9d7262b96ba85a0f8c6acc6cb9edde'
+md5sums=('7343def2af8556ebc8972a9748176094'
  '7e41518332eeae70fa30dc30861c17c8')
 
 prepare() {
@@ -27,7 +27,8 @@
 USE_GETADDRINFO=1 \
 USE_OPENSSL=1 \
 USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1
+USE_ZLIB=1 \
+USE_LUA=1
 
   for contrib in halog iprange systemd; do
 make -C contrib/$contrib SBINDIR=/usr/bin


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

2015-10-25 Thread Bartłomiej Piotrowski
Date: Sunday, October 25, 2015 @ 20:33:24
  Author: bpiotrowski
Revision: 249759

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-25 19:33:07 UTC (rev 249758)
+++ extra-i686/PKGBUILD 2015-10-25 19:33:24 UTC (rev 249759)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Kovivchak Evgen 
-
-pkgname=jemalloc
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='General-purpose scalable concurrent malloc implementation'
-arch=('i686' 'x86_64')
-license=('BSD')
-url='http://www.canonware.com/jemalloc/'
-depends=('glibc')
-provides=('libjemalloc.so')
-optdepends=('perl: for jeprof')
-source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8eb650528d60b4772c4ec92c5fcc474')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: jemalloc/repos/extra-i686/PKGBUILD (from rev 249758, 
jemalloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-25 19:33:24 UTC (rev 249759)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+pkgver=4.0.4
+pkgrel=1
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
+md5sums=('687c5cc53b9a7ab711ccd680351ff988')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-25 19:33:07 UTC (rev 249758)
+++ extra-x86_64/PKGBUILD   2015-10-25 19:33:24 UTC (rev 249759)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Kovivchak Evgen 
-
-pkgname=jemalloc
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='General-purpose scalable concurrent malloc implementation'
-arch=('i686' 'x86_64')
-license=('BSD')
-url='http://www.canonware.com/jemalloc/'
-depends=('glibc')
-provides=('libjemalloc.so')
-optdepends=('perl: for jeprof')
-source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8eb650528d60b4772c4ec92c5fcc474')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: jemalloc/repos/extra-x86_64/PKGBUILD (from rev 249758, 
jemalloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-25 19:33:24 UTC (rev 249759)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+pkgver=4.0.4
+pkgrel=1
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
+md5sums=('687c5cc53b9a7ab711ccd680351ff988')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
+  install -Dm644 COPYING "$pkgdir/usr/share

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

2015-10-25 Thread Bartłomiej Piotrowski
Date: Sunday, October 25, 2015 @ 20:33:07
  Author: bpiotrowski
Revision: 249758

upgpkg: jemalloc 4.0.4-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 19:31:50 UTC (rev 249757)
+++ PKGBUILD2015-10-25 19:33:07 UTC (rev 249758)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8eb650528d60b4772c4ec92c5fcc474')
+md5sums=('687c5cc53b9a7ab711ccd680351ff988')
 
 build() {
   cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 


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

2015-10-25 Thread Bartłomiej Piotrowski
Date: Sunday, October 25, 2015 @ 20:18:50
  Author: bpiotrowski
Revision: 144974

archrelease: copy trunk to community-any

Added:
  
python-prettytable/repos/community-any/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
(from rev 144973, 
python-prettytable/trunk/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch)
  python-prettytable/repos/community-any/PKGBUILD
(from rev 144973, python-prettytable/trunk/PKGBUILD)
Deleted:
  python-prettytable/repos/community-any/PKGBUILD

+
 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch |   30 +++
 PKGBUILD   |   89 
+-
 2 files changed, 77 insertions(+), 42 deletions(-)

Copied: 
python-prettytable/repos/community-any/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
 (from rev 144973, 
python-prettytable/trunk/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch)
===
--- 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch  
(rev 0)
+++ 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch  
2015-10-25 19:18:50 UTC (rev 144974)
@@ -0,0 +1,30 @@
+From 9e291735c8e89879451c2feebda8f851dfa6e32c Mon Sep 17 00:00:00 2001
+From: Daniel Albers 
+Date: Tue, 9 Dec 2014 17:47:50 +0100
+Subject: [PATCH] Fix column spacing with xterm reset escape sequence
+
+Change _re to also match \E(B\E[m as defined by terminfo for xterm:
+
+$ TERM=xterm tput sgr0 | od -xa
+000281b1b426d5b
+esc   (   B esc   [   m
+---
+ prettytable.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/prettytable.py b/prettytable.py
+index a619659..3f6fb99 100644
+--- a/prettytable.py
 b/prettytable.py
+@@ -73,7 +73,7 @@ MSWORD_FRIENDLY = 11
+ PLAIN_COLUMNS = 12
+ RANDOM = 20
+ 
+-_re = re.compile("\033\[[0-9;]*m")
++_re = re.compile("\033(\[[0-9;]*m|\(B)")
+ 
+ def _get_size(text):
+ lines = text.split("\n")
+-- 
+2.2.0.rc0.207.ga3a616c
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-25 19:18:35 UTC (rev 144973)
+++ PKGBUILD2015-10-25 19:18:50 UTC (rev 144974)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Sebastien Leduc 
-# Contributor: Emmanuel Gil Peyrot 
-
-pkgbase=python-prettytable
-_pkgname=prettytable
-pkgname=( python-prettytable python2-prettytable)
-pkgver=0.7.2
-pkgrel=6
-pkgdesc="A simple Python library for easily displaying tabular data in a 
visually appealing ASCII table format"
-url="http://pypi.python.org/pypi/PrettyTable";
-arch=('any')
-license=('BSD')
-makedepends=('python2-setuptools' python-setuptools)
-source=("http://pypi.python.org/packages/source/P/PrettyTable/prettytable-${pkgver}.tar.gz";)
-md5sums=('a6b80afeef286ce66733d54a0296b13b')
-
-prepare() {
-cp -a $srcdir/$_pkgname-$pkgver $srcdir/$_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-  cd $srcdir/$_pkgname-$pkgver-2
-  python2 setup.py build
-}
-
-package_python-prettytable() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  chmod 644 -R prettytable.egg-info
-  depends=(python)
-  python setup.py install --root="$pkgdir/"
-}
-package_python2-prettytable() {
-  cd "$srcdir/$_pkgname-$pkgver-2"
-  chmod 644 -R prettytable.egg-info
-  depends=(python2)
-  python2 setup.py install --root="$pkgdir/"
-}

Copied: python-prettytable/repos/community-any/PKGBUILD (from rev 144973, 
python-prettytable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-25 19:18:50 UTC (rev 144974)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Sebastien Leduc 
+# Contributor: Emmanuel Gil Peyrot 
+
+_pkgname=prettytable
+pkgname=(python-prettytable python2-prettytable)
+pkgver=0.7.2
+pkgrel=7
+pkgdesc="A simple Python library for easily displaying tabular data"
+url="http://pypi.python.org/pypi/PrettyTable";
+arch=('any')
+license=('BSD')
+makedepends=('python2-setuptools' python-setuptools)
+source=("http://pypi.python.org/packages/source/P/PrettyTable/prettytable-${pkgver}.tar.gz";
+'0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch')
+md5sums=('a6b80afeef286ce66733d54a0296b13b'
+ '62c2acf4a81ba9e6ac60ba06ff282068')
+
+prepare() {
+  pushd $_pkgname-$pkgver
+  patch -p1 -i 
"$srcdir"/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
+  popd
+
+  cp -a $srcdir/$_pkgname-$pkgver $srcdir/$_pkgname-$pkgver-2
+  find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+  cd $srcdir/$_pkgname-$pkgver-2
+  python2 setup.py build
+}

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

2015-10-25 Thread Bartłomiej Piotrowski
Date: Sunday, October 25, 2015 @ 20:18:35
  Author: bpiotrowski
Revision: 144973

upgpkg: python-prettytable 0.7.2-7

Add patch to fix column spacing after fiddling with terminal colors.

Added:
  
python-prettytable/trunk/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
Modified:
  python-prettytable/trunk/PKGBUILD

+
 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch |   30 
++
 PKGBUILD   |   21 ---
 2 files changed, 43 insertions(+), 8 deletions(-)

Added: 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
===
--- 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch  
(rev 0)
+++ 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch  
2015-10-25 19:18:35 UTC (rev 144973)
@@ -0,0 +1,30 @@
+From 9e291735c8e89879451c2feebda8f851dfa6e32c Mon Sep 17 00:00:00 2001
+From: Daniel Albers 
+Date: Tue, 9 Dec 2014 17:47:50 +0100
+Subject: [PATCH] Fix column spacing with xterm reset escape sequence
+
+Change _re to also match \E(B\E[m as defined by terminfo for xterm:
+
+$ TERM=xterm tput sgr0 | od -xa
+000281b1b426d5b
+esc   (   B esc   [   m
+---
+ prettytable.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/prettytable.py b/prettytable.py
+index a619659..3f6fb99 100644
+--- a/prettytable.py
 b/prettytable.py
+@@ -73,7 +73,7 @@ MSWORD_FRIENDLY = 11
+ PLAIN_COLUMNS = 12
+ RANDOM = 20
+ 
+-_re = re.compile("\033\[[0-9;]*m")
++_re = re.compile("\033(\[[0-9;]*m|\(B)")
+ 
+ def _get_size(text):
+ lines = text.split("\n")
+-- 
+2.2.0.rc0.207.ga3a616c
+

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 19:11:55 UTC (rev 144972)
+++ PKGBUILD2015-10-25 19:18:35 UTC (rev 144973)
@@ -3,22 +3,27 @@
 # Contributor: Sebastien Leduc 
 # Contributor: Emmanuel Gil Peyrot 
 
-pkgbase=python-prettytable
 _pkgname=prettytable
-pkgname=( python-prettytable python2-prettytable)
+pkgname=(python-prettytable python2-prettytable)
 pkgver=0.7.2
-pkgrel=6
-pkgdesc="A simple Python library for easily displaying tabular data in a 
visually appealing ASCII table format"
+pkgrel=7
+pkgdesc="A simple Python library for easily displaying tabular data"
 url="http://pypi.python.org/pypi/PrettyTable";
 arch=('any')
 license=('BSD')
 makedepends=('python2-setuptools' python-setuptools)
-source=("http://pypi.python.org/packages/source/P/PrettyTable/prettytable-${pkgver}.tar.gz";)
-md5sums=('a6b80afeef286ce66733d54a0296b13b')
+source=("http://pypi.python.org/packages/source/P/PrettyTable/prettytable-${pkgver}.tar.gz";
+'0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch')
+md5sums=('a6b80afeef286ce66733d54a0296b13b'
+ '62c2acf4a81ba9e6ac60ba06ff282068')
 
 prepare() {
-cp -a $srcdir/$_pkgname-$pkgver $srcdir/$_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+  pushd $_pkgname-$pkgver
+  patch -p1 -i 
"$srcdir"/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
+  popd
+
+  cp -a $srcdir/$_pkgname-$pkgver $srcdir/$_pkgname-$pkgver-2
+  find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
 }
 
 build() {


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

2015-10-25 Thread Evangelos Foutras
Date: Sunday, October 25, 2015 @ 20:11:55
  Author: foutrelis
Revision: 144972

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 144971, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 144971, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 144971, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 144971, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 144971, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 144971, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 144971, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 144971, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   66 
 community-testing-i686/build.sh   |   61 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 +++
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   66 
 community-testing-x86_64/build.sh |   61 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 342 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
144971, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-25 19:11:55 UTC (rev 144972)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.8
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.2' 'linux<4.3'
+ 'linux-headers>=4.2' 'linux-headers<4.3'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.2-ARCH
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux>=4.2' 'linux<4.3')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux>=4.2' 'linux<4.3')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
144971, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2015-10-25 19:11:55 UTC (rev 144972)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+shopt -s 

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

2015-10-25 Thread Evangelos Foutras
Date: Sunday, October 25, 2015 @ 20:11:39
  Author: foutrelis
Revision: 144971

upgpkg: virtualbox-modules 5.0.8-2

Linux 4.2.4 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 16:09:54 UTC (rev 144970)
+++ PKGBUILD2015-10-25 19:11:39 UTC (rev 144971)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.8
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-10-25 Thread Jan Steffens
Date: Sunday, October 25, 2015 @ 19:40:43
  Author: heftig
Revision: 249756

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

Added:
  polkit/repos/extra-i686/PKGBUILD
(from rev 249755, polkit/trunk/PKGBUILD)
  polkit/repos/extra-i686/polkit.install
(from rev 249755, polkit/trunk/polkit.install)
  polkit/repos/extra-x86_64/PKGBUILD
(from rev 249755, polkit/trunk/PKGBUILD)
  polkit/repos/extra-x86_64/polkit.install
(from rev 249755, polkit/trunk/polkit.install)
Deleted:
  polkit/repos/extra-i686/PKGBUILD
  polkit/repos/extra-i686/polkit.install
  polkit/repos/extra-x86_64/PKGBUILD
  polkit/repos/extra-x86_64/polkit.install

-+
 /PKGBUILD   |   76 ++
 /polkit.install |   36 +++
 extra-i686/PKGBUILD |   38 -
 extra-i686/polkit.install   |   13 ---
 extra-x86_64/PKGBUILD   |   38 -
 extra-x86_64/polkit.install |   13 ---
 6 files changed, 112 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-25 18:39:57 UTC (rev 249755)
+++ extra-i686/PKGBUILD 2015-10-25 18:40:43 UTC (rev 249756)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=polkit
-pkgver=0.113
-pkgrel=3
-pkgdesc="Application development toolkit for controlling system-wide 
privileges"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://www.freedesktop.org/wiki/Software/polkit";
-depends=(glib2 pam expat systemd js17)
-makedepends=(intltool gtk-doc gobject-introspection git)
-install=polkit.install
-source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('4b6c9e4f897dcfe03b2c34198edf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
-  --enable-libsystemd-login=yes --disable-static \
-  --enable-gtk-doc --with-os-type=redhat
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chown root:102 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
-  chmod 750  "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
-}

Copied: polkit/repos/extra-i686/PKGBUILD (from rev 249755, 
polkit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-25 18:40:43 UTC (rev 249756)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.113
+pkgrel=4
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.freedesktop.org/wiki/Software/polkit";
+depends=(glib2 pam expat systemd js17)
+makedepends=(intltool gtk-doc gobject-introspection git)
+install=polkit.install
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('4b6c9e4f897dcfe03b2c34198edf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chown root:102 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+  chmod 750  "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+}

Deleted: extra-i686/polkit.install
===
--- extra-i686/polkit.install   2015-10-25 18:39:57 UTC (rev 249755)
+++ extra-i686/polkit.install   2015-10-25 18:40:43 UTC (rev 249756)
@@ -1,13 +0,0 @@
-post_install() {
-  getent group polkitd >/dev/null || groupadd -g 102 polkitd
-  getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g 
polkitd -G proc -d '/' -s /usr/bin/nologin polkitd
-  passwd -l polkitd &>/dev/null
-}
-
-post_upgrade() {
-  post_install
-
-  if (( $(vercmp $2 0.113-2) < 0 )); then
-usermod -aG proc -s /usr/bin/nologin polkitd
-  fi
-}

Copied: polkit/repos/extra-i686/polkit.install (from rev 249755, 
polkit/trunk/polkit.install)
===
--- extra-i686/polkit.install   (rev 0)
+++ extra-i686/polkit.install   2015-10-25 18:40:43 UTC (rev 249756)
@@ -0,0 +1,18 @@
+post_install() {
+  getent group polkitd >/dev/null || groupadd -g 102 polkitd
+  getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g 
polkitd -G proc -d '/' -s /usr/bin/nologin polkitd
+  passwd -l polkitd &>/dev/null
+}
+
+post_upgrade() {
+  post_install
+
+  if (( $(vercmp $2 0.113-2) < 0 )); then
+usermod -aG proc -s /usr/bin/nologin polkitd

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

2015-10-25 Thread Jan Steffens
Date: Sunday, October 25, 2015 @ 19:39:57
  Author: heftig
Revision: 249755

Fix up perms post_upgrade

Modified:
  polkit/trunk/PKGBUILD
  polkit/trunk/polkit.install

+
 PKGBUILD   |2 +-
 polkit.install |5 +
 2 files changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 18:24:01 UTC (rev 249754)
+++ PKGBUILD2015-10-25 18:39:57 UTC (rev 249755)
@@ -3,7 +3,7 @@
 
 pkgname=polkit
 pkgver=0.113
-pkgrel=3
+pkgrel=4
 pkgdesc="Application development toolkit for controlling system-wide 
privileges"
 arch=(i686 x86_64)
 license=(LGPL)

Modified: polkit.install
===
--- polkit.install  2015-10-25 18:24:01 UTC (rev 249754)
+++ polkit.install  2015-10-25 18:39:57 UTC (rev 249755)
@@ -10,4 +10,9 @@
   if (( $(vercmp $2 0.113-2) < 0 )); then
 usermod -aG proc -s /usr/bin/nologin polkitd
   fi
+
+  if (( $(vercmp $2 0.113-4) < 0 )); then
+chown root:102 /{etc,usr/share}/polkit-1/rules.d
+chmod 750  /{etc,usr/share}/polkit-1/rules.d
+  fi
 }


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

2015-10-25 Thread Jan Steffens
Date: Sunday, October 25, 2015 @ 19:24:01
  Author: heftig
Revision: 249754

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

Added:
  polkit/repos/extra-i686/PKGBUILD
(from rev 249753, polkit/trunk/PKGBUILD)
  polkit/repos/extra-i686/polkit.install
(from rev 249753, polkit/trunk/polkit.install)
  polkit/repos/extra-x86_64/PKGBUILD
(from rev 249753, polkit/trunk/PKGBUILD)
  polkit/repos/extra-x86_64/polkit.install
(from rev 249753, polkit/trunk/polkit.install)
Deleted:
  polkit/repos/extra-i686/PKGBUILD
  polkit/repos/extra-i686/polkit.install
  polkit/repos/extra-x86_64/PKGBUILD
  polkit/repos/extra-x86_64/polkit.install

-+
 /PKGBUILD   |   76 ++
 /polkit.install |   26 ++
 extra-i686/PKGBUILD |   38 -
 extra-i686/polkit.install   |   13 ---
 extra-x86_64/PKGBUILD   |   38 -
 extra-x86_64/polkit.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-25 18:23:13 UTC (rev 249753)
+++ extra-i686/PKGBUILD 2015-10-25 18:24:01 UTC (rev 249754)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=polkit
-pkgver=0.113
-pkgrel=2
-pkgdesc="Application development toolkit for controlling system-wide 
privileges"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://www.freedesktop.org/wiki/Software/polkit";
-depends=(glib2 pam expat systemd js17)
-makedepends=(intltool gtk-doc gobject-introspection git)
-install=polkit.install
-source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('4b6c9e4f897dcfe03b2c34198edf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
-  --enable-libsystemd-login=yes --disable-static \
-  --enable-gtk-doc --with-os-type=redhat
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chown 102 "$pkgdir/etc/polkit-1/rules.d"
-  chown 102 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: polkit/repos/extra-i686/PKGBUILD (from rev 249753, 
polkit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-25 18:24:01 UTC (rev 249754)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.113
+pkgrel=3
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.freedesktop.org/wiki/Software/polkit";
+depends=(glib2 pam expat systemd js17)
+makedepends=(intltool gtk-doc gobject-introspection git)
+install=polkit.install
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('4b6c9e4f897dcfe03b2c34198edf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chown root:102 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+  chmod 750  "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+}

Deleted: extra-i686/polkit.install
===
--- extra-i686/polkit.install   2015-10-25 18:23:13 UTC (rev 249753)
+++ extra-i686/polkit.install   2015-10-25 18:24:01 UTC (rev 249754)
@@ -1,13 +0,0 @@
-post_install() {
-  getent group polkitd >/dev/null || groupadd -g 102 polkitd
-  getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g 
polkitd -G proc -d '/' -s /usr/bin/nologin polkitd
-  passwd -l polkitd &>/dev/null
-}
-
-post_upgrade() {
-  post_install
-
-  if (( $(vercmp $2 0.113-2) < 0 )); then
-usermod -aG proc -s /usr/bin/nologin polkitd
-  fi
-}

Copied: polkit/repos/extra-i686/polkit.install (from rev 249753, 
polkit/trunk/polkit.install)
===
--- extra-i686/polkit.install   (rev 0)
+++ extra-i686/polkit.install   2015-10-25 18:24:01 UTC (rev 249754)
@@ -0,0 +1,13 @@
+post_install() {
+  getent group polkitd >/dev/null || groupadd -g 102 polkitd
+  getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g 
polkitd -G proc -d '/' -s /usr/bin/nologin polkitd
+  passwd -l polkitd &>/dev/null
+}
+
+post_upgrade() {
+  post_install
+
+  if (( $(vercmp $2 0.113-2) < 0 )); then
+usermod -aG proc -s /usr/bin/nologin polkitd
+  fi
+}

Deleted: extra-x86_64/

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

2015-10-25 Thread Jan Steffens
Date: Sunday, October 25, 2015 @ 19:23:13
  Author: heftig
Revision: 249753

FS#46861 rules.d permissions

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 14:55:39 UTC (rev 249752)
+++ PKGBUILD2015-10-25 18:23:13 UTC (rev 249753)
@@ -3,7 +3,7 @@
 
 pkgname=polkit
 pkgver=0.113
-pkgrel=2
+pkgrel=3
 pkgdesc="Application development toolkit for controlling system-wide 
privileges"
 arch=(i686 x86_64)
 license=(LGPL)
@@ -33,6 +33,6 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
-  chown 102 "$pkgdir/etc/polkit-1/rules.d"
-  chown 102 "$pkgdir/usr/share/polkit-1/rules.d"
+  chown root:102 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+  chmod 750  "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
 }


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

2015-10-25 Thread Jelle van der Waa
Date: Sunday, October 25, 2015 @ 17:09:47
  Author: jelle
Revision: 144969

upgpkg: python-scipy 0.16.1-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 16:04:59 UTC (rev 144968)
+++ PKGBUILD2015-10-25 16:09:47 UTC (rev 144969)
@@ -6,8 +6,8 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.16.1
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -16,7 +16,7 @@
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
-md5sums=('eb95dda0f36cc3096673993a350cde77'
+md5sums=('967cdb8588a4249f820344d8264a2143'
  'SKIP')
 
 build() {


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

2015-10-25 Thread Jelle van der Waa
Date: Sunday, October 25, 2015 @ 17:09:54
  Author: jelle
Revision: 144970

archrelease: copy trunk to community-x86_64

Added:
  python-scipy/repos/community-x86_64/PKGBUILD
(from rev 144969, python-scipy/trunk/PKGBUILD)
Deleted:
  python-scipy/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-25 16:09:47 UTC (rev 144969)
+++ PKGBUILD2015-10-25 16:09:54 UTC (rev 144970)
@@ -1,93 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Bodor Dávid Gábor 
-# Contributor: Andrzej Giniewicz 
-
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.16.0
-pkgrel=2
-pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
-arch=('i686' 'x86_64')
-url="http://www.scipy.org/";
-license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
-md5sums=('eb95dda0f36cc3096673993a350cde77'
- 'SKIP')
-
-build() {
-  export LDFLAGS="-Wall -shared"
-
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS="-Wall -shared"
-
-  cd ${srcdir}/scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.5/site-packages
-  cd ${srcdir}
-  python -c "from scipy import test; test('full')"
-
-  cd ${srcdir}/scipy-${pkgver}-py2
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
-  cd ${srcdir}
-  python2 -c "from scipy import test; test('full')"
-}
-
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-  optdepends=('python-pillow: for image saving module')
-
-  cd scipy-${pkgver}
-  export LDFLAGS="-Wall -shared"
-
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
-}
-
-package_python2-scipy() {
-  depends=('python2-numpy')
-  optdepends=('python2-pillow: for image saving module')
-  conflicts=('python-scipy<0.9.0')
-
-  cd scipy-${pkgver}-py2
-  export LDFLAGS="-Wall -shared"
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-scipy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-scipy/repos/community-x86_64/PKGBUILD (from rev 144969, 
python-scipy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-25 16:09:54 UTC (rev 144970)
@@ -0,0 +1,93 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
+arch=('i686' 'x86_64')
+url="http://www.scipy.org/";
+license=('BSD')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
+md5sums=('967cdb8588a4249f820344d8264a2143'
+ 'SKIP')
+
+build() {
+  export LDFLAGS="-Wall -shared"
+
+  # 2 builds
+  cp -r scipy-${pkgver} scipy-${pkgver}-py2
+
+  # build for python3
+  cd scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 build
+
+  # build for python2
+  cd ../scipy-${pkgver}-py2
+
+  for file in $(find . -name '*.py' -print); do

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

2015-10-25 Thread Jelle van der Waa
Date: Sunday, October 25, 2015 @ 17:04:59
  Author: jelle
Revision: 144968

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

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

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   45 ---
 community-x86_64/PKGBUILD |   50 --
 3 files changed, 100 insertions(+), 95 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-25 16:04:45 UTC (rev 144967)
+++ community-i686/PKGBUILD 2015-10-25 16:04:59 UTC (rev 144968)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.70
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/";
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('d38cf82ce59b6233502c280983959c8a0c150143')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   # Unicode fix
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   lrelease gui.pro
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 144967, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-25 16:04:59 UTC (rev 144968)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.70
+pkgrel=2
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/";
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('d38cf82ce59b6233502c280983959c8a0c150143')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   # Unicode fix
+   
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   lrelease gui.pro
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   # GUI
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-25 16:04:45 UTC (rev 144967)
+++ community-x86_64/PKGBUILD   2015-10-25 16:04:59 UTC (rev 144968)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.70
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/";
-license=('GPL')
-depends=('qt5-base' 'python-pygments' 'tinyxml')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('d38cf82ce59b6233502c280983959c8a0c150143')
-
-build() {
-   cd "${pkgname

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

2015-10-25 Thread Jelle van der Waa
Date: Sunday, October 25, 2015 @ 17:04:45
  Author: jelle
Revision: 144967

upgpkg: cppcheck 1.70-2

resolve FS#43525

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 15:28:14 UTC (rev 144966)
+++ PKGBUILD2015-10-25 16:04:45 UTC (rev 144967)
@@ -3,12 +3,12 @@
 
 pkgname=cppcheck
 pkgver=1.70
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('i686' 'x86_64')
 url="http://cppcheck.wiki.sourceforge.net/";
 license=('GPL')
-depends=('qt5-base' 'python-pygments' 'tinyxml')
+depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
 sha1sums=('d38cf82ce59b6233502c280983959c8a0c150143')


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

2015-10-25 Thread Jelle van der Waa
Date: Sunday, October 25, 2015 @ 16:28:08
  Author: jelle
Revision: 144965

Resolve FS#43525 can't find the translations

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 15:20:30 UTC (rev 144964)
+++ PKGBUILD2015-10-25 15:28:08 UTC (rev 144965)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url="http://cppcheck.wiki.sourceforge.net/";
 license=('GPL')
-depends=('qt5-base' 'python-pygments')
+depends=('qt5-base' 'python-pygments' 'tinyxml')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
 sha1sums=('d38cf82ce59b6233502c280983959c8a0c150143')
@@ -16,6 +16,7 @@
 build() {
cd "${pkgname}-${pkgver}"
# Unicode fix
+   
LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
 
make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
@@ -38,8 +39,12 @@
 
install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
 
+   # GUI
install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
 
install -d "${pkgdir}"/usr/share/cppcheck/cfg
install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
 }


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

2015-10-25 Thread Jelle van der Waa
Date: Sunday, October 25, 2015 @ 16:28:14
  Author: jelle
Revision: 144966

archrelease: copy trunk to community-x86_64

Added:
  cppcheck/repos/community-x86_64/PKGBUILD
(from rev 144965, cppcheck/trunk/PKGBUILD)
Deleted:
  cppcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-25 15:28:08 UTC (rev 144965)
+++ PKGBUILD2015-10-25 15:28:14 UTC (rev 144966)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.70
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/";
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('d38cf82ce59b6233502c280983959c8a0c150143')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   # Unicode fix
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   lrelease gui.pro
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 144965, 
cppcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-25 15:28:14 UTC (rev 144966)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.70
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/";
+license=('GPL')
+depends=('qt5-base' 'python-pygments' 'tinyxml')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('d38cf82ce59b6233502c280983959c8a0c150143')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   # Unicode fix
+   
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   lrelease gui.pro
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   # GUI
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}


[arch-commits] Commit in (4 files)

2015-10-25 Thread Felix Yan
Date: Sunday, October 25, 2015 @ 16:20:08
  Author: fyan
Revision: 144963

addpkg: python-astor 0.5-1

Added:
  python-astor/
  python-astor/repos/
  python-astor/trunk/
  python-astor/trunk/PKGBUILD

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

Added: python-astor/trunk/PKGBUILD
===
--- python-astor/trunk/PKGBUILD (rev 0)
+++ python-astor/trunk/PKGBUILD 2015-10-25 15:20:08 UTC (rev 144963)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-astor
+pkgname=('python-astor' 'python2-astor')
+pkgver=0.5
+pkgrel=1
+pkgdesc="Read/rewrite/write Python ASTs"
+arch=('any')
+license=('BSD')
+url="http://astor.rtfd.org/";
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/berkerpeksag/astor.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a astor{,-py2}
+}
+
+build() {
+  cd "$srcdir/astor"
+  python setup.py build
+
+  cd "$srcdir/astor-py2"
+  python2 setup.py build
+}
+
+check() {
+  # https://github.com/berkerpeksag/astor/issues/48
+  cd "$srcdir/astor"
+  nosetests3 || warning "Tests failed"
+
+  cd "$srcdir/astor-py2"
+  nosetests2
+}
+
+package_python-astor() {
+  depends=('python')
+
+  cd astor
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-astor() {
+  depends=('python2')
+
+  cd astor-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2015-10-25 Thread Felix Yan
Date: Sunday, October 25, 2015 @ 16:20:30
  Author: fyan
Revision: 144964

archrelease: copy trunk to community-any

Added:
  python-astor/repos/community-any/
  python-astor/repos/community-any/PKGBUILD
(from rev 144963, python-astor/trunk/PKGBUILD)

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

Copied: python-astor/repos/community-any/PKGBUILD (from rev 144963, 
python-astor/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-25 15:20:30 UTC (rev 144964)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-astor
+pkgname=('python-astor' 'python2-astor')
+pkgver=0.5
+pkgrel=1
+pkgdesc="Read/rewrite/write Python ASTs"
+arch=('any')
+license=('BSD')
+url="http://astor.rtfd.org/";
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/berkerpeksag/astor.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a astor{,-py2}
+}
+
+build() {
+  cd "$srcdir/astor"
+  python setup.py build
+
+  cd "$srcdir/astor-py2"
+  python2 setup.py build
+}
+
+check() {
+  # https://github.com/berkerpeksag/astor/issues/48
+  cd "$srcdir/astor"
+  nosetests3 || warning "Tests failed"
+
+  cd "$srcdir/astor-py2"
+  nosetests2
+}
+
+package_python-astor() {
+  depends=('python')
+
+  cd astor
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-astor() {
+  depends=('python2')
+
+  cd astor-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-10-25 Thread Felix Yan
Date: Sunday, October 25, 2015 @ 16:11:16
  Author: fyan
Revision: 144962

archrelease: copy trunk to community-any

Added:
  python-rply/repos/community-any/
  python-rply/repos/community-any/PKGBUILD
(from rev 144961, python-rply/trunk/PKGBUILD)

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

Copied: python-rply/repos/community-any/PKGBUILD (from rev 144961, 
python-rply/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-25 15:11:16 UTC (rev 144962)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-rply
+pkgname=('python-rply' 'python2-rply')
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="A pure Python Lex/Yacc that works with RPython"
+arch=('any')
+license=('BSD')
+url="https://rply.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-appdirs' 
'python2-appdirs' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/alex/rply.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a rply{,-py2}
+}
+
+build() {
+  cd "$srcdir/rply"
+  python setup.py build
+
+  cd "$srcdir/rply-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/rply"
+  py.test
+
+  cd "$srcdir/rply-py2"
+  py.test2
+}
+
+package_python-rply() {
+  depends=('python-appdirs')
+
+  cd rply
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-rply() {
+  depends=('python2-appdirs')
+
+  cd rply-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


[arch-commits] Commit in (4 files)

2015-10-25 Thread Felix Yan
Date: Sunday, October 25, 2015 @ 16:10:56
  Author: fyan
Revision: 144961

addpkg: python-rply 0.7.4-1

Added:
  python-rply/
  python-rply/repos/
  python-rply/trunk/
  python-rply/trunk/PKGBUILD

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

Added: python-rply/trunk/PKGBUILD
===
--- python-rply/trunk/PKGBUILD  (rev 0)
+++ python-rply/trunk/PKGBUILD  2015-10-25 15:10:56 UTC (rev 144961)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-rply
+pkgname=('python-rply' 'python2-rply')
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="A pure Python Lex/Yacc that works with RPython"
+arch=('any')
+license=('BSD')
+url="https://rply.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-appdirs' 
'python2-appdirs' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/alex/rply.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a rply{,-py2}
+}
+
+build() {
+  cd "$srcdir/rply"
+  python setup.py build
+
+  cd "$srcdir/rply-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/rply"
+  py.test
+
+  cd "$srcdir/rply-py2"
+  py.test2
+}
+
+package_python-rply() {
+  depends=('python-appdirs')
+
+  cd rply
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-rply() {
+  depends=('python2-appdirs')
+
+  cd rply-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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


[arch-commits] Commit in qt5/trunk (rebuild.list)

2015-10-25 Thread Felix Yan
Date: Sunday, October 25, 2015 @ 15:55:39
  Author: fyan
Revision: 249752

update rebuild.list

Modified:
  qt5/trunk/rebuild.list

--+
 rebuild.list |2 ++
 1 file changed, 2 insertions(+)

Modified: rebuild.list
===
--- rebuild.list2015-10-24 18:20:46 UTC (rev 249751)
+++ rebuild.list2015-10-25 14:55:39 UTC (rev 249752)
@@ -2,3 +2,5 @@
 frameworkintegration
 gcin
 calibre
+akonadi
+skrooge


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

2015-10-25 Thread Ike Devolder
Date: Sunday, October 25, 2015 @ 15:38:08
  Author: idevolder
Revision: 144959

upgpkg: kodi 15.2-1

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 11:01:56 UTC (rev 144958)
+++ PKGBUILD2015-10-25 14:38:08 UTC (rev 144959)
@@ -11,9 +11,9 @@
 
 pkgbase=kodi
 pkgname=('kodi' 'kodi-eventclients')
-pkgver=15.1
+pkgver=15.2
 _codename=Isengard
-pkgrel=3
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kodi.tv";
 license=('GPL2')
@@ -30,7 +30,7 @@
 source=(
   
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz";
 )
-sha256sums=('72b2610d8fbff807128d74429f25bf6716ba880c27c2c5d9fad012ec7fc70705')
+sha256sums=('dd8aeb942e6de5d1488e243e1346cff3f6597e21b5131a3ba72ff5cc82037110')
 
 prepare() {
   cd "$srcdir/xbmc-$pkgver-$_codename"


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

2015-10-25 Thread Ike Devolder
Date: Sunday, October 25, 2015 @ 15:38:19
  Author: idevolder
Revision: 144960

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

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

---+
 /PKGBUILD |  256 
 /kodi.install |   34 +
 community-i686/PKGBUILD   |  128 
 community-i686/kodi.install   |   17 --
 community-x86_64/PKGBUILD |  128 
 community-x86_64/kodi.install |   17 --
 6 files changed, 290 insertions(+), 290 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-25 14:38:08 UTC (rev 144959)
+++ community-i686/PKGBUILD 2015-10-25 14:38:19 UTC (rev 144960)
@@ -1,128 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Brad Fanella 
-# Contributor: [vEX] 
-# Contributor: Zeqadious 
-# Contributor: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Maxime Gauduin 
-
-pkgbase=kodi
-pkgname=('kodi' 'kodi-eventclients')
-pkgver=15.1
-_codename=Isengard
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://kodi.tv";
-license=('GPL2')
-makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
-  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
-  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
-  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
-  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
-  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
-  'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 
'upower'
-  'yajl' 'zip'
-)
-source=(
-  
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz";
-)
-sha256sums=('72b2610d8fbff807128d74429f25bf6716ba880c27c2c5d9fad012ec7fc70705')
-
-prepare() {
-  cd "$srcdir/xbmc-$pkgver-$_codename"
-
-  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
"{}" +
-  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
-   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
-  sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
-}
-
-build() {
-  cd "$srcdir/xbmc-$pkgver-$_codename"
-
-   # Bootstrapping
-  MAKEFLAGS=-j1 ./bootstrap
-
-  #./configure --help
-  #return 1
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  ./configure --prefix=/usr --exec-prefix=/usr \
---disable-debug \
---enable-optimizations \
---enable-libbluray \
---enable-shared-libraries \
---with-lirc-device=/run/lirc/lircd \
-ac_cv_type__Bool=yes
-
-  # Now (finally) build
-  make
-}
-
-package_kodi() {
-  pkgdesc="A software media player and entertainment hub for digital media"
-
-  # depends expected for kodi plugins:
-  # 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-  # depends expeced in FEH.py
-  # 'mesa-demos' 'xorg-xdpyinfo'
-  depends=(
-'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-'mesa-demos' 'xorg-xdpyinfo'
-'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libass' 'libcdio'
-'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
-'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
-'yajl'
-  )
-  optdepends=(
-'afpfs-ng: Apple shares support'
-'bluez: Blutooth support'
-'libnfs: NFS shares support'
-'libplist: AirPlay support'
-'libcec: Pulse-Eight USB-CEC adapter support'
-'lirc: Remote controller support'
-'pulseaudio: PulseAudio support'
-'shairplay: AirPlay support'
-'udisks: Automount external drives'
-'unrar: Archives support'
-'unzip: Archives support'
-'upower: Display battery level'
-'lsb-release: log distro information in crashlog'
-  )
-  install="kodi.install"
-  provides=('xbmc')
-  conflicts=('xbmc')
-  replaces=('xbmc')
-
-  cd "$srcdir/xbmc-$pkgver-$_codename"
-  # Running make install
-  make DESTDIR="$pkgdir" install
-
-  # We will no longer support the xbmc name
-  rm "$pkgdir/usr/share/xsessions/xbmc.desktop"
-  rm "$pkgdir/usr/bin/"xbmc{,-standalone}
-  # we will leave /usr/{include,lib,share}/xbmc for now
-
-  # Licenses
-  

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

2015-10-25 Thread Felix Yan
Date: Sunday, October 25, 2015 @ 12:01:56
  Author: fyan
Revision: 144958

archrelease: copy trunk to community-any

Added:
  httpbin/repos/community-any/
  httpbin/repos/community-any/PKGBUILD
(from rev 144957, httpbin/trunk/PKGBUILD)

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

Copied: httpbin/repos/community-any/PKGBUILD (from rev 144957, 
httpbin/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-25 11:01:56 UTC (rev 144958)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=httpbin
+pkgname=(httpbin python2-httpbin)
+pkgver=0.4.0
+_commit=c688307868a2ace65b29b1e6d43b593ca154c913
+pkgrel=1
+pkgdesc="HTTP Request and Response Service"
+arch=('any')
+url="https://github.com/Runscope/httpbin";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask'
+ 'python-markupsafe' 'python2-markupsafe' 'python-itsdangerous' 
'python2-itsdangerous'
+ 'python-six' 'python2-six' 'python-decorator' 'python2-decorator' 
'git')
+source=("git+https://github.com/Runscope/httpbin.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a httpbin{,-py2}
+}
+
+build() {
+  cd "$srcdir/httpbin"
+  LC_CTYPE=en_US.UTF-8 python setup.py build
+
+  cd "$srcdir/httpbin-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/httpbin"
+  python test_httpbin.py
+
+  cd "$srcdir/httpbin-py2"
+  python2 test_httpbin.py
+}
+
+package_httpbin() {
+  depends=('python-flask' 'python-markupsafe' 'python-itsdangerous' 
'python-six' 'python-decorator')
+
+  cd httpbin
+  LC_CTYPE=en_US.UTF-8 python setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-httpbin() {
+  depends=('python2-flask' 'python2-markupsafe' 'python2-itsdangerous' 
'python2-six' 'python2-decorator')
+
+  cd httpbin-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-10-25 Thread Felix Yan
Date: Sunday, October 25, 2015 @ 12:01:39
  Author: fyan
Revision: 144957

addpkg: httpbin 0.4.0-1

Added:
  httpbin/
  httpbin/repos/
  httpbin/trunk/
  httpbin/trunk/PKGBUILD

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

Added: httpbin/trunk/PKGBUILD
===
--- httpbin/trunk/PKGBUILD  (rev 0)
+++ httpbin/trunk/PKGBUILD  2015-10-25 11:01:39 UTC (rev 144957)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=httpbin
+pkgname=(httpbin python2-httpbin)
+pkgver=0.4.0
+_commit=c688307868a2ace65b29b1e6d43b593ca154c913
+pkgrel=1
+pkgdesc="HTTP Request and Response Service"
+arch=('any')
+url="https://github.com/Runscope/httpbin";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask'
+ 'python-markupsafe' 'python2-markupsafe' 'python-itsdangerous' 
'python2-itsdangerous'
+ 'python-six' 'python2-six' 'python-decorator' 'python2-decorator' 
'git')
+source=("git+https://github.com/Runscope/httpbin.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a httpbin{,-py2}
+}
+
+build() {
+  cd "$srcdir/httpbin"
+  LC_CTYPE=en_US.UTF-8 python setup.py build
+
+  cd "$srcdir/httpbin-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/httpbin"
+  python test_httpbin.py
+
+  cd "$srcdir/httpbin-py2"
+  python2 test_httpbin.py
+}
+
+package_httpbin() {
+  depends=('python-flask' 'python-markupsafe' 'python-itsdangerous' 
'python-six' 'python-decorator')
+
+  cd httpbin
+  LC_CTYPE=en_US.UTF-8 python setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-httpbin() {
+  depends=('python2-flask' 'python2-markupsafe' 'python2-itsdangerous' 
'python2-six' 'python2-decorator')
+
+  cd httpbin-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-10-25 Thread Alexander Rødseth
Date: Sunday, October 25, 2015 @ 10:43:05
  Author: arodseth
Revision: 144956

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-25 09:42:10 UTC (rev 144955)
+++ PKGBUILD2015-10-25 09:43:05 UTC (rev 144956)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Aaron Schaefer 
-
-pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Make Python a better tool for controlling and automating other 
programs'
-arch=('any')
-url='http://pexpect.readthedocs.org/en/stable/'
-license=('MIT')
-makedepends=('python' 'python2')
-conflicts=('python-pexpect<=2.4')
-replaces=('python-pexpect<=2.4')
-source=("http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz";)
-sha256sums=('232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c')
-
-prepare() {
-  cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"
-  sed -i 's:env python:env python2:' "python2-pexpect-$pkgver/pexpect/FSM.py"
-}
-
-package_python-pexpect() {
-  depends+=('python')
-  cd "pexpect-$pkgver"
-  python setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-
-package_python2-pexpect() {
-  depends+=('python2')
-  cd "python2-pexpect-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pexpect/repos/community-any/PKGBUILD (from rev 144955, 
python-pexpect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-25 09:43:05 UTC (rev 144956)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Aaron Schaefer 
+
+pkgname=('python-pexpect' 'python2-pexpect')
+pkgver=4.0.1
+pkgrel=2
+pkgdesc='Make Python a better tool for controlling and automating other 
programs'
+arch=('any')
+url='http://pexpect.readthedocs.org/en/stable/'
+license=('MIT')
+makedepends=('python' 'python2')
+conflicts=('python-pexpect<=2.4')
+replaces=('python-pexpect<=2.4')
+source=("http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz";)
+sha256sums=('232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c')
+
+prepare() {
+  cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"
+  sed -i 's:env python:env python2:' "python2-pexpect-$pkgver/pexpect/FSM.py"
+}
+
+package_python-pexpect() {
+  depends+=('python' 'python-ptyprocess')
+  cd "pexpect-$pkgver"
+  python setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+
+package_python2-pexpect() {
+  depends+=('python2' 'python2-ptyprocess')
+  cd "python2-pexpect-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-10-25 Thread Alexander Rødseth
Date: Sunday, October 25, 2015 @ 10:42:10
  Author: arodseth
Revision: 144955

upgpkg: python-pexpect 4.0.1-2

Modified:
  python-pexpect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 09:11:06 UTC (rev 144954)
+++ PKGBUILD2015-10-25 09:42:10 UTC (rev 144955)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Aaron Schaefer 
 
 pkgname=('python-pexpect' 'python2-pexpect')
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Make Python a better tool for controlling and automating other 
programs'
 arch=('any')
 url='http://pexpect.readthedocs.org/en/stable/'
@@ -21,7 +21,7 @@
 }
 
 package_python-pexpect() {
-  depends+=('python')
+  depends+=('python' 'python-ptyprocess')
   cd "pexpect-$pkgver"
   python setup.py install --root="$pkgdir"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
@@ -29,7 +29,7 @@
 
 
 package_python2-pexpect() {
-  depends+=('python2')
+  depends+=('python2' 'python2-ptyprocess')
   cd "python2-pexpect-$pkgver"
   python2 setup.py install --root="$pkgdir"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


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

2015-10-25 Thread Alexander Rødseth
Date: Sunday, October 25, 2015 @ 10:11:06
  Author: arodseth
Revision: 144954

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   96 +++---
 catfish.install |   28 +++
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-25 09:10:13 UTC (rev 144953)
+++ PKGBUILD2015-10-25 09:11:06 UTC (rev 144954)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-
-pkgname=catfish
-pkgver=1.3.3
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 'gtk3' 
'xdg-utils')
-makedepends=('intltool')
-optdepends=('zeitgeist: integration with zeitgeist'
-'findutils: filename search'
-'mlocate: filename search'
-'tracker: fulltext search'
-'strigi: fulltext search'
-'pinot: fulltext search')
-source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('1f6fc743478545b81ff580ff43413e221aec340a4e3d57bc3edc94746d8604f8')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
-"$pkgdir/usr/share/pixmaps/$pkgname.svg"
-}
-
-# getver: launchpad.net/catfish-search/+download
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/PKGBUILD (from rev 144953, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-25 09:11:06 UTC (rev 144954)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+
+pkgname=catfish
+pkgver=1.3.3
+pkgrel=2
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 
'python-ptyprocess' 'gtk3' 'xdg-utils')
+makedepends=('intltool')
+optdepends=('zeitgeist: integration with zeitgeist'
+'findutils: filename search'
+'mlocate: filename search'
+'tracker: fulltext search'
+'strigi: fulltext search'
+'pinot: fulltext search')
+source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('1f6fc743478545b81ff580ff43413e221aec340a4e3d57bc3edc94746d8604f8')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
+"$pkgdir/usr/share/pixmaps/$pkgname.svg"
+}
+
+# getver: launchpad.net/catfish-search/+download
+# vim:set ts=2 sw=2 et:

Deleted: catfish.install
===
--- catfish.install 2015-10-25 09:10:13 UTC (rev 144953)
+++ catfish.install 2015-10-25 09:11:06 UTC (rev 144954)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-  echo 'NOTE: One of the file search engines must be installed for catfish to 
work.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/catfish.install (from rev 144953, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2015-10-25 09:11:06 UTC (rev 144954)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  echo 'NOTE: One of the file search engines must be installed for catfish to 
work.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-10-25 Thread Alexander Rødseth
Date: Sunday, October 25, 2015 @ 10:10:13
  Author: arodseth
Revision: 144953

upgpkg: catfish 1.3.3-2

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 08:16:06 UTC (rev 144952)
+++ PKGBUILD2015-10-25 09:10:13 UTC (rev 144953)
@@ -6,13 +6,13 @@
 
 pkgname=catfish
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Versatile file searching tool'
 arch=('any')
 url='https://launchpad.net/catfish-search'
 license=('GPL')
 install="$pkgname.install"
-depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 'gtk3' 
'xdg-utils')
+depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 
'python-ptyprocess' 'gtk3' 'xdg-utils')
 makedepends=('intltool')
 optdepends=('zeitgeist: integration with zeitgeist'
 'findutils: filename search'


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

2015-10-25 Thread Jaroslav Lichtblau
Date: Sunday, October 25, 2015 @ 09:16:06
  Author: jlichtblau
Revision: 144952

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

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

---+
 /PKGBUILD |   64 
 /nzbget.changelog |  144 
 community-i686/PKGBUILD   |   31 ---
 community-i686/nzbget.changelog   |   69 -
 community-x86_64/PKGBUILD |   31 ---
 community-x86_64/nzbget.changelog |   69 -
 6 files changed, 208 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-25 08:15:50 UTC (rev 144951)
+++ community-i686/PKGBUILD 2015-10-25 08:16:06 UTC (rev 144952)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-
-pkgname=nzbget
-pkgver=16.2
-pkgrel=1
-pkgdesc="Download from Usenet using .nzb files"
-arch=('i686' 'x86_64')
-url="http://nzbget.net/";
-license=('GPL')
-depends=('libxml2' 'python')
-changelog=$pkgname.changelog
-source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
-sha256sums=('39f55617d11ac6d4755c16f3add52b72bacd5f7ae69879856c3b6e1c1c1b9ca7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/$pkgname
-  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
-}

Copied: nzbget/repos/community-i686/PKGBUILD (from rev 144951, 
nzbget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-25 08:16:06 UTC (rev 144952)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+
+pkgname=nzbget
+pkgver=16.2
+pkgrel=2
+pkgdesc="Download from Usenet using .nzb files"
+arch=('i686' 'x86_64')
+url="http://nzbget.net/";
+license=('GPL')
+depends=('libxml2')
+optdepends=('python: to run included scripts')
+changelog=$pkgname.changelog
+source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
+sha256sums=('39f55617d11ac6d4755c16f3add52b72bacd5f7ae69879856c3b6e1c1c1b9ca7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/$pkgname
+  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
+}

Deleted: community-i686/nzbget.changelog
===
--- community-i686/nzbget.changelog 2015-10-25 08:15:50 UTC (rev 144951)
+++ community-i686/nzbget.changelog 2015-10-25 08:16:06 UTC (rev 144952)
@@ -1,69 +0,0 @@
-2015-10-24 Jaroslav Lichtblau 
-  * nzbget 16.2-1
-
-2015-10-20 Jaroslav Lichtblau 
-  * nzbget 16.1-1
-
-2015-10-12 Jaroslav Lichtblau 
-  * nzbget 16.0-1
-
-2015-05-20 Jaroslav Lichtblau 
-  * nzbget 15.0-1
-
-2015-03-08 Jaroslav Lichtblau 
-  * nzbget 14.2-1
-
-2014-11-28 Jaroslav Lichtblau 
-  * nzbget 14.1-1
-
-2014-11-10 Jaroslav Lichtblau 
-  * nzbget 14.0-1
-
-2014-07-18 Jaroslav Lichtblau 
-  * nzbget 13.0-1
-
-2014-05-25 Jaroslav Lichtblau 
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau 
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin 
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau 
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau 
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau 
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau 
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau 
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau 
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau 
-  * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau 
-  * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau 
-  * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau 
-  * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau 
-  * Update to

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

2015-10-25 Thread Jaroslav Lichtblau
Date: Sunday, October 25, 2015 @ 09:15:50
  Author: jlichtblau
Revision: 144951

upgpkg: nzbget 16.2-2 - FS#46862 implemented

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 02:34:58 UTC (rev 144950)
+++ PKGBUILD2015-10-25 08:15:50 UTC (rev 144951)
@@ -4,12 +4,13 @@
 
 pkgname=nzbget
 pkgver=16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Download from Usenet using .nzb files"
 arch=('i686' 'x86_64')
 url="http://nzbget.net/";
 license=('GPL')
-depends=('libxml2' 'python')
+depends=('libxml2')
+optdepends=('python: to run included scripts')
 changelog=$pkgname.changelog
 
source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
 sha256sums=('39f55617d11ac6d4755c16f3add52b72bacd5f7ae69879856c3b6e1c1c1b9ca7')

Modified: nzbget.changelog
===
--- nzbget.changelog2015-10-25 02:34:58 UTC (rev 144950)
+++ nzbget.changelog2015-10-25 08:15:50 UTC (rev 144951)
@@ -1,3 +1,6 @@
+2015-10-25 Jaroslav Lichtblau 
+  * nzbget 16.2-2 FS#46862 fix
+
 2015-10-24 Jaroslav Lichtblau 
   * nzbget 16.2-1