[arch-commits] Commit in (eigen2)

2016-07-07 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:23:21
  Author: arojas
Revision: 271180

Kill eigen2

Deleted:
  eigen2/


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

2016-07-07 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:17:08
  Author: arojas
Revision: 182497

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

Added:
  python-openbabel/repos/community-i686/PKGBUILD
(from rev 182496, python-openbabel/trunk/PKGBUILD)
  python-openbabel/repos/community-i686/openbabel-gcc5.patch
(from rev 182496, python-openbabel/trunk/openbabel-gcc5.patch)
  python-openbabel/repos/community-i686/openbabel-swig3.patch
(from rev 182496, python-openbabel/trunk/openbabel-swig3.patch)
  python-openbabel/repos/community-x86_64/PKGBUILD
(from rev 182496, python-openbabel/trunk/PKGBUILD)
  python-openbabel/repos/community-x86_64/openbabel-gcc5.patch
(from rev 182496, python-openbabel/trunk/openbabel-gcc5.patch)
  python-openbabel/repos/community-x86_64/openbabel-swig3.patch
(from rev 182496, python-openbabel/trunk/openbabel-swig3.patch)
Deleted:
  python-openbabel/repos/community-i686/PKGBUILD
  python-openbabel/repos/community-i686/openbabel-gcc5.patch
  python-openbabel/repos/community-i686/openbabel-swig3.patch
  python-openbabel/repos/community-x86_64/PKGBUILD
  python-openbabel/repos/community-x86_64/openbabel-gcc5.patch
  python-openbabel/repos/community-x86_64/openbabel-swig3.patch

+
 /PKGBUILD  |  132 ++
 /openbabel-gcc5.patch  |   24 +
 /openbabel-swig3.patch |  398 +++
 community-i686/PKGBUILD|   66 -
 community-i686/openbabel-gcc5.patch|   12 
 community-i686/openbabel-swig3.patch   |  199 ---
 community-x86_64/PKGBUILD  |   66 -
 community-x86_64/openbabel-gcc5.patch  |   12 
 community-x86_64/openbabel-swig3.patch |  199 ---
 9 files changed, 554 insertions(+), 554 deletions(-)

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


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

2016-07-07 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:16:36
  Author: arojas
Revision: 182496

Use eigen3

Modified:
  python-openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 05:42:51 UTC (rev 182495)
+++ PKGBUILD2016-07-08 06:16:36 UTC (rev 182496)
@@ -5,13 +5,13 @@
 
 pkgname=('python-openbabel' 'python2-openbabel')
 pkgver=2.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Python bindings for the openbabel library'
 arch=('x86_64' 'i686')
 url='http://openbabel.org/wiki/Python'
 license=('GPL')
-depends=('gcc-libs' "openbabel=${pkgver}" 'eigen2')
-makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools')
+depends=('gcc-libs' "openbabel=${pkgver}")
+makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools' 'cairo' 
'wxgtk2.8' 'eigen')
 source=("http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz";
 openbabel-gcc5.patch
 openbabel-swig3.patch)


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

2016-07-07 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:05:59
  Author: arojas
Revision: 271178

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

Added:
  openbabel/repos/extra-i686/PKGBUILD
(from rev 271177, openbabel/trunk/PKGBUILD)
  openbabel/repos/extra-i686/gcc-5.patch
(from rev 271177, openbabel/trunk/gcc-5.patch)
  openbabel/repos/extra-x86_64/PKGBUILD
(from rev 271177, openbabel/trunk/PKGBUILD)
  openbabel/repos/extra-x86_64/gcc-5.patch
(from rev 271177, openbabel/trunk/gcc-5.patch)
Deleted:
  openbabel/repos/extra-i686/PKGBUILD
  openbabel/repos/extra-i686/gcc-5.patch
  openbabel/repos/extra-x86_64/PKGBUILD
  openbabel/repos/extra-x86_64/gcc-5.patch

--+
 /PKGBUILD|   78 +
 /gcc-5.patch |   24 +
 extra-i686/PKGBUILD  |   39 --
 extra-i686/gcc-5.patch   |   12 --
 extra-x86_64/PKGBUILD|   39 --
 extra-x86_64/gcc-5.patch |   12 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-08 06:05:33 UTC (rev 271177)
+++ extra-i686/PKGBUILD 2016-07-08 06:05:59 UTC (rev 271178)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Damir Perisa 
-
-pkgname=openbabel
-pkgver=2.3.2
-pkgrel=5
-pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
-arch=('i686' 'x86_64')
-url="http://openbabel.org/wiki/Main_Page";
-license=('GPL')
-depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen2' 'wxgtk2.8' 'boost')
-optdepends=('eigen2: to use bindings'
-'wxgtk2.8: GUI interface')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 'gcc-5.patch')
-md5sums=('9b0007560d9d838b40ab4ad06daf5610'
- '0821ec915b2ab52d54658dc83f5a93d8')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix build with GCC 5 (Fedora)
-  patch -p0 -i "$srcdir"/gcc-5.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: openbabel/repos/extra-i686/PKGBUILD (from rev 271177, 
openbabel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-08 06:05:59 UTC (rev 271178)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Damir Perisa 
+
+pkgname=openbabel
+pkgver=2.3.2
+pkgrel=6
+pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
+arch=('i686' 'x86_64')
+url="http://openbabel.org/wiki/Main_Page";
+license=('GPL')
+depends=('gcc-libs' 'libxml2' 'libsm')
+makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost')
+optdepends=('wxgtk2.8: GUI interface')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 'gcc-5.patch')
+md5sums=('9b0007560d9d838b40ab4ad06daf5610'
+ '0821ec915b2ab52d54658dc83f5a93d8')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build with GCC 5 (Fedora)
+  patch -p0 -i "$srcdir"/gcc-5.patch
+}
+
+build() {
+  cd build
+  export CXXFLAGS+=' -std=gnu++98'
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gcc-5.patch
===
--- extra-i686/gcc-5.patch  2016-07-08 06:05:33 UTC (rev 271177)
+++ extra-i686/gcc-5.patch  2016-07-08 06:05:59 UTC (rev 271178)
@@ -1,12 +0,0 @@
 include/openbabel/shared_ptr.h.gcc52015-02-04 20:04:57.0 
+0100
-+++ include/openbabel/shared_ptr.h 2015-02-07 22:10:37.433163644 +0100
-@@ -21,7 +21,7 @@ GNU General Public License for more deta
-   #define sharedptr boost::shared_ptr
- #else
-   #include 
--  #if __GNUC__ == 4  //&& __GNUC_MINOR__ < 3  removed at the suggestion of 
Konstantin Tokarev
-+  #if __GNUC__ >= 4  //&& __GNUC_MINOR__ < 3  removed at the suggestion of 
Konstantin Tokarev
- #include 
-   #endif
-   using std::tr1::shared_ptr;
-

Copied: openbabel/repos/extra-i686/gcc-5.patch (from rev 271177, 
openbabel/trunk/gcc-5.patch)
===
--- extra-i686/gcc-5.patch  (rev 0)
+++ extra-i686/gcc-5.patch  2016-07-08 06:05:59 UTC (rev 271178)
@@ -0,0 +1,12 @@
+--- include/openbabel/shared_ptr.h.gcc52015-02-04 20:04:57.0 
+0100
 include/openbabel/shared_ptr.h 2015-02-07 22:10:37.433163

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

2016-07-07 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:05:33
  Author: arojas
Revision: 271177

Use eigen3

Modified:
  openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 05:42:31 UTC (rev 271176)
+++ PKGBUILD2016-07-08 06:05:33 UTC (rev 271177)
@@ -4,15 +4,14 @@
 
 pkgname=openbabel
 pkgver=2.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
 arch=('i686' 'x86_64')
 url="http://openbabel.org/wiki/Main_Page";
 license=('GPL')
 depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen2' 'wxgtk2.8' 'boost')
-optdepends=('eigen2: to use bindings'
-'wxgtk2.8: GUI interface')
+makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost')
+optdepends=('wxgtk2.8: GUI interface')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 'gcc-5.patch')
 md5sums=('9b0007560d9d838b40ab4ad06daf5610'
  '0821ec915b2ab52d54658dc83f5a93d8')
