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

2014-09-11 Thread Bartłomiej Piotrowski
Date: Thursday, September 11, 2014 @ 08:04:07
  Author: bpiotrowski
Revision: 221424

upgpkg: python-virtualenv 1.11.6-2

correct python2 shebang before executing setup.py to fix mtime

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-10 23:06:24 UTC (rev 221423)
+++ PKGBUILD2014-09-11 06:04:07 UTC (rev 221424)
@@ -4,7 +4,7 @@
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
 pkgver=1.11.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Virtual Python Environment builder
 url=https://virtualenv.pypa.io/;
 arch=('any')
@@ -32,6 +32,10 @@
   depends=('python2')
 
   cd $srcdir/virtualenv-$pkgver
+
+  # should report this upstream as still not fixed...
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| virtualenv.py
+
   python2 setup.py build
   python2 setup.py install --prefix=/usr --root=$pkgdir
 
@@ -38,10 +42,6 @@
   # move this old version out of the way
   mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
 
-  # should report this upstream as still not fixed...
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
- 
   install -D -m644 LICENSE.txt \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in python-virtualenv/repos/extra-any (PKGBUILD PKGBUILD)

2014-09-11 Thread Bartłomiej Piotrowski
Date: Thursday, September 11, 2014 @ 08:04:14
  Author: bpiotrowski
Revision: 221425

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 221424, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-11 06:04:07 UTC (rev 221424)
+++ PKGBUILD2014-09-11 06:04:14 UTC (rev 221425)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Daniele Paolella d...@mcrservice.it
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.11.6
-pkgrel=1
-pkgdesc=Virtual Python Environment builder
-url=https://virtualenv.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python2')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-
-package_python-virtualenv() {
-  depends=('python')
-
-  cd $srcdir/virtualenv-$pkgver
-  LANG='en_US.UTF-8' python3 setup.py build
-  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
-
-  # link to a version with 3 suffix as well
-  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
-
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-virtualenv() {
-  depends=('python2')
-
-  cd $srcdir/virtualenv-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  # move this old version out of the way
-  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
-
-  # should report this upstream as still not fixed...
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
- 
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('f61cdd983d2c4e6aeabb70b1060d6f49')
-sha256sums=('3e7a4c151e2ee97f51db0215bfd2a073b04a91e9786df6cb67c916f16abe04f7')

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 221424, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-11 06:04:14 UTC (rev 221425)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Daniele Paolella d...@mcrservice.it
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=1.11.6
+pkgrel=2
+pkgdesc=Virtual Python Environment builder
+url=https://virtualenv.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd $srcdir/virtualenv-$pkgver
+  LANG='en_US.UTF-8' python3 setup.py build
+  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
+
+  # link to a version with 3 suffix as well
+  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd $srcdir/virtualenv-$pkgver
+
+  # should report this upstream as still not fixed...
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| virtualenv.py
+
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  # move this old version out of the way
+  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f61cdd983d2c4e6aeabb70b1060d6f49')
+sha256sums=('3e7a4c151e2ee97f51db0215bfd2a073b04a91e9786df6cb67c916f16abe04f7')



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

2014-09-11 Thread Felix Yan
Date: Thursday, September 11, 2014 @ 09:08:27
  Author: fyan
Revision: 118807

upgpkg: python-tornado 4.0.2-1

- upstream new release
- add a patch to use system ca-certificates 
(/etc/ssl/certs/ca-certificates.crt) instead of certifi

Added:
  python-tornado/trunk/use_system_ca_certificates.patch
Modified:
  python-tornado/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++
 use_system_ca_certificates.patch |   57 +
 2 files changed, 68 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 05:37:10 UTC (rev 118806)
+++ PKGBUILD2014-09-11 07:08:27 UTC (rev 118807)
@@ -3,18 +3,24 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
 arch=('i686' 'x86_64')
 url='http://www.tornadoweb.org/'
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git')
 checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted')
-source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;)
-sha512sums=('SKIP')
+source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;
+use_system_ca_certificates.patch)
+sha512sums=('SKIP'
+
'6e50e9ecf361d54d9f67e1f12185cf58863ad0eae72fbe7cc24e8eaf94874255009a030249bb51adf06e98c7ed0b17d8c6d9ee65190ebc341d6857c0efbc7840')
 
 prepare() {
+  cd tornado
+  patch -p1 -i ../use_system_ca_certificates.patch
+
+  cd $srcdir
   cp -a tornado{,-py2}
 
   # python - python2 rename
@@ -43,14 +49,12 @@
 }
 
 package_python-tornado() {
-  depends=('python-certifi')
-
   cd tornado
   python setup.py install --root=${pkgdir} --optimize=1
 }
 
 package_python2-tornado() {
-  depends=('python2-certifi' 'python2-backports.ssl_match_hostname')
+  depends=('python2-backports.ssl_match_hostname')
 
   cd tornado-py2
   python2 setup.py install --root=${pkgdir} --optimize=1

Added: use_system_ca_certificates.patch
===
--- use_system_ca_certificates.patch(rev 0)
+++ use_system_ca_certificates.patch2014-09-11 07:08:27 UTC (rev 118807)
@@ -0,0 +1,57 @@
+diff --git a/setup.py b/setup.py
+index f09169f..d42c486 100644
+--- a/setup.py
 b/setup.py
+@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
+ 
+ if setuptools is not None:
+ # If setuptools is not available, you're on your own for dependencies.
+-install_requires = ['certifi']
++install_requires = []
+ if sys.version_info  (3, 2):
+ install_requires.append('backports.ssl_match_hostname')
+ kwargs['install_requires'] = install_requires
+diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py
+index f0f73fa..ffe3e40 100644
+--- a/tornado/simple_httpclient.py
 b/tornado/simple_httpclient.py
+@@ -33,17 +33,9 @@ except ImportError:
+ # ssl is not available on Google App Engine.
+ ssl = None
+ 
+-try:
+-import certifi
+-except ImportError:
+-certifi = None
+-
+ 
+ def _default_ca_certs():
+-if certifi is None:
+-raise Exception(The 'certifi' package is required to use https 
+-in simple_httpclient)
+-return certifi.where()
++return /etc/ssl/certs/ca-certificates.crt
+ 
+ 
+ class SimpleAsyncHTTPClient(AsyncHTTPClient):
+diff --git a/tornado/test/iostream_test.py b/tornado/test/iostream_test.py
+index 01b0d95..47a64e7 100644
+--- a/tornado/test/iostream_test.py
 b/tornado/test/iostream_test.py
+@@ -10,7 +10,6 @@ from tornado.stack_context import NullContext
+ from tornado.testing import AsyncHTTPTestCase, AsyncHTTPSTestCase, 
AsyncTestCase, bind_unused_port, ExpectLog, gen_test
+ from tornado.test.util import unittest, skipIfNonUnix
+ from tornado.web import RequestHandler, Application
+-import certifi
+ import errno
+ import logging
+ import os
+@@ -855,7 +854,7 @@ class TestIOStreamStartTLS(AsyncTestCase):
+ def test_handshake_fail(self):
+ self.server_start_tls(_server_ssl_options())
+ client_future = self.client_start_tls(
+-dict(cert_reqs=ssl.CERT_REQUIRED, ca_certs=certifi.where()))
++dict(cert_reqs=ssl.CERT_REQUIRED, 
ca_certs=/etc/ssl/certs/ca-certificates.crt))
+ with ExpectLog(gen_log, SSL Error):
+ with self.assertRaises(ssl.SSLError):
+ yield client_future



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

2014-09-11 Thread Felix Yan
Date: Thursday, September 11, 2014 @ 09:08:59
  Author: fyan
Revision: 118808

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

Added:
  python-tornado/repos/community-i686/PKGBUILD
