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

2015-01-02 Thread Maxime Gauduin
Date: Saturday, January 3, 2015 @ 00:06:15
  Author: alucryd
Revision: 125192

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

Added:
  wit/repos/community-i686/PKGBUILD
(from rev 125191, wit/trunk/PKGBUILD)
  wit/repos/community-i686/wit-titles.patch
(from rev 125191, wit/trunk/wit-titles.patch)
  wit/repos/community-i686/wit.install
(from rev 125191, wit/trunk/wit.install)
  wit/repos/community-x86_64/PKGBUILD
(from rev 125191, wit/trunk/PKGBUILD)
  wit/repos/community-x86_64/wit-titles.patch
(from rev 125191, wit/trunk/wit-titles.patch)
  wit/repos/community-x86_64/wit.install
(from rev 125191, wit/trunk/wit.install)
Deleted:
  wit/repos/community-i686/PKGBUILD
  wit/repos/community-i686/wit-titles.patch
  wit/repos/community-i686/wit.install
  wit/repos/community-x86_64/PKGBUILD
  wit/repos/community-x86_64/wit-titles.patch
  wit/repos/community-x86_64/wit.install

---+
 /PKGBUILD |   90 
 /wit-titles.patch |   38 +++
 /wit.install  |   20 
 community-i686/PKGBUILD   |   45 --
 community-i686/wit-titles.patch   |   19 ---
 community-i686/wit.install|   10 
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/wit-titles.patch |   19 ---
 community-x86_64/wit.install  |   10 
 9 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-02 23:05:49 UTC (rev 125191)