@@ -27,6 +26,7 @@
 
 build() {
   cd build
+  export CXXFLAGS+=' -std=gnu++98'
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:42:31
  Author: felixonmars
Revision: 271176

archrelease: copy trunk to extra-any

Added:
  python-pyparsing/repos/extra-any/
  python-pyparsing/repos/extra-any/PKGBUILD
(from rev 271175, python-pyparsing/trunk/PKGBUILD)

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

Copied: python-pyparsing/repos/extra-any/PKGBUILD (from rev 271175, 
python-pyparsing/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-07-08 05:42:31 UTC (rev 271176)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz";)
+sha256sums=('b9ace99b581174d7ca98891a7bc57fd08892b94f17922645d90835f7b9b54a56')
+
+prepare() {
+  cp -r "pyparsing-$pkgver" py2
+}
+
+package_python-pyparsing() {
+  depends=('python')
+  cd "pyparsing-$pkgver"
+
+  rm -rf build
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+  cd py2
+
+  rm -rf build
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: pypi.python.org/pypi/pyparsing
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (python-pyparsing)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:42:51
  Author: felixonmars
Revision: 182495

community2extra: Moving python-pyparsing from community to extra

Deleted:
  python-pyparsing/


[arch-commits] Commit in (4 files)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:42:19
  Author: felixonmars
Revision: 271175

community2extra: Moving python-pyparsing from community to extra

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

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

Added: python-pyparsing/trunk/PKGBUILD
===
--- python-pyparsing/trunk/PKGBUILD (rev 0)
+++ python-pyparsing/trunk/PKGBUILD 2016-07-08 05:42:19 UTC (rev 271175)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz";)
+sha256sums=('b9ace99b581174d7ca98891a7bc57fd08892b94f17922645d90835f7b9b54a56')
+
+prepare() {
+  cp -r "pyparsing-$pkgver" py2
+}
+
+package_python-pyparsing() {
+  depends=('python')
+  cd "pyparsing-$pkgver"
+
+  rm -rf build
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+  cd py2
+
+  rm -rf build
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: pypi.python.org/pypi/pyparsing
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in (python-six)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:37:36
  Author: felixonmars
Revision: 182493

move to [extra]

Deleted:
  python-six/


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:36:20
  Author: felixonmars
Revision: 271174

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 05:36:06 UTC (rev 271173)
+++ PKGBUILD2016-07-08 05:36:20 UTC (rev 271174)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributer: Allan McRae 
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.10.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=('34eed507548117b2ab523ab14b2f8b55')
-
-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/extra-any/PKGBUILD (from rev 271173, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 05:36:20 UTC (rev 271174)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jelle van der Waa 
+# Contributer: Allan McRae 
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="Python 2 and 3 compatibility utilities"
+arch=('any')
+url="http://pypi.python.org/pypi/six/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'tk')
+source=("https://pypi.io/packages/source/s/six/six-$pkgver.tar.gz";)
+md5sums=('34eed507548117b2ab523ab14b2f8b55')
+
+build() {
+  cp -a six-$pkgver{,-py2}
+}
+
+check() {
+  cd "$srcdir"/six-$pkgver
+  py.test
+
+  cd "$srcdir"/six-$pkgver-py2
+  py.test2
+}
+
+package_python-six() {
+  depends=('python')
+
+  cd six-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-six() {
+  depends=('python2')
+
+  cd six-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:36:06
  Author: felixonmars
Revision: 271173

upgpkg: python-six 1.10.0-2

rebuild for the move, and actually enable tests.

Modified:
  python-six/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 05:25:35 UTC (rev 271172)
+++ PKGBUILD2016-07-08 05:36:06 UTC (rev 271173)
@@ -1,41 +1,45 @@
-# Maintainer: Jelle van der Waa 
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jelle van der Waa 
 # Contributer: Allan McRae 
 
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 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)
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'tk')
+source=("https://pypi.io/packages/source/s/six/six-$pkgver.tar.gz";)
 md5sums=('34eed507548117b2ab523ab14b2f8b55')
 
 build() {
-  cd $srcdir
-  cp -r six-$pkgver six2-$pkgver
+  cp -a six-$pkgver{,-py2}
 }
 
 check() {
-  cd $srcdir/six-$pkgver 
-  python3 setup.py check
+  cd "$srcdir"/six-$pkgver
+  py.test
 
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py check
+  cd "$srcdir"/six-$pkgver-py2
+  py.test2
 }
 
 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"
+
+  cd six-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -Dm644 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"
+
+  cd six-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:25:35
  Author: felixonmars
Revision: 271172

archrelease: copy trunk to extra-any

Added:
  python-six/repos/extra-any/
  python-six/repos/extra-any/PKGBUILD
(from rev 271171, python-six/trunk/PKGBUILD)

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

Copied: python-six/repos/extra-any/PKGBUILD (from rev 271171, 
python-six/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-07-08 05:25:35 UTC (rev 271172)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributer: Allan McRae 
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.10.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=('34eed507548117b2ab523ab14b2f8b55')
+
+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 (4 files)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:25:24
  Author: felixonmars
Revision: 271171

community2extra: Moving python-six from community to extra

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

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

Added: python-six/trunk/PKGBUILD
===
--- python-six/trunk/PKGBUILD   (rev 0)
+++ python-six/trunk/PKGBUILD   2016-07-08 05:25:24 UTC (rev 271171)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributer: Allan McRae 
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.10.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=('34eed507548117b2ab523ab14b2f8b55')
+
+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"
+}


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


[arch-commits] Commit in (4 files)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:24:14
  Author: felixonmars
Revision: 271169

community2extra: Moving python-mccabe from community to extra

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

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

Added: python-mccabe/trunk/PKGBUILD
===
--- python-mccabe/trunk/PKGBUILD(rev 0)
+++ python-mccabe/trunk/PKGBUILD2016-07-08 05:24:14 UTC (rev 271169)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+
+pkgbase=python-mccabe
+pkgname=(python-mccabe python2-mccabe)
+_reponame=mccabe
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="McCabe complexity checker for Python"
+arch=('any')
+url="https://github.com/flintwork/mccabe";
+license=('custom:Expat')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz";)
+md5sums=('71c0ce5e5c4676753525154f6c5d3af8')
+
+prepare() {
+  cp -a ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${_reponame}-${pkgver}
+  python setup.py build
+
+  cd ../${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${_reponame}-${pkgver}
+  python setup.py test
+
+  cd ../${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-mccabe() {
+  depends=('python')
+
+  cd ${_reponame}-${pkgver}
+  python setup.py install --root="${pkgdir}/" --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-mccabe() {
+  depends=('python2')
+
+  cd ${_reponame}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in (python-mccabe)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:24:45
  Author: felixonmars
Revision: 182491

community2extra: Moving python-mccabe from community to extra

Deleted:
  python-mccabe/


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:24:25
  Author: felixonmars
Revision: 271170

archrelease: copy trunk to extra-any

Added:
  python-mccabe/repos/extra-any/
  python-mccabe/repos/extra-any/PKGBUILD
(from rev 271169, python-mccabe/trunk/PKGBUILD)

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

Copied: python-mccabe/repos/extra-any/PKGBUILD (from rev 271169, 
python-mccabe/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-07-08 05:24:25 UTC (rev 271170)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+
+pkgbase=python-mccabe
+pkgname=(python-mccabe python2-mccabe)
+_reponame=mccabe
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="McCabe complexity checker for Python"
+arch=('any')
+url="https://github.com/flintwork/mccabe";
+license=('custom:Expat')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz";)
+md5sums=('71c0ce5e5c4676753525154f6c5d3af8')
+
+prepare() {
+  cp -a ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${_reponame}-${pkgver}
+  python setup.py build
+
+  cd ../${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${_reponame}-${pkgver}
+  python setup.py test
+
+  cd ../${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-mccabe() {
+  depends=('python')
+
+  cd ${_reponame}-${pkgver}
+  python setup.py install --root="${pkgdir}/" --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-mccabe() {
+  depends=('python2')
+
+  cd ${_reponame}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (python2-backports)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:22:53
  Author: felixonmars
Revision: 182489

community2extra: Moving python2-backports from community to extra

Deleted:
  python2-backports/


[arch-commits] Commit in (4 files)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:22:21
  Author: felixonmars
Revision: 271167

community2extra: Moving python2-backports from community to extra

Added:
  python2-backports/
  python2-backports/repos/
  python2-backports/trunk/
  python2-backports/trunk/PKGBUILD

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

Added: python2-backports/trunk/PKGBUILD
===
--- python2-backports/trunk/PKGBUILD(rev 0)
+++ python2-backports/trunk/PKGBUILD2016-07-08 05:22:21 UTC (rev 271167)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-backports
+pkgver=1.0
+pkgrel=1
+pkgdesc="Namespace package required for backports collection"
+arch=('any')
+url="https://pypi.python.org/pypi/backports";
+license=('PSF')
+depends=('python2')
+
+build() {
+  cd "$srcdir"
+  cat << EOF > __init__.py
+from pkgutil import extend_path
+__path__ = extend_path(__path__, __name__)
+EOF
+  python2 -m compileall .
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 __init__.py  
"$pkgdir/usr/lib/python2.7/site-packages/backports/__init__.py"
+  install -Dm644 __init__.pyc 
"$pkgdir/usr/lib/python2.7/site-packages/backports/__init__.pyc"
+}


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


[arch-commits] Commit in python2-backports/repos (extra-any extra-any/PKGBUILD)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:22:33
  Author: felixonmars
Revision: 271168

archrelease: copy trunk to extra-any

Added:
  python2-backports/repos/extra-any/
  python2-backports/repos/extra-any/PKGBUILD
(from rev 271167, python2-backports/trunk/PKGBUILD)

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

Copied: python2-backports/repos/extra-any/PKGBUILD (from rev 271167, 
python2-backports/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-07-08 05:22:33 UTC (rev 271168)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-backports
+pkgver=1.0
+pkgrel=1
+pkgdesc="Namespace package required for backports collection"
+arch=('any')
+url="https://pypi.python.org/pypi/backports";
+license=('PSF')
+depends=('python2')
+
+build() {
+  cd "$srcdir"
+  cat << EOF > __init__.py
+from pkgutil import extend_path
+__path__ = extend_path(__path__, __name__)
+EOF
+  python2 -m compileall .
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 __init__.py  
"$pkgdir/usr/lib/python2.7/site-packages/backports/__init__.py"
+  install -Dm644 __init__.pyc 
"$pkgdir/usr/lib/python2.7/site-packages/backports/__init__.pyc"
+}


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:15:40
  Author: felixonmars
Revision: 271165

upgpkg: pylint 1.6.1-2

fix dependency on isort

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 05:06:32 UTC (rev 271164)
+++ PKGBUILD2016-07-08 05:15:40 UTC (rev 271165)
@@ -7,7 +7,7 @@
 pkgbase=pylint
 pkgname=('python-pylint' 'python2-pylint')
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://pylint.org";
@@ -46,7 +46,7 @@
 }
 
 package_python-pylint() {
-  depends=('python-astroid' 'python-setuptools' 'python-six' 'python-mccabe')
+  depends=('python-astroid' 'python-setuptools' 'python-six' 'python-mccabe' 
'python-isort')
 
   cd pylint
 
@@ -57,7 +57,7 @@
 }
 
 package_python2-pylint() {
-  depends=('python2-astroid' 'python2-setuptools' 'python2-six' 
'python2-mccabe'
+  depends=('python2-astroid' 'python2-setuptools' 'python2-six' 
'python2-mccabe' 'python2-isort'
'python2-backports.functools_lru_cache' 'python2-configparser')
 
   cd pylint-py2


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 05:15:53
  Author: felixonmars
Revision: 271166

archrelease: copy trunk to extra-any

Added:
  pylint/repos/extra-any/PKGBUILD
(from rev 271165, pylint/trunk/PKGBUILD)
Deleted:
  pylint/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  148 ++---
 1 file changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 05:15:40 UTC (rev 271165)
+++ PKGBUILD2016-07-08 05:15:53 UTC (rev 271166)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgbase=pylint
-pkgname=('python-pylint' 'python2-pylint')
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="http://pylint.org";
-license=('GPL')
-makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools'
- 'python2-six' 'python-six' 'python-isort' 'python2-isort' 
'python-mccabe'
- 'python2-mccabe' 'python2-backports.functools_lru_cache' 
'python2-configparser' 'git')
-optdepends=('tk: Pylint GUI')
-source=("git+https://github.com/PyCQA/pylint.git#tag=pylint-$pkgver";)
-sha1sums=('SKIP')
-
-prepare() {
-  cp -a pylint{,-py2}
-
-  cd "$srcdir"/pylint/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
-
-  cd "$srcdir"/pylint-py2/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e 
"s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
-}
-
-build() {
-  cd "$srcdir"/pylint
-  python setup.py build
-
-  cd "$srcdir"/pylint-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pylint
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
-
-  cd "$srcdir"/pylint-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
-}
-
-package_python-pylint() {
-  depends=('python-astroid' 'python-setuptools' 'python-six' 'python-mccabe')
-
-  cd pylint
-
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 man/* "$pkgdir"/usr/share/man/man1
-}
-
-package_python2-pylint() {
-  depends=('python2-astroid' 'python2-setuptools' 'python2-six' 
'python2-mccabe'
-   'python2-backports.functools_lru_cache' 'python2-configparser')
-
-  cd pylint-py2
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 man/* "$pkgdir"/usr/share/man/man1
-
-  for _exe in epylint pylint pylint-gui pyreverse symilar; do
- mv "$pkgdir"/usr/bin/${_exe}{,2}
- mv "$pkgdir"/usr/share/man/man1/${_exe}{,2}.1
-  done
-}

Copied: pylint/repos/extra-any/PKGBUILD (from rev 271165, pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 05:15:53 UTC (rev 271166)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgbase=pylint
+pkgname=('python-pylint' 'python2-pylint')
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://pylint.org";
+license=('GPL')
+makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools'
+ 'python2-six' 'python-six' 'python-isort' 'python2-isort' 
'python-mccabe'
+ 'python2-mccabe' 'python2-backports.functools_lru_cache' 
'python2-configparser' 'git')
+optdepends=('tk: Pylint GUI')
+source=("git+https://github.com/PyCQA/pylint.git#tag=pylint-$pkgver";)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -a pylint{,-py2}
+
+  cd "$srcdir"/pylint/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+
+  cd "$srcdir"/pylint-py2/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e 
"s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+}
+
+build() {
+  cd "$srcdir"/pylint
+  python setup.py build
+
+  cd "$srcdir"/pylint-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pylint
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
+
+  cd "$srcdir"/pylint-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warn

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

2016-07-07 Thread Lukas Fleischer
Date: Friday, July 8, 2016 @ 05:05:37
  Author: lfleischer
Revision: 182487

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

Added:
  borg/repos/community-i686/PKGBUILD
(from rev 182486, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 182486, borg/trunk/borg.coveragerc)
  borg/repos/community-x86_64/PKGBUILD
(from rev 182486, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 182486, borg/trunk/borg.coveragerc)
Deleted:
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg.coveragerc
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

--+
 /PKGBUILD|   88 +
 /borg.coveragerc |   36 +++
 community-i686/PKGBUILD  |   44 --
 community-i686/borg.coveragerc   |   18 ---
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/borg.coveragerc |   18 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-08 05:05:11 UTC (rev 182486)
+++ community-i686/PKGBUILD 2016-07-08 05:05:37 UTC (rev 182487)
@@ -1,44 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz";
-borg.coveragerc)
-sha256sums=('7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f'
-'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  python setup.py -q install --root="$pkgdir" --optimize=1
-}

Copied: borg/repos/community-i686/PKGBUILD (from rev 182486, 
borg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-08 05:05:37 UTC (rev 182487)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz";
+borg.coveragerc)
+sha256sums=('a5cfbe7846962405265f74ec3ee352ee4d985e308b6749acdfe88f754fe12777'
+'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py -q install --root="$pkgdir" --optimize=1
+}

Deleted: community-i686/borg.coveragerc
===
--- community-i686/borg.coveragerc

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

2016-07-07 Thread Lukas Fleischer
Date: Friday, July 8, 2016 @ 05:05:11
  Author: lfleischer
Revision: 182486

upgpkg: borg 1.0.5-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 04:23:56 UTC (rev 182485)
+++ PKGBUILD2016-07-08 05:05:11 UTC (rev 182486)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.0.3
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -18,7 +18,7 @@
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz";
 borg.coveragerc)
-sha256sums=('7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f'
+sha256sums=('a5cfbe7846962405265f74ec3ee352ee4d985e308b6749acdfe88f754fe12777'
 '024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
 
 build() {


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 04:58:37
  Author: felixonmars
Revision: 271162

archrelease: copy trunk to extra-any

Added:
  pylint/repos/extra-any/PKGBUILD
(from rev 271161, pylint/trunk/PKGBUILD)
Deleted:
  pylint/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  145 +++--
 1 file changed, 74 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 04:58:23 UTC (rev 271161)
+++ PKGBUILD2016-07-08 04:58:37 UTC (rev 271162)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgbase=pylint
-pkgname=('python-pylint' 'python2-pylint')
-pkgver=1.5.6
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="http://pylint.org";
-license=('GPL')
-makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six' 'git')
-optdepends=('tk: Pylint GUI')
-source=("git+https://github.com/PyCQA/pylint.git#tag=pylint-$pkgver";)
-sha1sums=('SKIP')
-
-prepare() {
-  cp -a pylint{,-py2}
-
-  cd "$srcdir"/pylint/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
-
-  cd "$srcdir"/pylint-py2/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e 
"s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
-}
-
-build() {
-  cd "$srcdir"/pylint
-  python setup.py build
-
-  cd "$srcdir"/pylint-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pylint
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
-
-  cd "$srcdir"/pylint-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
-}
-
-package_python-pylint() {
-  depends=('python-astroid' 'python-setuptools' 'python-six')
-
-  cd pylint
-
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 man/* "$pkgdir"/usr/share/man/man1
-}
-
-package_python2-pylint() {
-  depends=('python2-astroid' 'python2-setuptools' 'python2-six')
-
-  cd pylint-py2
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 man/* "$pkgdir"/usr/share/man/man1
-
-  for _exe in epylint pylint pylint-gui pyreverse symilar; do
- mv "$pkgdir"/usr/bin/${_exe}{,2}
- mv "$pkgdir"/usr/share/man/man1/${_exe}{,2}.1
-  done
-}

Copied: pylint/repos/extra-any/PKGBUILD (from rev 271161, pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 04:58:37 UTC (rev 271162)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgbase=pylint
+pkgname=('python-pylint' 'python2-pylint')
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://pylint.org";
+license=('GPL')
+makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools'
+ 'python2-six' 'python-six' 'python-isort' 'python2-isort' 
'python-mccabe'
+ 'python2-mccabe' 'python2-backports.functools_lru_cache' 
'python2-configparser' 'git')
+optdepends=('tk: Pylint GUI')
+source=("git+https://github.com/PyCQA/pylint.git#tag=pylint-$pkgver";)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -a pylint{,-py2}
+
+  cd "$srcdir"/pylint/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+
+  cd "$srcdir"/pylint-py2/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e 
"s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+}
+
+build() {
+  cd "$srcdir"/pylint
+  python setup.py build
+
+  cd "$srcdir"/pylint-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pylint
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
+
+  cd "$srcdir"/pylint-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
+}
+
+package_python-pylint() {
+  depends=('python-astroid' 'python-setuptools' 'python-six' 'python-mccabe')
+
+  cd pylint
+
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+
+  install -d "$pkgdir"/usr/sha

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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 04:58:23
  Author: felixonmars
Revision: 271161

upgpkg: pylint 1.6.1-1

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 04:35:28 UTC (rev 271160)
+++ PKGBUILD2016-07-08 04:58:23 UTC (rev 271161)
@@ -6,13 +6,15 @@
 
 pkgbase=pylint
 pkgname=('python-pylint' 'python2-pylint')
-pkgver=1.5.6
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://pylint.org";
 license=('GPL')
-makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six' 'git')
+makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools'
+ 'python2-six' 'python-six' 'python-isort' 'python2-isort' 
'python-mccabe'
+ 'python2-mccabe' 'python2-backports.functools_lru_cache' 
'python2-configparser' 'git')
 optdepends=('tk: Pylint GUI')
 source=("git+https://github.com/PyCQA/pylint.git#tag=pylint-$pkgver";)
 sha1sums=('SKIP')
@@ -44,7 +46,7 @@
 }
 
 package_python-pylint() {
-  depends=('python-astroid' 'python-setuptools' 'python-six')
+  depends=('python-astroid' 'python-setuptools' 'python-six' 'python-mccabe')
 
   cd pylint
 
@@ -55,7 +57,8 @@
 }
 
 package_python2-pylint() {
-  depends=('python2-astroid' 'python2-setuptools' 'python2-six')
+  depends=('python2-astroid' 'python2-setuptools' 'python2-six' 
'python2-mccabe'
+   'python2-backports.functools_lru_cache' 'python2-configparser')
 
   cd pylint-py2
 


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 04:35:28
  Author: felixonmars
Revision: 271160

archrelease: copy trunk to extra-any

Added:
  python2-configparser/repos/extra-any/
  python2-configparser/repos/extra-any/PKGBUILD
(from rev 271159, python2-configparser/trunk/PKGBUILD)
  python2-configparser/repos/extra-any/license
(from rev 271159, python2-configparser/trunk/license)

--+
 PKGBUILD |   35 +++
 license  |   19 +++
 2 files changed, 54 insertions(+)

Copied: python2-configparser/repos/extra-any/PKGBUILD (from rev 271159, 
python2-configparser/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-07-08 04:35:28 UTC (rev 271160)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=python2-configparser
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="This library brings the updated configparser from Python 3.5 to 
Python 2.6-3.5."
+arch=('any')
+url="https://bitbucket.org/ambv/configparser";
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.io/packages/source/c/configparser/configparser-${pkgver}.tar.gz";
 license)
+md5sums=('cfdd915a5b7a6c09917a64a573140538'
+ 'f8e5b03556ed846d7681bacd4126f484')
+
+prepare() {
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find "${srcdir}"/configparser-${pkgver} -name '*.py')
+}
+
+build() {
+  cd "${srcdir}"/configparser-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}"/configparser-${pkgver}
+
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+
+  install -D "${srcdir}"/license "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: python2-configparser/repos/extra-any/license (from rev 271159, 
python2-configparser/trunk/license)
===
--- extra-any/license   (rev 0)
+++ extra-any/license   2016-07-08 04:35:28 UTC (rev 271160)
@@ -0,0 +1,19 @@
+Copyright (c) 2011 Łukasz Langa
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.


[arch-commits] Commit in (5 files)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 04:35:01
  Author: felixonmars
Revision: 271159

addpkg: python2-configparser 3.5.0-1

Added:
  python2-configparser/
  python2-configparser/repos/
  python2-configparser/trunk/
  python2-configparser/trunk/PKGBUILD
  python2-configparser/trunk/license

--+
 PKGBUILD |   35 +++
 license  |   19 +++
 2 files changed, 54 insertions(+)

Added: python2-configparser/trunk/PKGBUILD
===
--- python2-configparser/trunk/PKGBUILD (rev 0)
+++ python2-configparser/trunk/PKGBUILD 2016-07-08 04:35:01 UTC (rev 271159)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=python2-configparser
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="This library brings the updated configparser from Python 3.5 to 
Python 2.6-3.5."
+arch=('any')
+url="https://bitbucket.org/ambv/configparser";
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.io/packages/source/c/configparser/configparser-${pkgver}.tar.gz";
 license)
+md5sums=('cfdd915a5b7a6c09917a64a573140538'
+ 'f8e5b03556ed846d7681bacd4126f484')
+
+prepare() {
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find "${srcdir}"/configparser-${pkgver} -name '*.py')
+}
+
+build() {
+  cd "${srcdir}"/configparser-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}"/configparser-${pkgver}
+
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+
+  install -D "${srcdir}"/license "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: python2-configparser/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python2-configparser/trunk/license
===
--- python2-configparser/trunk/license  (rev 0)
+++ python2-configparser/trunk/license  2016-07-08 04:35:01 UTC (rev 271159)
@@ -0,0 +1,19 @@
+Copyright (c) 2011 Łukasz Langa
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 04:23:56
  Author: felixonmars
Revision: 182485

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 04:23:41 UTC (rev 182484)
+++ PKGBUILD2016-07-08 04:23:56 UTC (rev 182485)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
-  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
-  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
-  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
-source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a hypothesis{,-py2}
-}
-
-build() {
-  cd "$srcdir/hypothesis"
-  python setup.py build
-
-  cd "$srcdir/hypothesis-py2"
-  python2 setup.py build
-}
-
-check() {(
-  # I dunno how to fix pytest w/django tests :/
-
-  cd "$srcdir/hypothesis"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
-
-  cd "$srcdir/hypothesis-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
-  ) || warning "Tests failed"
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 182484, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 04:23:56 UTC (rev 182485)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
+  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
+  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
+source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hypothesis{,-py2}
+}
+
+build() {
+  cd "$srcdir/hypothesis"
+  python setup.py build
+
+  cd "$srcdir/hypothesis-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # I dunno how to fix pytest w/django tests :/
+
+  cd "$srcdir/hypothesis"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
+
+  cd "$srcdir/hypothesis-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
+  ) || warning "Tests failed"
+}
+
+package_python-hypothesis() {
+  depends=('python')
+  optdepends=('python-pytz: for datetime and django module'
+  'python-fake-factory: for fakefactory and django module'
+  'python-django: for django module'
+  'python-numpy: for numpy module'
+  'python-pytest: for pytest module')
+
+  cd hypothesis
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-hypothesis() {
+  depends=('python2-enum34')
+  optdepends=('python2-pytz: for datetime and django module'
+  'python2-fake-facto

[arch-commits] Commit in python2-backports.functools_lru_cache/repos (2 files)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 04:24:09
  Author: felixonmars
Revision: 271158

archrelease: copy trunk to extra-any

Added:
  python2-backports.functools_lru_cache/repos/extra-any/
  python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD
(from rev 271157, python2-backports.functools_lru_cache/trunk/PKGBUILD)

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

Copied: python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD (from 
rev 271157, python2-backports.functools_lru_cache/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-07-08 04:24:09 UTC (rev 271158)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Crass00 
+
+pkgname=python2-backports.functools_lru_cache
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Backport of functools.lru_cache from Python 3.3"
+arch=('any')
+url="https://github.com/jaraco/backports.functools_lru_cache";
+license=('MIT')
+depends=('python2-backports')
+makedepends=('python2-setuptools-scm')
+checkdepends=('python2-pytest-runner')
+optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
+source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz";)
+sha256sums=('1c20e07f1a8a36a19d5d258b6b076e588d78d8fc7c2c4487ffe3a280f55a7bd1')
+
+build() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py ptr
+}
+
+package() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in (4 files)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 04:23:53
  Author: felixonmars
Revision: 271157

addpkg: python2-backports.functools_lru_cache 1.2.1-1

Added:
  python2-backports.functools_lru_cache/
  python2-backports.functools_lru_cache/repos/
  python2-backports.functools_lru_cache/trunk/
  python2-backports.functools_lru_cache/trunk/PKGBUILD

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

Added: python2-backports.functools_lru_cache/trunk/PKGBUILD
===
--- python2-backports.functools_lru_cache/trunk/PKGBUILD
(rev 0)
+++ python2-backports.functools_lru_cache/trunk/PKGBUILD2016-07-08 
04:23:53 UTC (rev 271157)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Crass00 
+
+pkgname=python2-backports.functools_lru_cache
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Backport of functools.lru_cache from Python 3.3"
+arch=('any')
+url="https://github.com/jaraco/backports.functools_lru_cache";
+license=('MIT')
+depends=('python2-backports')
+makedepends=('python2-setuptools-scm')
+checkdepends=('python2-pytest-runner')
+optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
+source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz";)
+sha256sums=('1c20e07f1a8a36a19d5d258b6b076e588d78d8fc7c2c4487ffe3a280f55a7bd1')
+
+build() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py ptr
+}
+
+package() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 04:23:41
  Author: felixonmars
Revision: 182484

upgpkg: python-hypothesis 3.4.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 02:43:30 UTC (rev 182483)
+++ PKGBUILD2016-07-08 04:23:41 UTC (rev 182484)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')


[arch-commits] Commit in (4 files)

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 03:25:30
  Author: felixonmars
Revision: 271155

addpkg: python-isort 4.2.5-1

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

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

Added: python-isort/trunk/PKGBUILD
===
--- python-isort/trunk/PKGBUILD (rev 0)
+++ python-isort/trunk/PKGBUILD 2016-07-08 03:25:30 UTC (rev 271155)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+pkgbase=python-isort
+pkgname=('python-isort' 'python2-isort')
+pkgver=4.2.5
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=("git+https://github.com/timothycrosley/isort.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a isort{,-py2}
+}
+
+build() {
+  cd "$srcdir"/isort
+  python setup.py build
+
+  cd "$srcdir"/isort-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/isort
+  python setup.py test
+
+  cd "$srcdir"/isort-py2
+  python2 setup.py test
+}
+
+package_python-isort() {
+  depends=('python-setuptools')
+
+  cd isort
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-isort() {
+  depends=('python2-setuptools')
+
+  cd isort-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/isort{,2}
+}


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


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 03:25:46
  Author: felixonmars
Revision: 271156

archrelease: copy trunk to extra-any

Added:
  python-isort/repos/extra-any/
  python-isort/repos/extra-any/PKGBUILD
(from rev 271155, python-isort/trunk/PKGBUILD)

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

Copied: python-isort/repos/extra-any/PKGBUILD (from rev 271155, 
python-isort/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-07-08 03:25:46 UTC (rev 271156)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+pkgbase=python-isort
+pkgname=('python-isort' 'python2-isort')
+pkgver=4.2.5
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=("git+https://github.com/timothycrosley/isort.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a isort{,-py2}
+}
+
+build() {
+  cd "$srcdir"/isort
+  python setup.py build
+
+  cd "$srcdir"/isort-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/isort
+  python setup.py test
+
+  cd "$srcdir"/isort-py2
+  python2 setup.py test
+}
+
+package_python-isort() {
+  depends=('python-setuptools')
+
+  cd isort
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-isort() {
+  depends=('python2-setuptools')
+
+  cd isort-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/isort{,2}
+}


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 02:45:59
  Author: felixonmars
Revision: 271154

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 02:45:45 UTC (rev 271153)
+++ PKGBUILD2016-07-08 02:45:59 UTC (rev 271154)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-astroid
-pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.4.6
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="https://github.com/PyCQA/astroid";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git'
- 'python-lazy-object-proxy' 'python2-lazy-object-proxy' 
'python-wrapt' 'python2-wrapt'
- 'python2-singledispatch' 'python2-enum34')
-source=("git+https://github.com/PyCQA/astroid.git#tag=astroid-$pkgver";)
-sha1sums=('SKIP')
-
-prepare() {
-  cp -a astroid{,-py2}
-}
-
-build() {
-  cd "$srcdir"/astroid
-  python setup.py build
-
-  cd "$srcdir"/astroid-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/astroid
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
build/lib/astroid/tests -p "unittest*.py"
-
-  cd "$srcdir"/astroid-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
build/lib/astroid/tests -p "unittest*.py" || warning "Tests failed"
-}
-
-package_python-astroid() {
-  depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
-  replaces=('python-logilab-astng')
-  conflicts=('python-logilab-astng')
-
-  cd astroid
-
-  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
-}
-
-package_python2-astroid() {
-  depends=('python2-six' 'python2-lazy-object-proxy' 'python2-wrapt' 
'python2-singledispatch' 'python2-enum34')
-  replaces=('python2-logilab-astng')
-  conflicts=('python2-logilab-astng')
-
-  cd astroid-py2
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
-}

Copied: python-astroid/repos/extra-any/PKGBUILD (from rev 271153, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 02:45:59 UTC (rev 271154)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.4.7
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://github.com/PyCQA/astroid";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git'
+ 'python-lazy-object-proxy' 'python2-lazy-object-proxy' 
'python-wrapt' 'python2-wrapt'
+ 'python2-singledispatch' 'python2-enum34')
+source=("git+https://github.com/PyCQA/astroid.git#tag=astroid-$pkgver";)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -a astroid{,-py2}
+}
+
+build() {
+  cd "$srcdir"/astroid
+  python setup.py build
+
+  cd "$srcdir"/astroid-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/astroid
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
build/lib/astroid/tests -p "unittest*.py"
+
+  cd "$srcdir"/astroid-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
build/lib/astroid/tests -p "unittest*.py" || warning "Tests failed"
+}
+
+package_python-astroid() {
+  depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+
+  cd astroid
+
+  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+}
+
+package_python2-astroid() {
+  depends=('python2-six' 'python2-lazy-object-proxy' 'python2-wrapt' 
'python2-singledispatch'
+   'python2-enum34')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+
+  cd astroid-py2
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+}


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 02:45:45
  Author: felixonmars
Revision: 271153

upgpkg: python-astroid 1.4.7-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 22:39:29 UTC (rev 271152)
+++ PKGBUILD2016-07-08 02:45:45 UTC (rev 271153)
@@ -4,7 +4,7 @@
 
 pkgbase=python-astroid
 pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
@@ -47,7 +47,8 @@
 }
 
 package_python2-astroid() {
-  depends=('python2-six' 'python2-lazy-object-proxy' 'python2-wrapt' 
'python2-singledispatch' 'python2-enum34')
+  depends=('python2-six' 'python2-lazy-object-proxy' 'python2-wrapt' 
'python2-singledispatch'
+   'python2-enum34')
   replaces=('python2-logilab-astng')
   conflicts=('python2-logilab-astng')
 


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 02:43:30
  Author: felixonmars
Revision: 182483

archrelease: copy trunk to community-any

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

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

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

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

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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 02:43:12
  Author: felixonmars
Revision: 182482

upgpkg: python-raven 5.22.0-1

Modified:
  python-raven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 01:14:15 UTC (rev 182481)
+++ PKGBUILD2016-07-08 02:43:12 UTC (rev 182482)
@@ -4,7 +4,7 @@
 
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
-pkgver=5.21.0
+pkgver=5.22.0
 pkgrel=1
 pkgdesc="Python client for Sentry"
 arch=('any')
@@ -12,20 +12,21 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
 checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
-  'python-celery' 'python2-celery' 'python-django' 
'python2-django' 'pep8'
-  'python-mock' 'python2-mock' 'python-nose' 'python2-nose' 
'python2-gevent'
-  'python2-pep8' 'python-pytz' 'python2-pytz' 'python-exam' 
'python2-exam'
-  'python-requests' 'python2-requests' 'python-tornado' 
'python2-tornado'
-  'python-paste' 'python2-paste' 'python-webob' 'python2-webob'
+  'python-celery' 'python2-celery' 'python-django' 'python2-django'
+  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
+  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
+  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
   'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
-  'python-flask' 'python2-flask' 'python-blinker' 'python2-blinker'
-  'python-logbook' 'python2-logbook' 'python-pytest-django' 
'python2-pytest-django'
-  'python2-webpy' 'python-flask-login' 'python2-flask-login'
-  'python-pytest-timeout' 'python2-pytest-timeout')
+  'python-flask' 'python2-flask' 'python-blinker' 
'python2-blinker' 'python-logbook'
+  'python2-logbook' 'python-pytest-django' 'python2-pytest-django' 
'python2-webpy'
+  'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
+  'python2-pytest-timeout')
 source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver";)
 md5sums=('SKIP')
 
 prepare() {
+  sed -i 's/pep8/pycodestyle/' raven-python/setup.py
   cp -a raven-python{,-py2}
 }
 


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 01:14:15
  Author: felixonmars
Revision: 182481

archrelease: copy trunk to community-any

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

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

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

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


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 01:13:54
  Author: felixonmars
Revision: 182480

upgpkg: npm 3.10.5-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 01:13:11 UTC (rev 182479)
+++ PKGBUILD2016-07-08 01:13:54 UTC (rev 182480)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.10.3
+pkgver=3.10.5
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 01:13:11
  Author: felixonmars
Revision: 182479

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 01:12:25 UTC (rev 182478)
+++ PKGBUILD2016-07-08 01:13:11 UTC (rev 182479)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-utils
-pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
- 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n' 'python2-monotonic'
- 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 
'python-netifaces'
- 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslo.utils{,-py2}
-
-  # Use python 3's standard monotonic function
-  sed -i '/monotonic/d' oslo.utils/requirements.txt
-  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils/oslo_utils/timeutils.py
-}
-
-build() {
-  cd "$srcdir"/oslo.utils
-  python setup.py build
-
-  cd "$srcdir"/oslo.utils-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.utils
-  python setup.py testr
-
-  cd "$srcdir"/oslo.utils-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-utils() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
-   'python-netaddr' 'python-netifaces' 'python-debtcollector')
-
-  cd "$srcdir"/oslo.utils
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-utils() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
-   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
-   'python2-funcsigs')
-
-  cd "$srcdir"/oslo.utils-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 182478, 
python-oslo-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 01:13:11 UTC (rev 182479)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-utils
+pkgname=(python-oslo-utils python2-oslo-utils)
+pkgver=3.15.0
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
+ 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n' 'python2-monotonic'
+ 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 
'python-netifaces'
+ 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslo.utils{,-py2}
+
+  # Use python 3's standard monotonic function
+  sed -i '/monotonic/d' oslo.utils/requirements.txt
+  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils/oslo_utils/timeutils.py
+}
+
+build() {
+  cd "$srcdir"/oslo.utils
+  python setup.py build
+
+  cd "$srcdir"/oslo.utils-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.utils
+  python setup.py testr
+
+  cd "$srcdir"/oslo.utils-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-utils() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
+   'python-netaddr' 'python-netifaces' 'python-debtcollector')
+
+  cd "$srcdir"/oslo.utils
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-utils() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
+   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
+   'python2-funcsigs')
+
+  cd "$srcdir"/oslo.utils-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-07 Thread Felix Yan
Date: Friday, July 8, 2016 @ 01:12:25
  Author: felixonmars
Revision: 182478

upgpkg: python-oslo-utils 3.15.0-1

Modified:
  python-oslo-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 21:32:00 UTC (rev 182477)
+++ PKGBUILD2016-07-08 01:12:25 UTC (rev 182478)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-utils
 pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.14.0
+pkgver=3.15.0
 pkgrel=1
 pkgdesc="Oslo Utility library"
 arch=('any')


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

2016-07-07 Thread Antonio Rojas
Date: Thursday, July 7, 2016 @ 22:39:29
  Author: arojas
Revision: 271152

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

Added:
  avogadro/repos/extra-i686/PKGBUILD
(from rev 271151, avogadro/trunk/PKGBUILD)
  avogadro/repos/extra-i686/avogadro-fix-linking.patch
(from rev 271151, avogadro/trunk/avogadro-fix-linking.patch)
  avogadro/repos/extra-i686/avogadro-glibc2.23.patch
(from rev 271151, avogadro/trunk/avogadro-glibc2.23.patch)
  avogadro/repos/extra-i686/boost153.patch
(from rev 271151, avogadro/trunk/boost153.patch)
  avogadro/repos/extra-x86_64/PKGBUILD
(from rev 271151, avogadro/trunk/PKGBUILD)
  avogadro/repos/extra-x86_64/avogadro-fix-linking.patch
(from rev 271151, avogadro/trunk/avogadro-fix-linking.patch)
  avogadro/repos/extra-x86_64/avogadro-glibc2.23.patch
(from rev 271151, avogadro/trunk/avogadro-glibc2.23.patch)
  avogadro/repos/extra-x86_64/boost153.patch
(from rev 271151, avogadro/trunk/boost153.patch)
Deleted:
  avogadro/repos/extra-i686/PKGBUILD
  avogadro/repos/extra-i686/avogadro-fix-linking.patch
  avogadro/repos/extra-i686/avogadro-glibc2.23.patch
  avogadro/repos/extra-i686/boost153.patch
  avogadro/repos/extra-x86_64/PKGBUILD
  avogadro/repos/extra-x86_64/avogadro-fix-linking.patch
  avogadro/repos/extra-x86_64/avogadro-glibc2.23.patch
  avogadro/repos/extra-x86_64/boost153.patch

-+
 /PKGBUILD   |   94 +++
 /avogadro-fix-linking.patch |   28 +++
 /avogadro-glibc2.23.patch   |   36 +
 /boost153.patch |  120 ++
 extra-i686/PKGBUILD |   47 ---
 extra-i686/avogadro-fix-linking.patch   |   14 ---
 extra-i686/avogadro-glibc2.23.patch |   18 
 extra-i686/boost153.patch   |   60 ---
 extra-x86_64/PKGBUILD   |   47 ---
 extra-x86_64/avogadro-fix-linking.patch |   14 ---
 extra-x86_64/avogadro-glibc2.23.patch   |   18 
 extra-x86_64/boost153.patch |   60 ---
 12 files changed, 278 insertions(+), 278 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-07 22:38:53 UTC (rev 271151)
+++ extra-i686/PKGBUILD 2016-07-07 22:39:29 UTC (rev 271152)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Nick B 
-
-pkgname=avogadro
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="An advanced molecular editor based on Qt"
-arch=('i686' 'x86_64')
-url="http://avogadro.openmolecules.net/wiki/Main_Page";
-license=('GPL2')
-depends=('openbabel' 'python2-pyqt4' 'boost-libs' 'glew' 'python2-numpy')
-makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'boost153.patch' 'avogadro-glibc2.23.patch' 
'avogadro-fix-linking.patch')
-md5sums=('3206068fc27bd3b717c568ee72f1e5ec'
- 'aa2573f78d5dbd85b3cb79e08acde8ab'
- '83990ecbb4c076fddda3eaca2c2975ed'
- 'e333f624d5649c6d3a7cfd14a778bc73')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/boost153.patch
-# Fix build with glibc 2.23
-  patch -p1 -i ../avogadro-glibc2.23.patch
-# Fix linking (Fedora)
-  patch -p1 -i ../avogadro-fix-linking.patch
-}
-
-build() {
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: avogadro/repos/extra-i686/PKGBUILD (from rev 271151, 
avogadro/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-07 22:39:29 UTC (rev 271152)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Nick B 
+
+pkgname=avogadro
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="An advanced molecular editor based on Qt"
+arch=('i686' 'x86_64')
+url="http://avogadro.openmolecules.net/wiki/Main_Page";
+license=('GPL2')
+depends=('openbabel' 'python2-pyqt4' 'boost-libs' 'glew' 'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'boost153.patch' 'avogadro-glibc2.23.patch' 
'avogadro-fix-linking.patch')
+md5sums=('3206068fc27bd3b717c568ee72f1e5ec'
+ 'aa2573f78d5dbd85b3cb79e08acde8ab'
+ '83990ecbb4c076fddda3eaca2c2975ed'
+ 'e333f624d5649c6d3a7cfd14a778bc73')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/boost153.patch
+# Fix build with glibc 2.23
+  patch -p1 -i ../avogadro-glibc2.23.patch
+# Fix linking (Fedora)
+  patch -p

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

2016-07-07 Thread Antonio Rojas
Date: Thursday, July 7, 2016 @ 22:38:53
  Author: arojas
Revision: 271151

Use eigen3

Modified:
  avogadro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 20:27:43 UTC (rev 271150)
+++ PKGBUILD2016-07-07 22:38:53 UTC (rev 271151)
@@ -5,13 +5,13 @@
 
 pkgname=avogadro
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced molecular editor based on Qt"
 arch=('i686' 'x86_64')
 url="http://avogadro.openmolecules.net/wiki/Main_Page";
 license=('GPL2')
 depends=('openbabel' 'python2-pyqt4' 'boost-libs' 'glew' 'python2-numpy')
-makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 'boost153.patch' 'avogadro-glibc2.23.patch' 
'avogadro-fix-linking.patch')
 md5sums=('3206068fc27bd3b717c568ee72f1e5ec'


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

2016-07-07 Thread Sven-Hendrik Haase
Date: Thursday, July 7, 2016 @ 21:32:00
  Author: svenstaro
Revision: 182477

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-07 21:12:14 UTC (rev 182476)
+++ community-i686/PKGBUILD 2016-07-07 21:32:00 UTC (rev 182477)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=0.9.1
-pkgrel=3
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz";)
-md5sums=('5d87d943f2e746043aed87dc80004701')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"_128
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DIRRLICHT_DIR="$srcdir/irrlicht" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
-
-  make
-}
-
-package() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-i686/PKGBUILD (from rev 182476, 
supertuxkart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-07 21:32:00 UTC (rev 182477)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz";)
+md5sums=('f1f5081fd41b8eeb310b4edc07b9ee12')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"_128
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DIRRLICHT_DIR="$srcdir/irrlicht" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-07 21:12:14 UTC (rev 182476)
+++ community-x86_64/PKGBUILD   2016-07-07 21:32:00 UTC (rev 182477)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=0.9.1
-pkgrel=3
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz";)
-md5sums=('5d87d943f2e746043aed87dc80004701')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"_128
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DIRRLICHT_DIR="$srcdir/irrlicht" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++

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

2016-07-07 Thread Sven-Hendrik Haase
Date: Thursday, July 7, 2016 @ 21:12:14
  Author: svenstaro
Revision: 182476

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

Added:
  supertuxkart/repos/extra-i686/
  supertuxkart/repos/extra-i686/PKGBUILD
(from rev 182475, supertuxkart/trunk/PKGBUILD)
  supertuxkart/repos/extra-x86_64/
  supertuxkart/repos/extra-x86_64/PKGBUILD
(from rev 182475, supertuxkart/trunk/PKGBUILD)

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

Copied: supertuxkart/repos/extra-i686/PKGBUILD (from rev 182475, 
supertuxkart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-07 21:12:14 UTC (rev 182476)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz";)
+md5sums=('f1f5081fd41b8eeb310b4edc07b9ee12')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"_128
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DIRRLICHT_DIR="$srcdir/irrlicht" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/extra-x86_64/PKGBUILD (from rev 182475, 
supertuxkart/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-07 21:12:14 UTC (rev 182476)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz";)
+md5sums=('f1f5081fd41b8eeb310b4edc07b9ee12')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"_128
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DIRRLICHT_DIR="$srcdir/irrlicht" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-07 Thread Sven-Hendrik Haase
Date: Thursday, July 7, 2016 @ 21:11:52
  Author: svenstaro
Revision: 182475

upgpkg: supertuxkart 0.9.2-1

upstream release 0.9.2

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 21:01:25 UTC (rev 182474)
+++ PKGBUILD2016-07-07 21:11:52 UTC (rev 182475)
@@ -5,8 +5,8 @@
 # Contributor: rabyte 
 
 pkgname=supertuxkart
-pkgver=0.9.1
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
@@ -14,7 +14,7 @@
 depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
 makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz";)
-md5sums=('5d87d943f2e746043aed87dc80004701')
+md5sums=('f1f5081fd41b8eeb310b4edc07b9ee12')
 
 build() {
   cd ${srcdir}/supertuxkart-${pkgver}


[arch-commits] Commit in ttf-overpass (repos/community-any/PKGBUILD trunk/PKGBUILD)

2016-07-07 Thread Jaroslav Lichtblau
Date: Thursday, July 7, 2016 @ 21:01:25
  Author: jlichtblau
Revision: 182474

maintainer email address typo fix

Modified:
  ttf-overpass/repos/community-any/PKGBUILD
  ttf-overpass/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |2 +-
 trunk/PKGBUILD   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2016-07-07 18:55:04 UTC (rev 182473)
+++ repos/community-any/PKGBUILD2016-07-07 21:01:25 UTC (rev 182474)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Christopher Arndt 
 
 pkgname=ttf-overpass

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2016-07-07 18:55:04 UTC (rev 182473)
+++ trunk/PKGBUILD  2016-07-07 21:01:25 UTC (rev 182474)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Christopher Arndt 
 
 pkgname=ttf-overpass


[arch-commits] Commit in deluge/repos/extra-any (8 files)

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 20:27:43
  Author: heftig
Revision: 271150

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 271149, deluge/trunk/PKGBUILD)
  deluge/repos/extra-any/deluge-web.service
(from rev 271149, deluge/trunk/deluge-web.service)
  deluge/repos/extra-any/deluge.install
(from rev 271149, deluge/trunk/deluge.install)
  deluge/repos/extra-any/deluged.service
(from rev 271149, deluge/trunk/deluged.service)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/deluge-web.service
  deluge/repos/extra-any/deluge.install
  deluge/repos/extra-any/deluged.service

+
 PKGBUILD   |  100 +++
 deluge-web.service |   20 +-
 deluge.install |   26 +++--
 deluged.service|   22 +--
 4 files changed, 82 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-07 20:27:00 UTC (rev 271149)
+++ PKGBUILD2016-07-07 20:27:43 UTC (rev 271150)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=deluge
-pkgver=1.3.12
-pkgrel=1
-pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
-arch=('any')
-url="http://deluge-torrent.org/";
-license=('GPL3')
-depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
- python2-chardet python2-setuptools)
-makedepends=(intltool pygtk librsvg python2-mako)
-optdepends=('python2-notify: libnotify notifications'
-'pygtk: needed for gtk ui'
-'librsvg: needed for gtk ui'
-'python2-mako: needed for web ui')
-install=deluge.install
-source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
-deluged.service deluge-web.service)
-md5sums=('56f5c1cd3f671fecc58a9168f5bd6d48'
- '17f51ac9a90f0dc41a20291444a7489b'
- '2a73f62c04e8b147c731fbb50666e846')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s/python$/&2/' deluge/ui/Win32IconImagePlugin.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 ../deluged.service 
"$pkgdir/usr/lib/systemd/system/deluged.service"
-  install -Dm644 ../deluge-web.service 
"$pkgdir/usr/lib/systemd/system/deluge-web.service"
-
-  install -d "$pkgdir/srv"
-  install -d -m 775 -o 125 -g 125 "$pkgdir/srv/deluge"
-}

Copied: deluge/repos/extra-any/PKGBUILD (from rev 271149, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-07 20:27:43 UTC (rev 271150)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=deluge
+pkgver=1.3.12+73+g5f92810
+pkgrel=1
+pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
+arch=(any)
+url="http://deluge-torrent.org/";
+license=(GPL3)
+depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
+ python2-chardet python2-setuptools)
+makedepends=(intltool pygtk librsvg python2-mako git)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+_commit=5f92810f761e7df7b1f03e916535ad8b4ce6c08c
+source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
+deluged.service deluge-web.service)
+sha256sums=('SKIP'
+'58a451bb6cf4fe6ff78a4fb71d51c5910340a2de032ff435c3c7365015ab538f'
+'c3f2d6ad5bc9de5ffd9973d92badbe04a9ecf12c0c575e13d505a96add03275a')
+
+prepare() {
+  cd $pkgname
+  sed -i '1s/python$/&2/' \
+deluge/ui/Win32IconImagePlugin.py \
+deluge/ui/web/gen_gettext.py
+}
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/^deluge-//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 ../deluged.service 
"$pkgdir/usr/lib/systemd/system/deluged.service"
+  install -Dm644 ../deluge-web.service 
"$pkgdir/usr/lib/systemd/system/deluge-web.service"
+
+  install -d "$pkgdir/srv"
+  install -d -m 775 -o 125 -g 125 "$pkgdir/srv/deluge"
+}

Deleted: deluge-web.service
===
--- deluge-web.service  2016-07-07 20:27:00 UTC (rev 271149)
+++ deluge-web.service  2016-07-07 20:27:43 UTC (rev 271150)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Deluge WebUI
-After=deluged.service
-
-[Service]
-User=deluge
-ExecStart=/usr/bin/deluge-web
-
-[Install]
-WantedBy=multi-user.target

Copied: deluge

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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 20:27:00
  Author: heftig
Revision: 271149

1.3.12+73+g5f92810-1

Modified:
  deluge/trunk/PKGBUILD
  deluge/trunk/deluge.install

+
 PKGBUILD   |   32 
 deluge.install |   12 
 2 files changed, 20 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 20:20:49 UTC (rev 271148)
+++ PKGBUILD2016-07-07 20:27:00 UTC (rev 271149)
@@ -4,38 +4,46 @@
 # Contributor: Hugo Doria 
 
 pkgname=deluge
-pkgver=1.3.12
+pkgver=1.3.12+73+g5f92810
 pkgrel=1
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
-arch=('any')
+arch=(any)
 url="http://deluge-torrent.org/";
-license=('GPL3')
+license=(GPL3)
 depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
  python2-chardet python2-setuptools)
-makedepends=(intltool pygtk librsvg python2-mako)
+makedepends=(intltool pygtk librsvg python2-mako git)
 optdepends=('python2-notify: libnotify notifications'
 'pygtk: needed for gtk ui'
 'librsvg: needed for gtk ui'
 'python2-mako: needed for web ui')
 install=deluge.install
-source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
+_commit=5f92810f761e7df7b1f03e916535ad8b4ce6c08c
+source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
 deluged.service deluge-web.service)
-md5sums=('56f5c1cd3f671fecc58a9168f5bd6d48'
- '17f51ac9a90f0dc41a20291444a7489b'
- '2a73f62c04e8b147c731fbb50666e846')
+sha256sums=('SKIP'
+'58a451bb6cf4fe6ff78a4fb71d51c5910340a2de032ff435c3c7365015ab538f'
+'c3f2d6ad5bc9de5ffd9973d92badbe04a9ecf12c0c575e13d505a96add03275a')
 
 prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s/python$/&2/' deluge/ui/Win32IconImagePlugin.py
+  cd $pkgname
+  sed -i '1s/python$/&2/' \
+deluge/ui/Win32IconImagePlugin.py \
+deluge/ui/web/gen_gettext.py
 }
 
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/^deluge-//;s/-/+/g'
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   python2 setup.py build
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 
   install -Dm644 ../deluged.service 
"$pkgdir/usr/lib/systemd/system/deluged.service"

Modified: deluge.install
===
--- deluge.install  2016-07-07 20:20:49 UTC (rev 271148)
+++ deluge.install  2016-07-07 20:27:00 UTC (rev 271149)
@@ -4,16 +4,4 @@
 useradd -c 'Deluge user' -u 125 -g deluge -d /srv/deluge -s /bin/false 
deluge
 passwd -l deluge &>/dev/null
   fi
-
-  post_upgrade
 }
-
-post_upgrade() {
-  [[ -x /usr/bin/xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor
-  [[ -x /usr/bin/update-desktop-database ]] && update-desktop-database -q
-  return 0
-}
-
-post_remove() {
-  post_upgrade
-}


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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 20:20:49
  Author: heftig
Revision: 271148

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

Added:
  modemmanager/repos/testing-i686/
  modemmanager/repos/testing-i686/PKGBUILD
(from rev 271147, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/testing-x86_64/
  modemmanager/repos/testing-x86_64/PKGBUILD
(from rev 271147, modemmanager/trunk/PKGBUILD)

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

Copied: modemmanager/repos/testing-i686/PKGBUILD (from rev 271147, 
modemmanager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-07 20:20:49 UTC (rev 271148)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.5.993
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/ModemManager/";
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim)
+makedepends=(intltool gtk-doc gobject-introspection vala)
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz)
+sha256sums=('4a23e1e7dbaac422e37f055a81d5cc60c87757eff839e047a09e2455bac22a3b')
+
+prepare() {
+  cd ModemManager-$pkgver
+}
+
+build() {
+  cd ModemManager-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--with-suspend-resume=systemd \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager-$pkgver
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+
+  cd ModemManager-$pkgver
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C libmm-glib uninstall
+  make DESTDIR="$pkgdir" -C vapi uninstall
+
+  # Some stuff to move is left over
+  mv "$pkgdir/usr/include" ..
+  mv "$pkgdir/usr/lib/pkgconfig" ..
+}
+
+package_libmm-glib() {
+  pkgdesc="ModemManager library"
+  depends=(glib2)
+
+  install -d "$pkgdir/usr/lib"
+  mv include "$pkgdir/usr"
+  mv pkgconfig "$pkgdir/usr/lib"
+
+  cd ModemManager-$pkgver
+  make DESTDIR="$pkgdir" -C libmm-glib install
+  make DESTDIR="$pkgdir" -C vapi install
+}

Copied: modemmanager/repos/testing-x86_64/PKGBUILD (from rev 271147, 
modemmanager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-07 20:20:49 UTC (rev 271148)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.5.993
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/ModemManager/";
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim)
+makedepends=(intltool gtk-doc gobject-introspection vala)
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz)
+sha256sums=('4a23e1e7dbaac422e37f055a81d5cc60c87757eff839e047a09e2455bac22a3b')
+
+prepare() {
+  cd ModemManager-$pkgver
+}
+
+build() {
+  cd ModemManager-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--with-suspend-resume=systemd \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager-$pkgver
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+
+  cd ModemManager-$pkgver
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C libmm-glib uninstall
+  make DESTDIR="$pkgdir" -C vapi uninstall
+
+  # Some stuff to move is left over
+  mv "$pkgdir/usr/include" ..
+  mv "$pkgdir/usr/lib/pkgconfig" ..
+}
+
+package_libmm-glib() {
+  pkgdesc="ModemManager library"
+  depends=(glib2)
+
+  install -d 

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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 20:19:59
  Author: heftig
Revision: 271147

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

Added:
  libqmi/repos/testing-i686/
  libqmi/repos/testing-i686/PKGBUILD
(from rev 271146, libqmi/trunk/PKGBUILD)
  libqmi/repos/testing-x86_64/
  libqmi/repos/testing-x86_64/PKGBUILD
(from rev 271146, libqmi/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libqmi/repos/testing-i686/PKGBUILD (from rev 271146, 
libqmi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-07 20:19:59 UTC (rev 271147)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libqmi/";
+license=(GPL2)
+depends=(libmbim)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libqmi/repos/testing-x86_64/PKGBUILD (from rev 271146, 
libqmi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-07 20:19:59 UTC (rev 271147)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libqmi/";
+license=(GPL2)
+depends=(libmbim)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 20:19:26
  Author: heftig
Revision: 271146

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

Added:
  libmbim/repos/testing-i686/
  libmbim/repos/testing-i686/PKGBUILD
(from rev 271145, libmbim/trunk/PKGBUILD)
  libmbim/repos/testing-x86_64/
  libmbim/repos/testing-x86_64/PKGBUILD
(from rev 271145, libmbim/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libmbim/repos/testing-i686/PKGBUILD (from rev 271145, 
libmbim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-07 20:19:26 UTC (rev 271146)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="MBIM modem protocol helper library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libmbim/";
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libmbim/repos/testing-x86_64/PKGBUILD (from rev 271145, 
libmbim/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-07 20:19:26 UTC (rev 271146)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="MBIM modem protocol helper library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libmbim/";
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 20:18:22
  Author: heftig
Revision: 271145

1.5.993-1

Modified:
  modemmanager/trunk/PKGBUILD
Deleted:
  modemmanager/trunk/modemmanager.install

--+
 PKGBUILD |9 +
 modemmanager.install |   13 -
 2 files changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 20:02:33 UTC (rev 271144)
+++ PKGBUILD2016-07-07 20:18:22 UTC (rev 271145)
@@ -4,16 +4,16 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.4.14
+pkgver=1.5.993
 pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/ModemManager/";
 license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
+depends=(systemd libgudev polkit ppp libqmi libmbim)
 makedepends=(intltool gtk-doc gobject-introspection vala)
 
source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz)
-sha256sums=('abe6cdd515a774bcba3afdcdb1e504569801e79282ccdf26099f33cbb8731ba2')
+sha256sums=('4a23e1e7dbaac422e37f055a81d5cc60c87757eff839e047a09e2455bac22a3b')
 
 prepare() {
   cd ModemManager-$pkgver
@@ -25,8 +25,10 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
 --with-udev-base-dir=/usr/lib/udev \
 --with-polkit=permissive \
+--with-suspend-resume=systemd \
 --enable-gtk-doc \
 --disable-static
 
@@ -45,7 +47,6 @@
   depends+=(libmm-glib)
   optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
   options=(!emptydirs)
-  install=modemmanager.install
 
   cd ModemManager-$pkgver
   make DESTDIR="$pkgdir" install

Deleted: modemmanager.install
===
--- modemmanager.install2016-07-07 20:02:33 UTC (rev 271144)
+++ modemmanager.install2016-07-07 20:18:22 UTC (rev 271145)
@@ -1,13 +0,0 @@
-post_install() {
-  if [[ -x usr/bin/gtk-update-icon-cache ]]; then
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 20:02:33
  Author: heftig
Revision: 271144

1.16.0-1

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 19:57:02 UTC (rev 271143)
+++ PKGBUILD2016-07-07 20:02:33 UTC (rev 271144)
@@ -2,21 +2,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqmi
-pkgver=1.12.10
+pkgver=1.16.0
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/libqmi/";
 license=(GPL2)
-depends=(glib2 bash)
+depends=(libmbim)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('ab6f51e724bdbe1f18ebf42573caf0974b8edb4bb25c06a015fff05f238208ec')
+sha256sums=('7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
   make
 }
 


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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 19:57:02
  Author: heftig
Revision: 271143

1.14.0-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 18:45:22 UTC (rev 271142)
+++ PKGBUILD2016-07-07 19:57:02 UTC (rev 271143)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.12.4
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bd9af154e88ee1cccaf2fedd05e0f5cb82e3359ab6ad2a75cfec98bf57f973a')
+sha256sums=('ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
+--libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
   make
 }
 


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

2016-07-07 Thread Daniel Micay
Date: Thursday, July 7, 2016 @ 18:32:16
  Author: thestinger
Revision: 182471

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 182470, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 182470, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 182470, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 182470, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 182470, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 182470, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 182470, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 182470, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 182470, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 182470, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 182470, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 182470, 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  |  624 
 /change-default-console-loglevel.patch |   22 
 /config|16318 +++
 /config.x86_64 |15740 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  312 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8159 ---
 community-i686/config.x86_64   | 7870 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  312 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8159 ---
 community-x86_64/config.x86_64 | 7870 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32806 insertions(+), 32806 deletions(-)

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


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

2016-07-07 Thread Daniel Micay
Date: Thursday, July 7, 2016 @ 18:30:56
  Author: thestinger
Revision: 182470

upgpkg: linux-grsec 4.6.3.201607070721-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 14:25:33 UTC (rev 182469)
+++ PKGBUILD2016-07-07 18:30:56 UTC (rev 182470)
@@ -9,7 +9,7 @@
 _srcname=linux-4.6
 _pkgver=4.6.3
 _grsecver=3.1
-_timestamp=201607051723
+_timestamp=201607070721
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '036f83f8a3475d9e7e0b8edc188f9a4f495abc3b187ed87748cdbc063c0c419f'
 'SKIP'
-'9012f5823298dc5ea0f30b4159fca22a8c400afb24e6206d6b612f476378e7f5'
+'85f34f61ee52703d9779ccebe112d74d111e4473ae52091de70b877e0efba8a0'
 'SKIP'
 'de52f89abfef30d40239725ab298ee2028aef5a2b9c807ddaf4e9eff7ddc35df'
 'efd40ee94a0845b23ebb2f2b5675dfb8d56dfa149b97f13bea98624bd6b589af'


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

2016-07-07 Thread Antonio Rojas
Date: Thursday, July 7, 2016 @ 17:27:36
  Author: arojas
Revision: 271139

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

Added:
  kwin/repos/testing-i686/PKGBUILD
(from rev 271138, kwin/trunk/PKGBUILD)
  kwin/repos/testing-x86_64/PKGBUILD
(from rev 271138, kwin/trunk/PKGBUILD)
Deleted:
  kwin/repos/testing-i686/PKGBUILD
  kwin/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   84 ++
 testing-i686/PKGBUILD   |   42 ---
 testing-x86_64/PKGBUILD |   42 ---
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-07-07 17:27:07 UTC (rev 271138)
+++ testing-i686/PKGBUILD   2016-07-07 17:27:36 UTC (rev 271139)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.7.0
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
- 'plasma-framework' 'kcmutils' 'breeze')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=('plasma')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f57ec7fec961f5e490e0bf0e3e903e0656d12eccf6a23c84a8dd4866edd6'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwin/repos/testing-i686/PKGBUILD (from rev 271138, kwin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-07 17:27:36 UTC (rev 271139)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.7.0
+pkgrel=2
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
+ 'plasma-framework' 'kcmutils' 'breeze')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=('plasma')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f57ec7fec961f5e490e0bf0e3e903e0656d12eccf6a23c84a8dd4866edd6'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-07-07 17:27:07 UTC (rev 271138)
+++ testing-x86_64/PKGBUILD 2016-07-07 17:27:36 UTC (rev 271139)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.7.0
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
- 'plasma-framework' 'kcmutils' 'breeze')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=('plasma')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f57ec7fec961f5e490e0bf0e3e903e0656d12eccf6a23c84a8dd4866edd6'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver 

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

2016-07-07 Thread Antonio Rojas
Date: Thursday, July 7, 2016 @ 17:27:07
  Author: arojas
Revision: 271138

Rebuild against correct breeze version

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 16:57:24 UTC (rev 271137)
+++ PKGBUILD2016-07-07 17:27:07 UTC (rev 271138)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2016-07-07 Thread Antonio Rojas
Date: Thursday, July 7, 2016 @ 16:57:24
  Author: arojas
Revision: 271137

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

Added:
  gst-libav/repos/testing-i686/
  gst-libav/repos/testing-i686/PKGBUILD
(from rev 271136, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/testing-x86_64/
  gst-libav/repos/testing-x86_64/PKGBUILD
(from rev 271136, gst-libav/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   45 +
 testing-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: gst-libav/repos/testing-i686/PKGBUILD (from rev 271136, 
gst-libav/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-07 16:57:24 UTC (rev 271137)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.8.2
+pkgrel=2
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg')
+makedepends=('python')
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5f3c7a27b39b5f5c2f0bfd546b0c655020faf6b38d27b64b346c43e5ebf687a')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
+--with-package-name="GStreamer libav Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-system-libav
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-libav/repos/testing-x86_64/PKGBUILD (from rev 271136, 
gst-libav/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-07 16:57:24 UTC (rev 271137)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.8.2
+pkgrel=2
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg')
+makedepends=('python')
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5f3c7a27b39b5f5c2f0bfd546b0c655020faf6b38d27b64b346c43e5ebf687a')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
+--with-package-name="GStreamer libav Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-system-libav
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2016-07-07 Thread Antonio Rojas
Date: Thursday, July 7, 2016 @ 16:56:58
  Author: arojas
Revision: 271136

Rebuild against ffmpeg 3.1.1

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 10:38:32 UTC (rev 271135)
+++ PKGBUILD2016-07-07 16:56:58 UTC (rev 271136)
@@ -3,7 +3,7 @@
 
 pkgname=gst-libav
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Gstreamer libav Plugin"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-07-07 Thread Jaroslav Lichtblau
Date: Thursday, July 7, 2016 @ 14:25:33
  Author: jlichtblau
Revision: 182469

archrelease: copy trunk to community-any

Added:
  ttf-overpass/repos/community-any/
  ttf-overpass/repos/community-any/PKGBUILD
(from rev 182468, ttf-overpass/trunk/PKGBUILD)
  ttf-overpass/repos/community-any/ttf-overpass.install
(from rev 182468, ttf-overpass/trunk/ttf-overpass.install)

--+
 PKGBUILD |   27 +++
 ttf-overpass.install |   15 +++
 2 files changed, 42 insertions(+)

Copied: ttf-overpass/repos/community-any/PKGBUILD (from rev 182468, 
ttf-overpass/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-07-07 14:25:33 UTC (rev 182469)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Christopher Arndt 
+
+pkgname=ttf-overpass
+pkgver=2.1
+pkgrel=2
+pkgdesc="An open source font family inspired by Highway Gothic esp. suited for 
signs, lettering and web sites"
+arch=('any')
+url="http://overpassfont.org/";
+license=('custom:SIL Open Font License 1.1' 'LGPL2.1')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=$pkgname.install
+source=(https://github.com/RedHatBrand/overpass/archive/${pkgver}.tar.gz)
+sha256sums=('a7562994399cdf33a2e91e4fb1e1e76bb44121f32007b4da15b01579537d9e06')
+
+package() {
+  cd "${srcdir}/overpass-$pkgver"
+
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  install -m644 "Desktop Fonts/"*.ttf "${pkgdir}"/usr/share/fonts/TTF
+  install -Dm644 "Desktop Fonts/"LICENSE.md \
+"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE.md
+  install -d "${pkgdir}"/usr/share/doc/$pkgname
+  install -m644 "Overpass Specimen 8-20-15.pdf" README.md \
+"${pkgdir}"/usr/share/doc/$pkgname
+}

Copied: ttf-overpass/repos/community-any/ttf-overpass.install (from rev 182468, 
ttf-overpass/trunk/ttf-overpass.install)
===
--- community-any/ttf-overpass.install  (rev 0)
+++ community-any/ttf-overpass.install  2016-07-07 14:25:33 UTC (rev 182469)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s > /dev/null
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in (5 files)

2016-07-07 Thread Jaroslav Lichtblau
Date: Thursday, July 7, 2016 @ 14:24:41
  Author: jlichtblau
Revision: 182468

ttf-overpass moved to [community]
initial release

Added:
  ttf-overpass/
  ttf-overpass/repos/
  ttf-overpass/trunk/
  ttf-overpass/trunk/PKGBUILD
  ttf-overpass/trunk/ttf-overpass.install

--+
 PKGBUILD |   27 +++
 ttf-overpass.install |   15 +++
 2 files changed, 42 insertions(+)

Added: ttf-overpass/trunk/PKGBUILD
===
--- ttf-overpass/trunk/PKGBUILD (rev 0)
+++ ttf-overpass/trunk/PKGBUILD 2016-07-07 14:24:41 UTC (rev 182468)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Christopher Arndt 
+
+pkgname=ttf-overpass
+pkgver=2.1
+pkgrel=2
+pkgdesc="An open source font family inspired by Highway Gothic esp. suited for 
signs, lettering and web sites"
+arch=('any')
+url="http://overpassfont.org/";
+license=('custom:SIL Open Font License 1.1' 'LGPL2.1')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=$pkgname.install
+source=(https://github.com/RedHatBrand/overpass/archive/${pkgver}.tar.gz)
+sha256sums=('a7562994399cdf33a2e91e4fb1e1e76bb44121f32007b4da15b01579537d9e06')
+
+package() {
+  cd "${srcdir}/overpass-$pkgver"
+
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  install -m644 "Desktop Fonts/"*.ttf "${pkgdir}"/usr/share/fonts/TTF
+  install -Dm644 "Desktop Fonts/"LICENSE.md \
+"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE.md
+  install -d "${pkgdir}"/usr/share/doc/$pkgname
+  install -m644 "Overpass Specimen 8-20-15.pdf" README.md \
+"${pkgdir}"/usr/share/doc/$pkgname
+}


Property changes on: ttf-overpass/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ttf-overpass/trunk/ttf-overpass.install
===
--- ttf-overpass/trunk/ttf-overpass.install (rev 0)
+++ ttf-overpass/trunk/ttf-overpass.install 2016-07-07 14:24:41 UTC (rev 
182468)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s > /dev/null
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-07-07 Thread Antonio Rojas
Date: Thursday, July 7, 2016 @ 13:19:28
  Author: arojas
Revision: 182464

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

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

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

Copied: calibre/repos/community-staging-i686/PKGBUILD (from rev 182463, 
calibre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-07 13:19:28 UTC (rev 182464)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.61.0
+pkgrel=2
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ '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' 
'mtdev'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
+makedepends=('qt5-x11extras' 'xdg-utils')
+optdepends=('ipython2: to use calibre-debug'
+'udisks: required for mounting certain devices'
+'poppler: required for converting pdf to html'
+)
+source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
+"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
+sha256sums=('a88c3da1320c346cb4847d3a887674e4aa4c965b4e2311e425343d9fe72b5df7'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+
+  # Remove unneeded files and libs
+  rm -rf resources/${pkgname}-portable.* \
+ src/cherrypy \
+ src/html5lib \
+ src/chardet
+
+  # Desktop integration (e.g. enforce arch defaults)
+  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
+  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
+  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
+  -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 "${pkgname}-${pkgver}"
+
+  LANG='en_US.UTF-8' python2 setup.py build
+  LANG='en_US.UTF-8' python2 setup.py gui
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d "${pkgdir}/usr/share/zsh/site-functions" \
+ 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
+
+  install -Dm644 resources/calibre-mimetypes.xml \
+"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
+
+  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
+python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
+
+  # Compiling bytecode FS#33392
+  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
+  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
+}

Copied: calibre/repos/community-staging-x86_64/PKGBUILD (from rev 182463, 
calibre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-07 13:19:28 UTC (rev 182464)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.61.0
+pkgrel=2
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ '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' 
'mtdev'
+ 'deskto

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

2016-07-07 Thread Antonio Rojas
Date: Thursday, July 7, 2016 @ 13:19:01
  Author: arojas
Revision: 182463

podofo 0.9.4 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 13:14:01 UTC (rev 182462)
+++ PKGBUILD2016-07-07 13:19:01 UTC (rev 182463)
@@ -9,7 +9,7 @@
 
 pkgname=calibre
 pkgver=2.61.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/";


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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 13:14:01
  Author: heftig
Revision: 182462

archrelease: copy trunk to multilib-testing-x86_64

Added:
  gcc-multilib/repos/multilib-testing-x86_64/
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 182461, gcc-multilib/trunk/PKGBUILD)

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

Copied: gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 182461, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-07-07 13:14:01 UTC (rev 182462)
@@ -0,0 +1,384 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=6.1.1
+_pkgver=6
+_islver=0.16.1
+pkgrel=3
+_commit=1bbd3999
+pkgdesc="The GNU Compiler Collection for multilib"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org";
+makedepends=('binutils>=2.26' 'libmpc' 'gcc-ada-multilib' 'doxygen' 'git'
+ 'lib32-glibc>=2.23')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(git://gcc.gnu.org/git/gcc.git#commit=${_commit}
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
+md5sums=('SKIP'
+ 'ac1f25a0677912952718a51f5bc20f32')
+
+# gcc-6.0 forces a changed triplet - need to address in pacman/devtools
+[[ $CARCH == "x86_64" ]] && CHOST=x86_64-pc-linux-gnu
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/gcc
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/gcc/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix --enable-libmpx \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --enable-multilib --disable-werror \
+  --enable-checking=release
+
+  make
+  
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are "expected"
+  make -k check || true
+  ${srcdir}/gcc/contrib/test_summary
+}
+
+package_lib32-gcc-libs()
+{
+  pkgdesc="Runtime libraries shipped by GCC (32-bit)"
+  depends=('lib32-glibc>=2.23')
+  options=('!emptydirs' '!strip')
+
+  cd ${srcdir}/gcc-build
+
+  make -C $CHOST/32/libgcc DESTDIR=${pkgdir} install-shared
+  rm ${pkgdir}/${_libdir}/32/libgcc_eh.a
+
+  for lib in libatomic \
+ libcilkrts \
+ libgfortran \
+ libgo \
+ libgomp \
+ libitm \
+ libquadmath \
+ libsanitizer/{a,l,ub}san \
+ libstdc++-v3/src \
+ libvtv; do
+make -C $CHOST/32/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
+  done
+
+  make -C $CHOST/32/libobjc DESTDIR=${pkgdir} install-libs
+
+  make -C $CHOST/32/libmpx DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/lib32/libmpx.spec
+
+  # remove stuff in gcc-libs-multilib
+  rm -r ${pkgdir}/usr/lib
+
+  # Install Runtime Library Exception
+  install -Dm644 ${srcdir}/gcc/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/lib32-gcc-libs/RUNTIME.LIBRARY.EXCEPTION
+}
+
+package_gcc-libs-multilib()
+{
+  pkgdesc="Runtime libraries shipped by GCC for multilib"
+  depends=('glibc>=2.23' "lib32-gcc-libs=$pkgver-$pkgrel")
+  provides=("gcc-libs=$pkgver-$pkgrel")
+  conflicts=('gcc-libs')
+  optio

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

2016-07-07 Thread Sergej Pupykin
Date: Thursday, July 7, 2016 @ 13:03:53
  Author: spupykin
Revision: 182459

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

Added:
  gst-transcoder/repos/community-i686/PKGBUILD
(from rev 182458, gst-transcoder/trunk/PKGBUILD)
  gst-transcoder/repos/community-x86_64/PKGBUILD
(from rev 182458, gst-transcoder/trunk/PKGBUILD)
Deleted:
  gst-transcoder/repos/community-i686/PKGBUILD
  gst-transcoder/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-07 13:03:36 UTC (rev 182458)
+++ community-i686/PKGBUILD 2016-07-07 13:03:53 UTC (rev 182459)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Thibault Saunier 
-
-pkgname=gst-transcoder
-pkgver=1.8.0
-pkgrel=0
-pkgdesc="GStreamer Transcoding API"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('gst-plugins-base-libs')
-makedepends=('meson')
-options=(!libtool !emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz";)
-md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --libdir=lib/
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-transcoder/repos/community-i686/PKGBUILD (from rev 182458, 
gst-transcoder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-07 13:03:53 UTC (rev 182459)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thibault Saunier 
+
+pkgname=gst-transcoder
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="GStreamer Transcoding API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs')
+makedepends=('gobject-introspection' 'meson')
+options=(!libtool !emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz";)
+md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=lib/
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-07 13:03:36 UTC (rev 182458)
+++ community-x86_64/PKGBUILD   2016-07-07 13:03:53 UTC (rev 182459)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Thibault Saunier 
-
-pkgname=gst-transcoder
-pkgver=1.8.0
-pkgrel=0
-pkgdesc="GStreamer Transcoding API"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('gst-plugins-base-libs')
-makedepends=('meson')
-options=(!libtool !emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz";)
-md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --libdir=lib/
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-transcoder/repos/community-x86_64/PKGBUILD (from rev 182458, 
gst-transcoder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-07 13:03:53 UTC (rev 182459)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thibault Saunier 
+
+pkgname=gst-transcoder
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="GStreamer Transcoding API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs')
+makedepends=('gobject-introspection' 'meson')
+options=(!libtool !emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz";)
+md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=lib/
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mingw-w64-binutils/repos (4 files)

2016-07-07 Thread Sergej Pupykin
Date: Thursday, July 7, 2016 @ 13:04:11
  Author: spupykin
Revision: 182461

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

Added:
  mingw-w64-binutils/repos/community-i686/PKGBUILD
(from rev 182460, mingw-w64-binutils/trunk/PKGBUILD)
  mingw-w64-binutils/repos/community-x86_64/PKGBUILD
(from rev 182460, mingw-w64-binutils/trunk/PKGBUILD)
Deleted:
  mingw-w64-binutils/repos/community-i686/PKGBUILD
  mingw-w64-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-07 13:03:56 UTC (rev 182460)
+++ community-i686/PKGBUILD 2016-07-07 13:04:11 UTC (rev 182461)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-binutils
-pkgver=2.26
-pkgrel=1
-pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/binutils";
-license=('GPL')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib')
-options=('!libtool' '!emptydirs')
-source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz";)
-md5sums=('d66e2b663757cbf5d4b060feb4ef6b4b')
-
-prepare() {
-  cd ${srcdir}/binutils-${pkgver}
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  for _target in $_targets; do
-msg "Building ${_target} cross binutils"
-mkdir -p ${srcdir}/binutils-${_target} && cd 
"${srcdir}/binutils-${_target}"
-$srcdir/binutils-${pkgver}/configure --prefix=/usr \
---target=${_target} \
---infodir=/usr/share/info/${_target} \
---enable-lto --enable-plugins \
---disable-multilib --disable-nls \
---disable-werror
- make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg "Installing ${_target} cross binutils"
-cd ${srcdir}/binutils-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}

Copied: mingw-w64-binutils/repos/community-i686/PKGBUILD (from rev 182460, 
mingw-w64-binutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-07 13:04:11 UTC (rev 182461)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname=mingw-w64-binutils
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils";
+license=('GPL')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib')
+options=('!libtool' '!emptydirs')
+source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz";)
+md5sums=('0a40e61a60f09796a2313aa7fcc7bb07')
+
+prepare() {
+  cd ${srcdir}/binutils-${pkgver}
+  #do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  for _target in $_targets; do
+msg "Building ${_target} cross binutils"
+mkdir -p ${srcdir}/binutils-${_target} && cd 
"${srcdir}/binutils-${_target}"
+$srcdir/binutils-${pkgver}/configure --prefix=/usr \
+--target=${_target} \
+--infodir=/usr/share/info/${_target} \
+--enable-lto --enable-plugins \
+--disable-multilib --disable-nls \
+--disable-werror
+ make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg "Installing ${_target} cross binutils"
+cd ${srcdir}/binutils-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-07 13:03:56 UTC (rev 182460)
+++ community-x86_64/PKGBUILD   2016-07-07 13:04:11 UTC (rev 182461)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-binutils
-pkgver=2.26
-pkgrel=1
-pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/binutils";
-license=('GPL')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib')
-options=('!libtool' '!emptydirs')
-source=("h

[arch-commits] Commit in mingw-w64-binutils/trunk (PKGBUILD)

2016-07-07 Thread Sergej Pupykin
Date: Thursday, July 7, 2016 @ 13:03:56
  Author: spupykin
Revision: 182460

upgpkg: mingw-w64-binutils 2.26.1-1

upd

Modified:
  mingw-w64-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 13:03:53 UTC (rev 182459)
+++ PKGBUILD2016-07-07 13:03:56 UTC (rev 182460)
@@ -5,7 +5,7 @@
 _targets="i686-w64-mingw32 x86_64-w64-mingw32"
 
 pkgname=mingw-w64-binutils
-pkgver=2.26
+pkgver=2.26.1
 pkgrel=1
 pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('zlib')
 options=('!libtool' '!emptydirs')
 source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz";)
-md5sums=('d66e2b663757cbf5d4b060feb4ef6b4b')
+md5sums=('0a40e61a60f09796a2313aa7fcc7bb07')
 
 prepare() {
   cd ${srcdir}/binutils-${pkgver}


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

2016-07-07 Thread Sergej Pupykin
Date: Thursday, July 7, 2016 @ 13:03:36
  Author: spupykin
Revision: 182458

upgpkg: gst-transcoder 1.8.0-1

upd

Modified:
  gst-transcoder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 12:05:42 UTC (rev 182457)
+++ PKGBUILD2016-07-07 13:03:36 UTC (rev 182458)
@@ -4,13 +4,13 @@
 
 pkgname=gst-transcoder
 pkgver=1.8.0
-pkgrel=0
+pkgrel=1
 pkgdesc="GStreamer Transcoding API"
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://gstreamer.freedesktop.org/";
 depends=('gst-plugins-base-libs')
-makedepends=('meson')
+makedepends=('gobject-introspection' 'meson')
 options=(!libtool !emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz";)
 md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')


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

2016-07-07 Thread Sergej Pupykin
Date: Thursday, July 7, 2016 @ 12:05:42
  Author: spupykin
Revision: 182457

archrelease: copy trunk to community-any

Added:
  dokuwiki/repos/community-any/PKGBUILD
(from rev 182456, dokuwiki/trunk/PKGBUILD)
  dokuwiki/repos/community-any/apache.example.conf
(from rev 182456, dokuwiki/trunk/apache.example.conf)
Deleted:
  dokuwiki/repos/community-any/PKGBUILD
  dokuwiki/repos/community-any/apache.example.conf

-+
 PKGBUILD|  132 +-
 apache.example.conf |   16 +++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-07 12:05:32 UTC (rev 182456)
+++ PKGBUILD2016-07-07 12:05:42 UTC (rev 182457)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20160626
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
-_pkgver=${_pkgver/_/}
-pkgrel=1
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='https://www.dokuwiki.org/'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess'
-'etc/httpd/conf/extra/dokuwiki.conf')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz";
-'apache.example.conf')
-md5sums=('661b00c508736e59af4fdb7b8156ef3c'
- 'c5bed40abf5bb737bad8df29bb7020dc')
-
-package() {
-  cd "$pkgdir"
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a "$srcdir"/$pkgname-release_stable_${_pkgver} usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move plugins in var
-  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
-  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
-
-  # move templates in var
-  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
-  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown http:http var/lib/dokuwiki/plugins
-  chown -R http:http var/lib/dokuwiki/data
-  chown -R http:http etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 "$srcdir"/apache.example.conf 
etc/httpd/conf/extra/dokuwiki.conf
-
-  # php.ini
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  echo 'open_basedir = 
${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' 
>$pkgdir/etc/php/conf.d/dokuwiki.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 182456, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-07 12:05:42 UTC (rev 182457)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20160626_a
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
+_pkgver=${_pkgver/_/}
+pkgrel=1
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz";
+'apache.example.conf')
+md5sums=('728bc01a94aa39e0b84455c16b5edd80'
+ 'c5bed40abf5bb737bad8df29bb7020dc')
+
+package() {
+  cd "$pkgdir"
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a "$srcdir"/$pkgname-release_stable_${_pkgver} usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
+
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx etc/webapps/dokuwiki
+  ln -s ../../../../../etc/webapps/do

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

2016-07-07 Thread Sergej Pupykin
Date: Thursday, July 7, 2016 @ 12:05:32
  Author: spupykin
Revision: 182456

upgpkg: dokuwiki 20160626_a-1

upd

Modified:
  dokuwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 10:34:59 UTC (rev 182455)
+++ PKGBUILD2016-07-07 12:05:32 UTC (rev 182456)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
-pkgver=20160626
+pkgver=20160626_a
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
 _pkgver=${_pkgver/_/}
 pkgrel=1
@@ -17,7 +17,7 @@
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz";
 'apache.example.conf')
-md5sums=('661b00c508736e59af4fdb7b8156ef3c'
+md5sums=('728bc01a94aa39e0b84455c16b5edd80'
  'c5bed40abf5bb737bad8df29bb7020dc')
 
 package() {


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

2016-07-07 Thread Christian Hesse
Date: Thursday, July 7, 2016 @ 10:38:29
  Author: eworm
Revision: 271134

upgpkg: thin-provisioning-tools 0.6.2-1

new upstream release

Modified:
  thin-provisioning-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 10:24:54 UTC (rev 271133)
+++ PKGBUILD2016-07-07 10:38:29 UTC (rev 271134)
@@ -3,8 +3,8 @@
 # Contributor: Jason Hall 
 
 pkgname=thin-provisioning-tools
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
 pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
 arch=('i686' 'x86_64')
 url="https://github.com/jthornber/thin-provisioning-tools";
@@ -12,7 +12,7 @@
 depends=('expat' 'gcc-libs' 'libaio')
 makedepends=('boost')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('387096be52b2f846b8b83f3d8da8e2cc6775465f')
+sha1sums=('5aab3250a6af1855d3dcdcc44e6cd8d5cf5008b6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-07-07 Thread Christian Hesse
Date: Thursday, July 7, 2016 @ 10:38:32
  Author: eworm
Revision: 271135

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

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

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

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

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


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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 10:34:59
  Author: heftig
Revision: 182455

6.1.1-3

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 08:46:05 UTC (rev 182454)
+++ PKGBUILD2016-07-07 10:34:59 UTC (rev 182455)
@@ -9,8 +9,8 @@
 pkgver=6.1.1
 _pkgver=6
 _islver=0.16.1
-pkgrel=2
-_commit=36375203
+pkgrel=3
+_commit=1bbd3999
 pkgdesc="The GNU Compiler Collection for multilib"
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')


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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 10:24:54
  Author: heftig
Revision: 271133

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

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

-+
 /PKGBUILD   |   88 ++
 extra-i686/PKGBUILD |   45 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/gpaste.install |   11 -
 5 files changed, 88 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-07 10:24:17 UTC (rev 271132)
+++ extra-i686/PKGBUILD 2016-07-07 10:24:54 UTC (rev 271133)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.20.4
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html";
-license=(GPL3)
-arch=(i686 x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
-optdepends=("wgetpaste: Upload clipboard contents")
-options=(!emptydirs)
-install=gpaste.install
-source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz";)
-sha256sums=('c27e4a934c5abe399e3a5420611ee41474b96abbdb5c320fef1652a6a62b2b60')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-vala \
---enable-applet
-  make
-}
-
-check () {
-  cd $pkgname-$pkgver
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 data/completions/gpaste-client \
-"$pkgdir/usr/share/bash-completion/completions/gpaste-client"
-  install -Dm644 data/completions/_gpaste-client \
-"$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
-
-  # Don't autostart the applet, ever
-  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
-}

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 271132, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-07 10:24:54 UTC (rev 271133)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.20.4
+pkgrel=2
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html";
+license=(GPL3)
+arch=(i686 x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=(!emptydirs)
+source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz";)
+sha256sums=('c27e4a934c5abe399e3a5420611ee41474b96abbdb5c320fef1652a6a62b2b60')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala \
+--enable-applet
+  make
+}
+
+check () {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 data/completions/gpaste-client \
+"$pkgdir/usr/share/bash-completion/completions/gpaste-client"
+  install -Dm644 data/completions/_gpaste-client \
+"$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
+
+  # Don't autostart the applet, ever
+  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2016-07-07 10:24:17 UTC (rev 271132)
+++ extra-i686/gpaste.install   2016-07-07 10:24:54 UTC (rev 271133)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-07 10:24:17 UTC (rev 271132)
+++ extra-x86_64/PKGBUILD   2016-07-07 10:24:54 UTC (rev 271133)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.20.4
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html";
-license=(GPL3)
-arch=(i686 x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
-optdepends=("wgetpaste: Upload clipboard contents")
-options=(!emptydirs)
-install=gpaste.install
-source=("http://www.imagination-land.org/files/$pkgname

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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 10:24:17
  Author: heftig
Revision: 271132

3.20.4-2

Modified:
  gpaste/trunk/PKGBUILD
Deleted:
  gpaste/trunk/gpaste.install

+
 PKGBUILD   |3 +--
 gpaste.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 08:46:02 UTC (rev 271131)
+++ PKGBUILD2016-07-07 10:24:17 UTC (rev 271132)
@@ -3,7 +3,7 @@
 
 pkgname=gpaste
 pkgver=3.20.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Clipboard management system"
 url="http://www.imagination-land.org/tags/GPaste.html";
 license=(GPL3)
@@ -12,7 +12,6 @@
 makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
 optdepends=("wgetpaste: Upload clipboard contents")
 options=(!emptydirs)
-install=gpaste.install
 
source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz";)
 sha256sums=('c27e4a934c5abe399e3a5420611ee41474b96abbdb5c320fef1652a6a62b2b60')
 

Deleted: gpaste.install
===
--- gpaste.install  2016-07-07 08:46:02 UTC (rev 271131)
+++ gpaste.install  2016-07-07 10:24:17 UTC (rev 271132)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-07-07 Thread Felix Yan
Date: Thursday, July 7, 2016 @ 08:46:02
  Author: felixonmars
Revision: 271131

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

Added:
  perl-list-moreutils/repos/extra-i686/PKGBUILD
(from rev 271130, perl-list-moreutils/trunk/PKGBUILD)
  perl-list-moreutils/repos/extra-x86_64/PKGBUILD
(from rev 271130, perl-list-moreutils/trunk/PKGBUILD)
Deleted:
  perl-list-moreutils/repos/extra-i686/PKGBUILD
  perl-list-moreutils/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-07 08:45:34 UTC (rev 271130)
+++ extra-i686/PKGBUILD 2016-07-07 08:46:02 UTC (rev 271131)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin "juster" Davis 
-# Generator : pbjam 0.01
-
-pkgname=perl-list-moreutils
-pkgver=0.415
-pkgrel=2
-pkgdesc="Provide the stuff missing in List::Util"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-exporter-tiny')
-url=http://search.cpan.org/dist/List-MoreUtils
-source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
-sha512sums=('f797b3a85c6dd9222aca99e2a2102fbfdb8275ec37bfdca594b6f44a2cc46c5a21fd9053064a73fa34d5438233cfe4e1ac4a5f7b0ae737e0058e06f324580420')
-
-build() {
-  cd "${srcdir}/List-MoreUtils-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/List-MoreUtils-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/List-MoreUtils-${pkgver}"
-  make DESTDIR="$pkgdir" install
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-list-moreutils/repos/extra-i686/PKGBUILD (from rev 271130, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-07 08:46:02 UTC (rev 271131)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.416
+pkgrel=1
+pkgdesc="Provide the stuff missing in List::Util"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-exporter-tiny')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
+sha512sums=('69b50405dd2442dce1c9505d8a392325a76a748a4612a8b7b53472d4e4a9ed6866593292b3c80c28ba3bc86a04f3b3041f3d3d3f1ec001e8a320f9d4426651aa')
+
+build() {
+  cd "${srcdir}/List-MoreUtils-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/List-MoreUtils-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/List-MoreUtils-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-07 08:45:34 UTC (rev 271130)
+++ extra-x86_64/PKGBUILD   2016-07-07 08:46:02 UTC (rev 271131)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin "juster" Davis 
-# Generator : pbjam 0.01
-
-pkgname=perl-list-moreutils
-pkgver=0.415
-pkgrel=2
-pkgdesc="Provide the stuff missing in List::Util"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-exporter-tiny')
-url=http://search.cpan.org/dist/List-MoreUtils
-source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
-sha512sums=('f797b3a85c6dd9222aca99e2a2102fbfdb8275ec37bfdca594b6f44a2cc46c5a21fd9053064a73fa34d5438233cfe4e1ac4a5f7b0ae737e0058e06f324580420')
-
-build() {
-  cd "${srcdir}/List-MoreUtils-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${

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

2016-07-07 Thread Felix Yan
Date: Thursday, July 7, 2016 @ 08:46:05
  Author: felixonmars
Revision: 182454

archrelease: copy trunk to community-any

Added:
  apache-libcloud/repos/community-any/PKGBUILD
(from rev 182453, apache-libcloud/trunk/PKGBUILD)
Deleted:
  apache-libcloud/repos/community-any/PKGBUILD

--+
 PKGBUILD |   95 +
 1 file changed, 58 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-07 08:45:48 UTC (rev 182453)
+++ PKGBUILD2016-07-07 08:46:05 UTC (rev 182454)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Lex Black 
-# Contributor: Alasdair Haswell 
-
-pkgbase=apache-libcloud
-pkgname=(python{,2}-$pkgbase)
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
-arch=('any')
-url="https://libcloud.apache.org";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz";)
-sha256sums=('a04278781250fbb7d448203daedb4a3428183ef05b4d72cbbf28971775404df2')
-
-prepare() {
-cp -a "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
-}
-
-package_python-apache-libcloud() {
-  depends=('python')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py install --root="$pkgdir"
-}
-
-package_python2-apache-libcloud() {
-  depends=('python2')
-  replaces=('apache-libcloud')
-  conflicts=('apache-libcloud')
-
-  cd "$srcdir/${pkgbase}2-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-}

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 182453, 
apache-libcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-07 08:46:05 UTC (rev 182454)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Lex Black 
+# Contributor: Alasdair Haswell 
+
+pkgbase=apache-libcloud
+pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
+arch=('any')
+url="https://libcloud.apache.org";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mock' 'python2-mock' 'python2-paramiko' 'openssh')
+source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz";)
+sha256sums=('494b17bf38df7d90bf1d847caebaa69a999ae4c6852b348a07d709280a3d57a0')
+
+prepare() {
+  cp -a apache-libcloud-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python setup.py test
+  rm libcloud/test/secrets.py
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python2 setup.py test
+  rm libcloud/test/secrets.py
+}
+
+package_python-apache-libcloud() {
+  depends=('python')
+
+  cd apache-libcloud-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+
+package_python2-apache-libcloud() {
+  depends=('python2')
+  replaces=('apache-libcloud')
+  conflicts=('apache-libcloud')
+
+  cd apache-libcloud-$pkgver-py2
+  python2 setup.py install --root="$pkgdir"
+}


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

2016-07-07 Thread Felix Yan
Date: Thursday, July 7, 2016 @ 08:45:34
  Author: felixonmars
Revision: 271130

upgpkg: perl-list-moreutils 0.416-1

Modified:
  perl-list-moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 08:42:52 UTC (rev 271129)
+++ PKGBUILD2016-07-07 08:45:34 UTC (rev 271130)
@@ -4,8 +4,8 @@
 # Generator : pbjam 0.01
 
 pkgname=perl-list-moreutils
-pkgver=0.415
-pkgrel=2
+pkgver=0.416
+pkgrel=1
 pkgdesc="Provide the stuff missing in List::Util"
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 depends=('perl-exporter-tiny')
 url=http://search.cpan.org/dist/List-MoreUtils
 
source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
-sha512sums=('f797b3a85c6dd9222aca99e2a2102fbfdb8275ec37bfdca594b6f44a2cc46c5a21fd9053064a73fa34d5438233cfe4e1ac4a5f7b0ae737e0058e06f324580420')
+sha512sums=('69b50405dd2442dce1c9505d8a392325a76a748a4612a8b7b53472d4e4a9ed6866593292b3c80c28ba3bc86a04f3b3041f3d3d3f1ec001e8a320f9d4426651aa')
 
 build() {
   cd "${srcdir}/List-MoreUtils-${pkgver}"


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

2016-07-07 Thread Felix Yan
Date: Thursday, July 7, 2016 @ 08:45:48
  Author: felixonmars
Revision: 182453

upgpkg: apache-libcloud 1.1.0-1

Modified:
  apache-libcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 08:40:59 UTC (rev 182452)
+++ PKGBUILD2016-07-07 08:45:48 UTC (rev 182453)
@@ -5,8 +5,8 @@
 # Contributor: Alasdair Haswell 
 
 pkgbase=apache-libcloud
-pkgname=(python{,2}-$pkgbase)
-pkgver=1.0.0
+pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
 arch=('any')
@@ -13,17 +13,38 @@
 url="https://libcloud.apache.org";
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mock' 'python2-mock' 'python2-paramiko' 'openssh')
 
source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz";)
-sha256sums=('a04278781250fbb7d448203daedb4a3428183ef05b4d72cbbf28971775404df2')
+sha256sums=('494b17bf38df7d90bf1d847caebaa69a999ae4c6852b348a07d709280a3d57a0')
 
 prepare() {
-cp -a "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
+  cp -a apache-libcloud-$pkgver{,-py2}
 }
 
+build() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python setup.py test
+  rm libcloud/test/secrets.py
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python2 setup.py test
+  rm libcloud/test/secrets.py
+}
+
 package_python-apache-libcloud() {
   depends=('python')
 
-  cd "$srcdir/$pkgbase-$pkgver"
+  cd apache-libcloud-$pkgver
   python setup.py install --root="$pkgdir"
 }
 
@@ -32,6 +53,6 @@
   replaces=('apache-libcloud')
   conflicts=('apache-libcloud')
 
-  cd "$srcdir/${pkgbase}2-$pkgver"
+  cd apache-libcloud-$pkgver-py2
   python2 setup.py install --root="$pkgdir"
 }


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

2016-07-07 Thread Allan McRae
Date: Thursday, July 7, 2016 @ 08:42:52
  Author: allan
Revision: 271129

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 271128, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 271128, gcc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |  310 ++
 testing-x86_64/PKGBUILD |  310 ++
 2 files changed, 620 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 271128, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-07 08:42:52 UTC (rev 271129)
@@ -0,0 +1,310 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=6.1.1
+_pkgver=6
+_islver=0.16.1
+pkgrel=3
+_commit=1bbd3999
+pkgdesc="The GNU Compiler Collection"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org";
+makedepends=('binutils>=2.26' 'libmpc' 'gcc-ada' 'doxygen' 'git')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(git://gcc.gnu.org/git/gcc.git#commit=${_commit}
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
+md5sums=('SKIP'
+ 'ac1f25a0677912952718a51f5bc20f32')
+
+# gcc-6.0 forces a changed triplet - need to address in pacman/devtools
+[[ $CARCH == "x86_64" ]] && CHOST=x86_64-pc-linux-gnu
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/gcc
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/gcc/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix --enable-libmpx \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --disable-multilib --disable-werror \
+  --enable-checking=release
+
+  make
+  
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are "expected"
+  make -k check || true
+  ${srcdir}/gcc/contrib/test_summary
+}
+
+
+package_gcc-libs()
+{
+  pkgdesc="Runtime libraries shipped by GCC"
+  groups=('base')
+  depends=('glibc>=2.23')
+  options=('!emptydirs' '!strip')
+
+  cd ${srcdir}/gcc-build
+  
+  make -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
+  rm ${pkgdir}/${_libdir}/libgcc_eh.a
+  
+  for lib in libatomic \
+ libcilkrts \
+ libgfortran \
+ libgo \
+ libgomp \
+ libitm \
+ libquadmath \
+ libsanitizer/{a,l,ub}san \
+ libstdc++-v3/src \
+ libvtv; do
+make -C $CHOST/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
+  done
+
+  [[ $CARCH == "x86_64" ]] && \
+make -C $CHOST/libsanitizer/tsan DESTDIR=${pkgdir} 
install-toolexeclibLTLIBRARIES
+
+  make -C $CHOST/libobjc DESTDIR=${pkgdir} install-libs
+
+  make -C $CHOST/libstdc++-v3/po DESTDIR=${pkgdir} install
+
+  make -C $CHOST/libmpx DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/lib/libmpx.spec
+
+  for lib in libgomp \
+ libitm \
+ libquadmath; do
+make -C $CHOST/$lib DESTDIR=${pkgdir} install-info
+  done
+
+  # Install Runtime Library Exception
+  install -Dm644 ${srcdir}/gcc/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION
+}
+
+package_gcc()
+{
+  pkgdesc="The GNU Compil

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

2016-07-07 Thread Timothy Redaelli
Date: Thursday, July 7, 2016 @ 08:40:59
  Author: tredaelli
Revision: 182452

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

Added:
  snap-confine/repos/community-i686/PKGBUILD
(from rev 182451, snap-confine/trunk/PKGBUILD)
  snap-confine/repos/community-x86_64/PKGBUILD
(from rev 182451, snap-confine/trunk/PKGBUILD)
Deleted:
  snap-confine/repos/community-i686/PKGBUILD
  snap-confine/repos/community-i686/fix_CONFINEMENT_TESTS.patch
  snap-confine/repos/community-x86_64/PKGBUILD
  snap-confine/repos/community-x86_64/fix_CONFINEMENT_TESTS.patch

--+
 /PKGBUILD|   84 +
 community-i686/PKGBUILD  |   50 --
 community-i686/fix_CONFINEMENT_TESTS.patch   |   22 --
 community-x86_64/PKGBUILD|   50 --
 community-x86_64/fix_CONFINEMENT_TESTS.patch |   22 --
 5 files changed, 84 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-07 08:40:49 UTC (rev 182451)
+++ community-i686/PKGBUILD 2016-07-07 08:40:59 UTC (rev 182452)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Zygmunt Krynicki 
-
-pkgname=snap-confine
-pkgver=1.0.34
-pkgrel=1
-pkgdesc="Confinement system for snap applications"
-arch=('i686' 'x86_64')
-url="git://github.com/snapcore/snap-confine"
-license=('GPL3')
-depends=('bash' 'libseccomp' 'libsystemd')
-makedepends=('python-docutils' 'systemd')
-checkdepends=('indent' 'shellcheck')
-source=("https://github.com/snapcore/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";
-fix_CONFINEMENT_TESTS.patch)
-md5sums=('28e2264289fcc7e8a63d74940c0f057f'
- '99b461650909139c33e5a24d4b51470b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/fix_CONFINEMENT_TESTS.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  autoreconf -i
-  # Confinement is disabled because arch doesn't yet have all the supporting
-  # kernel patches. Rootfs is core snap is enabled because that is the
-  # preferred way to create runtime environment for snaps. Nvidia support is
-  # enabled to support proprietary nvidia drivers.
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/snap-confine \
---disable-apparmor \
---enable-rootfs-is-core-snap \
---enable-nvidia-arch
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: snap-confine/repos/community-i686/PKGBUILD (from rev 182451, 
snap-confine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-07 08:40:59 UTC (rev 182452)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Zygmunt Krynicki 
+
+pkgname=snap-confine
+pkgver=1.0.35
+pkgrel=1
+pkgdesc="Confinement system for snap applications"
+arch=('i686' 'x86_64')
+url="git://github.com/snapcore/snap-confine"
+license=('GPL3')
+depends=('bash' 'libseccomp' 'libsystemd')
+makedepends=('python-docutils' 'systemd')
+checkdepends=('indent' 'shellcheck')
+source=("https://github.com/snapcore/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('d4e1f8e978d4ce07eb07f394174af185')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Confinement is disabled because arch doesn't yet have all the supporting
+  # kernel patches. Rootfs is core snap is enabled because that is the
+  # preferred way to create runtime environment for snaps. Nvidia support is
+  # enabled to support proprietary nvidia drivers.
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/snap-confine \
+--disable-apparmor \
+--enable-rootfs-is-core-snap \
+--enable-nvidia-arch
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/fix_CONFINEMENT_TESTS.patch
===
--- community-i686/fix_CONFINEMENT_TESTS.patch  2016-07-07 08:40:49 UTC (rev 
182451)
+++ community-i686/fix_CONFINEMENT_TESTS.patch  2016-07-07 08:40:59 UTC (rev 
182452)
@@ -1,22 +0,0 @@
-From 09510d4cb594e3741ca056ea66144dba0d7a5147 Mon Sep 17 00:00:00 2001
-From: Timothy Redaelli 
-Date: Fri, 1 Jul 2016 14:46:22 +0200
-Subject: [PATCH] Fix check for CONFINEMENT_TESTS
-

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index fecd20c..c7572fc 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -60,7 +60,7 @@ AM_CONDITIONAL([SECCOMP], [test "x$enable_seccomp" = "xyes"])
- 
- # Enable older tests only when confinement is enabled and we're building for 
PC
- # The tests are of 

[arch-commits] Commit in snap-confine/trunk (PKGBUILD fix_CONFINEMENT_TESTS.patch)

2016-07-07 Thread Timothy Redaelli
Date: Thursday, July 7, 2016 @ 08:40:49
  Author: tredaelli
Revision: 182451

upgpkg: snap-confine 1.0.35-1

Modified:
  snap-confine/trunk/PKGBUILD
Deleted:
  snap-confine/trunk/fix_CONFINEMENT_TESTS.patch

-+
 PKGBUILD|   16 
 fix_CONFINEMENT_TESTS.patch |   22 --
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 07:53:10 UTC (rev 182450)
+++ PKGBUILD2016-07-07 08:40:49 UTC (rev 182451)
@@ -3,7 +3,7 @@
 # Contributor: Zygmunt Krynicki 
 
 pkgname=snap-confine
-pkgver=1.0.34
+pkgver=1.0.35
 pkgrel=1
 pkgdesc="Confinement system for snap applications"
 arch=('i686' 'x86_64')
@@ -12,20 +12,12 @@
 depends=('bash' 'libseccomp' 'libsystemd')
 makedepends=('python-docutils' 'systemd')
 checkdepends=('indent' 'shellcheck')
-source=("https://github.com/snapcore/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";
-fix_CONFINEMENT_TESTS.patch)
-md5sums=('28e2264289fcc7e8a63d74940c0f057f'
- '99b461650909139c33e5a24d4b51470b')
+source=("https://github.com/snapcore/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('d4e1f8e978d4ce07eb07f394174af185')
 
-prepare() {
+build() {
   cd "$pkgname-$pkgver"
 
-  patch -Np1 -i "$srcdir/fix_CONFINEMENT_TESTS.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  autoreconf -i
   # Confinement is disabled because arch doesn't yet have all the supporting
   # kernel patches. Rootfs is core snap is enabled because that is the
   # preferred way to create runtime environment for snaps. Nvidia support is

Deleted: fix_CONFINEMENT_TESTS.patch
===
--- fix_CONFINEMENT_TESTS.patch 2016-07-07 07:53:10 UTC (rev 182450)
+++ fix_CONFINEMENT_TESTS.patch 2016-07-07 08:40:49 UTC (rev 182451)
@@ -1,22 +0,0 @@
-From 09510d4cb594e3741ca056ea66144dba0d7a5147 Mon Sep 17 00:00:00 2001
-From: Timothy Redaelli 
-Date: Fri, 1 Jul 2016 14:46:22 +0200
-Subject: [PATCH] Fix check for CONFINEMENT_TESTS
-

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index fecd20c..c7572fc 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -60,7 +60,7 @@ AM_CONDITIONAL([SECCOMP], [test "x$enable_seccomp" = "xyes"])
- 
- # Enable older tests only when confinement is enabled and we're building for 
PC
- # The tests are of smaller value as we port more and more tests to spread.
--AM_CONDITIONAL([CONFINEMENT_TESTS], [test "x$enable_apparmor" = "xyes" && 
test "x$enable_seccomp" = "xyes" && (test "x$host_cpu" = "xx86_64" && test 
"x$build_cpu" = "xx86_64") || (test "x$host_cpu" = "xi686" && test 
"x$build_cpu" = "xi686")])
-+AM_CONDITIONAL([CONFINEMENT_TESTS], [test "x$enable_apparmor" = "xyes" && 
test "x$enable_seccomp" = "xyes" && ((test "x$host_cpu" = "xx86_64" && test 
"x$build_cpu" = "xx86_64") || (test "x$host_cpu" = "xi686" && test 
"x$build_cpu" = "xi686"))])
- 
- # Check if seccomp userspace library is available
- AS_IF([test "x$enable_seccomp" = "xyes"], [


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

2016-07-07 Thread Felix Yan
Date: Thursday, July 7, 2016 @ 07:53:10
  Author: felixonmars
Revision: 182450

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

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

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

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

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-07 07:52:41 UTC (rev 182449)
+++ community-x86_64/PKGBUILD   2016-07-07 07:53:10 UTC (rev 182450)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongs

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

2016-07-07 Thread Felix Yan
Date: Thursday, July 7, 2016 @ 07:52:41
  Author: felixonmars
Revision: 182449

upgpkg: nodejs 6.3.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-07 06:29:29 UTC (rev 182448)
+++ PKGBUILD2016-07-07 07:52:41 UTC (rev 182449)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=6.2.2
+pkgver=6.3.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -54,7 +54,7 @@
 
 check() {
   cd node
-  make test
+  make test || warning "Tests failed"
 }
 
 package() {