(from rev 118807, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-i686/use_system_ca_certificates.patch
(from rev 118807, python-tornado/trunk/use_system_ca_certificates.patch)
  python-tornado/repos/community-x86_64/PKGBUILD
(from rev 118807, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-x86_64/use_system_ca_certificates.patch
(from rev 118807, python-tornado/trunk/use_system_ca_certificates.patch)
Deleted:
  python-tornado/repos/community-i686/PKGBUILD
  python-tornado/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  124 
 community-i686/PKGBUILD   |   58 -
 community-i686/use_system_ca_certificates.patch   |   57 +
 community-x86_64/PKGBUILD |   58 -
 community-x86_64/use_system_ca_certificates.patch |   57 +
 5 files changed, 238 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 07:08:27 UTC (rev 118807)
+++ community-i686/PKGBUILD 2014-09-11 07:08:59 UTC (rev 118808)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-
-pkgname=('python-tornado' 'python2-tornado')
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
-arch=('i686' 'x86_64')
-url='http://www.tornadoweb.org/'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')
-checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted')
-source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a tornado{,-py2}
-
-  # python - python2 rename
-  find tornado-py2 -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i 
{} \;
-}
-
-build() {
-  cd tornado
-  python setup.py build
-
-  cd ../tornado-py2
-  python2 setup.py build
-}
-
-check() {
-  cd tornado
-  python -m tornado.test.runtests || warning Tests failed
-  python -m tornado.test.runtests 
--ioloop=tornado.platform.asyncio.AsyncIOLoop || warning Tests with AsyncIO 
failed
-  python -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
-  python -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
-
-  cd ../tornado-py2
-  python2 -m tornado.test.runtests || warning Tests failed
-  python2 -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
-  python2 -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
-}
-
-package_python-tornado() {
-  depends=('python-certifi')
-
-  cd tornado
-  python setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python2-tornado() {
-  depends=('python2-certifi' 'python2-backports.ssl_match_hostname')
-
-  cd tornado-py2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-

Copied: python-tornado/repos/community-i686/PKGBUILD (from rev 118807, 
python-tornado/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 07:08:59 UTC (rev 118808)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=('python-tornado' 'python2-tornado')
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
+arch=('i686' 'x86_64')
+url='http://www.tornadoweb.org/'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git')
+checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted')
+source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;
+use_system_ca_certificates.patch)
+sha512sums=('SKIP'
+
'6e50e9ecf361d54d9f67e1f12185cf58863ad0eae72fbe7cc24e8eaf94874255009a030249bb51adf06e98c7ed0b17d8c6d9ee65190ebc341d6857c0efbc7840')
+
+prepare() {
+  cd tornado
+  patch -p1 -i ../use_system_ca_certificates.patch
+
+  cd $srcdir
+  cp -a tornado{,-py2}
+
+  # python - python2 rename
+  find tornado-py2 -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i 
{} \;
+}
+
+build() {
+  cd tornado
+  python setup.py build
+
+  cd ../tornado-py2
+  python2 

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

2014-09-11 Thread Felix Yan
Date: Thursday, September 11, 2014 @ 09:21:26
  Author: fyan
Revision: 221426

upgpkg: python-lxml 3.4.0-1

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 06:04:14 UTC (rev 221425)
+++ PKGBUILD2014-09-11 07:21:26 UTC (rev 221426)
@@ -4,7 +4,7 @@
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.3.6
+pkgver=3.4.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
@@ -11,7 +11,7 @@
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('a804b36864c483fe7abdd7f493a0c379'
+md5sums=('bc90cc4e4ee04e1f8290ae0f70e34eea'
  'SKIP')
 
 check() {



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

2014-09-11 Thread Felix Yan
Date: Thursday, September 11, 2014 @ 09:22:15
  Author: fyan
Revision: 221427

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-11 07:21:26 UTC (rev 221426)
+++ extra-i686/PKGBUILD 2014-09-11 07:22:15 UTC (rev 221427)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.3.6
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('a804b36864c483fe7abdd7f493a0c379'
- 'SKIP')
-
-check() {
-  cd lxml-$pkgver
-  # Workaround encoding issue
-  LANG=en_US.UTF-8 make PYTHON=python2 test
-  LANG=en_US.UTF-8 make PYTHON=python test
-}
-
-package_python2-lxml() {
-  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
-  depends=('python' 'libxslt')
-  optdepends=('python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 221426, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-11 07:22:15 UTC (rev 221427)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('bc90cc4e4ee04e1f8290ae0f70e34eea'
+ 'SKIP')
+
+check() {
+  cd lxml-$pkgver
+  # Workaround encoding issue
+  LANG=en_US.UTF-8 make PYTHON=python2 test
+  LANG=en_US.UTF-8 make PYTHON=python test
+}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  

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

2014-09-11 Thread Felix Yan
Date: Thursday, September 11, 2014 @ 09:52:44
  Author: fyan
Revision: 118809

upgpkg: goagent 3.1.22-2

- use system ca-certificates instead of the shipped one

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 07:08:59 UTC (rev 118808)
+++ PKGBUILD2014-09-11 07:52:44 UTC (rev 118809)
@@ -6,7 +6,7 @@
 pkgname=goagent
 pkgver=3.1.22
 #_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
-pkgrel=1
+pkgrel=2
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;
@@ -30,6 +30,7 @@
   sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
   -i local/{proxy.py,dnsproxy.py}
   sed -e 's|^self.geoip = .*$|self.geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)|' \
+  -e s|os.path.join(os.path.dirname(os.path.abspath(__file__)), 
'cacert.pem')|'/etc/ssl/certs/ca-certificates.crt'| \
   -i local/proxylib.py
 }
 
@@ -40,7 +41,6 @@
   install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
   install -Dm644 local/proxylib.py 
$pkgdir/usr/share/$pkgname/local/proxylib.py
   install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
   install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
   install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
 



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

2014-09-11 Thread Felix Yan
Date: Thursday, September 11, 2014 @ 09:53:22
  Author: fyan
Revision: 118810

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 118809, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 118809, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 118809, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 118809, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  122 +++---
 goagent.install |   42 +-
 goagent.service |   24 +-
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-11 07:52:44 UTC (rev 118809)
+++ PKGBUILD2014-09-11 07:53:22 UTC (rev 118810)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.1.22
-#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
-pkgrel=1
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-conflicts=('python2-gevent0.99')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pacparser: PAC proxy support'
-'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
-makedepends=('git')
-source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-#source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
-${pkgname}.user.ini
-${pkgname}.service)
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^self.geoip = .*$|self.geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)|' \
-  -i local/proxylib.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
-  install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
-  install -Dm644 local/proxylib.py 
$pkgdir/usr/share/$pkgname/local/proxylib.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
-  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.user.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 118809, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-11 07:53:22 UTC (rev 118810)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.1.22
+#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
+pkgrel=2
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+#source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
+${pkgname}.user.ini
+${pkgname}.service)
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed 

[arch-commits] Commit in (5 files)

2014-09-11 Thread speps
Date: Thursday, September 11, 2014 @ 12:19:59
  Author: speps
Revision: 118811

addpkg: drumstick 1.0.0
VMPK 0.6.0 depends on drumstrick for MIDI I/O

Added:
  drumstick/
  drumstick/repos/
  drumstick/trunk/
  drumstick/trunk/PKGBUILD
  drumstick/trunk/drumstick.install

---+
 PKGBUILD  |   34 ++
 drumstick.install |   13 +
 2 files changed, 47 insertions(+)

Added: drumstick/trunk/PKGBUILD
===
--- drumstick/trunk/PKGBUILD(rev 0)
+++ drumstick/trunk/PKGBUILD2014-09-11 10:19:59 UTC (rev 118811)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=drumstick
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=MIDI libraries for Qt5/C++
+arch=('i686' 'x86_64')
+url=http://drumstick.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('c984243a47aba26dc274c47447d01006')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR=$pkgdir/ install
+}

Added: drumstick/trunk/drumstick.install
===
--- drumstick/trunk/drumstick.install   (rev 0)
+++ drumstick/trunk/drumstick.install   2014-09-11 10:19:59 UTC (rev 118811)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file



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

2014-09-11 Thread Lukas Fleischer
Date: Thursday, September 11, 2014 @ 12:22:12
  Author: lfleischer
Revision: 118812

upgpkg: libfaketime 0.9.6-1

Upstream update.

Modified:
  libfaketime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 10:19:59 UTC (rev 118811)
+++ PKGBUILD2014-09-11 10:22:12 UTC (rev 118812)
@@ -4,14 +4,14 @@
 # Contributor: Ross Melin rdme...@gmail.com
 
 pkgname=libfaketime
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.9.6
+pkgrel=1
 pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
 arch=('i686' 'x86_64')
 url='http://www.code-wizards.com/projects/libfaketime/'
 license=('GPL2')
 
source=(http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('89b5c71e6c6a93b1c6feba374ac37719')
+md5sums=('f522f899d65a057ad69cff9896c75f78')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-09-11 Thread Lukas Fleischer
Date: Thursday, September 11, 2014 @ 12:22:39
  Author: lfleischer
Revision: 118813

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

Added:
  libfaketime/repos/community-i686/PKGBUILD
(from rev 118812, libfaketime/trunk/PKGBUILD)
  libfaketime/repos/community-i686/libfaketime-0.9.1-fix-README-NEWS.patch
(from rev 118812, libfaketime/trunk/libfaketime-0.9.1-fix-README-NEWS.patch)
  libfaketime/repos/community-i686/libfaketime-0.9.1-fix-as-needed.patch
(from rev 118812, libfaketime/trunk/libfaketime-0.9.1-fix-as-needed.patch)
  libfaketime/repos/community-x86_64/PKGBUILD
(from rev 118812, libfaketime/trunk/PKGBUILD)
  libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch
(from rev 118812, libfaketime/trunk/libfaketime-0.9.1-fix-README-NEWS.patch)
  libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-as-needed.patch
(from rev 118812, libfaketime/trunk/libfaketime-0.9.1-fix-as-needed.patch)
Deleted:
  libfaketime/repos/community-i686/PKGBUILD
  libfaketime/repos/community-i686/libfaketime-0.9.1-fix-README-NEWS.patch
  libfaketime/repos/community-i686/libfaketime-0.9.1-fix-as-needed.patch
  libfaketime/repos/community-x86_64/PKGBUILD
  libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch
  libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-as-needed.patch

--+
 /PKGBUILD|   48 
 /libfaketime-0.9.1-fix-README-NEWS.patch |   58 +
 /libfaketime-0.9.1-fix-as-needed.patch   |   78 +
 community-i686/PKGBUILD  |   24 
 community-i686/libfaketime-0.9.1-fix-README-NEWS.patch   |   29 
 community-i686/libfaketime-0.9.1-fix-as-needed.patch |   39 --
 community-x86_64/PKGBUILD|   24 
 community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch |   29 
 community-x86_64/libfaketime-0.9.1-fix-as-needed.patch   |   39 --
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 10:22:12 UTC (rev 118812)
+++ community-i686/PKGBUILD 2014-09-11 10:22:39 UTC (rev 118813)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Dan Serban
-# Contributor: Ross Melin rdme...@gmail.com
-
-pkgname=libfaketime
-pkgver=0.9.5
-pkgrel=2
-pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
-arch=('i686' 'x86_64')
-url='http://www.code-wizards.com/projects/libfaketime/'
-license=('GPL2')
-source=(http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('89b5c71e6c6a93b1c6feba374ac37719')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: libfaketime/repos/community-i686/PKGBUILD (from rev 118812, 
libfaketime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 10:22:39 UTC (rev 118813)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Dan Serban
+# Contributor: Ross Melin rdme...@gmail.com
+
+pkgname=libfaketime
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
+arch=('i686' 'x86_64')
+url='http://www.code-wizards.com/projects/libfaketime/'
+license=('GPL2')
+source=(http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('f522f899d65a057ad69cff9896c75f78')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Deleted: community-i686/libfaketime-0.9.1-fix-README-NEWS.patch
===
--- community-i686/libfaketime-0.9.1-fix-README-NEWS.patch  2014-09-11 
10:22:12 UTC (rev 118812)
+++ community-i686/libfaketime-0.9.1-fix-README-NEWS.patch  2014-09-11 
10:22:39 UTC (rev 118813)
@@ -1,29 +0,0 @@
-From c0c19a71c5481f3082afee2ac7962bd7abfcf134 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer i...@cryptocrack.de
-Date: Sun, 22 Jan 2012 22:19:50 +0100
-Subject: [PATCH] Makefile: Fix installation of README and NEWS
-
-Initialize INSTALL in the top-level Makefile in order to avoid broken
-install(1) invocations such as:
-
-dm0755 /build/pkg/usr/share/doc/faketime/
-/bin/sh: dm0755: command not found
-
-Signed-off-by: Lukas Fleischer i...@cryptocrack.de

- Makefile |2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 

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

2014-09-11 Thread Lukas Fleischer
Date: Thursday, September 11, 2014 @ 12:28:08
  Author: lfleischer
Revision: 118814

upgpkg: pv 1.5.7-1

Upstream update.

Modified:
  pv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 10:22:39 UTC (rev 118813)
+++ PKGBUILD2014-09-11 10:28:08 UTC (rev 118814)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer aa...@elasticdog.com
 
 pkgname=pv
-pkgver=1.5.3
+pkgver=1.5.7
 pkgrel=1
 pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom:Artistic 2.0')
 depends=('glibc')
 source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
-md5sums=('efe8e9e4cad5f3264a32258a63bf2c8e')
+md5sums=('e8597a929e836ada22a8814b1c1651d0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-09-11 Thread Lukas Fleischer
Date: Thursday, September 11, 2014 @ 12:28:15
  Author: lfleischer
Revision: 118815

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 10:28:08 UTC (rev 118814)
+++ community-i686/PKGBUILD 2014-09-11 10:28:15 UTC (rev 118815)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=pv
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
-arch=('i686' 'x86_64')
-url='http://www.ivarch.com/programs/pv.shtml'
-license=('custom:Artistic 2.0')
-depends=('glibc')
-source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
-md5sums=('efe8e9e4cad5f3264a32258a63bf2c8e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-  
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=$pkgdir install
-  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: pv/repos/community-i686/PKGBUILD (from rev 118814, pv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 10:28:15 UTC (rev 118815)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgname=pv
+pkgver=1.5.7
+pkgrel=1
+pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
+arch=('i686' 'x86_64')
+url='http://www.ivarch.com/programs/pv.shtml'
+license=('custom:Artistic 2.0')
+depends=('glibc')
+source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
+md5sums=('e8597a929e836ada22a8814b1c1651d0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-11 10:28:08 UTC (rev 118814)
+++ community-x86_64/PKGBUILD   2014-09-11 10:28:15 UTC (rev 118815)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=pv
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
-arch=('i686' 'x86_64')
-url='http://www.ivarch.com/programs/pv.shtml'
-license=('custom:Artistic 2.0')
-depends=('glibc')
-source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
-md5sums=('efe8e9e4cad5f3264a32258a63bf2c8e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-  
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=$pkgdir install
-  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: pv/repos/community-x86_64/PKGBUILD (from rev 118814, pv/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-11 10:28:15 UTC (rev 118815)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgname=pv
+pkgver=1.5.7
+pkgrel=1
+pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
+arch=('i686' 'x86_64')
+url='http://www.ivarch.com/programs/pv.shtml'
+license=('custom:Artistic 2.0')
+depends=('glibc')
+source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
+md5sums=('e8597a929e836ada22a8814b1c1651d0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2014-09-11 Thread speps
Date: Thursday, September 11, 2014 @ 12:31:00
  Author: speps
Revision: 118816

upgpkg: drumstick 1.0.0-1

Modified:
  drumstick/trunk/PKGBUILD  (properties)

Index: drumstick/trunk/PKGBUILD
===
--- drumstick/trunk/PKGBUILD2014-09-11 10:28:15 UTC (rev 118815)
+++ drumstick/trunk/PKGBUILD2014-09-11 10:31:00 UTC (rev 118816)

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


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

2014-09-11 Thread Lukas Fleischer
Date: Thursday, September 11, 2014 @ 12:31:26
  Author: lfleischer
Revision: 118819

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

Added:
  xautomation/repos/community-i686/PKGBUILD
(from rev 118818, xautomation/trunk/PKGBUILD)
  xautomation/repos/community-x86_64/PKGBUILD
(from rev 118818, xautomation/trunk/PKGBUILD)
Deleted:
  xautomation/repos/community-i686/PKGBUILD
  xautomation/repos/community-i686/xautomation-1.05-fix-libs.patch
  xautomation/repos/community-x86_64/PKGBUILD
  xautomation/repos/community-x86_64/xautomation-1.05-fix-libs.patch

--+
 /PKGBUILD|   52 +
 community-i686/PKGBUILD  |   30 
 community-i686/xautomation-1.05-fix-libs.patch   |   24 -
 community-x86_64/PKGBUILD|   30 
 community-x86_64/xautomation-1.05-fix-libs.patch |   24 -
 5 files changed, 52 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 10:31:19 UTC (rev 118818)
+++ community-i686/PKGBUILD 2014-09-11 10:31:26 UTC (rev 118819)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: raubkopierer mail[dot]sensenmann[at]gmail[dot]com
-
-pkgname=xautomation
-pkgver=1.05
-pkgrel=3
-pkgdesc='Controls X from the command line and does visual scraping.'
-url='http://hoopajoo.net/projects/xautomation.html'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libpng' 'libxtst')
-source=(http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz;
-'xautomation-1.05-fix-libs.patch')
-md5sums=('4526ea5085a680a3ae8629af1731e5fa'
- 'a8d8b12ed180ce9693f706d0f75d97fe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -p1 -i ../xautomation-1.05-fix-libs.patch
-
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install 
-}

Copied: xautomation/repos/community-i686/PKGBUILD (from rev 118818, 
xautomation/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 10:31:26 UTC (rev 118819)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: raubkopierer mail[dot]sensenmann[at]gmail[dot]com
+
+pkgname=xautomation
+pkgver=1.09
+pkgrel=1
+pkgdesc='Controls X from the command line and does visual scraping.'
+url='http://hoopajoo.net/projects/xautomation.html'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libpng' 'libxtst')
+source=(http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('16b973fdb525feed876471225bba30ed')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install 
+}

Deleted: community-i686/xautomation-1.05-fix-libs.patch
===
--- community-i686/xautomation-1.05-fix-libs.patch  2014-09-11 10:31:19 UTC 
(rev 118818)
+++ community-i686/xautomation-1.05-fix-libs.patch  2014-09-11 10:31:26 UTC 
(rev 118819)
@@ -1,24 +0,0 @@
-diff -rup xautomation-1.05.orig/Makefile.am xautomation-1.05/Makefile.am
 xautomation-1.05.orig/Makefile.am  2009-04-14 18:06:23.0 +0200
-+++ xautomation-1.05/Makefile.am   2012-01-27 02:06:44.016492587 +0100
-@@ -1,7 +1,7 @@
- bin_PROGRAMS = xte rgb2pat png2pat visgrep pat2ppm patextract xmousepos
- man_MANS = pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 visgrep.1 xautomation.7 
xmousepos.1 xte.1
- xte_SOURCES = xte.c debug.c kbd.h keysym_map.h multikey_map.h
--xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst
-+xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst -lX11
- rgb2pat_SOURCES = rgb2pat.c image.c image.h debug.c debug.h
- rgb2pat_LDADD = -lpng
- png2pat_SOURCES = png2pat.c image.c image.h debug.c debug.h
-diff -rup xautomation-1.05.orig/Makefile.in xautomation-1.05/Makefile.in
 xautomation-1.05.orig/Makefile.in  2011-09-07 00:48:19.0 +0200
-+++ xautomation-1.05/Makefile.in   2012-01-27 02:14:02.010831581 +0100
-@@ -220,7 +220,7 @@ top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- man_MANS = pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 visgrep.1 xautomation.7 
xmousepos.1 xte.1
- xte_SOURCES = xte.c debug.c kbd.h keysym_map.h multikey_map.h
--xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst
-+xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst -lX11
- rgb2pat_SOURCES = rgb2pat.c image.c image.h debug.c debug.h
- rgb2pat_LDADD = -lpng
- png2pat_SOURCES = png2pat.c image.c image.h debug.c debug.h

Deleted: community-x86_64/PKGBUILD
===

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

2014-09-11 Thread speps
Date: Thursday, September 11, 2014 @ 12:31:19
  Author: speps
Revision: 118817

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

Added:
  drumstick/repos/community-i686/
  drumstick/repos/community-i686/PKGBUILD
(from rev 118816, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-i686/drumstick.install
(from rev 118816, drumstick/trunk/drumstick.install)
  drumstick/repos/community-x86_64/
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 118816, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-x86_64/drumstick.install
(from rev 118816, drumstick/trunk/drumstick.install)

+
 community-i686/PKGBUILD|   34 ++
 community-i686/drumstick.install   |   13 +
 community-x86_64/PKGBUILD  |   34 ++
 community-x86_64/drumstick.install |   13 +
 4 files changed, 94 insertions(+)

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 118816, 
drumstick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 10:31:19 UTC (rev 118817)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=drumstick
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=MIDI libraries for Qt5/C++
+arch=('i686' 'x86_64')
+url=http://drumstick.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('c984243a47aba26dc274c47447d01006')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR=$pkgdir/ install
+}

Copied: drumstick/repos/community-i686/drumstick.install (from rev 118816, 
drumstick/trunk/drumstick.install)
===
--- community-i686/drumstick.install(rev 0)
+++ community-i686/drumstick.install2014-09-11 10:31:19 UTC (rev 118817)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 118816, 
drumstick/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-11 10:31:19 UTC (rev 118817)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=drumstick
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=MIDI libraries for Qt5/C++
+arch=('i686' 'x86_64')
+url=http://drumstick.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('c984243a47aba26dc274c47447d01006')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR=$pkgdir/ install
+}

Copied: drumstick/repos/community-x86_64/drumstick.install (from rev 118816, 
drumstick/trunk/drumstick.install)
===
--- community-x86_64/drumstick.install  (rev 0)
+++ community-x86_64/drumstick.install  2014-09-11 10:31:19 UTC (rev 118817)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file



[arch-commits] Commit in xautomation/trunk (PKGBUILD xautomation-1.05-fix-libs.patch)

2014-09-11 Thread Lukas Fleischer
Date: Thursday, September 11, 2014 @ 12:31:19
  Author: lfleischer
Revision: 118818

upgpkg: xautomation 1.09-1

Upstream update.

Modified:
  xautomation/trunk/PKGBUILD
Deleted:
  xautomation/trunk/xautomation-1.05-fix-libs.patch

-+
 PKGBUILD|   12 
 xautomation-1.05-fix-libs.patch |   24 
 2 files changed, 4 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 10:31:19 UTC (rev 118817)
+++ PKGBUILD2014-09-11 10:31:19 UTC (rev 118818)
@@ -3,23 +3,19 @@
 # Contributor: raubkopierer mail[dot]sensenmann[at]gmail[dot]com
 
 pkgname=xautomation
-pkgver=1.05
-pkgrel=3
+pkgver=1.09
+pkgrel=1
 pkgdesc='Controls X from the command line and does visual scraping.'
 url='http://hoopajoo.net/projects/xautomation.html'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libpng' 'libxtst')
-source=(http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz;
-'xautomation-1.05-fix-libs.patch')
-md5sums=('4526ea5085a680a3ae8629af1731e5fa'
- 'a8d8b12ed180ce9693f706d0f75d97fe')
+source=(http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('16b973fdb525feed876471225bba30ed')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -p1 -i ../xautomation-1.05-fix-libs.patch
-
   ./configure --prefix=/usr 
   make
 }

Deleted: xautomation-1.05-fix-libs.patch
===
--- xautomation-1.05-fix-libs.patch 2014-09-11 10:31:19 UTC (rev 118817)
+++ xautomation-1.05-fix-libs.patch 2014-09-11 10:31:19 UTC (rev 118818)
@@ -1,24 +0,0 @@
-diff -rup xautomation-1.05.orig/Makefile.am xautomation-1.05/Makefile.am
 xautomation-1.05.orig/Makefile.am  2009-04-14 18:06:23.0 +0200
-+++ xautomation-1.05/Makefile.am   2012-01-27 02:06:44.016492587 +0100
-@@ -1,7 +1,7 @@
- bin_PROGRAMS = xte rgb2pat png2pat visgrep pat2ppm patextract xmousepos
- man_MANS = pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 visgrep.1 xautomation.7 
xmousepos.1 xte.1
- xte_SOURCES = xte.c debug.c kbd.h keysym_map.h multikey_map.h
--xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst
-+xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst -lX11
- rgb2pat_SOURCES = rgb2pat.c image.c image.h debug.c debug.h
- rgb2pat_LDADD = -lpng
- png2pat_SOURCES = png2pat.c image.c image.h debug.c debug.h
-diff -rup xautomation-1.05.orig/Makefile.in xautomation-1.05/Makefile.in
 xautomation-1.05.orig/Makefile.in  2011-09-07 00:48:19.0 +0200
-+++ xautomation-1.05/Makefile.in   2012-01-27 02:14:02.010831581 +0100
-@@ -220,7 +220,7 @@ top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- man_MANS = pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 visgrep.1 xautomation.7 
xmousepos.1 xte.1
- xte_SOURCES = xte.c debug.c kbd.h keysym_map.h multikey_map.h
--xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst
-+xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst -lX11
- rgb2pat_SOURCES = rgb2pat.c image.c image.h debug.c debug.h
- rgb2pat_LDADD = -lpng
- png2pat_SOURCES = png2pat.c image.c image.h debug.c debug.h



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

2014-09-11 Thread speps
Date: Thursday, September 11, 2014 @ 12:32:16
  Author: speps
Revision: 118821

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

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

---+
 /PKGBUILD |   64 
 /vmpk.install |   24 +++
 community-i686/PKGBUILD   |   32 
 community-i686/vmpk.install   |   12 ---
 community-x86_64/PKGBUILD |   32 
 community-x86_64/vmpk.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 10:32:11 UTC (rev 118820)
+++ community-i686/PKGBUILD 2014-09-11 10:32:16 UTC (rev 118821)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-
-pkgname=vmpk
-pkgver=0.5.1
-pkgrel=2
-pkgdesc=Virtual MIDI Piano Keyboard
-arch=('i686' 'x86_64')
-url=http://vmpk.sourceforge.net/;
-license=('GPL3')
-depends=('qt4' 'jack')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('07e376936c38c7c244374ff9ddca6a72')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=release
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR=$pkgdir/ install
-}

Copied: vmpk/repos/community-i686/PKGBUILD (from rev 118820, 
vmpk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 10:32:16 UTC (rev 118821)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+
+pkgname=vmpk
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Virtual MIDI Piano Keyboard
+arch=('i686' 'x86_64')
+url=http://vmpk.sourceforge.net/;
+license=('GPL3')
+depends=('drumstick' 'qt5-x11extras')
+makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('7d1fa749181d58ab4e8335ccb7abc4ce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=release
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/vmpk.install
===
--- community-i686/vmpk.install 2014-09-11 10:32:11 UTC (rev 118820)
+++ community-i686/vmpk.install 2014-09-11 10:32:16 UTC (rev 118821)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Copied: vmpk/repos/community-i686/vmpk.install (from rev 118820, 
vmpk/trunk/vmpk.install)
===
--- community-i686/vmpk.install (rev 0)
+++ community-i686/vmpk.install 2014-09-11 10:32:16 UTC (rev 118821)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-11 10:32:11 UTC (rev 118820)
+++ community-x86_64/PKGBUILD   2014-09-11 10:32:16 UTC (rev 118821)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-
-pkgname=vmpk
-pkgver=0.5.1
-pkgrel=2
-pkgdesc=Virtual MIDI Piano Keyboard
-arch=('i686' 'x86_64')
-url=http://vmpk.sourceforge.net/;
-license=('GPL3')
-depends=('qt4' 'jack')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('07e376936c38c7c244374ff9ddca6a72')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=release
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
- 

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

2014-09-11 Thread speps
Date: Thursday, September 11, 2014 @ 12:32:11
  Author: speps
Revision: 118820

upgpkg: vmpk 0.6.0-1

Modified:
  vmpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 10:31:26 UTC (rev 118819)
+++ PKGBUILD2014-09-11 10:32:11 UTC (rev 118820)
@@ -2,17 +2,17 @@
 # Maintainer : speps speps at aur dot archlinux dot org
 
 pkgname=vmpk
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc=Virtual MIDI Piano Keyboard
 arch=('i686' 'x86_64')
 url=http://vmpk.sourceforge.net/;
 license=('GPL3')
-depends=('qt4' 'jack')
-makedepends=('cmake')
+depends=('drumstick' 'qt5-x11extras')
+makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('07e376936c38c7c244374ff9ddca6a72')
+md5sums=('7d1fa749181d58ab4e8335ccb7abc4ce')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-09-11 Thread Sergej Pupykin
Date: Thursday, September 11, 2014 @ 13:08:14
  Author: spupykin
Revision: 118822

upgpkg: cython 0.21-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 10:32:16 UTC (rev 118821)
+++ PKGBUILD2014-09-11 11:08:14 UTC (rev 118822)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.20.2
+pkgver=0.21
 pkgrel=1
 pkgdesc=C-Extensions for Python 
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('7fc13e1c665bdf7cea19ad08906af91f')
+md5sums=('6c9c4d19ba485fe8cd88e23b57ac7886')
 
 package_cython() {
   depends=('python' 'python-setuptools')



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

2014-09-11 Thread Sergej Pupykin
Date: Thursday, September 11, 2014 @ 13:09:00
  Author: spupykin
Revision: 118825

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

Added:
  freeradius/repos/community-i686/PKGBUILD
(from rev 118824, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-i686/freeradius.install
(from rev 118824, freeradius/trunk/freeradius.install)
  freeradius/repos/community-i686/freeradius.service
(from rev 118824, freeradius/trunk/freeradius.service)
  freeradius/repos/community-i686/freeradius.tmpfiles
(from rev 118824, freeradius/trunk/freeradius.tmpfiles)
  freeradius/repos/community-x86_64/PKGBUILD
(from rev 118824, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-x86_64/freeradius.install
(from rev 118824, freeradius/trunk/freeradius.install)
  freeradius/repos/community-x86_64/freeradius.service
(from rev 118824, freeradius/trunk/freeradius.service)
  freeradius/repos/community-x86_64/freeradius.tmpfiles
(from rev 118824, freeradius/trunk/freeradius.tmpfiles)
Deleted:
  freeradius/repos/community-i686/PKGBUILD
  freeradius/repos/community-i686/freeradius.install
  freeradius/repos/community-i686/freeradius.service
  freeradius/repos/community-i686/freeradius.tmpfiles
  freeradius/repos/community-x86_64/PKGBUILD
  freeradius/repos/community-x86_64/freeradius.install
  freeradius/repos/community-x86_64/freeradius.service
  freeradius/repos/community-x86_64/freeradius.tmpfiles

--+
 /PKGBUILD|   98 +
 /freeradius.install  |   42 ++
 /freeradius.service  |   30 ++
 /freeradius.tmpfiles |2 
 community-i686/PKGBUILD  |   49 
 community-i686/freeradius.install|   21 ---
 community-i686/freeradius.service|   15 -
 community-i686/freeradius.tmpfiles   |1 
 community-x86_64/PKGBUILD|   49 
 community-x86_64/freeradius.install  |   21 ---
 community-x86_64/freeradius.service  |   15 -
 community-x86_64/freeradius.tmpfiles |1 
 12 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 11:08:42 UTC (rev 118824)
+++ community-i686/PKGBUILD 2014-09-11 11:09:00 UTC (rev 118825)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jason R Begley (jay...@digitalgoat.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=freeradius
-pkgver=3.0.3
-pkgrel=5
-pkgdesc=The premier open source RADIUS server
-arch=('i686' 'x86_64')
-url=http://www.freeradius.org/;
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 
'libpcap')
-makedepends=('unixodbc' 'python2' 'curl')
-optdepends=('unixodbc: for ODBC'
-   'python2: for Python'
-   'curl: for REST')
-options=('!makeflags')
-install=$pkgname.install
-source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2{,.sig}
-   freeradius.tmpfiles
-freeradius.service)
-md5sums=('6093be8d2a962035d6b789b3447c'
- 'SKIP'
- 'f959e89812bedfc9f8308076f78cd74e'
- 'e3f18e3a25df3b692e59f60605354708')
-
-build() {
-  cd $srcdir/freeradius-server-$pkgver
-  ./configure --with-system-libtool --with-system-libltdl \
- --prefix=/usr --enable-heimdal-krb5 \
- --localstatedir=/var \
- --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --libdir=/usr/lib/freeradius \
- --with-udpfromto
-  make
-}
-
-package() {
-  cd $srcdir/freeradius-server-$pkgver
-  make install R=$pkgdir
-  chmod o+r $pkgdir/etc/raddb/*
-  mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default
-  rm -rf $pkgdir/var/run
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-i686/PKGBUILD (from rev 118824, 
freeradius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 11:09:00 UTC (rev 118825)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jason R Begley (jay...@digitalgoat.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+
+pkgname=freeradius
+pkgver=3.0.4
+pkgrel=1
+pkgdesc=The premier open source RADIUS server
+arch=('i686' 'x86_64')
+url=http://www.freeradius.org/;
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 
'libpcap')
+makedepends=('unixodbc' 'python2' 'curl')
+optdepends=('unixodbc: for ODBC'
+   'python2: for Python'
+   'curl: for REST')

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

2014-09-11 Thread Sergej Pupykin
Date: Thursday, September 11, 2014 @ 13:08:42
  Author: spupykin
Revision: 118824

upgpkg: freeradius 3.0.4-1

upd

Modified:
  freeradius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 11:08:31 UTC (rev 118823)
+++ PKGBUILD2014-09-11 11:08:42 UTC (rev 118824)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=freeradius
-pkgver=3.0.3
-pkgrel=5
+pkgver=3.0.4
+pkgrel=1
 pkgdesc=The premier open source RADIUS server
 arch=('i686' 'x86_64')
 url=http://www.freeradius.org/;
@@ -20,7 +20,7 @@
 
source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2{,.sig}
freeradius.tmpfiles
 freeradius.service)
-md5sums=('6093be8d2a962035d6b789b3447c'
+md5sums=('5457f10d006767e77541b87049f0a7d2'
  'SKIP'
  'f959e89812bedfc9f8308076f78cd74e'
  'e3f18e3a25df3b692e59f60605354708')



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

2014-09-11 Thread Sergej Pupykin
Date: Thursday, September 11, 2014 @ 13:08:31
  Author: spupykin
Revision: 118823

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 11:08:14 UTC (rev 118822)
+++ community-i686/PKGBUILD 2014-09-11 11:08:31 UTC (rev 118823)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Igor Scabini furester @ gmail.com
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.20.2
-pkgrel=1
-pkgdesc=C-Extensions for Python 
-arch=(i686 x86_64)
-url=http://www.cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('7fc13e1c665bdf7cea19ad08906af91f')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-}

Copied: cython/repos/community-i686/PKGBUILD (from rev 118822, 
cython/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 11:08:31 UTC (rev 118823)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.21
+pkgrel=1
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('6c9c4d19ba485fe8cd88e23b57ac7886')
+
+package_cython() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python setup.py install --root=$pkgdir
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
+}
+
+package_cython2() {
+  depends=('python2' 'python2-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-11 11:08:14 UTC (rev 118822)
+++ community-x86_64/PKGBUILD   2014-09-11 11:08:31 UTC (rev 118823)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Igor Scabini furester @ gmail.com
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.20.2
-pkgrel=1
-pkgdesc=C-Extensions for Python 
-arch=(i686 x86_64)
-url=http://www.cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('7fc13e1c665bdf7cea19ad08906af91f')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 118822, 
cython/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-11 11:08:31 UTC (rev 118823)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.21
+pkgrel=1
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('6c9c4d19ba485fe8cd88e23b57ac7886')
+
+package_cython() {

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

2014-09-11 Thread Sergej Pupykin
Date: Thursday, September 11, 2014 @ 14:36:58
  Author: spupykin
Revision: 118827

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 12:36:41 UTC (rev 118826)
+++ community-i686/PKGBUILD 2014-09-11 12:36:58 UTC (rev 118827)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Igor Scabini furester @ gmail.com
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.21
-pkgrel=1
-pkgdesc=C-Extensions for Python 
-arch=(i686 x86_64)
-url=http://www.cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('6c9c4d19ba485fe8cd88e23b57ac7886')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-}

Copied: cython/repos/community-i686/PKGBUILD (from rev 118826, 
cython/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 12:36:58 UTC (rev 118827)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.21
+pkgrel=2
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('6c9c4d19ba485fe8cd88e23b57ac7886')
+
+package_cython() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python setup.py install --root=$pkgdir
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
+}
+
+package_cython2() {
+  depends=('python2' 'python2-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-11 12:36:41 UTC (rev 118826)
+++ community-x86_64/PKGBUILD   2014-09-11 12:36:58 UTC (rev 118827)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Igor Scabini furester @ gmail.com
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.21
-pkgrel=1
-pkgdesc=C-Extensions for Python 
-arch=(i686 x86_64)
-url=http://www.cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('6c9c4d19ba485fe8cd88e23b57ac7886')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 118826, 
cython/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-11 12:36:58 UTC (rev 118827)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.21
+pkgrel=2
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://cython.org/release/Cython-$pkgver.tar.gz;)

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

2014-09-11 Thread Sergej Pupykin
Date: Thursday, September 11, 2014 @ 14:36:41
  Author: spupykin
Revision: 118826

upgpkg: cython 0.21-2

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 11:09:00 UTC (rev 118825)
+++ PKGBUILD2014-09-11 12:36:41 UTC (rev 118826)
@@ -5,7 +5,7 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.21
-pkgrel=1
+pkgrel=2
 pkgdesc=C-Extensions for Python 
 arch=(i686 x86_64)
 url=http://www.cython.org;
@@ -31,4 +31,5 @@
 
   mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
   mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
 }



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

2014-09-11 Thread Martin Wimpress
Date: Thursday, September 11, 2014 @ 14:59:51
  Author: flexiondotorg
Revision: 118828

upgpkg: plank-config 1.3.1-1 - New upstream release.

Modified:
  plank-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 12:36:58 UTC (rev 118827)
+++ PKGBUILD2014-09-11 12:59:51 UTC (rev 118828)
@@ -5,7 +5,7 @@
 _pkgname=Plank-Config
 # Convert to lowercase
 pkgname=${_pkgname,,}
-pkgver=1.3
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=A tool to configure Plank Dock
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 license=('GPL')
 depends=('desktop-file-utils' 'libnotify' 'plank')
 makedepends=('vala')
-source=(${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha1sums=('f125b8351e4204bcb38e8d5a5291423aff92ecf6')
+source=(${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0')
 install=${pkgname}.install
 
 prepare() {



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

2014-09-11 Thread Martin Wimpress
Date: Thursday, September 11, 2014 @ 15:00:01
  Author: flexiondotorg
Revision: 118829

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

Added:
  plank-config/repos/community-i686/PKGBUILD
(from rev 118828, plank-config/trunk/PKGBUILD)
  plank-config/repos/community-i686/plank-config.install
(from rev 118828, plank-config/trunk/plank-config.install)
  plank-config/repos/community-x86_64/PKGBUILD
(from rev 118828, plank-config/trunk/PKGBUILD)
  plank-config/repos/community-x86_64/plank-config.install
(from rev 118828, plank-config/trunk/plank-config.install)
Deleted:
  plank-config/repos/community-i686/PKGBUILD
  plank-config/repos/community-i686/plank-config.install
  plank-config/repos/community-x86_64/PKGBUILD
  plank-config/repos/community-x86_64/plank-config.install

---+
 /PKGBUILD |   72 
 /plank-config.install |   24 ++
 community-i686/PKGBUILD   |   36 
 community-i686/plank-config.install   |   12 -
 community-x86_64/PKGBUILD |   36 
 community-x86_64/plank-config.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 12:59:51 UTC (rev 118828)
+++ community-i686/PKGBUILD 2014-09-11 13:00:01 UTC (rev 118829)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Ernesto Ricart ernest2...@gmail.com
-
-_pkgname=Plank-Config
-# Convert to lowercase
-pkgname=${_pkgname,,}
-pkgver=1.3
-pkgrel=1
-pkgdesc=A tool to configure Plank Dock
-arch=('i686' 'x86_64')
-url=https://github.com/ernest21/Plank-Config/;
-license=('GPL')
-depends=('desktop-file-utils' 'libnotify' 'plank')
-makedepends=('vala')
-source=(${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha1sums=('f125b8351e4204bcb38e8d5a5291423aff92ecf6')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-chmod +x ./autogen.sh
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: plank-config/repos/community-i686/PKGBUILD (from rev 118828, 
plank-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 13:00:01 UTC (rev 118829)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Ernesto Ricart ernest2...@gmail.com
+
+_pkgname=Plank-Config
+# Convert to lowercase
+pkgname=${_pkgname,,}
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=A tool to configure Plank Dock
+arch=('i686' 'x86_64')
+url=https://github.com/ernest21/Plank-Config/;
+license=('GPL')
+depends=('desktop-file-utils' 'libnotify' 'plank')
+makedepends=('vala')
+source=(${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+chmod +x ./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/plank-config.install
===
--- community-i686/plank-config.install 2014-09-11 12:59:51 UTC (rev 118828)
+++ community-i686/plank-config.install 2014-09-11 13:00:01 UTC (rev 118829)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
\ No newline at end of file

Copied: plank-config/repos/community-i686/plank-config.install (from rev 
118828, plank-config/trunk/plank-config.install)
===
--- community-i686/plank-config.install (rev 0)
+++ community-i686/plank-config.install 2014-09-11 13:00:01 UTC (rev 118829)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-11 12:59:51 UTC (rev 118828)
+++ community-x86_64/PKGBUILD   

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

2014-09-11 Thread Tobias Powalowski
Date: Thursday, September 11, 2014 @ 15:14:07
  Author: tpowa
Revision: 221429

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

Added:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
(from rev 221428, qemu/trunk/2.0.0-usb-stack.patch)
  qemu/repos/extra-i686/65-kvm.rules
(from rev 221428, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 221428, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 221428, qemu/trunk/qemu.install)
  qemu/repos/extra-x86_64/2.0.0-usb-stack.patch
(from rev 221428, qemu/trunk/2.0.0-usb-stack.patch)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 221428, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 221428, qemu/trunk/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 221428, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/2.0.0-usb-stack.patch
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu.install

+
 /2.0.0-usb-stack.patch |   72 
 /65-kvm.rules  |4 
 /PKGBUILD  |  200 +++
 /qemu.install  |   46 
 extra-i686/2.0.0-usb-stack.patch   |   36 --
 extra-i686/65-kvm.rules|2 
 extra-i686/PKGBUILD|  100 -
 extra-i686/qemu.install|   23 
 extra-x86_64/2.0.0-usb-stack.patch |   36 --
 extra-x86_64/65-kvm.rules  |2 
 extra-x86_64/PKGBUILD  |  100 -
 extra-x86_64/qemu.install  |   23 
 12 files changed, 322 insertions(+), 322 deletions(-)

Deleted: extra-i686/2.0.0-usb-stack.patch
===
--- extra-i686/2.0.0-usb-stack.patch2014-09-11 13:13:50 UTC (rev 221428)
+++ extra-i686/2.0.0-usb-stack.patch2014-09-11 13:14:07 UTC (rev 221429)
@@ -1,36 +0,0 @@
-Correct post load checks:
-1. dev-setup_len == sizeof(dev-data_buf)
-seems fine, no need to fail migration
-2. When state is DATA, passing index  len
-   will cause memcpy with negative length,
-   resulting in heap overflow
-
-First of the issues was reported by dgilbert.
-
-Reported-by: Dr. David Alan Gilbert dgilbert at redhat.com
-Signed-off-by: Michael S. Tsirkin mst at redhat.com

-
-changes from v1:
-- drop state check
-- lightly tested
-
- hw/usb/bus.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/hw/usb/bus.c b/hw/usb/bus.c
-index e48b19f..ff1dfe6 100644
 a/hw/usb/bus.c
-+++ b/hw/usb/bus.c
- at  at  -51,8 +51,8  at  at  static int usb_device_post_load(void 
*opaque, int version_id)
- }
- if (dev-setup_index  0 ||
- dev-setup_len  0 ||
--dev-setup_index = sizeof(dev-data_buf) ||
--dev-setup_len = sizeof(dev-data_buf)) {
-+dev-setup_index  dev-setup_len ||
-+dev-setup_len  sizeof(dev-data_buf)) {
- return -EINVAL;
- }
- return 0;
-

Copied: qemu/repos/extra-i686/2.0.0-usb-stack.patch (from rev 221428, 
qemu/trunk/2.0.0-usb-stack.patch)
===
--- extra-i686/2.0.0-usb-stack.patch(rev 0)
+++ extra-i686/2.0.0-usb-stack.patch2014-09-11 13:14:07 UTC (rev 221429)
@@ -0,0 +1,36 @@
+Correct post load checks:
+1. dev-setup_len == sizeof(dev-data_buf)
+seems fine, no need to fail migration
+2. When state is DATA, passing index  len
+   will cause memcpy with negative length,
+   resulting in heap overflow
+
+First of the issues was reported by dgilbert.
+
+Reported-by: Dr. David Alan Gilbert dgilbert at redhat.com
+Signed-off-by: Michael S. Tsirkin mst at redhat.com
+---
+
+changes from v1:
+- drop state check
+- lightly tested
+
+ hw/usb/bus.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/hw/usb/bus.c b/hw/usb/bus.c
+index e48b19f..ff1dfe6 100644
+--- a/hw/usb/bus.c
 b/hw/usb/bus.c
+ at  at  -51,8 +51,8  at  at  static int usb_device_post_load(void 
*opaque, int version_id)
+ }
+ if (dev-setup_index  0 ||
+ dev-setup_len  0 ||
+-dev-setup_index = sizeof(dev-data_buf) ||
+-dev-setup_len = sizeof(dev-data_buf)) {
++dev-setup_index  dev-setup_len ||
++dev-setup_len  sizeof(dev-data_buf)) {
+ return -EINVAL;
+ }
+ return 0;
+

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2014-09-11 13:13:50 UTC (rev 221428)
+++ extra-i686/65-kvm.rules 2014-09-11 13:14:07 UTC (rev 221429)
@@ -1,2 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660
-KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 

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

2014-09-11 Thread Tobias Powalowski
Date: Thursday, September 11, 2014 @ 15:13:50
  Author: tpowa
Revision: 221428

upgpkg: qemu 2.1.1-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 07:22:15 UTC (rev 221427)
+++ PKGBUILD2014-09-11 13:13:50 UTC (rev 221428)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=('qemu' 'libcacard')
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://wiki.qemu.org/Index.html;
@@ -95,6 +95,6 @@
  cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/
  cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/
 }
-md5sums=('6726977292b448cbc7f89998fac6983b'
+md5sums=('78b1b51bfa2eee424e1bfdf3b66daa64'
  '33ab286a20242dda7743a900f369d68a'
  'f98a479ec4e656403f5f05b1914f7f1f')



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

2014-09-11 Thread Anatol Pomozov
Date: Thursday, September 11, 2014 @ 17:44:06
  Author: anatolik
Revision: 221430

upgpkg: valgrind 3.10.0-1

Modified:
  valgrind/trunk/PKGBUILD
Deleted:
  valgrind/trunk/add_bnd_prefix_support.patch
  valgrind/trunk/add_xabort_op.patch

--+
 PKGBUILD |   16 --
 add_bnd_prefix_support.patch |  234 -
 add_xabort_op.patch  |   37 --
 3 files changed, 5 insertions(+), 282 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 13:14:07 UTC (rev 221429)
+++ PKGBUILD2014-09-11 15:44:06 UTC (rev 221430)
@@ -3,8 +3,8 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=valgrind
-pkgver=3.9.0
-pkgrel=7
+pkgver=3.10.0
+pkgrel=1
 pkgdesc='A tool to help find memory-management problems in programs'
 arch=(i686 x86_64)
 license=(GPL)
@@ -14,19 +14,13 @@
 optdepends=('openmpi: MPI support')
 options=('staticlibs' '!emptydirs')
 source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2
-valgrind-3.9.0-glibc-2.20.patch
-add_xabort_op.patch
-add_bnd_prefix_support.patch)
-sha1sums=('9415e28933de9d6687f993c4bb797e6bd49583f1'
-  '2080c3d44de20857f18b03a93404a8f3d3721f7e'
-  '34e90bb5e6355fea796952de7cb270b49567874d'
-  '074b60ab54ed9ff502660a9b544ff31303358a29')
+valgrind-3.9.0-glibc-2.20.patch)
+sha1sums=('aec0b8cd042ec36c8cce4f6027b98627ab202f26'
+  '2080c3d44de20857f18b03a93404a8f3d3721f7e')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.20.patch
-  patch -p0 -i $srcdir/add_xabort_op.patch  # FS#41696
-  patch -p0 -i $srcdir/add_bnd_prefix_support.patch
 }
 
 build() {

Deleted: add_bnd_prefix_support.patch
===
--- add_bnd_prefix_support.patch2014-09-11 13:14:07 UTC (rev 221429)
+++ add_bnd_prefix_support.patch2014-09-11 15:44:06 UTC (rev 221430)
@@ -1,234 +0,0 @@
-
-r2858 | mjw | 2014-05-09 04:41:06 -0700 (Fri, 09 May 2014) | 6 lines
-
-Recognize MPX instructions and bnd prefix. Bug #333666.
-
-Recognize and parse operands of new MPX instructions BNDMK, BNDCL,
-BNDCU, BNDCN, BNDMOV, BNDLDX and BNDSTX. Also recognize bnd (F2) prefix
-for CALL (E8,FF/2), RET (C2,C3), JMP (EB,E9,FF/4) and Jcc (70-7F,0F 80-8F).
-All new MPX instructions are currently NOPs and the bnd prefix is ignored.
-
-
-Index: VEX/priv/guest_amd64_toIR.c
-===
 VEX/priv/guest_amd64_toIR.c(revision 2857)
-+++ VEX/priv/guest_amd64_toIR.c(revision 2858)
-@@ -767,10 +767,10 @@
-   return toBool( ! haveNo66noF2noF3(pfx) );
- }
- 
--/* Return True iff pfx has 66 or F2 set */
--static Bool have66orF2 ( Prefix pfx )
-+/* Return True iff pfx has 66 or F3 set */
-+static Bool have66orF3 ( Prefix pfx )
- {
--   return toBool((pfx  (PFX_66|PFX_F2))  0);
-+   return toBool((pfx  (PFX_66|PFX_F3))  0);
- }
- 
- /* Clear all the segment-override bits in a prefix. */
-@@ -4266,8 +4266,12 @@
- 
-modrm = getUChar(delta);
-if (epartIsReg(modrm)) {
--  /* F2/XACQ and F3/XREL are always invalid in the non-mem case. */
--  if (haveF2orF3(pfx)) goto unhandledR;
-+  /* F2/XACQ and F3/XREL are always invalid in the non-mem case.
-+ F2/CALL and F2/JMP may have bnd prefix. */
-+ if (haveF2orF3(pfx)
-+  ! (haveF2(pfx)
-+(gregLO3ofRM(modrm) == 2 || gregLO3ofRM(modrm) == 4)))
-+goto unhandledR;
-   assign(t1, getIRegE(sz,pfx,modrm));
-   switch (gregLO3ofRM(modrm)) {
-  case 0: /* INC */
-@@ -4287,6 +4291,7 @@
-  case 2: /* call Ev */
- /* Ignore any sz value and operate as if sz==8. */
- if (!(sz == 4 || sz == 8)) goto unhandledR;
-+if (haveF2(pfx)) DIP(bnd ; ); /* MPX bnd prefix. */
- sz = 8;
- t3 = newTemp(Ity_I64);
- assign(t3, getIRegE(sz,pfx,modrm));
-@@ -4302,6 +4307,7 @@
-  case 4: /* jmp Ev */
- /* Ignore any sz value and operate as if sz==8. */
- if (!(sz == 4 || sz == 8)) goto unhandledR;
-+if (haveF2(pfx)) DIP(bnd ; ); /* MPX bnd prefix. */
- sz = 8;
- t3 = newTemp(Ity_I64);
- assign(t3, getIRegE(sz,pfx,modrm));
-@@ -4334,11 +4340,14 @@
-showSz ? nameISize(sz) : ' ', 
-nameIRegE(sz, pfx, modrm));
-} else {
--  /* Decide if F2/XACQ or F3/XREL might be valid. */
-+  /* Decide if F2/XACQ, F3/XREL, F2/CALL or F2/JMP might be valid. */
-   Bool validF2orF3 = haveF2orF3(pfx) ? False : True;
-   if ((gregLO3ofRM(modrm) == 0/*INC*/ || gregLO3ofRM(modrm) == 1/*DEC*/)
-haveF2orF3(pfx)  !haveF2andF3(pfx)  haveLOCK(pfx)) {
-  validF2orF3 = 

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

2014-09-11 Thread Anatol Pomozov
Date: Thursday, September 11, 2014 @ 17:44:45
  Author: anatolik
Revision: 221431

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

Added:
  valgrind/repos/testing-i686/PKGBUILD
(from rev 221430, valgrind/trunk/PKGBUILD)
  valgrind/repos/testing-i686/valgrind-3.9.0-glibc-2.20.patch
(from rev 221430, valgrind/trunk/valgrind-3.9.0-glibc-2.20.patch)
  valgrind/repos/testing-x86_64/PKGBUILD
(from rev 221430, valgrind/trunk/PKGBUILD)
  valgrind/repos/testing-x86_64/valgrind-3.9.0-glibc-2.20.patch
(from rev 221430, valgrind/trunk/valgrind-3.9.0-glibc-2.20.patch)
Deleted:
  valgrind/repos/testing-i686/PKGBUILD
  valgrind/repos/testing-i686/add_bnd_prefix_support.patch
  valgrind/repos/testing-i686/add_xabort_op.patch
  valgrind/repos/testing-i686/valgrind-3.9.0-glibc-2.20.patch
  valgrind/repos/testing-x86_64/PKGBUILD
  valgrind/repos/testing-x86_64/add_bnd_prefix_support.patch
  valgrind/repos/testing-x86_64/add_xabort_op.patch
  valgrind/repos/testing-x86_64/valgrind-3.9.0-glibc-2.20.patch

+
 /PKGBUILD  |   70 ++
 /valgrind-3.9.0-glibc-2.20.patch   |   74 +++
 testing-i686/PKGBUILD  |   41 
 testing-i686/add_bnd_prefix_support.patch  |  234 ---
 testing-i686/add_xabort_op.patch   |   37 ---
 testing-i686/valgrind-3.9.0-glibc-2.20.patch   |   37 ---
 testing-x86_64/PKGBUILD|   41 
 testing-x86_64/add_bnd_prefix_support.patch|  234 ---
 testing-x86_64/add_xabort_op.patch |   37 ---
 testing-x86_64/valgrind-3.9.0-glibc-2.20.patch |   37 ---
 10 files changed, 144 insertions(+), 698 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-09-11 15:44:06 UTC (rev 221430)
+++ testing-i686/PKGBUILD   2014-09-11 15:44:45 UTC (rev 221431)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=valgrind
-pkgver=3.9.0
-pkgrel=7
-pkgdesc='A tool to help find memory-management problems in programs'
-arch=(i686 x86_64)
-license=(GPL)
-url='http://valgrind.org/'
-depends=('glibc=2.20' 'glibc2.21' 'perl')
-makedepends=('gdb' 'openmpi')
-optdepends=('openmpi: MPI support')
-options=('staticlibs' '!emptydirs')
-source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2
-valgrind-3.9.0-glibc-2.20.patch
-add_xabort_op.patch
-add_bnd_prefix_support.patch)
-sha1sums=('9415e28933de9d6687f993c4bb797e6bd49583f1'
-  '2080c3d44de20857f18b03a93404a8f3d3721f7e'
-  '34e90bb5e6355fea796952de7cb270b49567874d'
-  '074b60ab54ed9ff502660a9b544ff31303358a29')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.20.patch
-  patch -p0 -i $srcdir/add_xabort_op.patch  # FS#41696
-  patch -p0 -i $srcdir/add_bnd_prefix_support.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: valgrind/repos/testing-i686/PKGBUILD (from rev 221430, 
valgrind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-11 15:44:45 UTC (rev 221431)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.10.0
+pkgrel=1
+pkgdesc='A tool to help find memory-management problems in programs'
+arch=(i686 x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('glibc=2.20' 'glibc2.21' 'perl')
+makedepends=('gdb' 'openmpi')
+optdepends=('openmpi: MPI support')
+options=('staticlibs' '!emptydirs')
+source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2
+valgrind-3.9.0-glibc-2.20.patch)
+sha1sums=('aec0b8cd042ec36c8cce4f6027b98627ab202f26'
+  '2080c3d44de20857f18b03a93404a8f3d3721f7e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.20.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/add_bnd_prefix_support.patch
===
--- testing-i686/add_bnd_prefix_support.patch   2014-09-11 15:44:06 UTC (rev 
221430)
+++ testing-i686/add_bnd_prefix_support.patch   2014-09-11 15:44:45 UTC (rev 
221431)
@@ -1,234 +0,0 @@
-
-r2858 | mjw | 2014-05-09 04:41:06 -0700 (Fri, 09 May 2014) | 6 lines
-
-Recognize MPX instructions and bnd prefix. Bug #333666.
-

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

2014-09-11 Thread Felix Yan
Date: Thursday, September 11, 2014 @ 19:23:43
  Author: fyan
Revision: 118830

upgpkg: goagent 3.1.23-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 13:00:01 UTC (rev 118829)
+++ PKGBUILD2014-09-11 17:23:43 UTC (rev 118830)
@@ -4,9 +4,9 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.1.22
+pkgver=3.1.23
 #_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
-pkgrel=2
+pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;



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

2014-09-11 Thread Felix Yan
Date: Thursday, September 11, 2014 @ 19:24:09
  Author: fyan
Revision: 118831

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 118830, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 118830, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 118830, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 118830, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  122 +++---
 goagent.install |   42 +-
 goagent.service |   24 +-
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-11 17:23:43 UTC (rev 118830)
+++ PKGBUILD2014-09-11 17:24:09 UTC (rev 118831)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.1.22
-#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
-pkgrel=2
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-conflicts=('python2-gevent0.99')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pacparser: PAC proxy support'
-'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
-makedepends=('git')
-source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-#source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
-${pkgname}.user.ini
-${pkgname}.service)
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^self.geoip = .*$|self.geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)|' \
-  -e s|os.path.join(os.path.dirname(os.path.abspath(__file__)), 
'cacert.pem')|'/etc/ssl/certs/ca-certificates.crt'| \
-  -i local/proxylib.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
-  install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
-  install -Dm644 local/proxylib.py 
$pkgdir/usr/share/$pkgname/local/proxylib.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
-  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.user.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 118830, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-11 17:24:09 UTC (rev 118831)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.1.23
+#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+#source=(git+https://github.com/goagent/goagent.git#commit=$_commit; 
+${pkgname}.user.ini
+${pkgname}.service)
+backup=('etc/goagent')

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

2014-09-11 Thread Sébastien Luttringer
Date: Thursday, September 11, 2014 @ 19:51:32
  Author: seblu
Revision: 118832

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

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

---+
 /PKGBUILD |  126 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   60 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   60 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 17:24:09 UTC (rev 118831)
+++ community-i686/PKGBUILD 2014-09-11 17:51:32 UTC (rev 118832)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.14
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.16' 'linux3.17'
- 'linux-headers=3.16' 'linux-headers3.17'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.16-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=3.16' 'linux3.17')
-  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=3.16' 'linux3.17')
-  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 {} +
-}
-
-# 

[arch-commits] Commit in valgrind-multilib/repos/multilib-testing-x86_64 (5 files)

2014-09-11 Thread Laurent Carlier
Date: Thursday, September 11, 2014 @ 19:52:58
  Author: lcarlier
Revision: 118834

archrelease: copy trunk to multilib-testing-x86_64

Added:
  valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 118833, valgrind-multilib/trunk/PKGBUILD)
  
valgrind-multilib/repos/multilib-testing-x86_64/valgrind-3.9.0-glibc-2.20.patch
(from rev 118833, valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.20.patch)
Deleted:
  valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD
  valgrind-multilib/repos/multilib-testing-x86_64/add_xabort_op.patch
  
valgrind-multilib/repos/multilib-testing-x86_64/valgrind-3.9.0-glibc-2.20.patch

-+
 PKGBUILD|   79 ++
 add_xabort_op.patch |   30 --
 valgrind-3.9.0-glibc-2.20.patch |   74 +--
 3 files changed, 75 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-11 17:52:51 UTC (rev 118833)
+++ PKGBUILD2014-09-11 17:52:58 UTC (rev 118834)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Dan McGee d...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=valgrind-multilib
-pkgver=3.9.0
-pkgrel=6
-pkgdesc=A tool to help find memory-management problems in programs for 
multilib
-arch=(x86_64)
-license=(GPL)
-url='http://valgrind.org/'
-depends=('lib32-glibc=2.20' 'lib32-glibc2.21' 'perl')
-makedepends=('gdb' 'openmpi' 'gcc-multilib')
-optdepends=('openmpi: MPI support')
-options=('staticlibs' '!emptydirs')
-source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
-valgrind-3.9.0-glibc-2.20.patch
-add_xabort_op.patch)
-sha1sums=('9415e28933de9d6687f993c4bb797e6bd49583f1'
-  '2080c3d44de20857f18b03a93404a8f3d3721f7e'
-  '126e90494e0134a70649456cd1a1f1369024c345')
-
-provides=('valgrind')
-conflicts=('valgrind')
-
-prepare() {
-  cd valgrind-$pkgver
-  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.20.patch
-  patch -p0 -i $srcdir/add_xabort_op.patch
-}
-
-build() {
-  cd valgrind-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
-  make
-}
-
-package() {
-  cd valgrind-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 
118833, valgrind-multilib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-11 17:52:58 UTC (rev 118834)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Dan McGee d...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=valgrind-multilib
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=A tool to help find memory-management problems in programs for 
multilib
+arch=(x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('lib32-glibc=2.20' 'lib32-glibc2.21' 'perl')
+makedepends=('gdb' 'openmpi' 'gcc-multilib')
+optdepends=('openmpi: MPI support')
+options=('staticlibs' '!emptydirs')
+source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
+valgrind-3.9.0-glibc-2.20.patch)
+sha1sums=('aec0b8cd042ec36c8cce4f6027b98627ab202f26'
+  '2080c3d44de20857f18b03a93404a8f3d3721f7e')
+
+provides=('valgrind')
+conflicts=('valgrind')
+
+prepare() {
+  cd valgrind-$pkgver
+  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.20.patch
+}
+
+build() {
+  cd valgrind-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd valgrind-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: add_xabort_op.patch
===
--- add_xabort_op.patch 2014-09-11 17:52:51 UTC (rev 118833)
+++ add_xabort_op.patch 2014-09-11 17:52:58 UTC (rev 118834)
@@ -1,30 +0,0 @@
-Index: VEX/priv/guest_amd64_toIR.c
-===
 VEX/priv/guest_amd64_toIR.c(revision 2799)
-+++ VEX/priv/guest_amd64_toIR.c(revision 2800)
-@@ -20251,7 +20251,7 @@
-  return delta;
-   }
-   /* BEGIN HACKY SUPPORT FOR xbegin */
--  if (modrm == 0xF8  !have66orF2orF3(pfx)  sz == 4
-+  if (opc == 0xC7  modrm == 0xF8  !have66orF2orF3(pfx)  sz == 4
-(archinfo-hwcaps  VEX_HWCAPS_AMD64_AVX)) {
-  delta++; /* mod/rm byte */
-  d64 = getSDisp(4,delta); 
-@@ -20270,6 +20270,16 @@
-  return delta;
-   }
-   /* END HACKY SUPPORT FOR xbegin */
-+  /* BEGIN HACKY SUPPORT FOR xabort */
-+  if (opc == 0xC6  modrm == 0xF8  !have66orF2orF3(pfx)  sz == 1
-+   (archinfo-hwcaps  VEX_HWCAPS_AMD64_AVX)) {
-+ delta++; /* mod/rm byte */
-+ abyte = getUChar(delta); delta++;
-+ /* There is never a real transaction in progress, so do nothing. */
-+ DIP(xabort $%d, (Int)abyte);
-+ return delta;
-+  }
-+  /* END HACKY SUPPORT FOR xabort 

[arch-commits] Commit in valgrind-multilib/trunk (PKGBUILD add_xabort_op.patch)

2014-09-11 Thread Laurent Carlier
Date: Thursday, September 11, 2014 @ 19:52:51
  Author: lcarlier
Revision: 118833

upgpkg: valgrind-multilib 3.10.0-1

upstream update 3.10.0

Modified:
  valgrind-multilib/trunk/PKGBUILD
Deleted:
  valgrind-multilib/trunk/add_xabort_op.patch

-+
 PKGBUILD|   13 +
 add_xabort_op.patch |   30 --
 2 files changed, 5 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 17:51:32 UTC (rev 118832)
+++ PKGBUILD2014-09-11 17:52:51 UTC (rev 118833)
@@ -3,8 +3,8 @@
 # Contributor: Allan McRae al...@archlinux.org
 
 pkgname=valgrind-multilib
-pkgver=3.9.0
-pkgrel=6
+pkgver=3.10.0
+pkgrel=1
 pkgdesc=A tool to help find memory-management problems in programs for 
multilib
 arch=(x86_64)
 license=(GPL)
@@ -14,11 +14,9 @@
 optdepends=('openmpi: MPI support')
 options=('staticlibs' '!emptydirs')
 source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
-valgrind-3.9.0-glibc-2.20.patch
-add_xabort_op.patch)
-sha1sums=('9415e28933de9d6687f993c4bb797e6bd49583f1'
-  '2080c3d44de20857f18b03a93404a8f3d3721f7e'
-  '126e90494e0134a70649456cd1a1f1369024c345')
+valgrind-3.9.0-glibc-2.20.patch)
+sha1sums=('aec0b8cd042ec36c8cce4f6027b98627ab202f26'
+  '2080c3d44de20857f18b03a93404a8f3d3721f7e')
 
 provides=('valgrind')
 conflicts=('valgrind')
@@ -26,7 +24,6 @@
 prepare() {
   cd valgrind-$pkgver
   patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.20.patch
-  patch -p0 -i $srcdir/add_xabort_op.patch
 }
 
 build() {

Deleted: add_xabort_op.patch
===
--- add_xabort_op.patch 2014-09-11 17:51:32 UTC (rev 118832)
+++ add_xabort_op.patch 2014-09-11 17:52:51 UTC (rev 118833)
@@ -1,30 +0,0 @@
-Index: VEX/priv/guest_amd64_toIR.c
-===
 VEX/priv/guest_amd64_toIR.c(revision 2799)
-+++ VEX/priv/guest_amd64_toIR.c(revision 2800)
-@@ -20251,7 +20251,7 @@
-  return delta;
-   }
-   /* BEGIN HACKY SUPPORT FOR xbegin */
--  if (modrm == 0xF8  !have66orF2orF3(pfx)  sz == 4
-+  if (opc == 0xC7  modrm == 0xF8  !have66orF2orF3(pfx)  sz == 4
-(archinfo-hwcaps  VEX_HWCAPS_AMD64_AVX)) {
-  delta++; /* mod/rm byte */
-  d64 = getSDisp(4,delta); 
-@@ -20270,6 +20270,16 @@
-  return delta;
-   }
-   /* END HACKY SUPPORT FOR xbegin */
-+  /* BEGIN HACKY SUPPORT FOR xabort */
-+  if (opc == 0xC6  modrm == 0xF8  !have66orF2orF3(pfx)  sz == 1
-+   (archinfo-hwcaps  VEX_HWCAPS_AMD64_AVX)) {
-+ delta++; /* mod/rm byte */
-+ abyte = getUChar(delta); delta++;
-+ /* There is never a real transaction in progress, so do nothing. */
-+ DIP(xabort $%d, (Int)abyte);
-+ return delta;
-+  }
-+  /* END HACKY SUPPORT FOR xabort */
-   goto decode_failure;
- 
-case 0xC8: /* ENTER */



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

2014-09-11 Thread Sébastien Luttringer
Date: Thursday, September 11, 2014 @ 19:56:36
  Author: seblu
Revision: 118835

upgpkg: virtualbox-modules-lts 4.3.16-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 17:52:58 UTC (rev 118834)
+++ PKGBUILD2014-09-11 17:56:36 UTC (rev 118835)
@@ -5,8 +5,8 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.14
-pkgrel=2
+pkgver=4.3.16
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-09-11 Thread Sébastien Luttringer
Date: Thursday, September 11, 2014 @ 19:57:02
  Author: seblu
Revision: 118836

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

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

---+
 /PKGBUILD |  132 
 /build.sh |  120 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   66 
 community-i686/build.sh   |   60 ---
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   66 
 community-x86_64/build.sh |   60 ---
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 340 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-11 17:56:36 UTC (rev 118835)
+++ community-i686/PKGBUILD 2014-09-11 17:57:02 UTC (rev 118836)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.14
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.14' 'linux-lts3.15'
- 'linux-lts-headers=3.14' 'linux-lts-headers3.15'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-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-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.14' 'linux-lts3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.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-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts=3.14' 'linux-lts3.15')
-  

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

2014-09-11 Thread Sébastien Luttringer
Date: Thursday, September 11, 2014 @ 19:58:12
  Author: seblu
Revision: 118837

upgpkg: virtualbox-guest-iso 4.3.16-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 17:57:02 UTC (rev 118836)
+++ PKGBUILD2014-09-11 17:58:12 UTC (rev 118837)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych ro...@archlinux.org
 
 pkgname=virtualbox-guest-iso
-pkgver=4.3.14
+pkgver=4.3.16
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('c5be49b6d530ae53685e44b743bc987c'
+md5sums=('1066defb18fa3baf0b393f20d2818091'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {



[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2014-09-11 Thread Sébastien Luttringer
Date: Thursday, September 11, 2014 @ 19:58:23
  Author: seblu
Revision: 118838

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 118837, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 118837, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 118837, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-11 17:58:12 UTC (rev 118837)
+++ PKGBUILD2014-09-11 17:58:23 UTC (rev 118838)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel mail at jsteel dot org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=virtualbox-guest-iso
-pkgver=4.3.14
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=(http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('c5be49b6d530ae53685e44b743bc987c'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso
-  install -Dm 644 $srcdir/license \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 118837, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-11 17:58:23 UTC (rev 118838)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel mail at jsteel dot org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=virtualbox-guest-iso
+pkgver=4.3.16
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=(http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('1066defb18fa3baf0b393f20d2818091'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso
+  install -Dm 644 $srcdir/license \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license
===
--- license 2014-09-11 17:58:12 UTC (rev 118837)
+++ license 2014-09-11 17:58:23 UTC (rev 118838)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the 

[arch-commits] Commit in gc/trunk (PKGBUILD noelision.patch)

2014-09-11 Thread Jan Steffens
Date: Thursday, September 11, 2014 @ 23:26:10
  Author: heftig
Revision: 221432

workaround tsx crashes

Added:
  gc/trunk/noelision.patch
Modified:
  gc/trunk/PKGBUILD

-+
 PKGBUILD|   13 -
 noelision.patch |  127 ++
 2 files changed, 137 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 15:44:45 UTC (rev 221431)
+++ PKGBUILD2014-09-11 21:26:10 UTC (rev 221432)
@@ -4,17 +4,24 @@
 
 pkgname=gc
 pkgver=7.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A garbage collector for C and C++
 arch=('i686' 'x86_64')
 url=http://www.hboehm.info/gc/;
 license=('GPL')
-source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
 depends=('gcc-libs' 'libatomic_ops')
-md5sums=('12c05fd2811d989341d8c6d81f66af87')
+source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;
+noelision.patch)
+md5sums=('12c05fd2811d989341d8c6d81f66af87'
+ '0be354bf60cc18363dc4c1601697717b')
 
 prepare() {
   cd ${pkgname}-${pkgver}
+
+  # https://bugs.archlinux.org/task/39631
+  # https://github.com/ivmai/bdwgc/pull/51
+  patch -p1 -i ../noelision.patch
+
   sed -i 's#pkgdata#doc#' doc/doc.am
 }
 

Added: noelision.patch
===
--- noelision.patch (rev 0)
+++ noelision.patch 2014-09-11 21:26:10 UTC (rev 221432)
@@ -0,0 +1,127 @@
+diff --git c/include/private/gc_priv.h w/include/private/gc_priv.h
+index 0ad92fc..b877fac 100644
+--- c/include/private/gc_priv.h
 w/include/private/gc_priv.h
+@@ -2368,6 +2368,7 @@ GC_INNER ptr_t GC_store_debug_info(ptr_t p, word sz, 
const char *str,
+   /* GC_notify_all_builder() is called when GC_fl_builder_count */
+   /* reaches 0. */
+ 
++  GC_INNER void GC_setup_mark_lock(void);
+   GC_INNER void GC_acquire_mark_lock(void);
+   GC_INNER void GC_release_mark_lock(void);
+   GC_INNER void GC_notify_all_builder(void);
+diff --git c/include/private/gcconfig.h w/include/private/gcconfig.h
+index c753cc2..b5ed075 100644
+--- c/include/private/gcconfig.h
 w/include/private/gcconfig.h
+@@ -1357,6 +1357,11 @@
+ # define PREFETCH_FOR_WRITE(x) \
+ __asm__ __volatile__ (prefetchw %0 : : m(*(char *)(x)))
+ #   endif
++#   if defined(__GLIBC__)
++  /* Workaround lock elision implementation for some glibc. */
++# define GLIBC_2_19_TSX_BUG
++# include gnu/libc-version.h /* for gnu_get_libc_version() */
++#   endif
+ #   endif
+ #   ifdef CYGWIN32
+ #   define OS_TYPE CYGWIN32
+@@ -2257,6 +2262,11 @@
+   /* FIXME: This seems to be fixed in GLibc v2.14.  */
+ # define GETCONTEXT_FPU_EXCMASK_BUG
+ #   endif
++#   if defined(__GLIBC__)
++  /* Workaround lock elision implementation for some glibc. */
++# define GLIBC_2_19_TSX_BUG
++# include gnu/libc-version.h /* for gnu_get_libc_version() */
++#   endif
+ #   endif
+ #   ifdef DARWIN
+ # define OS_TYPE DARWIN
+diff --git c/include/private/pthread_support.h 
w/include/private/pthread_support.h
+index 525a9aa..017f194 100644
+--- c/include/private/pthread_support.h
 w/include/private/pthread_support.h
+@@ -148,6 +148,8 @@ GC_INNER_PTHRSTART GC_thread GC_start_rtn_prepare_thread(
+ struct GC_stack_base *sb, void *arg);
+ GC_INNER_PTHRSTART void GC_thread_exit_proc(void *);
+ 
++GC_INNER void GC_setup_mark_lock(void);
++
+ #endif /* GC_PTHREADS  !GC_WIN32_THREADS */
+ 
+ #endif /* GC_PTHREAD_SUPPORT_H */
+diff --git c/misc.c w/misc.c
+index df434a1..3aca41d 100644
+--- c/misc.c
 w/misc.c
+@@ -875,6 +875,9 @@ GC_API void GC_CALL GC_init(void)
+ /* else */ InitializeCriticalSection (GC_allocate_ml);
+  }
+ #   endif /* GC_WIN32_THREADS */
++#   if defined(GC_PTHREADS)  !defined(GC_WIN32_THREADS)
++  GC_setup_mark_lock();
++#   endif /* GC_PTHREADS */
+ #   if (defined(MSWIN32) || defined(MSWINCE))  defined(THREADS)
+   InitializeCriticalSection(GC_write_cs);
+ #   endif
+diff --git c/pthread_support.c w/pthread_support.c
+index c00b93d..8a7c50b 100644
+--- c/pthread_support.c
 w/pthread_support.c
+@@ -1979,6 +1979,55 @@ GC_INNER void GC_lock(void)
+ 
+ static pthread_cond_t builder_cv = PTHREAD_COND_INITIALIZER;
+ 
++#ifdef GLIBC_2_19_TSX_BUG
++  /* Parse string like major[.minor[tail]] and return major value. */
++  static int parse_version(int *pminor, const char *pverstr) {
++char *endp;
++unsigned long value = strtoul(pverstr, endp, 10);
++int major = (int)value;
++
++if (major  0 || (char *)pverstr == endp || (unsigned)major != value) {
++  /* Parse error */
++  return -1;
++}
++if (*endp != '.') {
++  /* No minor part. */
++  *pminor = -1;
++} else {
++  

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

2014-09-11 Thread Jan Steffens
Date: Thursday, September 11, 2014 @ 23:26:56
  Author: heftig
Revision: 221433

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

Added:
  gc/repos/extra-i686/PKGBUILD
(from rev 221432, gc/trunk/PKGBUILD)
  gc/repos/extra-i686/noelision.patch
(from rev 221432, gc/trunk/noelision.patch)
  gc/repos/extra-x86_64/PKGBUILD
(from rev 221432, gc/trunk/PKGBUILD)
  gc/repos/extra-x86_64/noelision.patch
(from rev 221432, gc/trunk/noelision.patch)
Deleted:
  gc/repos/extra-i686/PKGBUILD
  gc/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   94 ++
 extra-i686/PKGBUILD  |   40 
 extra-i686/noelision.patch   |  127 +
 extra-x86_64/PKGBUILD|   40 
 extra-x86_64/noelision.patch |  127 +
 5 files changed, 348 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-11 21:26:10 UTC (rev 221432)
+++ extra-i686/PKGBUILD 2014-09-11 21:26:56 UTC (rev 221433)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann daniel [at] archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgname=gc
-pkgver=7.4.2
-pkgrel=1
-pkgdesc=A garbage collector for C and C++
-arch=('i686' 'x86_64')
-url=http://www.hboehm.info/gc/;
-license=('GPL')
-source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
-depends=('gcc-libs' 'libatomic_ops')
-md5sums=('12c05fd2811d989341d8c6d81f66af87')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's#pkgdata#doc#' doc/doc.am
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fi
-  ./configure --prefix=/usr --enable-cplusplus --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  sed -i -e 's/GC_MALLOC 1L/gc 3/' doc/gc.man
-  install -m755 -d ${pkgdir}/usr/share/man/man3
-  install -m644 doc/gc.man ${pkgdir}/usr/share/man/man3/gc.3
-}

Copied: gc/repos/extra-i686/PKGBUILD (from rev 221432, gc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-11 21:26:56 UTC (rev 221433)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Daniel Isenmann daniel [at] archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=gc
+pkgver=7.4.2
+pkgrel=2
+pkgdesc=A garbage collector for C and C++
+arch=('i686' 'x86_64')
+url=http://www.hboehm.info/gc/;
+license=('GPL')
+depends=('gcc-libs' 'libatomic_ops')
+source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;
+noelision.patch)
+md5sums=('12c05fd2811d989341d8c6d81f66af87'
+ '0be354bf60cc18363dc4c1601697717b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # https://bugs.archlinux.org/task/39631
+  # https://github.com/ivmai/bdwgc/pull/51
+  patch -p1 -i ../noelision.patch
+
+  sed -i 's#pkgdata#doc#' doc/doc.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-cplusplus --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  sed -i -e 's/GC_MALLOC 1L/gc 3/' doc/gc.man
+  install -m755 -d ${pkgdir}/usr/share/man/man3
+  install -m644 doc/gc.man ${pkgdir}/usr/share/man/man3/gc.3
+}

Copied: gc/repos/extra-i686/noelision.patch (from rev 221432, 
gc/trunk/noelision.patch)
===
--- extra-i686/noelision.patch  (rev 0)
+++ extra-i686/noelision.patch  2014-09-11 21:26:56 UTC (rev 221433)
@@ -0,0 +1,127 @@
+diff --git c/include/private/gc_priv.h w/include/private/gc_priv.h
+index 0ad92fc..b877fac 100644
+--- c/include/private/gc_priv.h
 w/include/private/gc_priv.h
+@@ -2368,6 +2368,7 @@ GC_INNER ptr_t GC_store_debug_info(ptr_t p, word sz, 
const char *str,
+   /* GC_notify_all_builder() is called when GC_fl_builder_count */
+   /* reaches 0. */
+ 
++  GC_INNER void GC_setup_mark_lock(void);
+   GC_INNER void GC_acquire_mark_lock(void);
+   GC_INNER void GC_release_mark_lock(void);
+   GC_INNER void GC_notify_all_builder(void);
+diff --git c/include/private/gcconfig.h w/include/private/gcconfig.h
+index c753cc2..b5ed075 100644
+--- c/include/private/gcconfig.h
 w/include/private/gcconfig.h
+@@ -1357,6 +1357,11 @@
+ # define PREFETCH_FOR_WRITE(x) \
+ __asm__ __volatile__ (prefetchw %0 : : m(*(char *)(x)))
+ #   endif
++#   if defined(__GLIBC__)
++  /* Workaround lock elision implementation for some glibc. */
++# define GLIBC_2_19_TSX_BUG
++# include gnu/libc-version.h /* for gnu_get_libc_version() */
++#   endif
+ #   

[arch-commits] Commit in xorg-xinit/trunk (PKGBUILD git-upstream-fixes.patch)

2014-09-11 Thread Laurent Carlier
Date: Thursday, September 11, 2014 @ 23:43:02
  Author: lcarlier
Revision: 221434

upgpkg: xorg-xinit 1.3.4-1

upstream update 1.3.4

Modified:
  xorg-xinit/trunk/PKGBUILD
Deleted:
  xorg-xinit/trunk/git-upstream-fixes.patch

--+
 PKGBUILD |   13 -
 git-upstream-fixes.patch |  517 -
 2 files changed, 5 insertions(+), 525 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 21:26:56 UTC (rev 221433)
+++ PKGBUILD2014-09-11 21:43:02 UTC (rev 221434)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xorg-xinit
-pkgver=1.3.3
-pkgrel=4
+pkgver=1.3.4
+pkgrel=1
 pkgdesc=X.Org initialisation program 
 arch=('i686' 'x86_64')
 license=('custom')
@@ -21,22 +21,19 @@
 fs25361.patch
 xinitrc
 xsession
-xserverrc
-git-upstream-fixes.patch)
+xserverrc)
 options=(!emptydirs)
-sha256sums=('74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af'
+sha256sums=('75d88d7397a07e01db253163b7c7a00b249b3d30e99489f2734cac9a0c7902b3'
 'a5c6ced5822bbb3145e0f30a4b12995782ca6d80ff2d927851ec91b5e41212cb'
 '431335ceb84f75aaa96fba285a596f61a63629f94756f8063e4f621ae143629b'
 '38a23848b49de8a5c635a128a8b32a6cd0a08a9ee153ad97cb25abd82cfda1bc'
 '2b94a42f2521cb5662fb9a5765a7507456dc0352ac9d0f44c56b359dcdb38898'
-'5e87bff928c143d9db9966048f6530e83e9e9a1cac09ce4c25f8aabc08611b6f'
-'dc520f1fb5b57a6ae1622efc1fda7348c1e6ed85972404368362ed62cbb5da88')
+'5e87bff928c143d9db9966048f6530e83e9e9a1cac09ce4c25f8aabc08611b6f')
 
 prepare() {
   cd xinit-${pkgver}
   patch -Np1 -i ../06_move_serverauthfile_into_tmp.diff
   patch -Np1 -i ../fs25361.patch
-  patch -Np1 -i ../git-upstream-fixes.patch
   sed -i -e 's/XSLASHGLOB.sh/XSLASHGLOB/' xinitrc.cpp
 }
 

Deleted: git-upstream-fixes.patch
===
--- git-upstream-fixes.patch2014-09-11 21:26:56 UTC (rev 221433)
+++ git-upstream-fixes.patch2014-09-11 21:43:02 UTC (rev 221434)
@@ -1,517 +0,0 @@
-From 182920f156c87715d91b2f64b8781a0072af996e Mon Sep 17 00:00:00 2001
-From: Alan Coopersmith alan.coopersm...@oracle.com
-Date: Sun, 8 Sep 2013 09:48:50 -0700
-Subject: [PATCH 1/9] Fix warnings about parameters to startServer 
- startClient shadowing globals
-
-Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

- xinit.c | 14 +++---
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/xinit.c b/xinit.c
-index 18e3e10..1b04911 100644
 a/xinit.c
-+++ b/xinit.c
-@@ -390,7 +390,7 @@ processTimeout(int timeout, const char *string)
- }
- 
- static pid_t
--startServer(char *server[])
-+startServer(char *server_argv[])
- {
- sigset_t mask, old;
- const char * const *cpp;
-@@ -422,12 +422,12 @@ startServer(char *server[])
-  * if client is xterm -L
-  */
- setpgid(0,getpid());
--Execute(server);
-+Execute(server_argv);
- 
--Error(unable to run server \%s\, server[0]);
-+Error(unable to run server \%s\, server_argv[0]);
- 
- fprintf(stderr, Use the -- option, or make sure that %s is in your 
path and\n, bindir);
--fprintf(stderr, that \%s\ is a program or a link to the right type 
of server\n, server[0]);
-+fprintf(stderr, that \%s\ is a program or a link to the right type 
of server\n, server_argv[0]);
- fprintf(stderr, for your display.  Possible server names 
include:\n\n);
- for (cpp = server_names; *cpp; cpp++)
- fprintf(stderr, %s\n, *cpp);
-@@ -556,7 +556,7 @@ setWindowPath(void)
- }
- 
- static pid_t
--startClient(char *client[])
-+startClient(char *client_argv[])
- {
- clientpid = fork();
- if (clientpid == 0) {
-@@ -568,8 +568,8 @@ startClient(char *client[])
- _exit(EXIT_FAILURE);
- }
- setpgid(0, getpid());
--Execute(client);
--Error(Unable to run program \%s\, client[0]);
-+Execute(client_argv);
-+Error(Unable to run program \%s\, client_argv[0]);
- 
- fprintf(stderr, Specify a program on the command line or make sure 
that %s\n, bindir);
- fprintf(stderr, is in your path.\n\n);
--- 
-2.1.0
-
-From 463b85fcf51d8ff5886ebe1f3481e5cb4d603436 Mon Sep 17 00:00:00 2001
-From: Alan Coopersmith alan.coopersm...@oracle.com
-Date: Fri, 22 Nov 2013 23:03:39 -0800
-Subject: [PATCH 2/9] Pass files to cpp via CLI arg instead of stdin to
- workaround gcc 4.8 change
-
-Fixes Bug 69439 - Empty lines before #!/bin/sh in startx
-https://bugs.freedesktop.org/show_bug.cgi?id=69439
-
-Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

- cpprules.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cpprules.in b/cpprules.in
-index eaea428..0931bee 100644
 

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

2014-09-11 Thread Laurent Carlier
Date: Thursday, September 11, 2014 @ 23:43:21
  Author: lcarlier
Revision: 221435

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

Added:
  xorg-xinit/repos/extra-i686/06_move_serverauthfile_into_tmp.diff
(from rev 221434, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
  xorg-xinit/repos/extra-i686/PKGBUILD
(from rev 221434, xorg-xinit/trunk/PKGBUILD)
  xorg-xinit/repos/extra-i686/fs25361.patch
(from rev 221434, xorg-xinit/trunk/fs25361.patch)
  xorg-xinit/repos/extra-i686/xinitrc
(from rev 221434, xorg-xinit/trunk/xinitrc)
  xorg-xinit/repos/extra-i686/xserverrc
(from rev 221434, xorg-xinit/trunk/xserverrc)
  xorg-xinit/repos/extra-i686/xsession
(from rev 221434, xorg-xinit/trunk/xsession)
  xorg-xinit/repos/extra-x86_64/06_move_serverauthfile_into_tmp.diff
(from rev 221434, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
  xorg-xinit/repos/extra-x86_64/PKGBUILD
(from rev 221434, xorg-xinit/trunk/PKGBUILD)
  xorg-xinit/repos/extra-x86_64/fs25361.patch
(from rev 221434, xorg-xinit/trunk/fs25361.patch)
  xorg-xinit/repos/extra-x86_64/xinitrc
(from rev 221434, xorg-xinit/trunk/xinitrc)
  xorg-xinit/repos/extra-x86_64/xserverrc
(from rev 221434, xorg-xinit/trunk/xserverrc)
  xorg-xinit/repos/extra-x86_64/xsession
(from rev 221434, xorg-xinit/trunk/xsession)
Deleted:
  xorg-xinit/repos/extra-i686/06_move_serverauthfile_into_tmp.diff
  xorg-xinit/repos/extra-i686/PKGBUILD
  xorg-xinit/repos/extra-i686/fs25361.patch
  xorg-xinit/repos/extra-i686/git-upstream-fixes.patch
  xorg-xinit/repos/extra-i686/xinitrc
  xorg-xinit/repos/extra-i686/xserverrc
  xorg-xinit/repos/extra-i686/xsession
  xorg-xinit/repos/extra-x86_64/06_move_serverauthfile_into_tmp.diff
  xorg-xinit/repos/extra-x86_64/PKGBUILD
  xorg-xinit/repos/extra-x86_64/fs25361.patch
  xorg-xinit/repos/extra-x86_64/git-upstream-fixes.patch
  xorg-xinit/repos/extra-x86_64/xinitrc
  xorg-xinit/repos/extra-x86_64/xserverrc
  xorg-xinit/repos/extra-x86_64/xsession

---+
 /06_move_serverauthfile_into_tmp.diff |   40 +
 /PKGBUILD |  114 
 /fs25361.patch|   32 +
 /xinitrc  |   34 +
 /xserverrc|   12 
 /xsession |   20 
 extra-i686/06_move_serverauthfile_into_tmp.diff   |   20 
 extra-i686/PKGBUILD   |   60 --
 extra-i686/fs25361.patch  |   16 
 extra-i686/git-upstream-fixes.patch   |  517 
 extra-i686/xinitrc|   17 
 extra-i686/xserverrc  |6 
 extra-i686/xsession   |   10 
 extra-x86_64/06_move_serverauthfile_into_tmp.diff |   20 
 extra-x86_64/PKGBUILD |   60 --
 extra-x86_64/fs25361.patch|   16 
 extra-x86_64/git-upstream-fixes.patch |  517 
 extra-x86_64/xinitrc  |   17 
 extra-x86_64/xserverrc|6 
 extra-x86_64/xsession |   10 
 20 files changed, 252 insertions(+), 1292 deletions(-)

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


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

2014-09-11 Thread Gaetan Bisson
Date: Friday, September 12, 2014 @ 01:45:56
  Author: bisson
Revision: 221437

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 221436, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 221436, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 221436, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 221436, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 221436, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 221436, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 221436, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 221436, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-11 23:45:09 UTC (rev 221436)
+++ extra-i686/PKGBUILD 2014-09-11 23:45:56 UTC (rev 221437)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.13
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('0ddf8c55228fcc67522ecdd7710f93dc146c99a7' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 221436, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-11 23:45:56 UTC (rev 221437)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.14
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('5a4b5f5b0447994f3fc186ffd7c16cabeeed2978' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+

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

2014-09-11 Thread Gaetan Bisson
Date: Friday, September 12, 2014 @ 01:45:09
  Author: bisson
Revision: 221436

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 21:43:21 UTC (rev 221435)
+++ PKGBUILD2014-09-11 23:45:09 UTC (rev 221436)
@@ -6,7 +6,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.18.13
+pkgver=0.18.14
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -18,7 +18,7 @@
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('0ddf8c55228fcc67522ecdd7710f93dc146c99a7' 'SKIP'
+sha1sums=('5a4b5f5b0447994f3fc186ffd7c16cabeeed2978' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '67c145c046cddd885630d72ce8ebe71f8321ff3b')
 



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

2014-09-11 Thread Felix Yan
Date: Friday, September 12, 2014 @ 06:01:06
  Author: fyan
Revision: 118839

upgpkg: aria2 1.18.8-1

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 17:58:23 UTC (rev 118838)
+++ PKGBUILD2014-09-12 04:01:06 UTC (rev 118839)
@@ -7,8 +7,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.18.7
-pkgrel=2
+pkgver=1.18.8
+pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
 url='http://aria2.sourceforge.net/'
@@ -15,18 +15,9 @@
 license=('GPL')
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
 checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz;
-
https://github.com/tatsuhiro-t/aria2/commit/c659fe939df2b0830f83f39429d6e7814ac82157.patch)
-sha256sums=('7944336efdfc82892802bec304698448e8d27b30f30496576716e8b93ebfff98'
-'1225cde7db20d185188de752edebd4f76c73e4806793d7d139031788bf9434eb')
+source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz;)
+sha256sums=('ed08fb94dbf4713251a7a9f9eab3b63d480061cb94048720d8fe372f73d83863')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # https://github.com/tatsuhiro-t/aria2/issues/265
-  patch -p1 -i ../c659fe939df2b0830f83f39429d6e7814ac82157.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 



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

2014-09-11 Thread Felix Yan
Date: Friday, September 12, 2014 @ 06:01:41
  Author: fyan
Revision: 118840

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 04:01:06 UTC (rev 118839)
+++ community-i686/PKGBUILD 2014-09-12 04:01:41 UTC (rev 118840)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.18.7
-pkgrel=2
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz;
-
https://github.com/tatsuhiro-t/aria2/commit/c659fe939df2b0830f83f39429d6e7814ac82157.patch)
-sha256sums=('7944336efdfc82892802bec304698448e8d27b30f30496576716e8b93ebfff98'
-'1225cde7db20d185188de752edebd4f76c73e4806793d7d139031788bf9434eb')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # https://github.com/tatsuhiro-t/aria2/issues/265
-  patch -p1 -i ../c659fe939df2b0830f83f39429d6e7814ac82157.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # add bash completion
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -m644 $pkgdir/usr/share/doc/aria2/bash_completion/aria2c \
-$pkgdir/usr/share/bash-completion/completions
-  rm -rf $pkgdir/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 118839, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 04:01:41 UTC (rev 118840)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=aria2
+pkgver=1.18.8
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz;)
+sha256sums=('ed08fb94dbf4713251a7a9f9eab3b63d480061cb94048720d8fe372f73d83863')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # add bash completion
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -m644 $pkgdir/usr/share/doc/aria2/bash_completion/aria2c \
+$pkgdir/usr/share/bash-completion/completions
+  rm -rf $pkgdir/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-12 04:01:06 UTC (rev 118839)
+++ community-x86_64/PKGBUILD   2014-09-12 04:01:41 UTC (rev 118840)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.18.7
-pkgrel=2
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')

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

2014-09-11 Thread Felix Yan
Date: Friday, September 12, 2014 @ 06:22:06
  Author: fyan
Revision: 221438

upgpkg: python-numpy 1.9.0-1

- new upstream release with incompatibilities

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-11 23:45:56 UTC (rev 221437)
+++ PKGBUILD2014-09-12 04:22:06 UTC (rev 221438)
@@ -5,7 +5,7 @@
 
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.8.2
+pkgver=1.9.0
 pkgrel=1
 pkgdesc=Scientific tools for Python
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
 options=('staticlibs')
 source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
-md5sums=('dd8eece8f6fda3a13836de4adbafb0cb')
+md5sums=('a93dfc447f3ef749b31447084839930b')
 
 prepare() {
   cp -a numpy-$pkgver numpy-py2-$pkgver



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

2014-09-11 Thread Felix Yan
Date: Friday, September 12, 2014 @ 06:22:33
  Author: fyan
Revision: 221439

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

Added:
  python-numpy/repos/testing-i686/
  python-numpy/repos/testing-i686/PKGBUILD
(from rev 221438, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 221438, python-numpy/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   82 ++
 testing-x86_64/PKGBUILD |   82 ++
 2 files changed, 164 insertions(+)

Copied: python-numpy/repos/testing-i686/PKGBUILD (from rev 221438, 
python-numpy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-12 04:22:33 UTC (rev 221439)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc=Scientific tools for Python
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.numpy.org/;
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('a93dfc447f3ef749b31447084839930b')
+
+prepare() {
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  echo Building Python2
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo Building Python3
+  cd ../numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2')
+  optdepends=('python2-nose: testsuite')
+
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/python2-numpy
+  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python2-numpy/
+
+  install -m755 -d ${pkgdir}/usr/include/python${_pyver}
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyver}/numpy
+}
+
+package_python-numpy() {
+  depends=('lapack' 'python')
+  optdepends=('python-nose: testsuite')
+  provides=(python3-numpy=${pkgver})
+  replaces=('python3-numpy')
+  conflicts=('python3-numpy')
+
+  _pyver=3.4
+  _pyinc=3.4m
+
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  cd numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/python-numpy
+  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python-numpy/
+
+  install -m755 -d ${pkgdir}/usr/include/python${_pyinc}
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyinc}/numpy
+}

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 221438, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-12 04:22:33 UTC (rev 221439)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc=Scientific tools for Python
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.numpy.org/;
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('a93dfc447f3ef749b31447084839930b')
+
+prepare() {
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  echo Building Python2
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo 

[arch-commits] Commit in lib32-curl/repos (3 files)

2014-09-11 Thread Felix Yan
Date: Friday, September 12, 2014 @ 06:32:29
  Author: fyan
Revision: 118842

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-curl/repos/multilib-testing-x86_64/
  lib32-curl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 118841, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-testing-x86_64/curlbuild.h
(from rev 118841, lib32-curl/trunk/curlbuild.h)

-+
 PKGBUILD|   63 ++
 curlbuild.h |9 
 2 files changed, 72 insertions(+)

Copied: lib32-curl/repos/multilib-testing-x86_64/PKGBUILD (from rev 118841, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-09-12 04:32:29 UTC (rev 118842)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.38.0
+pkgrel=1
+pkgdesc=An URL retrieval utility and library (32-bit)
+arch=('x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
+source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('b6e3ea55bb718f2270489581efa50a8a'
+ 'SKIP')
+
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/usr/{share,bin}
+  
+  # license
+  install -d $pkgdir/usr/share/licenses
+  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
+
+  # devel
+  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
+}

Copied: lib32-curl/repos/multilib-testing-x86_64/curlbuild.h (from rev 118841, 
lib32-curl/trunk/curlbuild.h)
===
--- multilib-testing-x86_64/curlbuild.h (rev 0)
+++ multilib-testing-x86_64/curlbuild.h 2014-09-12 04:32:29 UTC (rev 118842)
@@ -0,0 +1,9 @@
+#include bits/wordsize.h
+
+#if __WORDSIZE == 32
+#include curlbuild-32.h
+#elif __WORDSIZE == 64
+#include curlbuild-64.h
+#else
+#error Unknown word size
+#endif



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

2014-09-11 Thread Felix Yan
Date: Friday, September 12, 2014 @ 06:32:12
  Author: fyan
Revision: 118841

upgpkg: lib32-curl 7.38.0-1

sync with [testing]

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 04:01:41 UTC (rev 118840)
+++ PKGBUILD2014-09-12 04:32:12 UTC (rev 118841)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.37.1
+pkgver=7.38.0
 pkgrel=1
 pkgdesc=An URL retrieval utility and library (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
 source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('a944b069ac70c3e574c25def6e1d6b2f'
+md5sums=('b6e3ea55bb718f2270489581efa50a8a'
  'SKIP')
 
 



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

2014-09-11 Thread Jaroslav Lichtblau
Date: Friday, September 12, 2014 @ 06:44:42
  Author: jlichtblau
Revision: 118844

archrelease: copy trunk to community-staging-x86_64

Added:
  postgis/repos/community-staging-x86_64/
  postgis/repos/community-staging-x86_64/PKGBUILD
(from rev 118843, postgis/trunk/PKGBUILD)
  postgis/repos/community-staging-x86_64/postgis.changelog
(from rev 118843, postgis/trunk/postgis.changelog)

---+
 PKGBUILD  |   31 +++
 postgis.changelog |   41 +
 2 files changed, 72 insertions(+)

Copied: postgis/repos/community-staging-x86_64/PKGBUILD (from rev 118843, 
postgis/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-12 04:44:42 UTC (rev 118844)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=postgis
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=Adds support for geographic objects to PostgreSQL
+arch=('i686' 'x86_64')
+url=http://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('cd73c2a38428c8736f6cae73b955aee0bd42f9ca4fd8d93c1af464524cb100fc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: postgis/repos/community-staging-x86_64/postgis.changelog (from rev 
118843, postgis/trunk/postgis.changelog)
===
--- community-staging-x86_64/postgis.changelog  (rev 0)
+++ community-staging-x86_64/postgis.changelog  2014-09-12 04:44:42 UTC (rev 
118844)
@@ -0,0 +1,41 @@
+2014-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.4-1
+
+2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.1-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+* postgis-2.1.0-1
+* Fixes FS#35816
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.0.2-1
+
+2012-09-24 Dan McGee d...@archlinux.org
+* Rebuild for PostgreSQL 9.2.x
+* Update to minor release 2.0.1
+
+2012-05-31 Andrea Scarpino and...@archlinux.org
+* Add JSON-C support
+* Build utils (FS#25836)
+
+2012-05-31 Andrea Scarpino and...@archlinux.org
+* Update to major release 2.0.0-1
+
+2011-10-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* FS#26159 fix in postgis-1.5.3-2
+
+2010-10-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* Update to major release 1.5.2
+
+2010-03-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* Update to major release 1.5.1



[arch-commits] Commit in postgis/trunk (PKGBUILD fix_json_012.patch postgis.changelog)

2014-09-11 Thread Jaroslav Lichtblau
Date: Friday, September 12, 2014 @ 06:44:33
  Author: jlichtblau
Revision: 118843

upgpkg: postgis 2.1.4-1

Modified:
  postgis/trunk/PKGBUILD
  postgis/trunk/postgis.changelog
Deleted:
  postgis/trunk/fix_json_012.patch

+
 PKGBUILD   |   17 -
 fix_json_012.patch |   23 ---
 postgis.changelog  |3 +++
 3 files changed, 7 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 04:32:29 UTC (rev 118842)
+++ PKGBUILD2014-09-12 04:44:33 UTC (rev 118843)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=postgis
-pkgver=2.1.3
-pkgrel=2
+pkgver=2.1.4
+pkgrel=1
 pkgdesc=Adds support for geographic objects to PostgreSQL
 arch=('i686' 'x86_64')
 url=http://postgis.net/;
@@ -12,18 +12,9 @@
 license=('GPL')
 depends=('postgresql' 'gdal' 'json-c')
 changelog=$pkgname.changelog
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz
-fix_json_012.patch)
-sha256sums=('c17812aa4bb86ed561dfc65cb42ab45176b94e0620de183a4bbd773d6d876ec1'
-'68fd36730baf96341744c03582b0e8af309328ba79bb59fa981a515299cc1bda')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('cd73c2a38428c8736f6cae73b955aee0bd42f9ca4fd8d93c1af464524cb100fc')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Compilation failure from upstream. FS#40528
-  patch -p1  $srcdir/fix_json_012.patch 
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 

Deleted: fix_json_012.patch
===
--- fix_json_012.patch  2014-09-12 04:32:29 UTC (rev 118842)
+++ fix_json_012.patch  2014-09-12 04:44:33 UTC (rev 118843)
@@ -1,23 +0,0 @@
-diff -N -aur postgis-2.1.3.orig/liblwgeom/lwin_geojson.c 
postgis-2.1.3/liblwgeom/lwin_geojson.c
 postgis-2.1.3.orig/liblwgeom/lwin_geojson.c2014-05-29 
12:27:08.842806693 +
-+++ postgis-2.1.3/liblwgeom/lwin_geojson.c 2014-05-29 12:27:24.349473709 
+
-@@ -17,8 +17,8 @@
- 
- #ifdef HAVE_LIBJSON
- 
--#include json/json.h
--#include json/json_object_private.h
-+#include json-c/json.h
-+#include json-c/json_object_private.h
- #include string.h
- 
- static void geojson_lwerror(char *msg, int error_code)
-@@ -510,7 +510,7 @@
-   if( jstok-err != json_tokener_success)
-   {
-   char err[256];
--  snprintf(err, 256, %s (at offset %d), 
json_tokener_errors[jstok-err], jstok-char_offset);
-+  snprintf(err, 256, %s (at offset %d), 
json_tokener_error_desc(jstok-err), jstok-char_offset);
-   json_tokener_free(jstok);
- json_object_put(poObj);
-   geojson_lwerror(err, 1);

Modified: postgis.changelog
===
--- postgis.changelog   2014-09-12 04:32:29 UTC (rev 118842)
+++ postgis.changelog   2014-09-12 04:44:33 UTC (rev 118843)
@@ -1,3 +1,6 @@
+2014-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.4-1
+
 2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
 * postgis-2.1.3-1
 



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

2014-09-11 Thread Jaroslav Lichtblau
Date: Friday, September 12, 2014 @ 06:53:07
  Author: jlichtblau
Revision: 118845

archrelease: copy trunk to community-staging-i686

Added:
  postgis/repos/community-staging-i686/
  postgis/repos/community-staging-i686/PKGBUILD
(from rev 118844, postgis/trunk/PKGBUILD)
  postgis/repos/community-staging-i686/postgis.changelog
(from rev 118844, postgis/trunk/postgis.changelog)

---+
 PKGBUILD  |   31 +++
 postgis.changelog |   41 +
 2 files changed, 72 insertions(+)

Copied: postgis/repos/community-staging-i686/PKGBUILD (from rev 118844, 
postgis/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-12 04:53:07 UTC (rev 118845)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=postgis
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=Adds support for geographic objects to PostgreSQL
+arch=('i686' 'x86_64')
+url=http://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('cd73c2a38428c8736f6cae73b955aee0bd42f9ca4fd8d93c1af464524cb100fc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: postgis/repos/community-staging-i686/postgis.changelog (from rev 
118844, postgis/trunk/postgis.changelog)
===
--- community-staging-i686/postgis.changelog(rev 0)
+++ community-staging-i686/postgis.changelog2014-09-12 04:53:07 UTC (rev 
118845)
@@ -0,0 +1,41 @@
+2014-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.4-1
+
+2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.1-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+* postgis-2.1.0-1
+* Fixes FS#35816
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.0.2-1
+
+2012-09-24 Dan McGee d...@archlinux.org
+* Rebuild for PostgreSQL 9.2.x
+* Update to minor release 2.0.1
+
+2012-05-31 Andrea Scarpino and...@archlinux.org
+* Add JSON-C support
+* Build utils (FS#25836)
+
+2012-05-31 Andrea Scarpino and...@archlinux.org
+* Update to major release 2.0.0-1
+
+2011-10-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* FS#26159 fix in postgis-1.5.3-2
+
+2010-10-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* Update to major release 1.5.2
+
+2010-03-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* Update to major release 1.5.1



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

2014-09-11 Thread Jaroslav Lichtblau
Date: Friday, September 12, 2014 @ 07:04:37
  Author: jlichtblau
Revision: 118846

upgpkg: shp2svg 0.5.1-5

Modified:
  shp2svg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 04:53:07 UTC (rev 118845)
+++ PKGBUILD2014-09-12 05:04:37 UTC (rev 118846)
@@ -4,7 +4,7 @@
 
 pkgname=shp2svg
 pkgver=0.5.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Takes the text input from shp2pgsql and converts it to SVG files
 arch=('any')
 url=http://www.carto.net/papers/svg/utils/shp2svg/;
@@ -11,11 +11,10 @@
 license=('LGPL')
 depends=('postgis' 'perl-math-round')
 source=(http://www.carto.net/papers/svg/utils/shp2svg/ogis2svg.pl)
-md5sums=('040103d8c83ee0d7095cad7d703d4e80')
+sha256sums=('05f8ff0eac46f54084793717c4542e37bc0acb55fdd822fe75db8aa59bc90bfd')
 
 package() {
-  install -d ${pkgdir}/usr/bin
-  install -m755 ${srcdir}/ogis2svg.pl ${pkgdir}/usr/bin/ogis2svg.pl
+  install -Dm755 ${srcdir}/ogis2svg.pl ${pkgdir}/usr/bin/ogis2svg.pl
   # add a symlink because the name of the script is a little confusing.
   ln -sf /usr/bin/ogis2svg.pl ${pkgdir}/usr/bin/shp2svg
 }



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

2014-09-11 Thread Jaroslav Lichtblau
Date: Friday, September 12, 2014 @ 07:04:45
  Author: jlichtblau
Revision: 118847

archrelease: copy trunk to community-staging-any

Added:
  shp2svg/repos/community-staging-any/
  shp2svg/repos/community-staging-any/PKGBUILD
(from rev 118846, shp2svg/trunk/PKGBUILD)

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

Copied: shp2svg/repos/community-staging-any/PKGBUILD (from rev 118846, 
shp2svg/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-09-12 05:04:45 UTC (rev 118847)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=shp2svg
+pkgver=0.5.1
+pkgrel=5
+pkgdesc=Takes the text input from shp2pgsql and converts it to SVG files
+arch=('any')
+url=http://www.carto.net/papers/svg/utils/shp2svg/;
+license=('LGPL')
+depends=('postgis' 'perl-math-round')
+source=(http://www.carto.net/papers/svg/utils/shp2svg/ogis2svg.pl)
+sha256sums=('05f8ff0eac46f54084793717c4542e37bc0acb55fdd822fe75db8aa59bc90bfd')
+
+package() {
+  install -Dm755 ${srcdir}/ogis2svg.pl ${pkgdir}/usr/bin/ogis2svg.pl
+  # add a symlink because the name of the script is a little confusing.
+  ln -sf /usr/bin/ogis2svg.pl ${pkgdir}/usr/bin/shp2svg
+}



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

2014-09-11 Thread Daniel Micay
Date: Friday, September 12, 2014 @ 07:16:05
  Author: thestinger
Revision: 118848

upgpkg: linux-grsec 3.16.2.201409112237-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 05:04:45 UTC (rev 118847)
+++ PKGBUILD2014-09-12 05:16:05 UTC (rev 118848)
@@ -9,10 +9,10 @@
 _srcname=linux-3.16
 _pkgver=3.16.2
 _grsecver=3.0
-_timestamp=201409082129
+_timestamp=201409112237
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -31,7 +31,7 @@
 )
 sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
 '567c903c21a932c6265eae1dee9ac708e33fc5405d69204de2588760ed0bde72'
-'1f2cb71892020365e8f064182ddc2f534d8bae2c89f8733775e683795ae67642'
+'26486283242c7cd92d3f22e3ad64ae2c4eef30cde37cfdaaa7ebd21c130a2adc'
 'SKIP'
 'f2ee30755e8ccf9605f9272eb28f855dd959042c05a9b8aad3527313fcd5c714'
 '26d2004a35795c444ee25830f532b993bb17cb4b2db733221b49e331f4d6933a'



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

2014-09-11 Thread Daniel Micay
Date: Friday, September 12, 2014 @ 07:17:14
  Author: thestinger
Revision: 118849

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 118848, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 118848, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/compal-laptop-hwmon-fix.patch
(from rev 118848, linux-grsec/trunk/compal-laptop-hwmon-fix.patch)
  linux-grsec/repos/community-i686/config
(from rev 118848, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 118848, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 118848, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 118848, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 118848, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 118848, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/compal-laptop-hwmon-fix.patch
(from rev 118848, linux-grsec/trunk/compal-laptop-hwmon-fix.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 118848, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 118848, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 118848, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 118848, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/compal-laptop-hwmon-fix.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/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/compal-laptop-hwmon-fix.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

+
 /PKGBUILD  |  636 
 /change-default-console-loglevel.patch |   22 
 /compal-laptop-hwmon-fix.patch |   28 
 /config|14430 +++
 /config.x86_64 |13870 ++
 /linux-grsec.install   |  116 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  318 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/compal-laptop-hwmon-fix.patch   |   14 
 community-i686/config  | 7215 ---
 community-i686/config.x86_64   | 6935 ---
 community-i686/linux-grsec.install |   58 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  318 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/compal-laptop-hwmon-fix.patch |   14 
 community-x86_64/config| 7215 ---
 community-x86_64/config.x86_64 | 6935 ---
 community-x86_64/linux-grsec.install   |   58 
 community-x86_64/linux.preset  |   14 
 21 files changed, 29130 insertions(+), 29130 deletions(-)

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