+++ community-i686/PKGBUILD 2015-01-02 23:06:15 UTC (rev 125192)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Gordin gor...@koeln.ccc.de
-
-pkgname=wit
-pkgver=2.29a
-pkgrel=2
-pkgdesc='Wiimms ISO Tools'
-arch=('i686' 'x86_64')
-url='http://wit.wiimm.de'
-license=('GPL2')
-depends=('fuse' 'zlib')
-makedepends=('subversion')
-optdepends=('bash: Update titles lists'
-'wget: Update titles lists')
-install='wit.install'
-source=('wit::svn+http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools#revision=5186'
-'wit-titles.patch')
-sha256sums=('SKIP'
-'ace3f1245430e9db8962ecb0d4f459ab73bb43f2d5d536a6fac82ad9b34186fa')
-
-prepare() {
-  cd wit
-
-  patch -Np1 -i ../wit-titles.patch
-}
-
-build() {
-  cd wit
-
-  export LDFLAGS=$LDFLAGS,-z,noexecstack
-
-  make INSTALL_PATH=${pkgdir}/usr tools
-  make doc
-}
-
-package () {
-  cd wit
-
-  make install
-  install -dm 755 ${pkgdir}/usr/share/doc/wit
-  install -m 644 doc/*.txt ${pkgdir}/usr/share/doc/wit/
-}
-
-# vim: ts=2 sw=2 et:

Copied: wit/repos/community-i686/PKGBUILD (from rev 125191, wit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-02 23:06:15 UTC (rev 125192)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Gordin gor...@koeln.ccc.de
+
+pkgname=wit
+pkgver=2.30a
+pkgrel=1
+pkgdesc='Wiimms ISO Tools'
+arch=('i686' 'x86_64')
+url='http://wit.wiimm.de'
+license=('GPL2')
+depends=('fuse' 'zlib')
+makedepends=('subversion')
+optdepends=('bash: Update titles lists'
+'wget: Update titles lists')
+install='wit.install'
+source=('wit::svn+http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools#revision=5186'
+'wit-titles.patch')
+sha256sums=('SKIP'
+'ace3f1245430e9db8962ecb0d4f459ab73bb43f2d5d536a6fac82ad9b34186fa')
+
+prepare() {
+  cd wit
+
+  patch -Np1 -i ../wit-titles.patch
+}
+
+build() {
+  cd wit
+
+  export LDFLAGS=$LDFLAGS,-z,noexecstack
+
+  make INSTALL_PATH=${pkgdir}/usr tools
+  make doc
+}
+
+package () {
+  cd wit
+
+  make install
+  install -dm 755 ${pkgdir}/usr/share/doc/wit
+  install -m 644 doc/*.txt ${pkgdir}/usr/share/doc/wit/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/wit-titles.patch
===
--- community-i686/wit-titles.patch 2015-01-02 23:05:49 UTC (rev 125191)
+++ community-i686/wit-titles.patch 2015-01-02 23:06:15 UTC (rev 125192)
@@ -1,19 +0,0 @@
-diff -rupN wit.orig/setup/load-titles.sh wit/setup/load-titles.sh
 wit.orig/setup/load-titles.sh  2014-08-19 17:54:05.351879800 +0200
-+++ wit/setup/load-titles.sh   2014-08-19 18:04:14.235375300 +0200
-@@ -30,12 +30,11 @@
- 
- NEEDED=wit wget tr
- 
--BASE_PATH=@@INSTALL-PATH@@
--SHARE_PATH=@@SHARE-PATH@@
--URI_TITLES=@@URI-TITLES@@
-+SHARE_PATH=/usr/share/wit
-+URI_TITLES=@@URI-TITLES@@
- LANGUAGES=@@LANGUAGES@@
- 
--SHARE_DIR=./share
-+SHARE_DIR=/tmp
- 
- 
#--
- 

Copied: wit/repos/community-i686/wit-titles.patch (from rev 125191, 
wit/trunk/wit-titles.patch)

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

2015-01-02 Thread Kyle Keen
Date: Friday, January 2, 2015 @ 23:45:13
  Author: kkeen
Revision: 125190

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

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 125189, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 125189, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-02 22:44:13 UTC (rev 125189)
+++ community-i686/PKGBUILD 2015-01-02 22:45:13 UTC (rev 125190)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.6.1
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-pillow.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('f86e88a0f79f226dcdbf045b404cbdeb')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd $srcdir/$_appname-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python3 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py3basever/
-  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
-  depends=('python2' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' PIL/OleFileIO.py
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py2basever/
-  install -m644 -t $pkgdir/usr/include/python$_py2basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}2
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 125189, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-02 22:45:13 UTC (rev 125190)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.6.2
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-pillow.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('e5ec45b7dd828e8710714e4a96bba49c')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python3 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py3basever/
+  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+

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

2015-01-02 Thread Maxime Gauduin
Date: Saturday, January 3, 2015 @ 00:40:07
  Author: alucryd
Revision: 125194

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

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

+
 /PKGBUILD  |   64 +++
 /plank.install |   30 ++
 community-i686/PKGBUILD|   32 ---
 community-i686/plank.install   |   15 -
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/plank.install |   15 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-02 23:39:49 UTC (rev 125193)
+++ community-i686/PKGBUILD 2015-01-02 23:40:07 UTC (rev 125194)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('fa51b66a4a84d14b1fc605d38369be392cb09cf4263573f6cf74423d0bad1da5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 125193, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-02 23:40:07 UTC (rev 125194)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('6ce80465792f2b89b180c5273b820d05696dc3a59187d33a7fcd29fb528c89eb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2015-01-02 23:39:49 UTC (rev 125193)
+++ community-i686/plank.install2015-01-02 23:40:07 UTC (rev 125194)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 125193, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2015-01-02 23:40:07 UTC (rev 125194)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-02 23:39:49 UTC (rev 125193)
+++ community-x86_64/PKGBUILD   2015-01-02 23:40:07 UTC (rev 125194)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 

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

2015-01-02 Thread Jelle van der Waa
Date: Friday, January 2, 2015 @ 22:03:52
  Author: jelle
Revision: 125188

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-02 20:47:32 UTC (rev 125187)
+++ PKGBUILD2015-01-02 21:03:52 UTC (rev 125188)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Contributer: Allan McRae al...@archlinux.org
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Python 2 and 3 compatibility utilities
-arch=('any')
-url=http://pypi.python.org/pypi/six/;
-license=('MIT')
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('1626eb24cc889110c38f7e786ec69885')
-
-build() {
-  cd $srcdir
-  cp -r six-$pkgver six2-$pkgver
-}
-
-check() {
-  cd $srcdir/six-$pkgver 
-  python3 setup.py check
-
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py check
-}
-
-package_python-six() {
-  depends=('python')
-  cd $srcdir/six-$pkgver 
-  python3 setup.py install --root ${pkgdir} --optimize=1
-  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-six() {
-  depends=('python2')
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py install --root ${pkgdir} --optimize=1
-  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 125187, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-02 21:03:52 UTC (rev 125188)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+# Contributer: Allan McRae al...@archlinux.org
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=Python 2 and 3 compatibility utilities
+arch=('any')
+url=http://pypi.python.org/pypi/six/;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
+md5sums=('1626eb24cc889110c38f7e786ec69885')
+
+build() {
+  cd $srcdir
+  cp -r six-$pkgver six2-$pkgver
+}
+
+check() {
+  cd $srcdir/six-$pkgver 
+  python3 setup.py check
+
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py check
+}
+
+package_python-six() {
+  depends=('python')
+  cd $srcdir/six-$pkgver 
+  python3 setup.py install --root ${pkgdir} --optimize=1
+  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-six() {
+  depends=('python2')
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py install --root ${pkgdir} --optimize=1
+  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-01-02 Thread Maxime Gauduin
Date: Saturday, January 3, 2015 @ 00:39:49
  Author: alucryd
Revision: 125193

upgpkg: plank 0.8.0-1

Modified:
  plank/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 23:06:15 UTC (rev 125192)
+++ PKGBUILD2015-01-02 23:39:49 UTC (rev 125193)
@@ -4,7 +4,7 @@
 # Contributor: dcelasun dcelasun at gmaild dot com
 
 pkgname=plank
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Elegant, simple, clean dock'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gnome-common' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('fa51b66a4a84d14b1fc605d38369be392cb09cf4263573f6cf74423d0bad1da5')
+sha256sums=('6ce80465792f2b89b180c5273b820d05696dc3a59187d33a7fcd29fb528c89eb')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-01-02 Thread Kyle Keen
Date: Friday, January 2, 2015 @ 23:44:13
  Author: kkeen
Revision: 125189

upgpkg: python-pillow 2.6.2-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 21:03:52 UTC (rev 125188)
+++ PKGBUILD2015-01-02 22:44:13 UTC (rev 125189)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 _appname=Pillow
 _py2basever=2.7
@@ -15,7 +15,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
 
source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('f86e88a0f79f226dcdbf045b404cbdeb')
+md5sums=('e5ec45b7dd828e8710714e4a96bba49c')
 
 build() {
   cd $srcdir


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

2015-01-02 Thread Antonio Rojas
Date: Saturday, January 3, 2015 @ 01:17:43
  Author: arojas
Revision: 125196

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

Added:
  libgap/repos/community-i686/PKGBUILD
(from rev 125195, libgap/trunk/PKGBUILD)
  libgap/repos/community-i686/gap-4.7.6.patch
(from rev 125195, libgap/trunk/gap-4.7.6.patch)
  libgap/repos/community-x86_64/PKGBUILD
(from rev 125195, libgap/trunk/PKGBUILD)
  libgap/repos/community-x86_64/gap-4.7.6.patch
(from rev 125195, libgap/trunk/gap-4.7.6.patch)
Deleted:
  libgap/repos/community-i686/PKGBUILD
  libgap/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 community-i686/PKGBUILD  |   25 
 community-i686/gap-4.7.6.patch   | 1449 +
 community-x86_64/PKGBUILD|   25 
 community-x86_64/gap-4.7.6.patch | 1449 +
 5 files changed, 2968 insertions(+), 50 deletions(-)

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


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

2015-01-02 Thread Maxime Gauduin
Date: Saturday, January 3, 2015 @ 00:05:49
  Author: alucryd
Revision: 125191

upgpkg: wit 2.30a-1

Modified:
  wit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 22:45:13 UTC (rev 125190)
+++ PKGBUILD2015-01-02 23:05:49 UTC (rev 125191)
@@ -3,8 +3,8 @@
 # Contributor: Gordin gor...@koeln.ccc.de
 
 pkgname=wit
-pkgver=2.29a
-pkgrel=2
+pkgver=2.30a
+pkgrel=1
 pkgdesc='Wiimms ISO Tools'
 arch=('i686' 'x86_64')
 url='http://wit.wiimm.de'


[arch-commits] Commit in libgap/trunk (PKGBUILD gap-4.7.6.patch)

2015-01-02 Thread Antonio Rojas
Date: Saturday, January 3, 2015 @ 01:17:01
  Author: arojas
Revision: 125195

Sync sources with GAP 4.7.6

Added:
  libgap/trunk/gap-4.7.6.patch
Modified:
  libgap/trunk/PKGBUILD

-+
 PKGBUILD|   16 
 gap-4.7.6.patch | 1449 ++
 2 files changed, 1462 insertions(+), 3 deletions(-)

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


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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:38:19
  Author: allan
Revision: 228367

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

Added:
  m4/repos/core-i686/PKGBUILD
(from rev 228366, m4/trunk/PKGBUILD)
  m4/repos/core-i686/m4-1.4.16-readlink-einval.patch
(from rev 228366, m4/trunk/m4-1.4.16-readlink-einval.patch)
  m4/repos/core-i686/m4.install
(from rev 228366, m4/trunk/m4.install)
  m4/repos/core-x86_64/PKGBUILD
(from rev 228366, m4/trunk/PKGBUILD)
  m4/repos/core-x86_64/m4-1.4.16-readlink-einval.patch
(from rev 228366, m4/trunk/m4-1.4.16-readlink-einval.patch)
  m4/repos/core-x86_64/m4.install
(from rev 228366, m4/trunk/m4.install)
Deleted:
  m4/repos/core-i686/PKGBUILD
  m4/repos/core-i686/m4-1.4.16-readlink-einval.patch
  m4/repos/core-i686/m4.install
  m4/repos/core-x86_64/PKGBUILD
  m4/repos/core-x86_64/m4-1.4.16-readlink-einval.patch
  m4/repos/core-x86_64/m4.install

-+
 /PKGBUILD   |   68 ++
 /m4-1.4.16-readlink-einval.patch|   24 +
 /m4.install |   40 +++
 core-i686/PKGBUILD  |   33 
 core-i686/m4-1.4.16-readlink-einval.patch   |   12 
 core-i686/m4.install|   20 ---
 core-x86_64/PKGBUILD|   33 
 core-x86_64/m4-1.4.16-readlink-einval.patch |   12 
 core-x86_64/m4.install  |   20 ---
 9 files changed, 132 insertions(+), 130 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-01-03 06:36:45 UTC (rev 228366)
+++ core-i686/PKGBUILD  2015-01-03 06:38:19 UTC (rev 228367)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=m4
-pkgver=1.4.17
-pkgrel=1
-pkgdesc=The GNU macro processor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/m4;
-license=('GPL3')
-groups=('base-devel')
-depends=('glibc' 'bash')
-install=m4.install
-source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver  
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make prefix=${pkgdir}/usr install
-}

Copied: m4/repos/core-i686/PKGBUILD (from rev 228366, m4/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-01-03 06:38:19 UTC (rev 228367)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=m4
+pkgver=1.4.17
+pkgrel=1
+pkgdesc=The GNU macro processor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/m4;
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'bash')
+install=m4.install
+source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver  
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make prefix=${pkgdir}/usr install
+}

Deleted: core-i686/m4-1.4.16-readlink-einval.patch
===
--- core-i686/m4-1.4.16-readlink-einval.patch   2015-01-03 06:36:45 UTC (rev 
228366)
+++ core-i686/m4-1.4.16-readlink-einval.patch   2015-01-03 06:38:19 UTC (rev 
228367)
@@ -1,12 +0,0 @@
-diff -up m4-1.4.16/tests/test-readlink.h.orig m4-1.4.16/tests/test-readlink.h
 m4-1.4.16/tests/test-readlink.h.orig   2011-09-19 12:44:58.745546826 
+0200
-+++ m4-1.4.16/tests/test-readlink.h2011-09-19 12:46:00.079548410 +0200
-@@ -38,7 +38,7 @@ test_readlink (ssize_t (*func) (char con
-   ASSERT (errno == ENOENT);
-   errno = 0;
-   ASSERT (func (, buf, sizeof buf) == -1);
--  ASSERT (errno == ENOENT);
-+  ASSERT (errno == ENOENT || errno == EINVAL);
-   errno = 0;
-   ASSERT (func (., buf, sizeof buf) == -1);
-   ASSERT (errno == EINVAL);

Copied: m4/repos/core-i686/m4-1.4.16-readlink-einval.patch (from rev 228366, 
m4/trunk/m4-1.4.16-readlink-einval.patch)
===
--- core-i686/m4-1.4.16-readlink-einval.patch   (rev 0)
+++ core-i686/m4-1.4.16-readlink-einval.patch   2015-01-03 06:38:19 UTC (rev 
228367)
@@ -0,0 +1,12 @@
+diff -up m4-1.4.16/tests/test-readlink.h.orig m4-1.4.16/tests/test-readlink.h
+--- m4-1.4.16/tests/test-readlink.h.orig   2011-09-19 12:44:58.745546826 
+0200
 

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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:31:48
  Author: allan
Revision: 228363

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

Added:
  gmp/repos/core-i686/PKGBUILD
(from rev 228362, gmp/trunk/PKGBUILD)
  gmp/repos/core-i686/gmp.install
(from rev 228362, gmp/trunk/gmp.install)
  gmp/repos/core-x86_64/PKGBUILD
(from rev 228362, gmp/trunk/PKGBUILD)
  gmp/repos/core-x86_64/gmp.install
(from rev 228362, gmp/trunk/gmp.install)
Deleted:
  gmp/repos/core-i686/PKGBUILD
  gmp/repos/core-i686/gmp.install
  gmp/repos/core-x86_64/PKGBUILD
  gmp/repos/core-x86_64/gmp.install

-+
 /PKGBUILD   |   70 ++
 /gmp.install|   40 ++
 core-i686/PKGBUILD  |   34 --
 core-i686/gmp.install   |   20 -
 core-x86_64/PKGBUILD|   34 --
 core-x86_64/gmp.install |   20 -
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-01-03 06:30:36 UTC (rev 228362)
+++ core-i686/PKGBUILD  2015-01-03 06:31:48 UTC (rev 228363)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributer: Jan de Groot j...@archlinux.org
-
-pkgname=gmp
-pkgver=6.0.0
-pkgrel=1
-pkgdesc=A free library for arbitrary precision arithmetic
-arch=('i686' 'x86_64')
-url=http://gmplib.org/;
-depends=('gcc-libs' 'sh')
-license=('LGPL3')
-install=gmp.install
-source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}a.tar.xz{,.sig})
-md5sums=('1e6da4e434553d2811437aa42c7f7c76'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --build=${CHOST} \
---prefix=/usr --enable-cxx
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gmp/repos/core-i686/PKGBUILD (from rev 228362, gmp/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-01-03 06:31:48 UTC (rev 228363)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributer: Jan de Groot j...@archlinux.org
+
+pkgname=gmp
+pkgver=6.0.0
+pkgrel=1
+pkgdesc=A free library for arbitrary precision arithmetic
+arch=('i686' 'x86_64')
+url=http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3' 'GPL')
+install=gmp.install
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}a.tar.xz{,.sig})
+md5sums=('1e6da4e434553d2811437aa42c7f7c76'
+ 'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298')   # Niels Möller
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --build=${CHOST} \
+--prefix=/usr --enable-cxx
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/gmp.install
===
--- core-i686/gmp.install   2015-01-03 06:30:36 UTC (rev 228362)
+++ core-i686/gmp.install   2015-01-03 06:31:48 UTC (rev 228363)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-info_files=(gmp.info gmp.info-1 gmp.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: gmp/repos/core-i686/gmp.install (from rev 228362, gmp/trunk/gmp.install)
===
--- core-i686/gmp.install   (rev 0)
+++ core-i686/gmp.install   2015-01-03 06:31:48 UTC (rev 228363)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(gmp.info gmp.info-1 gmp.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-01-03 06:30:36 UTC (rev 228362)
+++ core-x86_64/PKGBUILD2015-01-03 06:31:48 UTC (rev 228363)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributer: Jan de Groot j...@archlinux.org
-
-pkgname=gmp
-pkgver=6.0.0
-pkgrel=1
-pkgdesc=A free library for 

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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:27:22
  Author: allan
Revision: 228361

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

Added:
  bison/repos/core-i686/PKGBUILD
(from rev 228360, bison/trunk/PKGBUILD)
  bison/repos/core-i686/bison.install
(from rev 228360, bison/trunk/bison.install)
  bison/repos/core-x86_64/PKGBUILD
(from rev 228360, bison/trunk/PKGBUILD)
  bison/repos/core-x86_64/bison.install
(from rev 228360, bison/trunk/bison.install)
Deleted:
  bison/repos/core-i686/PKGBUILD
  bison/repos/core-i686/bison.install
  bison/repos/core-x86_64/PKGBUILD
  bison/repos/core-x86_64/bison.install

---+
 /PKGBUILD |   70 
 /bison.install|   32 
 core-i686/PKGBUILD|   34 -
 core-i686/bison.install   |   16 --
 core-x86_64/PKGBUILD  |   34 -
 core-x86_64/bison.install |   16 --
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-01-03 06:26:05 UTC (rev 228360)
+++ core-i686/PKGBUILD  2015-01-03 06:27:22 UTC (rev 228361)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-
-pkgname=bison
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=The GNU general-purpose parser generator
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/bison/bison.html;
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-options=('staticlibs')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('146be9ff9fbd27497f0bf2286a5a2082'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}  
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bison/repos/core-i686/PKGBUILD (from rev 228360, bison/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-01-03 06:27:22 UTC (rev 228361)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=bison
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=The GNU general-purpose parser generator
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+options=('staticlibs')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('146be9ff9fbd27497f0bf2286a5a2082'
+ 'SKIP')
+validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/bison.install
===
--- core-i686/bison.install 2015-01-03 06:26:05 UTC (rev 228360)
+++ core-i686/bison.install 2015-01-03 06:27:22 UTC (rev 228361)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=bison.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2 /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-}

Copied: bison/repos/core-i686/bison.install (from rev 228360, 
bison/trunk/bison.install)
===
--- core-i686/bison.install (rev 0)
+++ core-i686/bison.install 2015-01-03 06:27:22 UTC (rev 228361)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-01-03 06:26:05 UTC (rev 228360)
+++ core-x86_64/PKGBUILD2015-01-03 06:27:22 UTC (rev 228361)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-
-pkgname=bison
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=The GNU general-purpose parser generator
-arch=('i686' 'x86_64')
-license=('GPL3')

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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:43:06
  Author: allan
Revision: 228369

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

Added:
  libmpc/repos/core-i686/PKGBUILD
(from rev 228368, libmpc/trunk/PKGBUILD)
  libmpc/repos/core-i686/libmpc.install
(from rev 228368, libmpc/trunk/libmpc.install)
  libmpc/repos/core-x86_64/PKGBUILD
(from rev 228368, libmpc/trunk/PKGBUILD)
  libmpc/repos/core-x86_64/libmpc.install
(from rev 228368, libmpc/trunk/libmpc.install)
Deleted:
  libmpc/repos/core-i686/PKGBUILD
  libmpc/repos/core-i686/libmpc.install
  libmpc/repos/core-x86_64/PKGBUILD
  libmpc/repos/core-x86_64/libmpc.install

+
 /PKGBUILD  |   66 +++
 /libmpc.install|   40 ++
 core-i686/PKGBUILD |   33 -
 core-i686/libmpc.install   |   20 -
 core-x86_64/PKGBUILD   |   33 -
 core-x86_64/libmpc.install |   20 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-01-03 06:41:50 UTC (rev 228368)
+++ core-i686/PKGBUILD  2015-01-03 06:43:06 UTC (rev 228369)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=libmpc
-pkgver=1.0.2
-pkgrel=2
-pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
-arch=('i686' 'x86_64')
-url=http://www.multiprecision.org/;
-license=('LGPL')
-depends=('mpfr')
-install=libmpc.install
-source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
-md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
- 'SKIP')
-validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')
-
-build() {
-  cd ${srcdir}/mpc-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/mpc-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/mpc-${pkgver}
-  make DESTDIR=${pkgdir} install
-  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
-}

Copied: libmpc/repos/core-i686/PKGBUILD (from rev 228368, libmpc/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-01-03 06:43:06 UTC (rev 228369)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=libmpc
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
+arch=('i686' 'x86_64')
+url=http://www.multiprecision.org/;
+license=('LGPL')
+depends=('mpfr')
+install=libmpc.install
+source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
+md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
+ 'SKIP')
+validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')  # Andreas Enge
+
+build() {
+  cd ${srcdir}/mpc-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/mpc-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/mpc-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
+}

Deleted: core-i686/libmpc.install
===
--- core-i686/libmpc.install2015-01-03 06:41:50 UTC (rev 228368)
+++ core-i686/libmpc.install2015-01-03 06:43:06 UTC (rev 228369)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libmpc.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libmpc/repos/core-i686/libmpc.install (from rev 228368, 
libmpc/trunk/libmpc.install)
===
--- core-i686/libmpc.install(rev 0)
+++ core-i686/libmpc.install2015-01-03 06:43:06 UTC (rev 228369)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libmpc.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-01-03 06:41:50 UTC (rev 228368)
+++ core-x86_64/PKGBUILD2015-01-03 06:43:06 UTC (rev 228369)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=libmpc
-pkgver=1.0.2
-pkgrel=2

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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:35:01
  Author: allan
Revision: 228365

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

Added:
  libmpc/repos/core-i686/PKGBUILD
(from rev 228364, libmpc/trunk/PKGBUILD)
  libmpc/repos/core-i686/libmpc.install
(from rev 228364, libmpc/trunk/libmpc.install)
  libmpc/repos/core-x86_64/PKGBUILD
(from rev 228364, libmpc/trunk/PKGBUILD)
  libmpc/repos/core-x86_64/libmpc.install
(from rev 228364, libmpc/trunk/libmpc.install)
Deleted:
  libmpc/repos/core-i686/PKGBUILD
  libmpc/repos/core-i686/libmpc.install
  libmpc/repos/core-x86_64/PKGBUILD
  libmpc/repos/core-x86_64/libmpc.install

+
 /PKGBUILD  |   66 +++
 /libmpc.install|   40 ++
 core-i686/PKGBUILD |   32 
 core-i686/libmpc.install   |   20 -
 core-x86_64/PKGBUILD   |   32 
 core-x86_64/libmpc.install |   20 -
 6 files changed, 106 insertions(+), 104 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-01-03 06:33:49 UTC (rev 228364)
+++ core-i686/PKGBUILD  2015-01-03 06:35:01 UTC (rev 228365)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=libmpc
-pkgver=1.0.2
-pkgrel=2
-pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
-arch=('i686' 'x86_64')
-url=http://www.multiprecision.org/;
-license=('LGPL')
-depends=('mpfr')
-install=libmpc.install
-source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
-md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/mpc-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/mpc-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/mpc-${pkgver}
-  make DESTDIR=${pkgdir} install
-  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
-}

Copied: libmpc/repos/core-i686/PKGBUILD (from rev 228364, libmpc/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-01-03 06:35:01 UTC (rev 228365)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=libmpc
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
+arch=('i686' 'x86_64')
+url=http://www.multiprecision.org/;
+license=('LGPL')
+depends=('mpfr')
+install=libmpc.install
+source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
+md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
+ 'SKIP')
+validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')
+
+build() {
+  cd ${srcdir}/mpc-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/mpc-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/mpc-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
+}

Deleted: core-i686/libmpc.install
===
--- core-i686/libmpc.install2015-01-03 06:33:49 UTC (rev 228364)
+++ core-i686/libmpc.install2015-01-03 06:35:01 UTC (rev 228365)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libmpc.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libmpc/repos/core-i686/libmpc.install (from rev 228364, 
libmpc/trunk/libmpc.install)
===
--- core-i686/libmpc.install(rev 0)
+++ core-i686/libmpc.install2015-01-03 06:35:01 UTC (rev 228365)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libmpc.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-01-03 06:33:49 UTC (rev 228364)
+++ core-x86_64/PKGBUILD2015-01-03 06:35:01 UTC (rev 228365)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=libmpc
-pkgver=1.0.2
-pkgrel=2
-pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision

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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:41:50
  Author: allan
Revision: 228368

add pgp key

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 06:38:19 UTC (rev 228367)
+++ PKGBUILD2015-01-03 06:41:50 UTC (rev 228368)
@@ -13,7 +13,7 @@
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
 md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
  'SKIP')
-validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')
+validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')  # Andreas Enge
 
 build() {
   cd ${srcdir}/mpc-${pkgver}


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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:30:36
  Author: allan
Revision: 228362

add pgp key

Modified:
  gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 06:27:22 UTC (rev 228361)
+++ PKGBUILD2015-01-03 06:30:36 UTC (rev 228362)
@@ -14,6 +14,7 @@
 source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}a.tar.xz{,.sig})
 md5sums=('1e6da4e434553d2811437aa42c7f7c76'
  'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298')   # Niels Möller
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:33:49
  Author: allan
Revision: 228364

add pgp key

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 06:31:48 UTC (rev 228363)
+++ PKGBUILD2015-01-03 06:33:49 UTC (rev 228364)
@@ -13,6 +13,7 @@
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
 md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
  'SKIP')
+validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')
 
 build() {
   cd ${srcdir}/mpc-${pkgver}


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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:36:45
  Author: allan
Revision: 228366

add pgp key

Modified:
  m4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 06:35:01 UTC (rev 228365)
+++ PKGBUILD2015-01-03 06:36:45 UTC (rev 228366)
@@ -15,6 +15,7 @@
 source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
 md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
  'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver  


[arch-commits] Commit in appmenu-qt/repos/extra-i686 (4 files)

2015-01-02 Thread Andrea Scarpino
Date: Friday, January 2, 2015 @ 17:13:43
  Author: andrea
Revision: 228345

archrelease: copy trunk to extra-i686

Added:
  appmenu-qt/repos/extra-i686/PKGBUILD
(from rev 228344, appmenu-qt/trunk/PKGBUILD)
  appmenu-qt/repos/extra-i686/appmenu-async.diff
(from rev 228344, appmenu-qt/trunk/appmenu-async.diff)
Deleted:
  appmenu-qt/repos/extra-i686/PKGBUILD
  appmenu-qt/repos/extra-i686/appmenu-async.diff

+
 PKGBUILD   |   77 ++---
 appmenu-async.diff |  298 +--
 2 files changed, 188 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-02 16:13:34 UTC (rev 228344)
+++ PKGBUILD2015-01-02 16:13:43 UTC (rev 228345)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=appmenu-qt
-pkgver=0.2.6
-pkgrel=5
-pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
-arch=('i686' 'x86_64')
-url='https://launchpad.net/appmenu-qt'
-license=('GPL')
-depends=('libdbusmenu-qt')
-makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
-'appmenu-async.diff')
-md5sums=('90cce750e5412d43ce075b0a9bdb6782'
- 'de499d01369fc85040f5bbfc53ae1700'
- '5db00ca92274c8b1797c204321961189')
-
-prepare() {
-  mkdir build
-
-  # FS#33286
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/appmenu-async.diff
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: appmenu-qt/repos/extra-i686/PKGBUILD (from rev 228344, 
appmenu-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-02 16:13:43 UTC (rev 228345)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=appmenu-qt
+pkgver=0.2.6
+pkgrel=5
+pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
+arch=('i686' 'x86_64')
+url='https://launchpad.net/appmenu-qt'
+license=('GPL')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'appmenu-async.diff')
+md5sums=('90cce750e5412d43ce075b0a9bdb6782'
+ 'SKIP'
+ '5db00ca92274c8b1797c204321961189')
+validpgpkeys=('45C43F82329D77F384214CCABEED35A5EEE34473') # Aurelien Gateau
+
+prepare() {
+  mkdir build
+
+  # FS#33286
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/appmenu-async.diff
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: appmenu-async.diff
===
--- appmenu-async.diff  2015-01-02 16:13:34 UTC (rev 228344)
+++ appmenu-async.diff  2015-01-02 16:13:43 UTC (rev 228345)
@@ -1,149 +0,0 @@
-=== modified file 'src/CMakeLists.txt'
 src/CMakeLists.txt 2012-02-27 14:27:17 +
-+++ src/CMakeLists.txt 2013-01-04 10:33:53 +
-@@ -15,6 +15,10 @@
- ${QT_QTXML_INCLUDE_DIR}
- )
- 
-+qt4_add_dbus_interface(appmenu_qt_SRCS com.canonical.AppMenu.Registrar.xml
-+   registrar)
-+
-+
- qt4_automoc(${appmenu_qt_SRCS})
- 
- link_directories(
-
-=== modified file 'src/appmenuplatformmenubar.cpp'
 src/appmenuplatformmenubar.cpp 2012-04-04 16:06:06 +
-+++ src/appmenuplatformmenubar.cpp 2013-01-04 10:36:25 +
-@@ -15,6 +15,7 @@
-along with appmenu-qt.  If not, see http://www.gnu.org/licenses/.
- */
- #include appmenuplatformmenubar.h
-+#include registrar.h
- 
- // dbusmenu-qt
- #include dbusmenuexporter.h
-@@ -393,6 +394,8 @@
- 
- bool MenuBarAdapter::registerWindow()
- {
-+static com::canonical::AppMenu::Registrar *registrar = 0;
-+
- if (!m_menuBar-window()) {
- WARN  No parent for this menubar;
- return false;
-@@ -403,9 +406,8 @@
- return true;
- }
- 
--QDBusInterface host(REGISTRAR_SERVICE, REGISTRAR_PATH, REGISTRAR_IFACE);
--if (!host.isValid()) {
--return false;
-+if (!registrar) {
-+registrar = new com::canonical::AppMenu::Registrar(REGISTRAR_SERVICE, 
REGISTRAR_PATH, QDBusConnection::sessionBus(), 0);
- }
- 
- Q_FOREACH(QAction *action, m_menuBar-actions()) {
-@@ -428,8 +430,9 @@
- }
- 
- m_registeredWinId = winId;
--QVariant path = 
QVariant::fromValueQDBusObjectPath(QDBusObjectPath(m_objectPath));
--host.asyncCall(QLatin1String(RegisterWindow), QVariant(winId), path);
-+if (registrar) {
-+registrar-RegisterWindow(winId, QDBusObjectPath(m_objectPath));
-+}
- return true;
- }
- 
-
-=== added file 

[arch-commits] Commit in appmenu-qt/repos/extra-x86_64 (4 files)

2015-01-02 Thread Andrea Scarpino
Date: Friday, January 2, 2015 @ 17:13:34
  Author: andrea
Revision: 228344

archrelease: copy trunk to extra-x86_64

Added:
  appmenu-qt/repos/extra-x86_64/PKGBUILD
(from rev 228343, appmenu-qt/trunk/PKGBUILD)
  appmenu-qt/repos/extra-x86_64/appmenu-async.diff
(from rev 228343, appmenu-qt/trunk/appmenu-async.diff)
Deleted:
  appmenu-qt/repos/extra-x86_64/PKGBUILD
  appmenu-qt/repos/extra-x86_64/appmenu-async.diff

+
 PKGBUILD   |   77 ++---
 appmenu-async.diff |  298 +--
 2 files changed, 188 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-02 16:13:24 UTC (rev 228343)
+++ PKGBUILD2015-01-02 16:13:34 UTC (rev 228344)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=appmenu-qt
-pkgver=0.2.6
-pkgrel=5
-pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
-arch=('i686' 'x86_64')
-url='https://launchpad.net/appmenu-qt'
-license=('GPL')
-depends=('libdbusmenu-qt')
-makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
-'appmenu-async.diff')
-md5sums=('90cce750e5412d43ce075b0a9bdb6782'
- 'de499d01369fc85040f5bbfc53ae1700'
- '5db00ca92274c8b1797c204321961189')
-
-prepare() {
-  mkdir build
-
-  # FS#33286
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/appmenu-async.diff
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: appmenu-qt/repos/extra-x86_64/PKGBUILD (from rev 228343, 
appmenu-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-02 16:13:34 UTC (rev 228344)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=appmenu-qt
+pkgver=0.2.6
+pkgrel=5
+pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
+arch=('i686' 'x86_64')
+url='https://launchpad.net/appmenu-qt'
+license=('GPL')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'appmenu-async.diff')
+md5sums=('90cce750e5412d43ce075b0a9bdb6782'
+ 'SKIP'
+ '5db00ca92274c8b1797c204321961189')
+validpgpkeys=('45C43F82329D77F384214CCABEED35A5EEE34473') # Aurelien Gateau
+
+prepare() {
+  mkdir build
+
+  # FS#33286
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/appmenu-async.diff
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: appmenu-async.diff
===
--- appmenu-async.diff  2015-01-02 16:13:24 UTC (rev 228343)
+++ appmenu-async.diff  2015-01-02 16:13:34 UTC (rev 228344)
@@ -1,149 +0,0 @@
-=== modified file 'src/CMakeLists.txt'
 src/CMakeLists.txt 2012-02-27 14:27:17 +
-+++ src/CMakeLists.txt 2013-01-04 10:33:53 +
-@@ -15,6 +15,10 @@
- ${QT_QTXML_INCLUDE_DIR}
- )
- 
-+qt4_add_dbus_interface(appmenu_qt_SRCS com.canonical.AppMenu.Registrar.xml
-+   registrar)
-+
-+
- qt4_automoc(${appmenu_qt_SRCS})
- 
- link_directories(
-
-=== modified file 'src/appmenuplatformmenubar.cpp'
 src/appmenuplatformmenubar.cpp 2012-04-04 16:06:06 +
-+++ src/appmenuplatformmenubar.cpp 2013-01-04 10:36:25 +
-@@ -15,6 +15,7 @@
-along with appmenu-qt.  If not, see http://www.gnu.org/licenses/.
- */
- #include appmenuplatformmenubar.h
-+#include registrar.h
- 
- // dbusmenu-qt
- #include dbusmenuexporter.h
-@@ -393,6 +394,8 @@
- 
- bool MenuBarAdapter::registerWindow()
- {
-+static com::canonical::AppMenu::Registrar *registrar = 0;
-+
- if (!m_menuBar-window()) {
- WARN  No parent for this menubar;
- return false;
-@@ -403,9 +406,8 @@
- return true;
- }
- 
--QDBusInterface host(REGISTRAR_SERVICE, REGISTRAR_PATH, REGISTRAR_IFACE);
--if (!host.isValid()) {
--return false;
-+if (!registrar) {
-+registrar = new com::canonical::AppMenu::Registrar(REGISTRAR_SERVICE, 
REGISTRAR_PATH, QDBusConnection::sessionBus(), 0);
- }
- 
- Q_FOREACH(QAction *action, m_menuBar-actions()) {
-@@ -428,8 +430,9 @@
- }
- 
- m_registeredWinId = winId;
--QVariant path = 
QVariant::fromValueQDBusObjectPath(QDBusObjectPath(m_objectPath));
--host.asyncCall(QLatin1String(RegisterWindow), QVariant(winId), path);
-+if (registrar) {
-+registrar-RegisterWindow(winId, QDBusObjectPath(m_objectPath));
-+}
- return true;
- }
- 
-
-=== 

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

2015-01-02 Thread Lukas Fleischer
Date: Friday, January 2, 2015 @ 18:00:32
  Author: lfleischer
Revision: 125181

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-02 17:00:18 UTC (rev 125180)
+++ community-i686/PKGBUILD 2015-01-02 17:00:32 UTC (rev 125181)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Peter Lewis ple...@aur.archlinux.org
-# Contributor: TDY t...@gmx.com
-# Contributor: Ray Kohler atara...@gmail.com
-# Contributor: muflax muf...@gmail.com
-# Contributor: coolkehon coolke...@gmail.com
-
-pkgname=task
-pkgver=2.3.0
-pkgrel=4
-pkgdesc=A command-line todo list manager
-arch=('i686' 'x86_64')
-url=http://taskwarrior.org/;
-license=('MIT')
-depends=('util-linux' 'gnutls')
-makedepends=('cmake')
-optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
-source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('2b9a289109e691e305b84631622299853134cf195d4c9af962759b640176ac73')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Note that we rename the bash completion script for bash-completion  1.99, 
until upstream does so.
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/bash/task.sh 
$pkgdir/usr/share/bash-completion/completions/task
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/fish/task.fish 
$pkgdir/usr/share/fish/completions/task.fish
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/zsh/_task 
$pkgdir/usr/share/zsh/site-functions/_task
-
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim 
$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/task/LICENSE
-}

Copied: task/repos/community-i686/PKGBUILD (from rev 125180, 
task/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-02 17:00:32 UTC (rev 125181)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Peter Lewis ple...@aur.archlinux.org
+# Contributor: TDY t...@gmx.com
+# Contributor: Ray Kohler atara...@gmail.com
+# Contributor: muflax muf...@gmail.com
+# Contributor: coolkehon coolke...@gmail.com
+
+pkgname=task
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=A command-line todo list manager
+arch=('i686' 'x86_64')
+url=http://taskwarrior.org/;
+license=('MIT')
+depends=('util-linux' 'gnutls')
+makedepends=('cmake')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('6fa595f5b0fdf6ee8031da39e8d009771bda135f265d5f7b59df8046ffd9119e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Note that we rename the bash completion script for bash-completion  1.99, 
until upstream does so.
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/bash/task.sh 
$pkgdir/usr/share/bash-completion/completions/task
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/fish/task.fish 
$pkgdir/usr/share/fish/completions/task.fish
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/zsh/_task 
$pkgdir/usr/share/zsh/site-functions/_task
+
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim 
$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim 

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

2015-01-02 Thread Bartłomiej Piotrowski
Date: Friday, January 2, 2015 @ 17:47:34
  Author: bpiotrowski
Revision: 228347

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

Added:
  libgadu/repos/extra-i686/PKGBUILD
(from rev 228346, libgadu/trunk/PKGBUILD)
  libgadu/repos/extra-x86_64/PKGBUILD
(from rev 228346, libgadu/trunk/PKGBUILD)
Deleted:
  libgadu/repos/extra-i686/PKGBUILD
  libgadu/repos/extra-i686/protobuf-c.patch
  libgadu/repos/extra-x86_64/PKGBUILD
  libgadu/repos/extra-x86_64/protobuf-c.patch

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   36 
 extra-i686/protobuf-c.patch   |   17 ---
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/protobuf-c.patch |   17 ---
 5 files changed, 58 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-02 16:47:20 UTC (rev 228346)
+++ extra-i686/PKGBUILD 2015-01-02 16:47:34 UTC (rev 228347)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.12.0
-pkgrel=2
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://libgadu.net/;
-license=('LGPL2.1')
-depends=('gnutls' 'protobuf-c')
-source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'protobuf-c.patch')
-md5sums=('e4569a0ed26136c4634fa8c4013910e3'
- '0139f15f89db5a3684994ae5ba4115d9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/protobuf-c.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./protobufgen.sh
-  ./configure --prefix=/usr \
---disable-tests \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgadu/repos/extra-i686/PKGBUILD (from rev 228346, 
libgadu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-02 16:47:34 UTC (rev 228347)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.12.1
+pkgrel=1
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6de8b26f3b9155a67f549ced6da93c56')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./protobufgen.sh
+  ./configure --prefix=/usr \
+--disable-tests \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/protobuf-c.patch
===
--- extra-i686/protobuf-c.patch 2015-01-02 16:47:20 UTC (rev 228346)
+++ extra-i686/protobuf-c.patch 2015-01-02 16:47:34 UTC (rev 228347)
@@ -1,17 +0,0 @@
-diff -Npru libgadu-1.12.0.orig/protobufgen.sh libgadu-1.12.0/protobufgen.sh
 libgadu-1.12.0.orig/protobufgen.sh 2014-06-13 18:41:37.0 +
-+++ libgadu-1.12.0/protobufgen.sh  2014-07-16 20:06:14.570039033 +
-@@ -6,12 +6,5 @@ if [ $? != 0 ] ; then
-   exit -1
- fi
- 
--sed -i 's/google\/protobuf-c\/protobuf-c.h/protobuf.h/g' packets.pb-c.h
--
--if ! cat packets.pb-c.c | grep PROTOBUF_C_NO_DEPRECATED  /dev/null; then
--  echo Warning: protobuf-c-compiler  0.14 detected, trying to fix the 
output
--  sed -i 's|NULL,NULL/\* reserved1, reserved2 \*/|0, 0, NULL, 
NULL|g' packets.pb-c.c
--fi
--
- mv packets.pb-c.h include
- mv packets.pb-c.c src
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-02 16:47:20 UTC (rev 228346)
+++ extra-x86_64/PKGBUILD   2015-01-02 16:47:34 UTC (rev 228347)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.12.0
-pkgrel=2
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://libgadu.net/;
-license=('LGPL2.1')
-depends=('gnutls' 'protobuf-c')
-source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'protobuf-c.patch')
-md5sums=('e4569a0ed26136c4634fa8c4013910e3'
- '0139f15f89db5a3684994ae5ba4115d9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/protobuf-c.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./protobufgen.sh
-  ./configure --prefix=/usr \
---disable-tests \
-

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

2015-01-02 Thread Lukas Fleischer
Date: Friday, January 2, 2015 @ 17:49:19
  Author: lfleischer
Revision: 125179

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-02 16:49:07 UTC (rev 125178)
+++ community-i686/PKGBUILD 2015-01-02 16:49:19 UTC (rev 125179)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Thomas Mader thez...@gmail.com
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-# Contributor: tardo ta...@nagi-fanboi.net
-
-pkgname=astyle
-pkgver=2.05
-pkgrel=1
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
-md5sums=('3806526408bb08db795f0d4d35ef48e5')
-
-build() {
-  cd $srcdir/$pkgname/build/gcc
-  make release shared
-}
-
-package() {
-  cd $srcdir/$pkgname/build/gcc
-
-  install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
-  install -Dm0755 bin/libastyle-${pkgver}.so 
$pkgdir/usr/lib/libastyle-${pkgver}.so
-
-  # install documentation (implements FS#23290)
-  install -d $pkgdir/usr/share/doc/$pkgname/
-  for f in ../../doc/*.html; do
-install -m0644 $f $pkgdir/usr/share/doc/$pkgname/
-  done
-}

Copied: astyle/repos/community-i686/PKGBUILD (from rev 125178, 
astyle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-02 16:49:19 UTC (rev 125179)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Thomas Mader thez...@gmail.com
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+# Contributor: tardo ta...@nagi-fanboi.net
+
+pkgname=astyle
+pkgver=2.05.1
+pkgrel=1
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/astyle/'
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
+md5sums=('4142d178047d7040da3e0e2f1b030a1a')
+
+build() {
+  cd $srcdir/$pkgname/build/gcc
+  make release shared
+}
+
+package() {
+  cd $srcdir/$pkgname/build/gcc
+
+  install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
+  install -Dm0755 bin/libastyle-${pkgver}.so 
$pkgdir/usr/lib/libastyle-${pkgver}.so
+
+  # install documentation (implements FS#23290)
+  install -d $pkgdir/usr/share/doc/$pkgname/
+  for f in ../../doc/*.html; do
+install -m0644 $f $pkgdir/usr/share/doc/$pkgname/
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-02 16:49:07 UTC (rev 125178)
+++ community-x86_64/PKGBUILD   2015-01-02 16:49:19 UTC (rev 125179)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Thomas Mader thez...@gmail.com
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-# Contributor: tardo ta...@nagi-fanboi.net
-
-pkgname=astyle
-pkgver=2.05
-pkgrel=1
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
-md5sums=('3806526408bb08db795f0d4d35ef48e5')
-
-build() {
-  cd $srcdir/$pkgname/build/gcc
-  make release shared
-}
-
-package() {
-  cd $srcdir/$pkgname/build/gcc
-
-  install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
-  install -Dm0755 bin/libastyle-${pkgver}.so 
$pkgdir/usr/lib/libastyle-${pkgver}.so
-
-  # install documentation (implements FS#23290)
-  install -d $pkgdir/usr/share/doc/$pkgname/
-  for f in ../../doc/*.html; do
-install -m0644 $f $pkgdir/usr/share/doc/$pkgname/
-  done
-}

Copied: astyle/repos/community-x86_64/PKGBUILD (from rev 125178, 
astyle/trunk/PKGBUILD)

[arch-commits] Commit in libgadu/trunk (PKGBUILD protobuf-c.patch)

2015-01-02 Thread Bartłomiej Piotrowski
Date: Friday, January 2, 2015 @ 17:47:20
  Author: bpiotrowski
Revision: 228346

upgpkg: libgadu 1.12.1-1

new upstream release

Modified:
  libgadu/trunk/PKGBUILD
Deleted:
  libgadu/trunk/protobuf-c.patch

--+
 PKGBUILD |   15 ---
 protobuf-c.patch |   17 -
 2 files changed, 4 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 16:13:43 UTC (rev 228345)
+++ PKGBUILD2015-01-02 16:47:20 UTC (rev 228346)
@@ -4,23 +4,16 @@
 # Contributor: Mateusz Herych heni...@gmail.com
 
 pkgname=libgadu
-pkgver=1.12.0
-pkgrel=2
+pkgver=1.12.1
+pkgrel=1
 pkgdesc=This library implements the client side of the Gadu-Gadu protocol
 arch=('i686' 'x86_64')
 url=http://libgadu.net/;
 license=('LGPL2.1')
 depends=('gnutls' 'protobuf-c')
-source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'protobuf-c.patch')
-md5sums=('e4569a0ed26136c4634fa8c4013910e3'
- '0139f15f89db5a3684994ae5ba4115d9')
+source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6de8b26f3b9155a67f549ced6da93c56')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/protobuf-c.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./protobufgen.sh

Deleted: protobuf-c.patch
===
--- protobuf-c.patch2015-01-02 16:13:43 UTC (rev 228345)
+++ protobuf-c.patch2015-01-02 16:47:20 UTC (rev 228346)
@@ -1,17 +0,0 @@
-diff -Npru libgadu-1.12.0.orig/protobufgen.sh libgadu-1.12.0/protobufgen.sh
 libgadu-1.12.0.orig/protobufgen.sh 2014-06-13 18:41:37.0 +
-+++ libgadu-1.12.0/protobufgen.sh  2014-07-16 20:06:14.570039033 +
-@@ -6,12 +6,5 @@ if [ $? != 0 ] ; then
-   exit -1
- fi
- 
--sed -i 's/google\/protobuf-c\/protobuf-c.h/protobuf.h/g' packets.pb-c.h
--
--if ! cat packets.pb-c.c | grep PROTOBUF_C_NO_DEPRECATED  /dev/null; then
--  echo Warning: protobuf-c-compiler  0.14 detected, trying to fix the 
output
--  sed -i 's|NULL,NULL/\* reserved1, reserved2 \*/|0, 0, NULL, 
NULL|g' packets.pb-c.c
--fi
--
- mv packets.pb-c.h include
- mv packets.pb-c.c src
-


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

2015-01-02 Thread Lukas Fleischer
Date: Friday, January 2, 2015 @ 18:00:18
  Author: lfleischer
Revision: 125180

upgpkg: task 2.4.0-1

Upstream update.

Modified:
  task/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 16:49:19 UTC (rev 125179)
+++ PKGBUILD2015-01-02 17:00:18 UTC (rev 125180)
@@ -6,8 +6,8 @@
 # Contributor: coolkehon coolke...@gmail.com
 
 pkgname=task
-pkgver=2.3.0
-pkgrel=4
+pkgver=2.4.0
+pkgrel=1
 pkgdesc=A command-line todo list manager
 arch=('i686' 'x86_64')
 url=http://taskwarrior.org/;
@@ -16,7 +16,7 @@
 makedepends=('cmake')
 optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
 source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('2b9a289109e691e305b84631622299853134cf195d4c9af962759b640176ac73')
+sha256sums=('6fa595f5b0fdf6ee8031da39e8d009771bda135f265d5f7b59df8046ffd9119e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-02 Thread Andreas Radke
Date: Friday, January 2, 2015 @ 18:38:11
  Author: andyrtr
Revision: 228348

upgpkg: libodfgen 0.1.3-1

upstream update 0.1.3

Modified:
  libodfgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 16:47:34 UTC (rev 228347)
+++ PKGBUILD2015-01-02 17:38:11 UTC (rev 228348)
@@ -4,7 +4,7 @@
 # Contributor: Yue
 
 pkgname=libodfgen
-pkgver=0.1.2
+pkgver=0.1.3
 pkgrel=1
 pkgdesc='Library for generating documents in Open Document Format'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('libwpd' 'zlib' 'librevenge')
 makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
 
source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
-sha1sums=('7b7970f006e0f9617abc1bf6b240b95e6e51b220')
+sha1sums=('29b86c22112f6dbb51f1510483394eb41cf5b250')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-02 Thread Lukas Fleischer
Date: Friday, January 2, 2015 @ 17:49:07
  Author: lfleischer
Revision: 125178

upgpkg: astyle 2.05.1-1

Upstream update.

Modified:
  astyle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 14:56:06 UTC (rev 125177)
+++ PKGBUILD2015-01-02 16:49:07 UTC (rev 125178)
@@ -6,7 +6,7 @@
 # Contributor: tardo ta...@nagi-fanboi.net
 
 pkgname=astyle
-pkgver=2.05
+pkgver=2.05.1
 pkgrel=1
 pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('LGPL')
 depends=('gcc-libs')
 
source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
-md5sums=('3806526408bb08db795f0d4d35ef48e5')
+md5sums=('4142d178047d7040da3e0e2f1b030a1a')
 
 build() {
   cd $srcdir/$pkgname/build/gcc


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

2015-01-02 Thread Andrea Scarpino
Date: Friday, January 2, 2015 @ 17:13:24
  Author: andrea
Revision: 228343

Add validpgpkeys array

Modified:
  appmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 15:35:42 UTC (rev 228342)
+++ PKGBUILD2015-01-02 16:13:24 UTC (rev 228343)
@@ -13,8 +13,9 @@
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
 'appmenu-async.diff')
 md5sums=('90cce750e5412d43ce075b0a9bdb6782'
- 'de499d01369fc85040f5bbfc53ae1700'
+ 'SKIP'
  '5db00ca92274c8b1797c204321961189')
+validpgpkeys=('45C43F82329D77F384214CCABEED35A5EEE34473') # Aurelien Gateau
 
 prepare() {
   mkdir build


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

2015-01-02 Thread Bartłomiej Piotrowski
Date: Friday, January 2, 2015 @ 20:00:51
  Author: bpiotrowski
Revision: 125183

archrelease: copy trunk to community-any

Added:
  
ansible/repos/community-any/0001-Fix-os_family-and-distribution-on-archlinux.patch
(from rev 125182, 
ansible/trunk/0001-Fix-os_family-and-distribution-on-archlinux.patch)
  ansible/repos/community-any/PKGBUILD
(from rev 125182, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

+
 0001-Fix-os_family-and-distribution-on-archlinux.patch |  175 +++
 PKGBUILD   |   87 ---
 2 files changed, 222 insertions(+), 40 deletions(-)

Copied: 
ansible/repos/community-any/0001-Fix-os_family-and-distribution-on-archlinux.patch
 (from rev 125182, 
ansible/trunk/0001-Fix-os_family-and-distribution-on-archlinux.patch)
===
--- 0001-Fix-os_family-and-distribution-on-archlinux.patch  
(rev 0)
+++ 0001-Fix-os_family-and-distribution-on-archlinux.patch  2015-01-02 
19:00:51 UTC (rev 125183)
@@ -0,0 +1,175 @@
+From 5efc4efca7288f072028d1a13e5d0d731f0b7a8f Mon Sep 17 00:00:00 2001
+From: Christian Hammerl i...@christian-hammerl.de
+Date: Sat, 18 Oct 2014 15:02:04 +0200
+Subject: [PATCH] Fix os_family and distribution on archlinux
+
+Fixes #8732, ansible/ansible-modules-core#34
+---
+ lib/ansible/module_utils/facts.py | 145 +++---
+ 1 file changed, 73 insertions(+), 72 deletions(-)
+
+diff --git a/lib/ansible/module_utils/facts.py 
b/lib/ansible/module_utils/facts.py
+index 8ec1b4f..6bbcace 100644
+--- a/lib/ansible/module_utils/facts.py
 b/lib/ansible/module_utils/facts.py
+@@ -273,84 +273,85 @@ class Facts(object):
+ self.facts['distribution_release'] = dist[2] or 'NA'
+ # Try to handle the exceptions now ...
+ for (path, name) in Facts.OSDIST_LIST:
+-if os.path.exists(path) and os.path.getsize(path)  0:
+-if self.facts['distribution'] in ('Fedora', ):
+-# Once we determine the value is one of these distros
+-# we trust the values are always correct
+-break
+-elif name == 'RedHat':
+-data = get_file_content(path)
+-if 'Red Hat' in data:
+-self.facts['distribution'] = name
+-else:
+-self.facts['distribution'] = data.split()[0]
+-break
+-elif name == 'OtherLinux':
+-data = get_file_content(path)
+-if 'Amazon' in data:
+-self.facts['distribution'] = 'Amazon'
+-self.facts['distribution_version'] = 
data.split()[-1]
+-break
+-elif name == 'OpenWrt':
+-data = get_file_content(path)
+-if 'OpenWrt' in data:
+-self.facts['distribution'] = name
+-version = re.search('DISTRIB_RELEASE=(.*)', 
data)
+-if version:
+-self.facts['distribution_version'] = 
version.groups()[0]
+-release = re.search('DISTRIB_CODENAME=(.*)', 
data)
+-if release:
+-self.facts['distribution_release'] = 
release.groups()[0]
++if os.path.exists(path):
++if os.path.getsize(path)  0:
++if self.facts['distribution'] in ('Fedora', ):
++# Once we determine the value is one of these 
distros
++# we trust the values are always correct
+ break
+-elif name == 'Alpine':
+-data = get_file_content(path)
+-self.facts['distribution'] = name
+-self.facts['distribution_version'] = data
+-break
+-elif name == 'Solaris':
+-data = get_file_content(path).split('\n')[0]
+-if 'Solaris' in data:
+-ora_prefix = ''
+-if 'Oracle Solaris' in data:
+-data = data.replace('Oracle ','')
+-ora_prefix = 'Oracle '
+-self.facts['distribution'] = data.split()[0]
+-self.facts['distribution_version'] = 
data.split()[1]
+-self.facts['distribution_release'] = ora_prefix + 
data
++elif name == 'RedHat':
++   

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

2015-01-02 Thread Bartłomiej Piotrowski
Date: Friday, January 2, 2015 @ 20:00:37
  Author: bpiotrowski
Revision: 125182

upgpkg: ansible 1.8.2-2

backport the patch fixing archlinux detection

Added:
  ansible/trunk/0001-Fix-os_family-and-distribution-on-archlinux.patch
Modified:
  ansible/trunk/PKGBUILD

+
 0001-Fix-os_family-and-distribution-on-archlinux.patch |  175 +++
 PKGBUILD   |   13 -
 2 files changed, 185 insertions(+), 3 deletions(-)

Added: 0001-Fix-os_family-and-distribution-on-archlinux.patch
===
--- 0001-Fix-os_family-and-distribution-on-archlinux.patch  
(rev 0)
+++ 0001-Fix-os_family-and-distribution-on-archlinux.patch  2015-01-02 
19:00:37 UTC (rev 125182)
@@ -0,0 +1,175 @@
+From 5efc4efca7288f072028d1a13e5d0d731f0b7a8f Mon Sep 17 00:00:00 2001
+From: Christian Hammerl i...@christian-hammerl.de
+Date: Sat, 18 Oct 2014 15:02:04 +0200
+Subject: [PATCH] Fix os_family and distribution on archlinux
+
+Fixes #8732, ansible/ansible-modules-core#34
+---
+ lib/ansible/module_utils/facts.py | 145 +++---
+ 1 file changed, 73 insertions(+), 72 deletions(-)
+
+diff --git a/lib/ansible/module_utils/facts.py 
b/lib/ansible/module_utils/facts.py
+index 8ec1b4f..6bbcace 100644
+--- a/lib/ansible/module_utils/facts.py
 b/lib/ansible/module_utils/facts.py
+@@ -273,84 +273,85 @@ class Facts(object):
+ self.facts['distribution_release'] = dist[2] or 'NA'
+ # Try to handle the exceptions now ...
+ for (path, name) in Facts.OSDIST_LIST:
+-if os.path.exists(path) and os.path.getsize(path)  0:
+-if self.facts['distribution'] in ('Fedora', ):
+-# Once we determine the value is one of these distros
+-# we trust the values are always correct
+-break
+-elif name == 'RedHat':
+-data = get_file_content(path)
+-if 'Red Hat' in data:
+-self.facts['distribution'] = name
+-else:
+-self.facts['distribution'] = data.split()[0]
+-break
+-elif name == 'OtherLinux':
+-data = get_file_content(path)
+-if 'Amazon' in data:
+-self.facts['distribution'] = 'Amazon'
+-self.facts['distribution_version'] = 
data.split()[-1]
+-break
+-elif name == 'OpenWrt':
+-data = get_file_content(path)
+-if 'OpenWrt' in data:
+-self.facts['distribution'] = name
+-version = re.search('DISTRIB_RELEASE=(.*)', 
data)
+-if version:
+-self.facts['distribution_version'] = 
version.groups()[0]
+-release = re.search('DISTRIB_CODENAME=(.*)', 
data)
+-if release:
+-self.facts['distribution_release'] = 
release.groups()[0]
++if os.path.exists(path):
++if os.path.getsize(path)  0:
++if self.facts['distribution'] in ('Fedora', ):
++# Once we determine the value is one of these 
distros
++# we trust the values are always correct
+ break
+-elif name == 'Alpine':
+-data = get_file_content(path)
+-self.facts['distribution'] = name
+-self.facts['distribution_version'] = data
+-break
+-elif name == 'Solaris':
+-data = get_file_content(path).split('\n')[0]
+-if 'Solaris' in data:
+-ora_prefix = ''
+-if 'Oracle Solaris' in data:
+-data = data.replace('Oracle ','')
+-ora_prefix = 'Oracle '
+-self.facts['distribution'] = data.split()[0]
+-self.facts['distribution_version'] = 
data.split()[1]
+-self.facts['distribution_release'] = ora_prefix + 
data
++elif name == 'RedHat':
++data = get_file_content(path)
++if 'Red Hat' in data:
++self.facts['distribution'] = name
++else:
++self.facts['distribution'] = data.split()[0]
+ break

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

2015-01-02 Thread Andreas Radke
Date: Friday, January 2, 2015 @ 18:44:49
  Author: andyrtr
Revision: 228351

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-02 17:44:37 UTC (rev 228350)
+++ extra-i686/PKGBUILD 2015-01-02 17:44:49 UTC (rev 228351)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-# Contributor: philacs
-
-pkgname=libvisio
-pkgver=0.1.0
-pkgrel=2
-pkgdesc='Library providing ability to interpret and import visio diagrams'
-arch=('i686' 'x86_64')
-url='http://www.freedesktop.org/wiki/Software/libvisio'
-license=('LGPL')
-depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
-makedepends=('boost' 'gperf' 'doxygen')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('41e156acfd269dcaf99b37a1d979b746')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libvisio/repos/extra-i686/PKGBUILD (from rev 228350, 
libvisio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-02 17:44:49 UTC (rev 228351)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libvisio'
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-02 17:44:37 UTC (rev 228350)
+++ extra-x86_64/PKGBUILD   2015-01-02 17:44:49 UTC (rev 228351)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-# Contributor: philacs
-
-pkgname=libvisio
-pkgver=0.1.0
-pkgrel=2
-pkgdesc='Library providing ability to interpret and import visio diagrams'
-arch=('i686' 'x86_64')
-url='http://www.freedesktop.org/wiki/Software/libvisio'
-license=('LGPL')
-depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
-makedepends=('boost' 'gperf' 'doxygen')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('41e156acfd269dcaf99b37a1d979b746')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libvisio/repos/extra-x86_64/PKGBUILD (from rev 228350, 
libvisio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-02 17:44:49 UTC (rev 228351)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libvisio'
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+

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

2015-01-02 Thread Andreas Radke
Date: Friday, January 2, 2015 @ 18:38:29
  Author: andyrtr
Revision: 228349

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-02 17:38:11 UTC (rev 228348)
+++ extra-i686/PKGBUILD 2015-01-02 17:38:29 UTC (rev 228349)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Yue
-
-pkgname=libodfgen
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='Library for generating documents in Open Document Format'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
-license=('MPL')
-depends=('libwpd' 'zlib' 'librevenge')
-makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
-source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
-sha1sums=('7b7970f006e0f9617abc1bf6b240b95e6e51b220')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libodfgen/repos/extra-i686/PKGBUILD (from rev 228348, 
libodfgen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-02 17:38:29 UTC (rev 228349)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib' 'librevenge')
+makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
+source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('29b86c22112f6dbb51f1510483394eb41cf5b250')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-02 17:38:11 UTC (rev 228348)
+++ extra-x86_64/PKGBUILD   2015-01-02 17:38:29 UTC (rev 228349)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Yue
-
-pkgname=libodfgen
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='Library for generating documents in Open Document Format'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
-license=('MPL')
-depends=('libwpd' 'zlib' 'librevenge')
-makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
-source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
-sha1sums=('7b7970f006e0f9617abc1bf6b240b95e6e51b220')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libodfgen/repos/extra-x86_64/PKGBUILD (from rev 228348, 
libodfgen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-02 17:38:29 UTC (rev 228349)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib' 'librevenge')
+makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
+source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('29b86c22112f6dbb51f1510483394eb41cf5b250')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-01-02 Thread Jaroslav Lichtblau
Date: Friday, January 2, 2015 @ 21:47:32
  Author: jlichtblau
Revision: 125187

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 125186, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-02 20:47:22 UTC (rev 125186)
+++ PKGBUILD2015-01-02 20:47:32 UTC (rev 125187)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress c...@flexion.org
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: kozec kozec at kozec dot com
-
-pkgname=syncthing-gtk
-pkgver=0.5.5
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-makedepends=('python2-setuptools')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
-source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('176dadfbb51171719dd72fa1a68632aa')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 125186, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-02 20:47:32 UTC (rev 125187)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: kozec kozec at kozec dot com
+
+pkgname=syncthing-gtk
+pkgver=0.5.6
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+makedepends=('python2-setuptools')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
+source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('0931d312e9cb9510ef92d4a3927b0d1e')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}


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

2015-01-02 Thread Andreas Radke
Date: Friday, January 2, 2015 @ 18:44:37
  Author: andyrtr
Revision: 228350

upgpkg: libvisio 0.1.1-1

upstream update 0.1.1

Modified:
  libvisio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 17:38:29 UTC (rev 228349)
+++ PKGBUILD2015-01-02 17:44:37 UTC (rev 228350)
@@ -5,16 +5,16 @@
 # Contributor: philacs
 
 pkgname=libvisio
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
 pkgdesc='Library providing ability to interpret and import visio diagrams'
 arch=('i686' 'x86_64')
 url='http://www.freedesktop.org/wiki/Software/libvisio'
 license=('LGPL')
 depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
-makedepends=('boost' 'gperf' 'doxygen')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
 source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('41e156acfd269dcaf99b37a1d979b746')
+md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a')
 
 build() {
   cd $pkgname-$pkgver
@@ -22,6 +22,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install


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

2015-01-02 Thread Daniel Micay
Date: Friday, January 2, 2015 @ 20:57:01
  Author: thestinger
Revision: 125185

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 125184, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 125184, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 125184, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 125184, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 125184, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 125184, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 125184, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 125184, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 125184, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 125184, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 125184, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 125184, 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/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/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  |  652 
 /change-default-console-loglevel.patch |   22 
 /config|14716 +++
 /config.x86_64 |14138 ++
 /linux-grsec.install   |  110 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7358 ---
 community-i686/config.x86_64   | 7069 ---
 community-i686/linux-grsec.install |   55 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7358 ---
 community-x86_64/config.x86_64 | 7069 ---
 community-x86_64/linux-grsec.install   |   55 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29666 insertions(+), 29666 deletions(-)

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


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

2015-01-02 Thread Daniel Micay
Date: Friday, January 2, 2015 @ 20:55:57
  Author: thestinger
Revision: 125184

upgpkg: linux-grsec 3.18.1.201501011219-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 19:00:51 UTC (rev 125183)
+++ PKGBUILD2015-01-02 19:55:57 UTC (rev 125184)
@@ -9,7 +9,7 @@
 _srcname=linux-3.18
 _pkgver=3.18.1
 _grsecver=3.0
-_timestamp=201412310755
+_timestamp=201501011219
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '4df87c395c94012544ca297db6608fe8e7c8fb5289641c4bfb4d9d87b6f06968'
 'SKIP'
-'316e339cbb4ac4399d972fe75f18a24eded29edd3514b67e068657b9e2369fa5'
+'2437333206c15bc492c6009680dc57de800cd8ad1d2ae4628b83b39df2c02f9e'
 'SKIP'
 '3730ac2c05934cdfa5f82001c3815b7ea307de2b57f38b4871fd1f73bb3bb0df'
 '8962b42de4526ce7252b51825fd9a9f2518d799b057650a4bbe3fb9cf05977d9'


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

2015-01-02 Thread Jaroslav Lichtblau
Date: Friday, January 2, 2015 @ 21:47:22
  Author: jlichtblau
Revision: 125186

upgpkg: syncthing-gtk 0.5.6-1

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 19:57:01 UTC (rev 125185)
+++ PKGBUILD2015-01-02 20:47:22 UTC (rev 125186)
@@ -4,7 +4,7 @@
 # Contributor: kozec kozec at kozec dot com
 
 pkgname=syncthing-gtk
-pkgver=0.5.5
+pkgver=0.5.6
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools')
 depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
 source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('176dadfbb51171719dd72fa1a68632aa')
+md5sums=('0931d312e9cb9510ef92d4a3927b0d1e')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-02 Thread Jelle van der Waa
Date: Friday, January 2, 2015 @ 09:51:10
  Author: jelle
Revision: 125160

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

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

--+
 /PKGBUILD|  182 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   91 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   91 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-02 08:50:56 UTC (rev 125159)
+++ community-i686/PKGBUILD 2015-01-02 08:51:10 UTC (rev 125160)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.14.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64')
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('23b3d8f4418d4071c9a2ecbf6d19ae92')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/six.py \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall 

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

2015-01-02 Thread Felix Yan
Date: Friday, January 2, 2015 @ 09:17:54
  Author: fyan
Revision: 125158

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-02 08:17:12 UTC (rev 125157)
+++ community-i686/PKGBUILD 2015-01-02 08:17:54 UTC (rev 125158)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.35
-_npmver=2.1.17
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('0043656bb1724cb09dbdc960a2fd6ee37d3badb2f9c75562b2d11235daa40a03'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 125157, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-02 08:17:54 UTC (rev 125158)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.35
+_npmver=2.1.18
+pkgrel=3
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('0043656bb1724cb09dbdc960a2fd6ee37d3badb2f9c75562b2d11235daa40a03'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  

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

2015-01-02 Thread Jelle van der Waa
Date: Friday, January 2, 2015 @ 09:50:56
  Author: jelle
Revision: 125159

upgpkg: calibre 2.15.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 08:17:54 UTC (rev 125158)
+++ PKGBUILD2015-01-02 08:50:56 UTC (rev 125159)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.14.0
+pkgver=2.15.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('23b3d8f4418d4071c9a2ecbf6d19ae92')
+md5sums=('1658161216c5e4cf8a6c37b7af49d4e6')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-01-02 Thread Felix Yan
Date: Friday, January 2, 2015 @ 09:17:12
  Author: fyan
Revision: 125157

upgpkg: nodejs 0.10.35-3

update npm to 2.1.18

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 07:23:00 UTC (rev 125156)
+++ PKGBUILD2015-01-02 08:17:12 UTC (rev 125157)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.35
-_npmver=2.1.17
-pkgrel=2
+_npmver=2.1.18
+pkgrel=3
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2015-01-02 Thread Felix Yan
Date: Saturday, January 3, 2015 @ 05:18:12
  Author: fyan
Revision: 228356

upgpkg: python-setuptools 1:10.2.1-1

upstream new release

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 04:03:22 UTC (rev 228355)
+++ PKGBUILD2015-01-03 04:18:12 UTC (rev 228356)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=10.2
+pkgver=10.2.1
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('3674e79f9c5437c4e0515c9904ab06ce2628805f0b8b445f390dbb41b08bc62adf02e982b0f77ed858bf2a0563b3e2d0997b0c2eb3cc1048d9c46f313a004dcf')
+sha512sums=('8e60a3b9561a5344854b719b54fe08ec83ce18926fa72003830e94069e2cd7bedd338d1c82050e7ac1d9c992f8fc1f506681f0837d7bc3cd06f93d24a610a8a2')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


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

2015-01-02 Thread Felix Yan
Date: Saturday, January 3, 2015 @ 05:18:25
  Author: fyan
Revision: 228357

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-03 04:18:12 UTC (rev 228356)
+++ PKGBUILD2015-01-03 04:18:25 UTC (rev 228357)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=10.2
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('3674e79f9c5437c4e0515c9904ab06ce2628805f0b8b445f390dbb41b08bc62adf02e982b0f77ed858bf2a0563b3e2d0997b0c2eb3cc1048d9c46f313a004dcf')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 228356, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-03 04:18:25 UTC (rev 228357)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=10.2.1
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('8e60a3b9561a5344854b719b54fe08ec83ce18926fa72003830e94069e2cd7bedd338d1c82050e7ac1d9c992f8fc1f506681f0837d7bc3cd06f93d24a610a8a2')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  

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

2015-01-02 Thread Felix Yan
Date: Saturday, January 3, 2015 @ 05:03:08
  Author: fyan
Revision: 228354

upgpkg: python-setuptools 1:10.2-1

upstream new release

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 03:58:47 UTC (rev 228353)
+++ PKGBUILD2015-01-03 04:03:08 UTC (rev 228354)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=10.1
+pkgver=10.2
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('47fc9c4b1ef33e7f5ced045e00f35638330168dcea48569980e140aaa2eaa4a3d2c1c61c44f7d623efb9be9efec7c7e12bc4850a6a0a7dd69fd5f59427a74828')
+sha512sums=('3674e79f9c5437c4e0515c9904ab06ce2628805f0b8b445f390dbb41b08bc62adf02e982b0f77ed858bf2a0563b3e2d0997b0c2eb3cc1048d9c46f313a004dcf')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


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

2015-01-02 Thread Felix Yan
Date: Saturday, January 3, 2015 @ 05:03:22
  Author: fyan
Revision: 228355

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-03 04:03:08 UTC (rev 228354)
+++ PKGBUILD2015-01-03 04:03:22 UTC (rev 228355)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=10.1
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('47fc9c4b1ef33e7f5ced045e00f35638330168dcea48569980e140aaa2eaa4a3d2c1c61c44f7d623efb9be9efec7c7e12bc4850a6a0a7dd69fd5f59427a74828')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 228354, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-03 04:03:22 UTC (rev 228355)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=10.2
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('3674e79f9c5437c4e0515c9904ab06ce2628805f0b8b445f390dbb41b08bc62adf02e982b0f77ed858bf2a0563b3e2d0997b0c2eb3cc1048d9c46f313a004dcf')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  

[arch-commits] Commit in automake/repos/core-any (4 files)

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:22:26
  Author: allan
Revision: 228359

archrelease: copy trunk to core-any

Added:
  automake/repos/core-any/PKGBUILD
(from rev 228358, automake/trunk/PKGBUILD)
  automake/repos/core-any/automake.install
(from rev 228358, automake/trunk/automake.install)
Deleted:
  automake/repos/core-any/PKGBUILD
  automake/repos/core-any/automake.install

--+
 PKGBUILD |   85 ++---
 automake.install |   44 +--
 2 files changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-03 06:21:22 UTC (rev 228358)
+++ PKGBUILD2015-01-03 06:22:26 UTC (rev 228359)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=automake
-pkgver=1.14.1
-pkgrel=1
-pkgdesc=A GNU tool for automatically creating Makefiles
-arch=('any')
-license=('GPL')
-url=http://www.gnu.org/software/automake;
-groups=('base-devel')
-depends=('perl' 'bash')
-makedepends=('autoconf')
-checkdepends=('dejagnu' 'python' 'gcc-fortran' 'java-environment' 'vala' 
'emacs' 'cscope')
-install=automake.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('7fc29854c520f56b07aa232a0f880292'
- 'SKIP')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # skip failing test...
-  sed -i /instmany-python.sh/d Makefile.in
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: automake/repos/core-any/PKGBUILD (from rev 228358, 
automake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-03 06:22:26 UTC (rev 228359)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=automake
+pkgver=1.14.1
+pkgrel=1
+pkgdesc=A GNU tool for automatically creating Makefiles
+arch=('any')
+license=('GPL')
+url=http://www.gnu.org/software/automake;
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+checkdepends=('dejagnu' 'python' 'gcc-fortran' 'java-environment' 'vala' 
'emacs' 'cscope')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('7fc29854c520f56b07aa232a0f880292'
+ 'SKIP')
+validpgpkeys=('A0460631BECA5C1CCD1C8362FC818E17429F96EA')   # Stefano Lattarini
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # skip failing test...
+  sed -i /instmany-python.sh/d Makefile.in
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: automake.install
===
--- automake.install2015-01-03 06:21:22 UTC (rev 228358)
+++ automake.install2015-01-03 06:22:26 UTC (rev 228359)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(automake.info automake.info-1 automake.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: automake/repos/core-any/automake.install (from rev 228358, 
automake/trunk/automake.install)
===
--- automake.install(rev 0)
+++ automake.install2015-01-03 06:22:26 UTC (rev 228359)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(automake.info automake.info-1 automake.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-02 Thread Felix Yan
Date: Saturday, January 3, 2015 @ 04:58:47
  Author: fyan
Revision: 228353

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

Added:
  aspell-pt/repos/extra-i686/PKGBUILD
(from rev 228352, aspell-pt/trunk/PKGBUILD)
  aspell-pt/repos/extra-x86_64/PKGBUILD
(from rev 228352, aspell-pt/trunk/PKGBUILD)
Deleted:
  aspell-pt/repos/extra-i686/PKGBUILD
  aspell-pt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-03 03:58:25 UTC (rev 228352)
+++ extra-i686/PKGBUILD 2015-01-03 03:58:47 UTC (rev 228353)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20150101
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  '2de03006dc41638b7973c3ba99fe47fee783e36c'
-  '258e60669f7bd9d2d06a315ec439b8c446d0f8aa')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  make DESTDIR=$pkgdir install
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  make DESTDIR=$pkgdir install
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  make DESTDIR=$pkgdir install
-
-  echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
-}

Copied: aspell-pt/repos/extra-i686/PKGBUILD (from rev 228352, 
aspell-pt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-03 03:58:47 UTC (rev 228353)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20150102
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  'af41f94de0d0fedf38e0d2651c453c86650071fc'
+  '5fabdcd8c6ad8ff4923cfccb3d92c7030614b70b')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-03 03:58:25 UTC (rev 228352)
+++ extra-x86_64/PKGBUILD   2015-01-03 03:58:47 UTC (rev 228353)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20150101
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  '2de03006dc41638b7973c3ba99fe47fee783e36c'
-  '258e60669f7bd9d2d06a315ec439b8c446d0f8aa')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0

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

2015-01-02 Thread Kyle Keen
Date: Saturday, January 3, 2015 @ 05:41:12
  Author: kkeen
Revision: 125198

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-03 04:40:43 UTC (rev 125197)
+++ PKGBUILD2015-01-03 04:41:12 UTC (rev 125198)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrew Antle andrew dot antle at gmail dot com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Chaiwat Suttipongsakul cwt at bashell dot com
-
-pkgbase=python-markdown
-pkgname=('python-markdown' 'python2-markdown')
-_pkgbasename=Markdown
-pkgver=2.5.1
-pkgrel=1
-pkgdesc=Python implementation of John Gruber's Markdown.
-arch=('any')
-url='http://pypi.python.org/pypi/Markdown'
-license=('BSD')
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('9effb2679302efb1ce14265cb9e46f96')
-
-build() {
-  # bug in 2.4, some DOS line endings slipped in
-  find $_pkgbasename-$pkgver/ -name '*py' | xargs sed -i 's|\r||g'
-
-  cp -r $_pkgbasename-$pkgver $srcdir/python2-markdown
-  cd $srcdir/python2-markdown
-  find $srcdir/python2-markdown -name '*py' | xargs sed -i 's|#!/usr/bin/env 
python$|2|'
-}
-
-package_python-markdown() {
-  depends=('python')
-  cd $srcdir/$_pkgbasename-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=0
-  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python-markdown/LICENSE
-}
-
-package_python2-markdown() {
-  depends=('python2')
-  cd $srcdir/python2-markdown
-  python2 setup.py install --root=$pkgdir --optimize=0
-  mv $pkgdir/usr/bin/markdown_py $pkgdir/usr/bin/markdown_py2
-  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python2-markdown/LICENSE
-}

Copied: python-markdown/repos/community-any/PKGBUILD (from rev 125197, 
python-markdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-03 04:41:12 UTC (rev 125198)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrew Antle andrew dot antle at gmail dot com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Chaiwat Suttipongsakul cwt at bashell dot com
+
+pkgbase=python-markdown
+pkgname=('python-markdown' 'python2-markdown')
+_pkgbasename=Markdown
+pkgver=2.5.2
+pkgrel=1
+pkgdesc=Python implementation of John Gruber's Markdown.
+arch=('any')
+url='http://pypi.python.org/pypi/Markdown'
+license=('BSD')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
+md5sums=('db9e3175f4638bfd1574996bf471ea96')
+
+build() {
+  # bug in 2.4, some DOS line endings slipped in
+  find $_pkgbasename-$pkgver/ -name '*py' | xargs sed -i 's|\r||g'
+
+  cp -r $_pkgbasename-$pkgver $srcdir/python2-markdown
+  cd $srcdir/python2-markdown
+  find $srcdir/python2-markdown -name '*py' | xargs sed -i 's|#!/usr/bin/env 
python$|2|'
+}
+
+package_python-markdown() {
+  depends=('python')
+  cd $srcdir/$_pkgbasename-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=0
+  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python-markdown/LICENSE
+}
+
+package_python2-markdown() {
+  depends=('python2')
+  cd $srcdir/python2-markdown
+  python2 setup.py install --root=$pkgdir --optimize=0
+  mv $pkgdir/usr/bin/markdown_py $pkgdir/usr/bin/markdown_py2
+  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python2-markdown/LICENSE
+}


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

2015-01-02 Thread Felix Yan
Date: Saturday, January 3, 2015 @ 04:58:25
  Author: fyan
Revision: 228352

upgpkg: aspell-pt 20150102-1

upstream new release

Modified:
  aspell-pt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 17:44:49 UTC (rev 228351)
+++ PKGBUILD2015-01-03 03:58:25 UTC (rev 228352)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=aspell-pt
-_pkgverPT=20150101
+_pkgverPT=20150102
 _pkgverBR=20090702
 pkgver=$_pkgverPT
 pkgrel=1
@@ -17,8 +17,8 @@
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
 sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  '2de03006dc41638b7973c3ba99fe47fee783e36c'
-  '258e60669f7bd9d2d06a315ec439b8c446d0f8aa')
+  'af41f94de0d0fedf38e0d2651c453c86650071fc'
+  '5fabdcd8c6ad8ff4923cfccb3d92c7030614b70b')
 
 build() {
   cd aspell6-pt_BR-$_pkgverBR-0


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

2015-01-02 Thread Kyle Keen
Date: Saturday, January 3, 2015 @ 05:40:43
  Author: kkeen
Revision: 125197

upgpkg: python-markdown 2.5.2-1

Modified:
  python-markdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 00:17:43 UTC (rev 125196)
+++ PKGBUILD2015-01-03 04:40:43 UTC (rev 125197)
@@ -8,7 +8,7 @@
 pkgbase=python-markdown
 pkgname=('python-markdown' 'python2-markdown')
 _pkgbasename=Markdown
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc=Python implementation of John Gruber's Markdown.
 arch=('any')
@@ -16,7 +16,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('9effb2679302efb1ce14265cb9e46f96')
+md5sums=('db9e3175f4638bfd1574996bf471ea96')
 
 build() {
   # bug in 2.4, some DOS line endings slipped in


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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:21:22
  Author: allan
Revision: 228358

add pgp key

Modified:
  automake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 04:18:25 UTC (rev 228357)
+++ PKGBUILD2015-01-03 06:21:22 UTC (rev 228358)
@@ -17,6 +17,7 @@
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('7fc29854c520f56b07aa232a0f880292'
  'SKIP')
+validpgpkeys=('A0460631BECA5C1CCD1C8362FC818E17429F96EA')   # Stefano Lattarini
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:26:05
  Author: allan
Revision: 228360

add pgp key

Modified:
  bison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 06:22:26 UTC (rev 228359)
+++ PKGBUILD2015-01-03 06:26:05 UTC (rev 228360)
@@ -16,6 +16,7 @@
 source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('146be9ff9fbd27497f0bf2286a5a2082'
  'SKIP')
+validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}  


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

2015-01-02 Thread Felix Yan
Date: Saturday, January 3, 2015 @ 08:10:59
  Author: fyan
Revision: 228371

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-03 07:10:46 UTC (rev 228370)
+++ PKGBUILD2015-01-03 07:10:59 UTC (rev 228371)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=10.2.1
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('8e60a3b9561a5344854b719b54fe08ec83ce18926fa72003830e94069e2cd7bedd338d1c82050e7ac1d9c992f8fc1f506681f0837d7bc3cd06f93d24a610a8a2')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 228370, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-03 07:10:59 UTC (rev 228371)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=11.0
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('61a09f924b3da7a8bd0118db82203d0a15fbce7e2de85a32152bb315d0c409ba88e8d4e8b3fc18af647731d7aa20070f61c28e9838da2ae8d264511287f8f862')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  

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

2015-01-02 Thread Felix Yan
Date: Saturday, January 3, 2015 @ 08:10:46
  Author: fyan
Revision: 228370

upgpkg: python-setuptools 1:11.0-1

upstream new release

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 06:43:06 UTC (rev 228369)
+++ PKGBUILD2015-01-03 07:10:46 UTC (rev 228370)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=10.2.1
+pkgver=11.0
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('8e60a3b9561a5344854b719b54fe08ec83ce18926fa72003830e94069e2cd7bedd338d1c82050e7ac1d9c992f8fc1f506681f0837d7bc3cd06f93d24a610a8a2')
+sha512sums=('61a09f924b3da7a8bd0118db82203d0a15fbce7e2de85a32152bb315d0c409ba88e8d4e8b3fc18af647731d7aa20070f61c28e9838da2ae8d264511287f8f862')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


[arch-commits] Commit in kdeplasma-applets-plasma-nm/repos (6 files)

2015-01-02 Thread Andrea Scarpino
Date: Friday, January 2, 2015 @ 16:35:42
  Author: andrea
Revision: 228342

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

Added:
  kdeplasma-applets-plasma-nm/repos/staging-i686/
  kdeplasma-applets-plasma-nm/repos/staging-i686/PKGBUILD
(from rev 228341, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
  kdeplasma-applets-plasma-nm/repos/staging-i686/openconnect7.patch
(from rev 228341, kdeplasma-applets-plasma-nm/trunk/openconnect7.patch)
  kdeplasma-applets-plasma-nm/repos/staging-x86_64/
  kdeplasma-applets-plasma-nm/repos/staging-x86_64/PKGBUILD
(from rev 228341, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
  kdeplasma-applets-plasma-nm/repos/staging-x86_64/openconnect7.patch
(from rev 228341, kdeplasma-applets-plasma-nm/trunk/openconnect7.patch)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/openconnect7.patch   |  309 
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/openconnect7.patch |  309 
 4 files changed, 698 insertions(+)

Copied: kdeplasma-applets-plasma-nm/repos/staging-i686/PKGBUILD (from rev 
228341, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-02 15:35:42 UTC (rev 228342)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+
+pkgname=kdeplasma-applets-plasma-nm
+pkgver=0.9.3.5
+pkgrel=2
+pkgdesc=Plasma applet written in QML for managing network connections
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/kde/workspace/plasma-nm;
+license=('GPL')
+depends=('kdebase-workspace' 'libnm-qt')
+makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+conflicts=('kdeplasma-applets-networkmanagement')
+source=(http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz;
+'openconnect7.patch')
+md5sums=('16f5e711de503fa8e5adeef9922c7c98'
+ '669e568324f059acc8777e82403b1deb')
+
+prepare() {
+  mkdir build
+
+  cd plasma-nm-${pkgver}
+  patch -p1 -i ${srcdir}/openconnect7.patch
+}
+
+build() {
+  cd build
+  cmake ../plasma-nm-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeplasma-applets-plasma-nm/repos/staging-i686/openconnect7.patch (from 
rev 228341, kdeplasma-applets-plasma-nm/trunk/openconnect7.patch)
===
--- staging-i686/openconnect7.patch (rev 0)
+++ staging-i686/openconnect7.patch 2015-01-02 15:35:42 UTC (rev 228342)
@@ -0,0 +1,309 @@
+From: David Woodhouse david.woodho...@intel.com
+Date: Wed, 03 Dec 2014 14:10:44 +
+Subject: Update OpenConnect support for library version 5
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-nm.gita=commitdiffh=3e6585fa4dd2fb3d9b59c7704bd3d7ae5b2c4167
+---
+Update OpenConnect support for library version 5
+
+String ownership rules are now very simple: the library never takes ownership
+of a string it's passed. It always takes its *own* copy and is responsible
+for freeing that. Mostly driven by Windows DLL Hell where it's painful to
+allocate in one library and free in another because they might actually be
+using different heaps.
+
+Also adapt to the changes in server certificate hash handling. We are no
+longer supposed to just compare strings, and must call the relevant function
+to check a hash against the server's certificate. This gives better matching
+and allows libopenconnect to upgrade the hash in future when it becomes
+necessary.
+---
+
+
+--- a/vpn/openconnect/CMakeLists.txt
 b/vpn/openconnect/CMakeLists.txt
+@@ -15,6 +15,8 @@
+ 
+ if (${OPENCONNECT_VERSION} VERSION_GREATER 
${MINIMUM_OPENCONNECT_VERSION_REQUIRED} OR
+ ${OPENCONNECT_VERSION} VERSION_EQUAL 
${MINIMUM_OPENCONNECT_VERSION_REQUIRED})
++
++include_directories(${OPENCONNECT_INCLUDE_DIRS})
+ 
+ set(openconnect_SRCS
+ openconnectui.cpp
+
+--- a/vpn/openconnect/openconnectauth.cpp
 b/vpn/openconnect/openconnectauth.cpp
+@@ -161,7 +161,7 @@
+ }
+ if (!dataMap[NM_OPENCONNECT_KEY_CACERT].isEmpty()) {
+ const QByteArray crt = 
QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_CACERT]);
+-openconnect_set_cafile(d-vpninfo, strdup(crt.data()));
++openconnect_set_cafile(d-vpninfo, OC3DUP(crt.data()));
+ }
+ if (dataMap[NM_OPENCONNECT_KEY_CSD_ENABLE] == yes) {
+ char *wrapper;
+@@ -174,12 +174,12 @@
+ }
+ if (!dataMap[NM_OPENCONNECT_KEY_PROXY].isEmpty()) {
+ const 

[arch-commits] Commit in kdeplasma-applets-plasma-nm/trunk (2 files)

2015-01-02 Thread Andrea Scarpino
Date: Friday, January 2, 2015 @ 16:35:35
  Author: andrea
Revision: 228341

upgpkg: kdeplasma-applets-plasma-nm 0.9.3.5-2

OpenConnect 7 rebuild

Added:
  kdeplasma-applets-plasma-nm/trunk/openconnect7.patch
Modified:
  kdeplasma-applets-plasma-nm/trunk/PKGBUILD

+
 PKGBUILD   |   11 +
 openconnect7.patch |  309 +++
 2 files changed, 317 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 11:36:35 UTC (rev 228340)
+++ PKGBUILD2015-01-02 15:35:35 UTC (rev 228341)
@@ -4,7 +4,7 @@
 
 pkgname=kdeplasma-applets-plasma-nm
 pkgver=0.9.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Plasma applet written in QML for managing network connections
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/kde/workspace/plasma-nm;
@@ -14,11 +14,16 @@
 optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
 'openconnect: Cisco AnyConnect VPN plugin')
 conflicts=('kdeplasma-applets-networkmanagement')
-source=(http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
-md5sums=('16f5e711de503fa8e5adeef9922c7c98')
+source=(http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz;
+'openconnect7.patch')
+md5sums=('16f5e711de503fa8e5adeef9922c7c98'
+ '669e568324f059acc8777e82403b1deb')
 
 prepare() {
   mkdir build
+
+  cd plasma-nm-${pkgver}
+  patch -p1 -i ${srcdir}/openconnect7.patch
 }
 
 build() {

Added: openconnect7.patch
===
--- openconnect7.patch  (rev 0)
+++ openconnect7.patch  2015-01-02 15:35:35 UTC (rev 228341)
@@ -0,0 +1,309 @@
+From: David Woodhouse david.woodho...@intel.com
+Date: Wed, 03 Dec 2014 14:10:44 +
+Subject: Update OpenConnect support for library version 5
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-nm.gita=commitdiffh=3e6585fa4dd2fb3d9b59c7704bd3d7ae5b2c4167
+---
+Update OpenConnect support for library version 5
+
+String ownership rules are now very simple: the library never takes ownership
+of a string it's passed. It always takes its *own* copy and is responsible
+for freeing that. Mostly driven by Windows DLL Hell where it's painful to
+allocate in one library and free in another because they might actually be
+using different heaps.
+
+Also adapt to the changes in server certificate hash handling. We are no
+longer supposed to just compare strings, and must call the relevant function
+to check a hash against the server's certificate. This gives better matching
+and allows libopenconnect to upgrade the hash in future when it becomes
+necessary.
+---
+
+
+--- a/vpn/openconnect/CMakeLists.txt
 b/vpn/openconnect/CMakeLists.txt
+@@ -15,6 +15,8 @@
+ 
+ if (${OPENCONNECT_VERSION} VERSION_GREATER 
${MINIMUM_OPENCONNECT_VERSION_REQUIRED} OR
+ ${OPENCONNECT_VERSION} VERSION_EQUAL 
${MINIMUM_OPENCONNECT_VERSION_REQUIRED})
++
++include_directories(${OPENCONNECT_INCLUDE_DIRS})
+ 
+ set(openconnect_SRCS
+ openconnectui.cpp
+
+--- a/vpn/openconnect/openconnectauth.cpp
 b/vpn/openconnect/openconnectauth.cpp
+@@ -161,7 +161,7 @@
+ }
+ if (!dataMap[NM_OPENCONNECT_KEY_CACERT].isEmpty()) {
+ const QByteArray crt = 
QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_CACERT]);
+-openconnect_set_cafile(d-vpninfo, strdup(crt.data()));
++openconnect_set_cafile(d-vpninfo, OC3DUP(crt.data()));
+ }
+ if (dataMap[NM_OPENCONNECT_KEY_CSD_ENABLE] == yes) {
+ char *wrapper;
+@@ -174,12 +174,12 @@
+ }
+ if (!dataMap[NM_OPENCONNECT_KEY_PROXY].isEmpty()) {
+ const QByteArray proxy = 
QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_PROXY]);
+-openconnect_set_http_proxy(d-vpninfo, strdup(proxy.data()));
++openconnect_set_http_proxy(d-vpninfo, OC3DUP(proxy.data()));
+ }
+ if (!dataMap[NM_OPENCONNECT_KEY_USERCERT].isEmpty()) {
+ const QByteArray crt = 
QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_USERCERT]);
+ const QByteArray key = 
QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_PRIVKEY]);
+-openconnect_set_client_cert (d-vpninfo, strdup(crt.data()), 
strdup(key.data()));
++openconnect_set_client_cert (d-vpninfo, OC3DUP(crt.data()), 
OC3DUP(key.data()));
+ 
+ if (!crt.isEmpty()  dataMap[NM_OPENCONNECT_KEY_PEM_PASSPHRASE_FSID] 
== yes) {
+ openconnect_passphrase_from_fsid(d-vpninfo);
+@@ -276,10 +276,10 @@
+ const VPNHost host = d-hosts.at(i);
+ if (openconnect_parse_url(d-vpninfo, host.address.toAscii().data())) {
+ kWarning()  Failed to parse server URL  host.address;
+-openconnect_set_hostname(d-vpninfo, 
strdup(host.address.toAscii().data()));
++openconnect_set_hostname(d-vpninfo, 
OC3DUP(host.address.toAscii().data()));
+ }
+ if (!openconnect_get_urlpath(d-vpninfo)  

[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD fes02.patch)

2015-01-02 Thread Antonio Rojas
Date: Friday, January 2, 2015 @ 10:30:53
  Author: arojas
Revision: 125161

Fix build against libfes 0.2

Added:
  sage-mathematics/trunk/fes02.patch
Modified:
  sage-mathematics/trunk/PKGBUILD

-+
 PKGBUILD|7 +--
 fes02.patch |   45 +
 2 files changed, 50 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 08:51:10 UTC (rev 125160)
+++ PKGBUILD2015-01-02 09:30:53 UTC (rev 125161)
@@ -17,7 +17,7 @@
 license=('GPL')
 makedepends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'polybori' 'singular' 
'libcliquer' 'ecl' 'libgap' 'givaro' 'libmpc' 'lcalc' 'lrcalc' 'libfes' 
'cryptominisat' 'eclib' 'gmp-ecm' 'zn_poly' 'pynac' 'linbox' 'gsl' 'boost' 
'scons' 'ratpoints' 'symmetrica' 'fflas-ffpack' 'gd' 'python2-jinja' 
'python2-numpy')
 source=(https://github.com/sagemath/sage/archive/$pkgver.tar.gz; 
http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2; 
-'extensions.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 'gap-hap.patch' 'pexpect-env.patch')
+'extensions.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 'gap-hap.patch' 'pexpect-env.patch' 
'fes02.patch')
 md5sums=('e40736461992e62af3a84cf9a212c9d1'
  'd9a3e113ed147dcee8f89962a8dccd43'
  '5770766ae676491f79162d2062ce7c02'
@@ -28,7 +28,8 @@
  '46c212a3a6713b0f78c370c7186d0982'
  '5947a420a0b1483f0cbc74c76895789b'
  '631ee6b8b3e7d12bb7858cfd841af483'
- 'a83a3b1bc7fcb7cbf752a83a8311fc42')
+ 'a83a3b1bc7fcb7cbf752a83a8311fc42'
+ '506944613082ba7f5b34360939ca90eb')
 # changelog=ChangeLog
 
 prepare(){
@@ -58,6 +59,8 @@
   patch -p0 -i $srcdir/skip-check.patch
 # don't use is_package_installed function
   patch -p0 -i $srcdir/gap-hap.patch
+# fix build against libfes 0.2
+  patch -p0 -i $srcdir/fes02.patch
 
 # use python2
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' src/bin/*

Added: fes02.patch
===
--- fes02.patch (rev 0)
+++ fes02.patch 2015-01-02 09:30:53 UTC (rev 125161)
@@ -0,0 +1,45 @@
+diff --git a/src/sage/libs/fes.pyx b/src/sage/libs/fes.pyx
+index 40b9c23..d188cf0 100644
+--- src/sage/libs/fes.pyx
 src/sage/libs/fes.pyx
+@@ -1,17 +1,19 @@
+ 
+-Binding for the FES library.
++Binding for the libFES library.
+ 
+ Finding solutions of systems of boolean equations by exhaustive
+ search, via the fes library. This is usually (much) faster than
+ computing a Groebner basis, except in special cases where the latter
+ is particularly easy.
+ 
+-The FES library is presently only able to deal with polynomials in 64
++More information is available at [http://www.lifl.fr/~bouillag/fes].
++
++The libFES library is presently only able to deal with polynomials in 64
+ variables. Performing a full exhaustive search over 64 variables will
+ take a **long** time. The number of variables can be artificially
+ reduced to 64 by specializing some of them.
+ 
+-Note that the FES library **requires** at least of the equations to be
++Note that the libFES library **requires** at least of the equations to be
+ non-linear.
+ 
+ AUTHORS:
+@@ -71,7 +73,7 @@ from libc.stdint cimport uint64_t
+ cdef extern from fes_interface.h:
+ ctypedef int (*solution_callback_t)(void *, uint64_t)
+ 
+-void exhaustive_search_wrapper(int n, int n_eqs, int degree, int 
***coeffs, solution_callback_t callback, void* callback_state, int verbose)
++void exhaustive_search_wrapper(int n, int n_eqs, int degree, int 
***coeffs, solution_callback_t callback, void* callback_state, int verbose, int 
T)
+ 
+ 
+ include 'sage/ext/interrupt.pxi'  #sig_on(), sig_off()
+@@ -219,7 +221,7 @@ def exhaustive_search(eqs,  max_sols=Infinity, 
verbose=False):
+ 
+ # --- runs the library
+ sig_on()
+-exhaustive_search_wrapper(n, len(eqs), degree, coeffs, report_solution, 
void * internal_state, verbose)
++exhaustive_search_wrapper(n, len(eqs), degree, coeffs, report_solution, 
void * internal_state, verbose, 0)
+ sig_off()
+ 
+ # --- frees memory occupied by the dense representation of the 
equations


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

2015-01-02 Thread Evangelos Foutras
Date: Friday, January 2, 2015 @ 15:56:06
  Author: foutrelis
Revision: 125177

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   72 +++---
 gbrainy.install |   28 ++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-02 14:55:55 UTC (rev 125176)
+++ PKGBUILD2015-01-02 14:56:06 UTC (rev 125177)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Javier 'Phrodo_00' Aravena phrodo...@gmail.com
-
-pkgname=gbrainy
-pkgver=2.2.3
-pkgrel=1
-epoch=1
-pkgdesc=A brain teaser game and trainer to have fun and to keep your brain 
trained
-arch=('any')
-url=https://wiki.gnome.org/Apps/gbrainy;
-license=('GPL2')
-depends=('gtk-sharp-2' 'mono-addins' 'librsvg' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gettext' 'gnome-doc-utils')
-install=gbrainy.install
-source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('7f116e0c90929c489d332761181436c2537baacfe41242746ad5614fe5af982b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export MONO_SHARED_DIR=$srcdir
-  ./configure \
---prefix=/usr \
---enable-addins
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/PKGBUILD (from rev 125176, 
gbrainy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-02 14:56:06 UTC (rev 125177)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Javier 'Phrodo_00' Aravena phrodo...@gmail.com
+
+pkgname=gbrainy
+pkgver=2.2.4
+pkgrel=1
+epoch=1
+pkgdesc=A brain teaser game and trainer to have fun and to keep your brain 
trained
+arch=('any')
+url=https://wiki.gnome.org/Apps/gbrainy;
+license=('GPL2')
+depends=('gtk-sharp-2' 'mono-addins' 'librsvg' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gettext' 'gnome-doc-utils')
+install=gbrainy.install
+source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('e8c940f0de2696335c2354139c856c6e2b9ae2ea57f90f7b96a4bd186a4fa449')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export MONO_SHARED_DIR=$srcdir
+  ./configure \
+--prefix=/usr \
+--enable-addins
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gbrainy.install
===
--- gbrainy.install 2015-01-02 14:55:55 UTC (rev 125176)
+++ gbrainy.install 2015-01-02 14:56:06 UTC (rev 125177)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/gbrainy.install (from rev 125176, 
gbrainy/trunk/gbrainy.install)
===
--- gbrainy.install (rev 0)
+++ gbrainy.install 2015-01-02 14:56:06 UTC (rev 125177)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-02 Thread Antonio Rojas
Date: Friday, January 2, 2015 @ 11:22:29
  Author: arojas
Revision: 125162

upgpkg: sage-mathematics 6.4.1-3

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 09:30:53 UTC (rev 125161)
+++ PKGBUILD2015-01-02 10:22:29 UTC (rev 125162)
@@ -60,7 +60,7 @@
 # don't use is_package_installed function
   patch -p0 -i $srcdir/gap-hap.patch
 # fix build against libfes 0.2
-  patch -p0 -i $srcdir/fes02.patch
+  patch -p0 -i $srcdir/fes02.patch # http://trac.sagemath.org/ticket/15209
 
 # use python2
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' src/bin/*
@@ -95,7 +95,7 @@
 
 package_sage-mathematics() {
   depends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 
'singular' 'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2' 
-  'python2-matplotlib' 'python2-scipy' 'python2-sympy' 'libgap' 'gap' 
'genus2reduction' 'flintqs' 'givaro' 'libmpc' 'lcalc' 'lrcalc' 'libfes' 
'cryptominisat' 'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox' 'gsl' 
'rubiks' 'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db' 
'sage-data-conway_polynomials') # python2-pexpect
+  'python2-matplotlib' 'python2-scipy' 'python2-sympy' 'libgap' 'gap' 
'genus2reduction' 'flintqs' 'lcalc' 'lrcalc' 'libfes' 'cryptominisat' 'eclib' 
'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox' 'gsl' 'rubiks' 'pari-galdata' 
'pari-seadata-small' 'sage-data-combinatorial_designs' 
'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db' 
'sage-data-conway_polynomials') # python2-pexpect
   optdepends=('jmol: 3D plots' 'sage-notebook: Web-based notebook interface' 
'sage-mathematics-doc: Documentation and inline help'
   'sage-mathematics-src: source files needed to build cython code'
   'python2-pyzmq: ipython notebook' 'python2-tornado: ipython notebook' 
'python2-jinja: ipython notebook')


[arch-commits] Commit in sage-mathematics/repos (46 files)

2015-01-02 Thread Antonio Rojas
Date: Friday, January 2, 2015 @ 11:25:57
  Author: arojas
Revision: 125163

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

Added:
  sage-mathematics/repos/community-testing-i686/ChangeLog
(from rev 125162, sage-mathematics/trunk/ChangeLog)
  sage-mathematics/repos/community-testing-i686/PKGBUILD
(from rev 125162, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-testing-i686/blas.patch
(from rev 125162, sage-mathematics/trunk/blas.patch)
  sage-mathematics/repos/community-testing-i686/c_lib.patch
(from rev 125162, sage-mathematics/trunk/c_lib.patch)
  sage-mathematics/repos/community-testing-i686/clean.patch
(from rev 125162, sage-mathematics/trunk/clean.patch)
  sage-mathematics/repos/community-testing-i686/env.patch
(from rev 125162, sage-mathematics/trunk/env.patch)
  sage-mathematics/repos/community-testing-i686/extensions.patch
(from rev 125162, sage-mathematics/trunk/extensions.patch)
  sage-mathematics/repos/community-testing-i686/fes02.patch
(from rev 125162, sage-mathematics/trunk/fes02.patch)
  sage-mathematics/repos/community-testing-i686/gap-hap.patch
(from rev 125162, sage-mathematics/trunk/gap-hap.patch)
  sage-mathematics/repos/community-testing-i686/paths.patch
(from rev 125162, sage-mathematics/trunk/paths.patch)
  sage-mathematics/repos/community-testing-i686/pexpect-env.patch
(from rev 125162, sage-mathematics/trunk/pexpect-env.patch)
  sage-mathematics/repos/community-testing-i686/skip-check.patch
(from rev 125162, sage-mathematics/trunk/skip-check.patch)
  sage-mathematics/repos/community-testing-x86_64/ChangeLog
(from rev 125162, sage-mathematics/trunk/ChangeLog)
  sage-mathematics/repos/community-testing-x86_64/PKGBUILD
(from rev 125162, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-testing-x86_64/blas.patch
(from rev 125162, sage-mathematics/trunk/blas.patch)
  sage-mathematics/repos/community-testing-x86_64/c_lib.patch
(from rev 125162, sage-mathematics/trunk/c_lib.patch)
  sage-mathematics/repos/community-testing-x86_64/clean.patch
(from rev 125162, sage-mathematics/trunk/clean.patch)
  sage-mathematics/repos/community-testing-x86_64/env.patch
(from rev 125162, sage-mathematics/trunk/env.patch)
  sage-mathematics/repos/community-testing-x86_64/extensions.patch
(from rev 125162, sage-mathematics/trunk/extensions.patch)
  sage-mathematics/repos/community-testing-x86_64/fes02.patch
(from rev 125162, sage-mathematics/trunk/fes02.patch)
  sage-mathematics/repos/community-testing-x86_64/gap-hap.patch
(from rev 125162, sage-mathematics/trunk/gap-hap.patch)
  sage-mathematics/repos/community-testing-x86_64/paths.patch
(from rev 125162, sage-mathematics/trunk/paths.patch)
  sage-mathematics/repos/community-testing-x86_64/pexpect-env.patch
(from rev 125162, sage-mathematics/trunk/pexpect-env.patch)
  sage-mathematics/repos/community-testing-x86_64/skip-check.patch
(from rev 125162, sage-mathematics/trunk/skip-check.patch)
Deleted:
  sage-mathematics/repos/community-testing-i686/ChangeLog
  sage-mathematics/repos/community-testing-i686/PKGBUILD
  sage-mathematics/repos/community-testing-i686/blas.patch
  sage-mathematics/repos/community-testing-i686/c_lib.patch
  sage-mathematics/repos/community-testing-i686/clean.patch
  sage-mathematics/repos/community-testing-i686/env.patch
  sage-mathematics/repos/community-testing-i686/extensions.patch
  sage-mathematics/repos/community-testing-i686/gap-hap.patch
  sage-mathematics/repos/community-testing-i686/paths.patch
  sage-mathematics/repos/community-testing-i686/pexpect-env.patch
  sage-mathematics/repos/community-testing-i686/skip-check.patch
  sage-mathematics/repos/community-testing-x86_64/ChangeLog
  sage-mathematics/repos/community-testing-x86_64/PKGBUILD
  sage-mathematics/repos/community-testing-x86_64/blas.patch
  sage-mathematics/repos/community-testing-x86_64/c_lib.patch
  sage-mathematics/repos/community-testing-x86_64/clean.patch
  sage-mathematics/repos/community-testing-x86_64/env.patch
  sage-mathematics/repos/community-testing-x86_64/extensions.patch
  sage-mathematics/repos/community-testing-x86_64/gap-hap.patch
  sage-mathematics/repos/community-testing-x86_64/paths.patch
  sage-mathematics/repos/community-testing-x86_64/pexpect-env.patch
  sage-mathematics/repos/community-testing-x86_64/skip-check.patch

+
 /ChangeLog |   22 ++
 /PKGBUILD  |  268 +++
 /blas.patch|   60 ++
 /c_lib.patch   |   52 +
 /clean.patch   |   46 
 /env.patch |  254 +
 /extensions.patch  |   24 ++
 /gap-hap.patch |   22 ++
 /paths.patch   

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

2015-01-02 Thread Alexander Rødseth
Date: Friday, January 2, 2015 @ 14:06:15
  Author: arodseth
Revision: 125165

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 125164, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-02 13:06:06 UTC (rev 125164)
+++ PKGBUILD2015-01-02 13:06:15 UTC (rev 125165)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.5.3
-pkgrel=2
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('c4ad6f89395d38c08aa2852fd3bf996a8e6496c69fd64c829a716ce096d03e59')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-} 
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 125164, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-02 13:06:15 UTC (rev 125165)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.6
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('30787c3676bb6133146f05a93862867a4b940f059ca1a3423a230a11c7623645')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+} 
+
+# vim: sw=2 ts=2 et:


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

2015-01-02 Thread Evangelos Foutras
Date: Friday, January 2, 2015 @ 15:55:55
  Author: foutrelis
Revision: 125176

upgpkg: gbrainy 1:2.2.4-1

New upstream release.

Modified:
  gbrainy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 14:41:45 UTC (rev 125175)
+++ PKGBUILD2015-01-02 14:55:55 UTC (rev 125176)
@@ -3,7 +3,7 @@
 # Contributor: Javier 'Phrodo_00' Aravena phrodo...@gmail.com
 
 pkgname=gbrainy
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 epoch=1
 pkgdesc=A brain teaser game and trainer to have fun and to keep your brain 
trained
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gettext' 'gnome-doc-utils')
 install=gbrainy.install
 source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('7f116e0c90929c489d332761181436c2537baacfe41242746ad5614fe5af982b')
+sha256sums=('e8c940f0de2696335c2354139c856c6e2b9ae2ea57f90f7b96a4bd186a4fa449')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-02 Thread Alexander Rødseth
Date: Friday, January 2, 2015 @ 14:06:06
  Author: arodseth
Revision: 125164

upgpkg: nuitka 0.5.6-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 10:25:57 UTC (rev 125163)
+++ PKGBUILD2015-01-02 13:06:06 UTC (rev 125164)
@@ -3,8 +3,8 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
 
 pkgname=nuitka
-pkgver=0.5.5.3
-pkgrel=2
+pkgver=0.5.6
+pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
 url='http://www.nuitka.net/'
@@ -13,7 +13,7 @@
 depends=('python' 'scons')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('c4ad6f89395d38c08aa2852fd3bf996a8e6496c69fd64c829a716ce096d03e59')
+sha256sums=('30787c3676bb6133146f05a93862867a4b940f059ca1a3423a230a11c7623645')
 
 package() {
   cd Nuitka-$pkgver


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

2015-01-02 Thread Allan McRae
Date: Friday, January 2, 2015 @ 12:36:35
  Author: allan
Revision: 228340

remove outdated optdepends

Modified:
  pacman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-02 06:25:12 UTC (rev 228339)
+++ PKGBUILD2015-01-02 11:36:35 UTC (rev 228340)
@@ -14,7 +14,6 @@
 depends=('bash' 'glibc' 'libarchive=3.1.2' 'curl=7.39.0'
  'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
 checkdepends=('python2' 'fakechroot')
-optdepends=('fakeroot: for makepkg usage as normal user')
 provides=('pacman-contrib')
 conflicts=('pacman-contrib')
 replaces=('pacman-contrib')