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

2017-07-20 Thread Felix Yan
Date: Friday, July 21, 2017 @ 04:54:23
  Author: felixonmars
Revision: 245867

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-21 04:54:05 UTC (rev 245866)
+++ PKGBUILD2017-07-21 04:54:23 UTC (rev 245867)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.13.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')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('6b9abf97e09b0aaf1df367bc4def7a0b5dd53f1eaf72c838ac0bc20424cd9535edfc4929b8fbb3189f6f97a36ce996497d9b36af1b05a408d1858eb335ae8fed')
-
-prepare() {
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 245866, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-21 04:54:23 UTC (rev 245867)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.13.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')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
+sha512sums=('288705ef79b7d968527b85ede5d54afab483d84ad73ae0abd1f92eec4868c3c964bf19cb3780522ad5d76cfbe1c2e28e4a6ba048c761469d4ea2956be6fce8c0')
+
+prepare() {
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-python-$pkgver-py2
+  python2 setup.py build
+}
+

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

2017-07-20 Thread Felix Yan
Date: Friday, July 21, 2017 @ 04:54:05
  Author: felixonmars
Revision: 245866

upgpkg: python-hypothesis 3.13.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 21:02:00 UTC (rev 245865)
+++ PKGBUILD2017-07-21 04:54:05 UTC (rev 245866)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.13.0
+pkgver=3.13.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -15,7 +15,7 @@
   'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('6b9abf97e09b0aaf1df367bc4def7a0b5dd53f1eaf72c838ac0bc20424cd9535edfc4929b8fbb3189f6f97a36ce996497d9b36af1b05a408d1858eb335ae8fed')
+sha512sums=('288705ef79b7d968527b85ede5d54afab483d84ad73ae0abd1f92eec4868c3c964bf19cb3780522ad5d76cfbe1c2e28e4a6ba048c761469d4ea2956be6fce8c0')
 
 prepare() {
   cp -a hypothesis-python-$pkgver{,-py2}


[arch-commits] Commit in nss/trunk (PKGBUILD no-plt.diff)

2017-07-20 Thread Jan Steffens
Date: Thursday, July 20, 2017 @ 22:00:32
  Author: heftig
Revision: 300878

fix no-plt on i686

Added:
  nss/trunk/no-plt.diff
Modified:
  nss/trunk/PKGBUILD

-+
 PKGBUILD|6 --
 no-plt.diff |   48 
 2 files changed, 52 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 21:44:39 UTC (rev 300877)
+++ PKGBUILD2017-07-20 22:00:32 UTC (rev 300878)
@@ -14,7 +14,7 @@
 makedepends=(perl python2 xmlto docbook-xsl gyp)
 options=(!strip !makeflags staticlibs)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
-certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml 
enable-libpkix.patch)
+certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml 
enable-libpkix.patch no-plt.diff)
 sha256sums=('e90561256a3271486162c1fbe8d614d118c333d36a4455be2af8688bd420a65d'
 '512b12a2f13129be62c008b4df0153f527dd7d71c2c5183de99dfa2a1c49dd8a'
 '3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd'
@@ -21,7 +21,8 @@
 'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
 'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
 '98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1'
-'0b68c5ffbfeec090e950e5703e6b0519eafcb7eaf4fe2f64c355d0ddf17eed30')
+'0b68c5ffbfeec090e950e5703e6b0519eafcb7eaf4fe2f64c355d0ddf17eed30'
+'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
 
 prepare() {
   mkdir certs path
@@ -35,6 +36,7 @@
   cd nss-$pkgver
 
   patch -Np1 -i ../enable-libpkix.patch
+  patch -Np2 -i ../no-plt.diff
 
   ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
   ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/

Added: no-plt.diff
===
--- no-plt.diff (rev 0)
+++ no-plt.diff 2017-07-20 22:00:32 UTC (rev 300878)
@@ -0,0 +1,48 @@
+diff --git i/security/nss/lib/freebl/mpi/mpi_x86.s 
w/security/nss/lib/freebl/mpi/mpi_x86.s
+index 8f7e2130c3264754..b3ca1ce5b41b3771 100644
+--- i/security/nss/lib/freebl/mpi/mpi_x86.s
 w/security/nss/lib/freebl/mpi/mpi_x86.s
+@@ -22,22 +22,41 @@ is_sse: .long  -1
+ #
+ .ifndef NO_PIC
+ .macro GET   var,reg
+-movl   \var@GOTOFF(%ebx),\reg
++call   thunk.ax
++addl   $_GLOBAL_OFFSET_TABLE_, %eax
++movl   \var@GOTOFF(%eax),\reg
+ .endm
+ .macro PUT   reg,var
+-movl   \reg,\var@GOTOFF(%ebx)
++call   thunk.dx
++addl   $_GLOBAL_OFFSET_TABLE_, %edx
++movl   \reg,\var@GOTOFF(%edx)
+ .endm
+ .else
+ .macro GET   var,reg
+ movl   \var,\reg
+ .endm
+ .macro PUT   reg,var
+ movl   \reg,\var
+ .endm
+ .endif
+ 
+ .text
+ 
++.ifndef NO_PIC
++.globlthunk.ax
++.hidden   thunk.ax
++.type thunk.ax, @function
++thunk.ax:
++   movl   (%esp),%eax
++   ret
++
++.globlthunk.dx
++.hidden   thunk.dx
++.type thunk.dx, @function
++thunk.dx:
++   movl   (%esp),%edx
++   ret
++.endif
+ 
+  #  ebp - 36: caller's esi
+  #  ebp - 32: caller's edi


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

2017-07-20 Thread Evangelos Foutras
Date: Thursday, July 20, 2017 @ 21:44:31
  Author: foutrelis
Revision: 300876

upgpkg: xfsprogs 4.12.0-1

- New upstream release
- Enable readline command editing

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 19:45:53 UTC (rev 300875)
+++ PKGBUILD2017-07-20 21:44:31 UTC (rev 300876)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=4.11.0
+pkgver=4.12.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('i686' 'x86_64')
@@ -8,10 +8,10 @@
 license=('LGPL')
 url="http://oss.sgi.com/projects/xfs/;
 groups=('base')
-depends=('libutil-linux')
+depends=('sh' 'libutil-linux' 'readline')
 makedepends=('git')
 options=('!makeflags')
-source=("git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver};)
 md5sums=('SKIP')
 
 build() {
@@ -19,7 +19,7 @@
   make configure
   export OPTIMIZER="-march=${CARCH/_/-} -O1"
   export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
   make
 }
 


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

2017-07-20 Thread Evangelos Foutras
Date: Thursday, July 20, 2017 @ 21:44:39
  Author: foutrelis
Revision: 300877

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

Added:
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-i686/PKGBUILD
(from rev 300876, xfsprogs/trunk/PKGBUILD)
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 300876, xfsprogs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: xfsprogs/repos/testing-i686/PKGBUILD (from rev 300876, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-20 21:44:39 UTC (rev 300877)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.12.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('sh' 'libutil-linux' 'readline')
+makedepends=('git')
+options=('!makeflags')
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-dev"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-dev"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 300876, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-20 21:44:39 UTC (rev 300877)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.12.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('sh' 'libutil-linux' 'readline')
+makedepends=('git')
+options=('!makeflags')
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-dev"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-dev"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}


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

2017-07-20 Thread Pierre Neidhardt
Date: Thursday, July 20, 2017 @ 21:02:00
  Author: ambrevar
Revision: 245865

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

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

-+
 community-i686/PKGBUILD |   28 
 community-i686/mu.install   |   14 ++
 community-x86_64/PKGBUILD   |   28 
 community-x86_64/mu.install |   14 ++
 4 files changed, 84 insertions(+)

Copied: mu/repos/community-i686/PKGBUILD (from rev 245864, mu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 21:02:00 UTC (rev 245865)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: csllbr; Popsch 
+
+pkgname=mu
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
+arch=("i686" "x86_64")
+url="http://www.djcbsoftware.nl/code/mu;
+license=("GPL")
+depends=("gmime" "xapian-core")
+makedepends=("emacs")
+optdepends=("guile: guile support"
+   "emacs: mu4e support")
+install="$pkgname.install"
+source=("https://github.com/djcb/mu/archive/$pkgver.tar.gz;)
+md5sums=('3b0f9ae97432f589d166afa93204545d')
+
+build() {
+   cd "$pkgname-$pkgver"
+   autoreconf -i
+   ./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Copied: mu/repos/community-i686/mu.install (from rev 245864, 
mu/trunk/mu.install)
===
--- community-i686/mu.install   (rev 0)
+++ community-i686/mu.install   2017-07-20 21:02:00 UTC (rev 245865)
@@ -0,0 +1,14 @@
+post_install() {
+   cat << EOF
+==> In order to use mu4e, add the following lines to your ~/.emacs file:
+
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
+(require 'mu4e)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+   post_install $1
+}

Copied: mu/repos/community-x86_64/PKGBUILD (from rev 245864, mu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-20 21:02:00 UTC (rev 245865)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: csllbr; Popsch 
+
+pkgname=mu
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
+arch=("i686" "x86_64")
+url="http://www.djcbsoftware.nl/code/mu;
+license=("GPL")
+depends=("gmime" "xapian-core")
+makedepends=("emacs")
+optdepends=("guile: guile support"
+   "emacs: mu4e support")
+install="$pkgname.install"
+source=("https://github.com/djcb/mu/archive/$pkgver.tar.gz;)
+md5sums=('3b0f9ae97432f589d166afa93204545d')
+
+build() {
+   cd "$pkgname-$pkgver"
+   autoreconf -i
+   ./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Copied: mu/repos/community-x86_64/mu.install (from rev 245864, 
mu/trunk/mu.install)
===
--- community-x86_64/mu.install (rev 0)
+++ community-x86_64/mu.install 2017-07-20 21:02:00 UTC (rev 245865)
@@ -0,0 +1,14 @@
+post_install() {
+   cat << EOF
+==> In order to use mu4e, add the following lines to your ~/.emacs file:
+
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
+(require 'mu4e)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+   post_install $1
+}


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

2017-07-20 Thread Pierre Neidhardt
Date: Thursday, July 20, 2017 @ 20:27:55
  Author: ambrevar
Revision: 245864

Init

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

+
 PKGBUILD   |   28 
 mu.install |   14 ++
 2 files changed, 42 insertions(+)

Added: mu/trunk/PKGBUILD
===
--- mu/trunk/PKGBUILD   (rev 0)
+++ mu/trunk/PKGBUILD   2017-07-20 20:27:55 UTC (rev 245864)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: csllbr; Popsch 
+
+pkgname=mu
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
+arch=("i686" "x86_64")
+url="http://www.djcbsoftware.nl/code/mu;
+license=("GPL")
+depends=("gmime" "xapian-core")
+makedepends=("emacs")
+optdepends=("guile: guile support"
+   "emacs: mu4e support")
+install="$pkgname.install"
+source=("https://github.com/djcb/mu/archive/$pkgver.tar.gz;)
+md5sums=('3b0f9ae97432f589d166afa93204545d')
+
+build() {
+   cd "$pkgname-$pkgver"
+   autoreconf -i
+   ./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Added: mu/trunk/mu.install
===
--- mu/trunk/mu.install (rev 0)
+++ mu/trunk/mu.install 2017-07-20 20:27:55 UTC (rev 245864)
@@ -0,0 +1,14 @@
+post_install() {
+   cat << EOF
+==> In order to use mu4e, add the following lines to your ~/.emacs file:
+
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
+(require 'mu4e)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+   post_install $1
+}


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 19:45:53
  Author: felixonmars
Revision: 300875

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

Added:
  python2/repos/testing-i686/
  python2/repos/testing-i686/PKGBUILD
(from rev 300874, python2/trunk/PKGBUILD)
  
python2/repos/testing-i686/bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch
(from rev 300874, 
python2/trunk/bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch)
  python2/repos/testing-i686/bpo-30714-alpn-changes-for-openssl-1.1.0f.patch
(from rev 300874, 
python2/trunk/bpo-30714-alpn-changes-for-openssl-1.1.0f.patch)
  python2/repos/testing-i686/descr_ref.patch
(from rev 300874, python2/trunk/descr_ref.patch)
  python2/repos/testing-i686/fix-profile-task.patch
(from rev 300874, python2/trunk/fix-profile-task.patch)
  python2/repos/testing-x86_64/
  python2/repos/testing-x86_64/PKGBUILD
(from rev 300874, python2/trunk/PKGBUILD)
  
python2/repos/testing-x86_64/bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch
(from rev 300874, 
python2/trunk/bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch)
  python2/repos/testing-x86_64/bpo-30714-alpn-changes-for-openssl-1.1.0f.patch
(from rev 300874, 
python2/trunk/bpo-30714-alpn-changes-for-openssl-1.1.0f.patch)
  python2/repos/testing-x86_64/descr_ref.patch
(from rev 300874, python2/trunk/descr_ref.patch)
  python2/repos/testing-x86_64/fix-profile-task.patch
(from rev 300874, python2/trunk/fix-profile-task.patch)

--+
 testing-i686/PKGBUILD|  142 
++
 testing-i686/bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch   |   28 +
 testing-i686/bpo-30714-alpn-changes-for-openssl-1.1.0f.patch |   51 +++
 testing-i686/descr_ref.patch |   58 

 testing-i686/fix-profile-task.patch  |   13 
 testing-x86_64/PKGBUILD  |  142 
++
 testing-x86_64/bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch |   28 +
 testing-x86_64/bpo-30714-alpn-changes-for-openssl-1.1.0f.patch   |   51 +++
 testing-x86_64/descr_ref.patch   |   58 

 testing-x86_64/fix-profile-task.patch|   13 
 10 files changed, 584 insertions(+)

Copied: python2/repos/testing-i686/PKGBUILD (from rev 300874, 
python2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-20 19:45:53 UTC (rev 300875)
@@ -0,0 +1,142 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python2
+pkgver=2.7.13
+pkgrel=4
+_pybasever=2.7
+pkgdesc="A high-level scripting language"
+arch=('i686' 'x86_64')
+license=('PSF')
+url="http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk' 'bluez-libs')
+checkdepends=('gdb' 'file' 'xorg-server-xvfb')
+optdepends=('tk: for IDLE'
+'python2-setuptools'
+'python2-pip')
+conflicts=('python<3')
+source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc}
+bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch
+bpo-30714-alpn-changes-for-openssl-1.1.0f.patch
+descr_ref.patch fix-profile-task.patch)
+sha512sums=('f37c9a28ce129d01e63c84d7db627a06402854578f62d17927334ea21ede318e04bbf66e890e3f47c85333e6b19f6e5581fb3f3e27efd24be27017d1b6529c4b'
+'SKIP'
+
'115c40c36f2f18474244c758472c6b670a576d8f0289d9add005af1ed23d368738eed09fe2123df38ed5111c37ce31d998ae3db2eeff29fc5ac3065f8ea25211'
+
'b32c2a0f17b3d19720187b68606024886c6b8008b7c61feaf4fe7b26b4547fddc71a2f191f87557d5fe613d06a8bc79ce5f724681a3090559fc34a032ccbf61a'
+
'2e16eb23eb402dbe921c09bce99b400c10939114b4a1ded0e94a744d8cb66427947bc8d07c4fb054f9fe0906d10d1da509fc2273fd136225c0f019cc43dd045d'
+
'5d7b47bfa9f13cf5fb827546189d823033278f96866366fca5257aaf819c92ffb26e2116426c84ab78d9ae3178eebb591fa4b2f22cfc2725e3e3e795fdb5c2b6')
+validpgpkeys=('C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF')  # Benjamin Peterson
+
+prepare() {
+  cd Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python2|" Lib/cgi.py
+
+  sed -i "s/python2.3/python2/g" Lib/distutils/tests/test_build_scripts.py \
+

[arch-commits] Commit in python2/trunk (PKGBUILD fix-profile-task.patch)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 19:45:10
  Author: felixonmars
Revision: 300874

upgpkg: python2 2.7.13-4

- enable PGO
- remove hardening-wrapper

Added:
  python2/trunk/fix-profile-task.patch
Modified:
  python2/trunk/PKGBUILD

+
 PKGBUILD   |   26 ++
 fix-profile-task.patch |   13 +
 2 files changed, 31 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 19:36:05 UTC (rev 300873)
+++ PKGBUILD2017-07-20 19:45:10 UTC (rev 300874)
@@ -6,7 +6,7 @@
 
 pkgname=python2
 pkgver=2.7.13
-pkgrel=3
+pkgrel=4
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('PSF')
 url="http://www.python.org/;
 depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
-makedepends=('tk' 'bluez-libs' 'hardening-wrapper')
+makedepends=('tk' 'bluez-libs')
 checkdepends=('gdb' 'file' 'xorg-server-xvfb')
 optdepends=('tk: for IDLE'
 'python2-setuptools'
@@ -22,12 +22,13 @@
 
source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc}
 bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch
 bpo-30714-alpn-changes-for-openssl-1.1.0f.patch
-descr_ref.patch)
-sha1sums=('18a8f30a0356c751b8d0ea6f76e764cab13ee046'
-  'SKIP'
-  'cb503cdbee806382db1ddad4de5ae1390ff6bb9f'
-  'fb888fc23761976616da0b735c702c23f8707771'
-  '8cc6ac63e909063eb16bbdabc0f0eac7d24ff0c1')
+descr_ref.patch fix-profile-task.patch)
+sha512sums=('f37c9a28ce129d01e63c84d7db627a06402854578f62d17927334ea21ede318e04bbf66e890e3f47c85333e6b19f6e5581fb3f3e27efd24be27017d1b6529c4b'
+'SKIP'
+
'115c40c36f2f18474244c758472c6b670a576d8f0289d9add005af1ed23d368738eed09fe2123df38ed5111c37ce31d998ae3db2eeff29fc5ac3065f8ea25211'
+
'b32c2a0f17b3d19720187b68606024886c6b8008b7c61feaf4fe7b26b4547fddc71a2f191f87557d5fe613d06a8bc79ce5f724681a3090559fc34a032ccbf61a'
+
'2e16eb23eb402dbe921c09bce99b400c10939114b4a1ded0e94a744d8cb66427947bc8d07c4fb054f9fe0906d10d1da509fc2273fd136225c0f019cc43dd045d'
+
'5d7b47bfa9f13cf5fb827546189d823033278f96866366fca5257aaf819c92ffb26e2116426c84ab78d9ae3178eebb591fa4b2f22cfc2725e3e3e795fdb5c2b6')
 validpgpkeys=('C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF')  # Benjamin Peterson
 
 prepare() {
@@ -68,6 +69,9 @@
   # FS#48761
   # http://bugs.python.org/issue25750
   patch -Np1 -i ../descr_ref.patch
+
+  # Backport from Python 3.x
+  patch -Np2 -i ../fix-profile-task.patch
 }
 
 build() {
@@ -77,6 +81,8 @@
   ./configure --prefix=/usr \
   --enable-shared \
   --with-threads \
+  --enable-optimizations \
+  --with-lto \
   --enable-ipv6 \
   --enable-unicode=ucs4 \
   --with-system-expat \
@@ -99,6 +105,10 @@
 
 package() {
   cd Python-${pkgver}
+
+  # Hack to avoid building again
+  sed -i 's/^all:.*$/all: build_all/' Makefile
+
   make DESTDIR="${pkgdir}" altinstall maninstall
 
   rm "${pkgdir}"/usr/share/man/man1/python.1

Added: fix-profile-task.patch
===
--- fix-profile-task.patch  (rev 0)
+++ fix-profile-task.patch  2017-07-20 19:45:10 UTC (rev 300874)
@@ -0,0 +1,13 @@
+diff --git a/Python-2.7.13/Makefile.pre.in b/Python-2.7.13/Makefile.pre.in
+index e288964..22edc27 100644
+--- a/Python-2.7.13/Makefile.pre.in
 b/Python-2.7.13/Makefile.pre.in
+@@ -456,7 +456,7 @@ build_all_generate_profile:
+ 
+ run_profile_task:
+   : # FIXME: can't run for a cross build
+-  $(LLVM_PROF_FILE) ./$(BUILDPYTHON) $(PROFILE_TASK) || true
++  $(LLVM_PROF_FILE) $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK) || true
+ 
+ build_all_merge_profile:
+   $(LLVM_PROF_MERGER)


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

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 19:40:53
  Author: arojas
Revision: 245863

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

Added:
  mpck/repos/community-i686/PKGBUILD
(from rev 245862, mpck/trunk/PKGBUILD)
  mpck/repos/community-x86_64/PKGBUILD
(from rev 245862, mpck/trunk/PKGBUILD)
Deleted:
  mpck/repos/community-i686/PKGBUILD
  mpck/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 2017-07-20 19:40:14 UTC (rev 245862)
+++ community-i686/PKGBUILD 2017-07-20 19:40:53 UTC (rev 245863)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: damir 
-
-pkgname=mpck
-pkgver=0.19
-pkgrel=3
-license=('GPL')
-pkgdesc="Reads MP3 files and tries to determine if they are correct"
-arch=('i686' 'x86_64')
-url="http://checkmate.gissen.nl/;
-depends=('glibc')
-source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz;)
-md5sums=('f72114b0982a101b68ddeb65f99b84f7')
-
-build() {
-  cd "${srcdir}/checkmate-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/checkmate-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: mpck/repos/community-i686/PKGBUILD (from rev 245862, 
mpck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 19:40:53 UTC (rev 245863)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: damir 
+
+pkgname=mpck
+pkgver=0.21
+pkgrel=1
+license=('GPL')
+pkgdesc="Reads MP3 files and tries to determine if they are correct"
+arch=('i686' 'x86_64')
+url="http://checkmate.gissen.nl/;
+depends=('glibc')
+source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz;)
+md5sums=('81d5d0b620f0fe3cc23c272021e9f23c')
+
+build() {
+  cd checkmate-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd checkmate-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-20 19:40:14 UTC (rev 245862)
+++ community-x86_64/PKGBUILD   2017-07-20 19:40:53 UTC (rev 245863)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: damir 
-
-pkgname=mpck
-pkgver=0.19
-pkgrel=3
-license=('GPL')
-pkgdesc="Reads MP3 files and tries to determine if they are correct"
-arch=('i686' 'x86_64')
-url="http://checkmate.gissen.nl/;
-depends=('glibc')
-source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz;)
-md5sums=('f72114b0982a101b68ddeb65f99b84f7')
-
-build() {
-  cd "${srcdir}/checkmate-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/checkmate-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: mpck/repos/community-x86_64/PKGBUILD (from rev 245862, 
mpck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-20 19:40:53 UTC (rev 245863)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: damir 
+
+pkgname=mpck
+pkgver=0.21
+pkgrel=1
+license=('GPL')
+pkgdesc="Reads MP3 files and tries to determine if they are correct"
+arch=('i686' 'x86_64')
+url="http://checkmate.gissen.nl/;
+depends=('glibc')
+source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz;)
+md5sums=('81d5d0b620f0fe3cc23c272021e9f23c')
+
+build() {
+  cd checkmate-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd checkmate-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}


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

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 19:40:14
  Author: arojas
Revision: 245862

Update to 0.21

Modified:
  mpck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 19:39:06 UTC (rev 245861)
+++ PKGBUILD2017-07-20 19:40:14 UTC (rev 245862)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=mpck
-pkgver=0.19
-pkgrel=3
+pkgver=0.21
+pkgrel=1
 license=('GPL')
 pkgdesc="Reads MP3 files and tries to determine if they are correct"
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 url="http://checkmate.gissen.nl/;
 depends=('glibc')
 source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz;)
-md5sums=('f72114b0982a101b68ddeb65f99b84f7')
+md5sums=('81d5d0b620f0fe3cc23c272021e9f23c')
 
 build() {
-  cd "${srcdir}/checkmate-${pkgver}"
+  cd checkmate-${pkgver}
 
   ./configure --prefix=/usr
   make
@@ -21,7 +21,7 @@
 }
 
 package() {
-  cd "${srcdir}/checkmate-${pkgver}"
+  cd checkmate-${pkgver}
 
   make prefix="${pkgdir}/usr" install
 }


[arch-commits] Commit in mate-session-manager/repos (4 files)

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 19:39:06
  Author: arojas
Revision: 245861

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

Added:
  mate-session-manager/repos/community-i686/PKGBUILD
(from rev 245860, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 245860, mate-session-manager/trunk/PKGBUILD)
Deleted:
  mate-session-manager/repos/community-i686/PKGBUILD
  mate-session-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-20 19:38:38 UTC (rev 245860)
+++ community-i686/PKGBUILD 2017-07-20 19:39:06 UTC (rev 245861)
@@ -1,34 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-session-manager
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="The MATE Session Handler"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
-makedepends=('intltool' 'xtrans' 'systemd')
-optdepends=('gnome-keyring: keyring support'
-'xdg-user-dirs-gtk: manage user directories')
-groups=('mate')
-conflicts=('mate-session-manager-gtk3')
-replaces=('mate-session-manager-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('20bbeebcbdbb2f0cc73e0a1a8f74d72dab27f55e')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-upower
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-session-manager/repos/community-i686/PKGBUILD (from rev 245860, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 19:39:06 UTC (rev 245861)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-session-manager
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
+makedepends=('intltool' 'xtrans' 'systemd')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('dfd365681c2a693b973a970739e28df160416b39')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-upower
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-20 19:38:38 UTC (rev 245860)
+++ community-x86_64/PKGBUILD   2017-07-20 19:39:06 UTC (rev 245861)
@@ -1,34 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-session-manager
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="The MATE Session Handler"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
-makedepends=('intltool' 'xtrans' 'systemd')
-optdepends=('gnome-keyring: keyring support'
-'xdg-user-dirs-gtk: manage user directories')
-groups=('mate')
-conflicts=('mate-session-manager-gtk3')
-replaces=('mate-session-manager-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('20bbeebcbdbb2f0cc73e0a1a8f74d72dab27f55e')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-upower
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-session-manager/repos/community-x86_64/PKGBUILD (from rev 245860, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-20 19:39:06 UTC (rev 245861)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-session-manager
+pkgver=1.18.1
+pkgrel=1

[arch-commits] Commit in mate-session-manager/trunk (PKGBUILD)

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 19:38:38
  Author: arojas
Revision: 245860

Update to 1.18.1

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 19:36:37 UTC (rev 245859)
+++ PKGBUILD2017-07-20 19:38:38 UTC (rev 245860)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-session-manager
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="The MATE Session Handler"
 url="http://mate-desktop.org;
@@ -15,7 +15,7 @@
 conflicts=('mate-session-manager-gtk3')
 replaces=('mate-session-manager-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('20bbeebcbdbb2f0cc73e0a1a8f74d72dab27f55e')
+sha1sums=('dfd365681c2a693b973a970739e28df160416b39')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 19:35:12
  Author: arojas
Revision: 245858

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

Added:
  mate-panel/repos/community-i686/PKGBUILD
(from rev 245857, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-x86_64/PKGBUILD
(from rev 245857, mate-panel/trunk/PKGBUILD)
Deleted:
  mate-panel/repos/community-i686/PKGBUILD
  mate-panel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-20 19:34:45 UTC (rev 245857)
+++ community-i686/PKGBUILD 2017-07-20 19:35:12 UTC (rev 245858)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-panel
-pkgver=1.18.3
-pkgrel=1
-pkgdesc="The MATE Panel"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate')
-conflicts=('mate-panel-gtk3')
-replaces=('mate-panel-gtk3')
-sha1sums=('9307cdfa2e34cf18c4863e73023c562d42cef150')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-introspection
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 245857, 
mate-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 19:35:12 UTC (rev 245858)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.18.4
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha1sums=('4d7a9261b7f5f25120e81fbe694a2d2b54421cd4')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-20 19:34:45 UTC (rev 245857)
+++ community-x86_64/PKGBUILD   2017-07-20 19:35:12 UTC (rev 245858)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-panel
-pkgver=1.18.3
-pkgrel=1
-pkgdesc="The MATE Panel"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate')
-conflicts=('mate-panel-gtk3')
-replaces=('mate-panel-gtk3')
-sha1sums=('9307cdfa2e34cf18c4863e73023c562d42cef150')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-introspection
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 245857, 
mate-panel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-20 19:35:12 UTC (rev 245858)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel

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

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 19:34:45
  Author: arojas
Revision: 245857

Update to 1.18.4

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 16:37:34 UTC (rev 245856)
+++ PKGBUILD2017-07-20 19:34:45 UTC (rev 245857)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-panel
-pkgver=1.18.3
+pkgver=1.18.4
 pkgrel=1
 pkgdesc="The MATE Panel"
 url="http://mate-desktop.org;
@@ -13,7 +13,7 @@
 groups=('mate')
 conflicts=('mate-panel-gtk3')
 replaces=('mate-panel-gtk3')
-sha1sums=('9307cdfa2e34cf18c4863e73023c562d42cef150')
+sha1sums=('4d7a9261b7f5f25120e81fbe694a2d2b54421cd4')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in haskell-yesod-auth/repos (4 files)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 16:16:13
  Author: felixonmars
Revision: 245847

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

Added:
  haskell-yesod-auth/repos/community-staging-i686/
  haskell-yesod-auth/repos/community-staging-i686/PKGBUILD
(from rev 245846, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 245846, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
245846, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 16:16:13 UTC (rev 245847)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=29
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('14f93e1683f5c727f3628ed3d7e685a58f9c39d6189049a7d2d179bf54ce6baf973f3c8d241c17f9324a719d01df35f109448df8356db5d71bc846dda244e4db')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
245846, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 16:16:13 UTC (rev 245847)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=29
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 

[arch-commits] Commit in haskell-yesod-auth/trunk (PKGBUILD)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 16:15:51
  Author: felixonmars
Revision: 245846

upgpkg: haskell-yesod-auth 1.4.17.2-29

rebuild with yesod-core,1.4.35.1 yesod-form,1.4.13

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 16:11:19 UTC (rev 245845)
+++ PKGBUILD2017-07-20 16:15:51 UTC (rev 245846)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17.2
-pkgrel=28
+pkgrel=29
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 16:11:19
  Author: felixonmars
Revision: 245845

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

Added:
  hledger-web/repos/community-staging-i686/
  hledger-web/repos/community-staging-i686/PKGBUILD
(from rev 245844, hledger-web/trunk/PKGBUILD)
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 245844, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-i686/PKGBUILD (from rev 245844, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 16:11:19 UTC (rev 245845)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3
+pkgrel=12
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffb3673f3972bf90d4b9f1508299e8ab59ec8e48d89d6107aefce28c68278eac733287a1ca4f464f83393f44e87eb907cb7c31b5c098fda9235585dfbedd91ec')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -f-oldtime -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 245844, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 16:11:19 UTC (rev 245845)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3
+pkgrel=12
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)

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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 16:10:57
  Author: felixonmars
Revision: 245844

upgpkg: hledger-web 1.3-12

rebuild with yesod-core,1.4.35.1 yesod-form,1.4.13

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 16:05:07 UTC (rev 245843)
+++ PKGBUILD2017-07-20 16:10:57 UTC (rev 245844)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.3
-pkgrel=11
+pkgrel=12
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 16:04:45
  Author: felixonmars
Revision: 245842

upgpkg: git-annex 6.20170520-33

rebuild with yesod-core,1.4.35.1 yesod-form,1.4.13

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:49:05 UTC (rev 245841)
+++ PKGBUILD2017-07-20 16:04:45 UTC (rev 245842)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170520
-pkgrel=32
+pkgrel=33
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 16:05:07
  Author: felixonmars
Revision: 245843

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 245842, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-i686/quickcheck-2.10.patch
(from rev 245842, git-annex/trunk/quickcheck-2.10.patch)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 245842, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/quickcheck-2.10.patch
(from rev 245842, git-annex/trunk/quickcheck-2.10.patch)

+
 community-staging-i686/PKGBUILD|   60 ++
 community-staging-i686/quickcheck-2.10.patch   |   75 +++
 community-staging-x86_64/PKGBUILD  |   60 ++
 community-staging-x86_64/quickcheck-2.10.patch |   75 +++
 4 files changed, 270 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 245842, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 16:05:07 UTC (rev 245843)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170520
+pkgrel=33
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc' "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive" 
"haskell-clientsession"
+ "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api" 
"haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-ifelse" "haskell-magic" "haskell-memory" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl" 
"haskell-network"
+ "haskell-network-info" "haskell-network-multicast" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;
+quickcheck-2.10.patch)
+sha512sums=('SKIP'
+
'a987bb49072fa27bdbb061bffa9174e75c1e7cfa1e139945465262557c1bd31832373e2684d9ff83b682dcb6b5cfdf2f40e86a8cedf118fb768f9c5827318f4c')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../quickcheck-2.10.patch
+}
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-i686/quickcheck-2.10.patch (from rev 
245842, git-annex/trunk/quickcheck-2.10.patch)
===
--- community-staging-i686/quickcheck-2.10.patch
(rev 0)
+++ community-staging-i686/quickcheck-2.10.patch2017-07-20 16:05:07 UTC 
(rev 245843)
@@ -0,0 +1,75 @@
+From 

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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:49:05
  Author: felixonmars
Revision: 245841

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

Added:
  meshbird/repos/community-i686/PKGBUILD
(from rev 245840, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-i686/meshbird.conf
(from rev 245840, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-i686/meshbird.service
(from rev 245840, meshbird/trunk/meshbird.service)
  meshbird/repos/community-x86_64/PKGBUILD
(from rev 245840, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-x86_64/meshbird.conf
(from rev 245840, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-x86_64/meshbird.service
(from rev 245840, meshbird/trunk/meshbird.service)
Deleted:
  meshbird/repos/community-i686/PKGBUILD
  meshbird/repos/community-i686/meshbird.conf
  meshbird/repos/community-i686/meshbird.service
  meshbird/repos/community-x86_64/PKGBUILD
  meshbird/repos/community-x86_64/meshbird.conf
  meshbird/repos/community-x86_64/meshbird.service

---+
 /PKGBUILD |   74 
 /meshbird.conf|2 
 /meshbird.service |   22 ++
 community-i686/PKGBUILD   |   37 --
 community-i686/meshbird.conf  |1 
 community-i686/meshbird.service   |   11 -
 community-x86_64/PKGBUILD |   37 --
 community-x86_64/meshbird.conf|1 
 community-x86_64/meshbird.service |   11 -
 9 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-20 15:48:29 UTC (rev 245840)
+++ community-i686/PKGBUILD 2017-07-20 15:49:05 UTC (rev 245841)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=meshbird
-pkgver=0.2
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/meshbird/meshbird;
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=(etc/meshbird.conf)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
-meshbird.service meshbird.conf)
-md5sums=('989a59013a4bb0da94e31ea08fe6e8ba'
- 'c8947f4684023c7e9eb2a9f6634ed5a9'
- '4e7d7a2569f88a8eecda6cddac939d4a')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-
-  go get github.com/codegangsta/cli github.com/meshbird/meshbird
-}
-
-build() {
-  cd meshbird-$pkgver
-  go build # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd meshbird-$pkgver
-  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
-  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
-  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
-}

Copied: meshbird/repos/community-i686/PKGBUILD (from rev 245840, 
meshbird/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 15:49:05 UTC (rev 245841)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=meshbird
+pkgver=0.2
+pkgrel=2
+pkgdesc="Distributed private networking"
+arch=('i686' 'x86_64')
+url="https://github.com/meshbird/meshbird;
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=(etc/meshbird.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
+meshbird.service meshbird.conf)
+sha512sums=('7e1d5453b7953c9c522207afcb97b9a88824f03493e77bed1626f578a6a34e152da6c7ab81bec1b1d1b2a32b3a74e1bf4f20877749c3b6b75e64321550a054d5'
+
'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
+
'08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+
+  go get github.com/codegangsta/cli github.com/meshbird/meshbird
+}
+
+build() {
+  cd meshbird-$pkgver
+  go build # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}

Deleted: community-i686/meshbird.conf
===
--- community-i686/meshbird.conf2017-07-20 15:48:29 UTC (rev 245840)
+++ community-i686/meshbird.conf2017-07-20 15:49:05 UTC (rev 245841)
@@ -1 +0,0 @@
-MESHBIRD_KEY="CHANGE_THIS"

Copied: meshbird/repos/community-i686/meshbird.conf (from rev 245840, 
meshbird/trunk/meshbird.conf)

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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:48:29
  Author: felixonmars
Revision: 245840

upgpkg: meshbird 0.2-2

Fix pkgdesc

Modified:
  meshbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:47:14 UTC (rev 245839)
+++ PKGBUILD2017-07-20 15:48:29 UTC (rev 245840)
@@ -3,8 +3,8 @@
 
 pkgname=meshbird
 pkgver=0.2
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
+pkgrel=2
+pkgdesc="Distributed private networking"
 arch=('i686' 'x86_64')
 url="https://github.com/meshbird/meshbird;
 license=('Apache')
@@ -13,9 +13,9 @@
 backup=(etc/meshbird.conf)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
 meshbird.service meshbird.conf)
-md5sums=('989a59013a4bb0da94e31ea08fe6e8ba'
- 'c8947f4684023c7e9eb2a9f6634ed5a9'
- '4e7d7a2569f88a8eecda6cddac939d4a')
+sha512sums=('7e1d5453b7953c9c522207afcb97b9a88824f03493e77bed1626f578a6a34e152da6c7ab81bec1b1d1b2a32b3a74e1bf4f20877749c3b6b75e64321550a054d5'
+
'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
+
'08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
 
 prepare() {
   mkdir .gopath


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:47:14
  Author: felixonmars
Revision: 245839

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

Added:
  haskell-yesod/repos/community-staging-i686/
  haskell-yesod/repos/community-staging-i686/PKGBUILD
(from rev 245838, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 245838, haskell-yesod/trunk/PKGBUILD)

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 245838, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 15:47:14 UTC (rev 245839)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=82
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 245838, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 15:47:14 UTC (rev 245839)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=82
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \

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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:46:51
  Author: felixonmars
Revision: 245838

upgpkg: haskell-yesod 1.4.5-82

rebuild with yesod-core,1.4.35.1 yesod-form,1.4.13

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:42:40 UTC (rev 245837)
+++ PKGBUILD2017-07-20 15:46:51 UTC (rev 245838)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=81
+pkgrel=82
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-form/repos (4 files)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:42:40
  Author: felixonmars
Revision: 245837

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

Added:
  haskell-yesod-form/repos/community-staging-i686/
  haskell-yesod-form/repos/community-staging-i686/PKGBUILD
(from rev 245836, haskell-yesod-form/trunk/PKGBUILD)
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 245836, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
245836, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 15:42:40 UTC (rev 245837)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.13
+pkgrel=1
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" 
"haskell-email-validate"
+ "haskell-network-uri" "haskell-persistent" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6b023cdb536bdf9b88b9a503e20a1190e4eb1c69e14663527cab84c22c69be30268e9cf58073ac3ea3a9004e588175dc0e11dfcc78efbb477aab856cde93cde8')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+install -d -m755 "$pkgdir"/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir"/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
245836, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 15:42:40 UTC (rev 245837)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.13
+pkgrel=1
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" 
"haskell-email-validate"
+ "haskell-network-uri" "haskell-persistent" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6b023cdb536bdf9b88b9a503e20a1190e4eb1c69e14663527cab84c22c69be30268e9cf58073ac3ea3a9004e588175dc0e11dfcc78efbb477aab856cde93cde8')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 

[arch-commits] Commit in haskell-yesod-form/trunk (PKGBUILD)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:42:17
  Author: felixonmars
Revision: 245836

upgpkg: haskell-yesod-form 1.4.13-1

rebuild with yesod-core,1.4.35.1 yesod-form,1.4.13

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:38:59 UTC (rev 245835)
+++ PKGBUILD2017-07-20 15:42:17 UTC (rev 245836)
@@ -4,8 +4,8 @@
 
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
-pkgver=1.4.12
-pkgrel=39
+pkgver=1.4.13
+pkgrel=1
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -16,7 +16,7 @@
  "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
  "haskell-yesod-core" "haskell-yesod-persistent")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('757bea3ccde33b0df426df2d4e0391804fbc0df741f2a5f04547cb51e7b04508826b8a23c5788f51b83c26c3ebc0ca39739b74c8acecdc6ca040b2c055b99eb2')
+sha512sums=('6b023cdb536bdf9b88b9a503e20a1190e4eb1c69e14663527cab84c22c69be30268e9cf58073ac3ea3a9004e588175dc0e11dfcc78efbb477aab856cde93cde8')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in haskell-yesod-static/repos (4 files)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:38:59
  Author: felixonmars
Revision: 245835

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

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 245834, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 245834, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
245834, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 15:38:59 UTC (rev 245835)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3
+pkgrel=21
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('50f8115e0f0a4495e27ea13aa8cbf4ec6bc596f6a758338ae0f4b4aaf9a5161dbca77ba1770467e830c0ef8984a5375d0c53b282ce5572d731c3887050472a8a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
245834, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 15:38:59 UTC (rev 245835)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3
+pkgrel=21
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

[arch-commits] Commit in xfce4-xkb-plugin/repos (8 files)

2017-07-20 Thread Evangelos Foutras
Date: Thursday, July 20, 2017 @ 15:39:02
  Author: foutrelis
Revision: 300871

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

Added:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
(from rev 300870, xfce4-xkb-plugin/trunk/PKGBUILD)
  xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin.install
(from rev 300870, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
(from rev 300870, xfce4-xkb-plugin/trunk/PKGBUILD)
  xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin.install
(from rev 300870, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
Deleted:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
  xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin.install
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin.install

---+
 /PKGBUILD |   78 
 /xfce4-xkb-plugin.install |   40 
 extra-i686/PKGBUILD   |   41 
 extra-i686/xfce4-xkb-plugin.install   |   11 
 extra-x86_64/PKGBUILD |   41 
 extra-x86_64/xfce4-xkb-plugin.install |   11 
 6 files changed, 118 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-20 15:38:49 UTC (rev 300870)
+++ extra-i686/PKGBUILD 2017-07-20 15:39:02 UTC (rev 300871)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
-license=('custom')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier' 'librsvg')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-i686/PKGBUILD (from rev 300870, 
xfce4-xkb-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-20 15:39:02 UTC (rev 300871)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-xkb-plugin
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxklavier' 'librsvg' 'libwnck3')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-xkb-plugin.install
===
--- extra-i686/xfce4-xkb-plugin.install 2017-07-20 15:38:49 UTC (rev 300870)
+++ extra-i686/xfce4-xkb-plugin.install 2017-07-20 15:39:02 UTC (rev 300871)
@@ -1,11 +0,0 @@
-post_upgrade() {
-  if (($(vercmp $2 0.7.1-2) < 0)); then
-echo ':: Keyboard layouts are now configured through 
xfce4-keyboard-settings'
-echo '   and managed by xfsettingsd. This plugin now only acts as a layout'
-echo '   indicator and manages per window/application layout preferences.'
-echo
-echo '   You will need to reconfigure the keyboard layouts on your next 
login.'
-  fi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin.install (from rev 
300870, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
===
--- 

[arch-commits] Commit in xfce4-xkb-plugin/trunk (PKGBUILD xfce4-xkb-plugin.install)

2017-07-20 Thread Evangelos Foutras
Date: Thursday, July 20, 2017 @ 15:38:49
  Author: foutrelis
Revision: 300870

upgpkg: xfce4-xkb-plugin 0.8.0-1

New upstream release.

Modified:
  xfce4-xkb-plugin/trunk/PKGBUILD
  xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install

--+
 PKGBUILD |   10 --
 xfce4-xkb-plugin.install |9 +
 2 files changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:25:09 UTC (rev 300869)
+++ PKGBUILD2017-07-20 15:38:49 UTC (rev 300870)
@@ -4,18 +4,18 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-xkb-plugin
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
 license=('custom')
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier' 'librsvg')
+depends=('xfce4-panel' 'libxklavier' 'librsvg' 'libwnck3')
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681')
+sha256sums=('3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -32,9 +32,7 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
-
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 

Modified: xfce4-xkb-plugin.install
===
--- xfce4-xkb-plugin.install2017-07-20 15:25:09 UTC (rev 300869)
+++ xfce4-xkb-plugin.install2017-07-20 15:38:49 UTC (rev 300870)
@@ -6,6 +6,15 @@
 echo
 echo '   You will need to reconfigure the keyboard layouts on your next 
login.'
   fi
+
+  if (($(vercmp $2 0.8.0-1) < 0)); then
+echo ':: Starting with version 0.8.0, xfce4-xkb-plugin stores its settings'
+echo '   in Xfconf instead of a configuration file. Settings from previous'
+echo '   versions are not migrated over, and the panel plugin itself might'
+echo '   disappear upon restarting the panel.'
+echo
+echo '   You need to re-add the xkb plugin to your panel and reconfigure 
it.'
+  fi
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in haskell-yesod-static/trunk (PKGBUILD)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:38:37
  Author: felixonmars
Revision: 245834

upgpkg: haskell-yesod-static 1.5.3-21

rebuild with yesod-core,1.4.35.1 yesod-form,1.4.13

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:35:53 UTC (rev 245833)
+++ PKGBUILD2017-07-20 15:38:37 UTC (rev 245834)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3
-pkgrel=20
+pkgrel=21
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-persistent/repos (4 files)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:35:53
  Author: felixonmars
Revision: 245833

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

Added:
  haskell-yesod-persistent/repos/community-staging-i686/
  haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD
(from rev 245832, haskell-yesod-persistent/trunk/PKGBUILD)
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 245832, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 245832, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 15:35:53 UTC (rev 245833)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=71
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-conduit" "haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 245832, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 15:35:53 UTC (rev 245833)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=71
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-conduit" "haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 

[arch-commits] Commit in haskell-yesod-persistent/trunk (PKGBUILD)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:35:28
  Author: felixonmars
Revision: 245832

upgpkg: haskell-yesod-persistent 1.4.2-71

rebuild with yesod-core,1.4.35.1 yesod-form,1.4.13

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:33:24 UTC (rev 245831)
+++ PKGBUILD2017-07-20 15:35:28 UTC (rev 245832)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.2
-pkgrel=70
+pkgrel=71
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-default/repos (4 files)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:33:24
  Author: felixonmars
Revision: 245831

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

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 245830, haskell-yesod-default/trunk/PKGBUILD)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 245830, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
245830, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 15:33:24 UTC (rev 245831)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=175
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
245830, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 15:33:24 UTC (rev 245831)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=175
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D 

[arch-commits] Commit in haskell-yesod-default/trunk (PKGBUILD)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:33:01
  Author: felixonmars
Revision: 245830

upgpkg: haskell-yesod-default 1.2.0-175

rebuild with yesod-core,1.4.35.1 yesod-form,1.4.13

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:31:14 UTC (rev 245829)
+++ PKGBUILD2017-07-20 15:33:01 UTC (rev 245830)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=174
+pkgrel=175
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-core/repos (4 files)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:31:14
  Author: felixonmars
Revision: 245829

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

Added:
  haskell-yesod-core/repos/community-staging-i686/
  haskell-yesod-core/repos/community-staging-i686/PKGBUILD
(from rev 245828, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 245828, haskell-yesod-core/trunk/PKGBUILD)

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

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
245828, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 15:31:14 UTC (rev 245829)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.35.1
+pkgrel=1
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-auto-update" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-case-insensitive" 
"haskell-cereal"
+ "haskell-clientsession" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cookie"
+ "haskell-data-default" "haskell-deepseq-generics" "haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
+ "haskell-wai-logger" "haskell-warp" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('406439734785da3e86008ecad3af2a39bd46d395342bbe4115e923f3ab0750808c69a48fd283f134371cea9d455ee15f456c589886324d03e6a3fb11310b220f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
245828, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 15:31:14 UTC (rev 245829)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.35.1
+pkgrel=1
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-auto-update" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-case-insensitive" 
"haskell-cereal"
+ "haskell-clientsession" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cookie"
+ "haskell-data-default" "haskell-deepseq-generics" "haskell-exceptions"
+ 

[arch-commits] Commit in haskell-yesod-core/trunk (PKGBUILD)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:30:52
  Author: felixonmars
Revision: 245828

upgpkg: haskell-yesod-core 1.4.35.1-1

rebuild with yesod-core,1.4.35.1 yesod-form,1.4.13

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:22:28 UTC (rev 245827)
+++ PKGBUILD2017-07-20 15:30:52 UTC (rev 245828)
@@ -4,8 +4,8 @@
 
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
-pkgver=1.4.35
-pkgrel=20
+pkgver=1.4.35.1
+pkgrel=1
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -22,7 +22,7 @@
  "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
  "haskell-wai-logger" "haskell-warp" "haskell-word8")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('e26358aa6f6695e7edff3a603bfd6ba2148f58089e35f1e70bf451b38beb22c9f8e1b039488a37953b2f3027d4204643fee7dc704adb7916add4c582dafa77aa')
+sha512sums=('406439734785da3e86008ecad3af2a39bd46d395342bbe4115e923f3ab0750808c69a48fd283f134371cea9d455ee15f456c589886324d03e6a3fb11310b220f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in pyopenssl/repos (testing-any testing-any/PKGBUILD)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:25:09
  Author: felixonmars
Revision: 300869

archrelease: copy trunk to testing-any

Added:
  pyopenssl/repos/testing-any/
  pyopenssl/repos/testing-any/PKGBUILD
(from rev 300868, pyopenssl/trunk/PKGBUILD)

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

Copied: pyopenssl/repos/testing-any/PKGBUILD (from rev 300868, 
pyopenssl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-07-20 15:25:09 UTC (rev 300869)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer : Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgbase=pyopenssl
+pkgname=('python-pyopenssl' 'python2-pyopenssl')
+pkgver=17.2.0
+pkgrel=1
+arch=('any')
+url="http://pypi.python.org/pypi/pyOpenSSL;
+license=('LGPL2.1')
+makedepends=('openssl' 'python-setuptools' 'python2-setuptools' 
'python-cryptography'
+ 'python2-cryptography')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend'
+  'python-flaky' 'python2-flaky')
+source=("https://pypi.io/packages/source/p/pyOpenSSL/pyOpenSSL-$pkgver.tar.gz;)
+sha512sums=('aef1628665353445760a0c869c5b88ba1f61a3ade7471bfd1ad9e57672573501574dab5a2491aaac1dc283893fcac1a81dd9b972f43d53fe7ef1aa48e3f0e88a')
+
+prepare() {
+  cp -a pyOpenSSL-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build () {
+  cd "$srcdir"/pyOpenSSL-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyOpenSSL-$pkgver-py2
+  python2 setup.py build
+}
+
+check () {
+  (
+cd "$srcdir"/pyOpenSSL-$pkgver
+python setup.py pytest
+
+cd "$srcdir"/pyOpenSSL-$pkgver-py2
+python2 setup.py pytest
+  ) || warning "Tests failed due to missing SSLv3_METHOD"
+}
+
+package_python-pyopenssl(){
+  pkgdesc="Python3 wrapper module around the OpenSSL library"
+  depends=('openssl' 'python-six' 'python-cryptography')
+  replaces=('pyopenssl')
+  provides=('pyopenssl')
+  conflicts=('pyopenssl')
+
+  cd "$srcdir"/pyOpenSSL-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pyopenssl(){
+  pkgdesc="Python2 wrapper module around the OpenSSL library"
+  depends=('openssl' 'python2-six' 'python2-cryptography')
+
+  cd "$srcdir"/pyOpenSSL-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:24:54
  Author: felixonmars
Revision: 300868

upgpkg: pyopenssl 17.2.0-1

Modified:
  pyopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 13:48:50 UTC (rev 300867)
+++ PKGBUILD2017-07-20 15:24:54 UTC (rev 300868)
@@ -5,7 +5,7 @@
 
 pkgbase=pyopenssl
 pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=17.1.0
+pkgver=17.2.0
 pkgrel=1
 arch=('any')
 url="http://pypi.python.org/pypi/pyOpenSSL;
@@ -12,9 +12,10 @@
 license=('LGPL2.1')
 makedepends=('openssl' 'python-setuptools' 'python2-setuptools' 
'python-cryptography'
  'python2-cryptography')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend'
+  'python-flaky' 'python2-flaky')
 source=("https://pypi.io/packages/source/p/pyOpenSSL/pyOpenSSL-$pkgver.tar.gz;)
-sha512sums=('1ede4e3426005174b1a782902c9ea28b7dc2aa845a8dbb99b290069cda27985eba009b600389b7f40cdc36fcf45b66ebfe96aa9b0d136c574a83f6d035b73672')
+sha512sums=('aef1628665353445760a0c869c5b88ba1f61a3ade7471bfd1ad9e57672573501574dab5a2491aaac1dc283893fcac1a81dd9b972f43d53fe7ef1aa48e3f0e88a')
 
 prepare() {
   cp -a pyOpenSSL-$pkgver{,-py2}


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:20:00
  Author: felixonmars
Revision: 245825

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

Added:
  haskell-criterion/repos/community-staging-i686/
  haskell-criterion/repos/community-staging-i686/PKGBUILD
(from rev 245824, haskell-criterion/trunk/PKGBUILD)
  haskell-criterion/repos/community-staging-x86_64/
  haskell-criterion/repos/community-staging-x86_64/PKGBUILD
(from rev 245824, haskell-criterion/trunk/PKGBUILD)

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

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
245824, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 15:20:00 UTC (rev 245825)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.2.1.0
+pkgrel=6
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" 
"haskell-code-page"
+ "haskell-exceptions" "haskell-glob" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-microstache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('52ca2d9a8307a5c3ce042a08bbb3c87335304d769da7caca6b5748d39955a92dc9cf8d3505d9d1eeda6aff93af4ac927ee23f1214b8a19e40ee9ff604c3b4e3e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
245824, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 15:20:00 UTC (rev 245825)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.2.1.0
+pkgrel=6
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" 
"haskell-code-page"
+ "haskell-exceptions" "haskell-glob" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-microstache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('52ca2d9a8307a5c3ce042a08bbb3c87335304d769da7caca6b5748d39955a92dc9cf8d3505d9d1eeda6aff93af4ac927ee23f1214b8a19e40ee9ff604c3b4e3e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr 

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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:19:36
  Author: felixonmars
Revision: 245824

upgpkg: haskell-criterion 1.2.1.0-6

rebuild with microstache,1.0.1

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:16:08 UTC (rev 245823)
+++ PKGBUILD2017-07-20 15:19:36 UTC (rev 245824)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.2.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:16:08
  Author: felixonmars
Revision: 245823

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

Added:
  meshbird/repos/community-i686/
  meshbird/repos/community-i686/PKGBUILD
(from rev 245822, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-i686/meshbird.conf
(from rev 245822, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-i686/meshbird.service
(from rev 245822, meshbird/trunk/meshbird.service)
  meshbird/repos/community-x86_64/
  meshbird/repos/community-x86_64/PKGBUILD
(from rev 245822, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-x86_64/meshbird.conf
(from rev 245822, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-x86_64/meshbird.service
(from rev 245822, meshbird/trunk/meshbird.service)

---+
 community-i686/PKGBUILD   |   37 
 community-i686/meshbird.conf  |1 
 community-i686/meshbird.service   |   11 ++
 community-x86_64/PKGBUILD |   37 
 community-x86_64/meshbird.conf|1 
 community-x86_64/meshbird.service |   11 ++
 6 files changed, 98 insertions(+)

Copied: meshbird/repos/community-i686/PKGBUILD (from rev 245822, 
meshbird/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 15:16:08 UTC (rev 245823)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=meshbird
+pkgver=0.2
+pkgrel=1
+pkgdesc="GO Simple Tunnel"
+arch=('i686' 'x86_64')
+url="https://github.com/meshbird/meshbird;
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=(etc/meshbird.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
+meshbird.service meshbird.conf)
+md5sums=('989a59013a4bb0da94e31ea08fe6e8ba'
+ 'c8947f4684023c7e9eb2a9f6634ed5a9'
+ '4e7d7a2569f88a8eecda6cddac939d4a')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+
+  go get github.com/codegangsta/cli github.com/meshbird/meshbird
+}
+
+build() {
+  cd meshbird-$pkgver
+  go build # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}

Copied: meshbird/repos/community-i686/meshbird.conf (from rev 245822, 
meshbird/trunk/meshbird.conf)
===
--- community-i686/meshbird.conf(rev 0)
+++ community-i686/meshbird.conf2017-07-20 15:16:08 UTC (rev 245823)
@@ -0,0 +1 @@
+MESHBIRD_KEY="CHANGE_THIS"

Copied: meshbird/repos/community-i686/meshbird.service (from rev 245822, 
meshbird/trunk/meshbird.service)
===
--- community-i686/meshbird.service (rev 0)
+++ community-i686/meshbird.service 2017-07-20 15:16:08 UTC (rev 245823)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Meshbird Service
+After=network.target
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/meshbird.conf
+ExecStart=/usr/bin/meshbird join
+
+[Install]
+WantedBy=multi-user.target

Copied: meshbird/repos/community-x86_64/PKGBUILD (from rev 245822, 
meshbird/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-20 15:16:08 UTC (rev 245823)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=meshbird
+pkgver=0.2
+pkgrel=1
+pkgdesc="GO Simple Tunnel"
+arch=('i686' 'x86_64')
+url="https://github.com/meshbird/meshbird;
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=(etc/meshbird.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
+meshbird.service meshbird.conf)
+md5sums=('989a59013a4bb0da94e31ea08fe6e8ba'
+ 'c8947f4684023c7e9eb2a9f6634ed5a9'
+ '4e7d7a2569f88a8eecda6cddac939d4a')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+
+  go get github.com/codegangsta/cli github.com/meshbird/meshbird
+}
+
+build() {
+  cd meshbird-$pkgver
+  go build # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}

Copied: meshbird/repos/community-x86_64/meshbird.conf (from rev 245822, 
meshbird/trunk/meshbird.conf)

[arch-commits] Commit in (6 files)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:15:34
  Author: felixonmars
Revision: 245822

addpkg: meshbird 0.2-1

Added:
  meshbird/
  meshbird/repos/
  meshbird/trunk/
  meshbird/trunk/PKGBUILD
  meshbird/trunk/meshbird.conf
  meshbird/trunk/meshbird.service

--+
 PKGBUILD |   37 +
 meshbird.conf|1 +
 meshbird.service |   11 +++
 3 files changed, 49 insertions(+)

Added: meshbird/trunk/PKGBUILD
===
--- meshbird/trunk/PKGBUILD (rev 0)
+++ meshbird/trunk/PKGBUILD 2017-07-20 15:15:34 UTC (rev 245822)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=meshbird
+pkgver=0.2
+pkgrel=1
+pkgdesc="GO Simple Tunnel"
+arch=('i686' 'x86_64')
+url="https://github.com/meshbird/meshbird;
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=(etc/meshbird.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
+meshbird.service meshbird.conf)
+md5sums=('989a59013a4bb0da94e31ea08fe6e8ba'
+ 'c8947f4684023c7e9eb2a9f6634ed5a9'
+ '4e7d7a2569f88a8eecda6cddac939d4a')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+
+  go get github.com/codegangsta/cli github.com/meshbird/meshbird
+}
+
+build() {
+  cd meshbird-$pkgver
+  go build # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}


Property changes on: meshbird/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: meshbird/trunk/meshbird.conf
===
--- meshbird/trunk/meshbird.conf(rev 0)
+++ meshbird/trunk/meshbird.conf2017-07-20 15:15:34 UTC (rev 245822)
@@ -0,0 +1 @@
+MESHBIRD_KEY="CHANGE_THIS"

Added: meshbird/trunk/meshbird.service
===
--- meshbird/trunk/meshbird.service (rev 0)
+++ meshbird/trunk/meshbird.service 2017-07-20 15:15:34 UTC (rev 245822)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Meshbird Service
+After=network.target
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/meshbird.conf
+ExecStart=/usr/bin/meshbird join
+
+[Install]
+WantedBy=multi-user.target


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:14:59
  Author: felixonmars
Revision: 245820

upgpkg: haskell-microstache 1.0.1-1

rebuild with microstache,1.0.1

Modified:
  haskell-microstache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:14:16 UTC (rev 245819)
+++ PKGBUILD2017-07-20 15:14:59 UTC (rev 245820)
@@ -4,8 +4,8 @@
 
 _hkgname=microstache
 pkgname=haskell-microstache
-pkgver=1
-pkgrel=7
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Mustache templates for Haskell"
 url="https://github.com/phadej/microstache;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc' "haskell-aeson" "haskell-parsec" "haskell-text" 
"haskell-unordered-containers"
  "haskell-vector")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('a608828075f2cd7266a786b054443a1341e94d9e9870111e99ada775678aae31029936b59ac255ccd1a4ff404d50bc44abee27736c578c0f008c17d1d326329a')
+sha512sums=('c91e7c2195f4f0a0c48da64e441d4c8f299bc4f3fc28c98bec096d2d6aa9151c13bc254594871d64984bdf1a22bde0cfe7e90f3dccacf33668a4cea2b2b522bc')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 15:15:24
  Author: felixonmars
Revision: 245821

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

Added:
  haskell-microstache/repos/community-staging-i686/
  haskell-microstache/repos/community-staging-i686/PKGBUILD
(from rev 245820, haskell-microstache/trunk/PKGBUILD)
  haskell-microstache/repos/community-staging-x86_64/
  haskell-microstache/repos/community-staging-x86_64/PKGBUILD
(from rev 245820, haskell-microstache/trunk/PKGBUILD)

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

Copied: haskell-microstache/repos/community-staging-i686/PKGBUILD (from rev 
245820, haskell-microstache/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-20 15:15:24 UTC (rev 245821)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microstache
+pkgname=haskell-microstache
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Mustache templates for Haskell"
+url="https://github.com/phadej/microstache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-parsec" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c91e7c2195f4f0a0c48da64e441d4c8f299bc4f3fc28c98bec096d2d6aa9151c13bc254594871d64984bdf1a22bde0cfe7e90f3dccacf33668a4cea2b2b522bc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-microstache/repos/community-staging-x86_64/PKGBUILD (from rev 
245820, haskell-microstache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-20 15:15:24 UTC (rev 245821)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microstache
+pkgname=haskell-microstache
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Mustache templates for Haskell"
+url="https://github.com/phadej/microstache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-parsec" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c91e7c2195f4f0a0c48da64e441d4c8f299bc4f3fc28c98bec096d2d6aa9151c13bc254594871d64984bdf1a22bde0cfe7e90f3dccacf33668a4cea2b2b522bc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d 

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

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 15:14:16
  Author: arojas
Revision: 245819

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

Added:
  cysignals/repos/community-i686/PKGBUILD
(from rev 245818, cysignals/trunk/PKGBUILD)
  cysignals/repos/community-x86_64/PKGBUILD
(from rev 245818, cysignals/trunk/PKGBUILD)
Deleted:
  cysignals/repos/community-i686/PKGBUILD
  cysignals/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 2017-07-20 15:13:23 UTC (rev 245818)
+++ community-i686/PKGBUILD 2017-07-20 15:14:16 UTC (rev 245819)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=cysignals
-pkgname=(python-cysignals python2-cysignals)
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="Interrupt and signal handling for Cython"
-arch=(i686 x86_64)
-url="https://www.sagemath.org;
-license=(LGPL)
-makedepends=(cython2 cython pari)
-source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
-sha256sums=('fc8202e563c388cc19b862f08c1adc9d0441764b4a920d5fa0b3db50913bb2d9')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-cysignals() {
-  depends=(python pari)
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir"
-
-# Keep scripts in python2 package
-  rm -r "$pkgdir"/usr/bin
-}
-
-package_python2-cysignals() {
-  depends=(python2 pari)
-  conflicts=(cysignals)
-  provides=(cysignals)
-  replaces=(cysignals)
-
-  cd $pkgbase-$pkgver-py2   
-  python2 setup.py install --root="$pkgdir"
-}

Copied: cysignals/repos/community-i686/PKGBUILD (from rev 245818, 
cysignals/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 15:14:16 UTC (rev 245819)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=cysignals
+pkgname=(python-cysignals python2-cysignals)
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+makedepends=(cython2 cython pari)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
+sha256sums=('e559105e9f8bb5e64ed2eb350ba5ebb51a117cb3a0aa0fb4388b4cdd557a2bef')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cysignals() {
+  depends=(python pari)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+
+# Keep scripts in python2 package
+  rm -r "$pkgdir"/usr/bin
+}
+
+package_python2-cysignals() {
+  depends=(python2 pari)
+  conflicts=(cysignals)
+  provides=(cysignals)
+  replaces=(cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-20 15:13:23 UTC (rev 245818)
+++ community-x86_64/PKGBUILD   2017-07-20 15:14:16 UTC (rev 245819)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=cysignals
-pkgname=(python-cysignals python2-cysignals)
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="Interrupt and signal handling for Cython"
-arch=(i686 x86_64)
-url="https://www.sagemath.org;
-license=(LGPL)
-makedepends=(cython2 cython pari)
-source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
-sha256sums=('fc8202e563c388cc19b862f08c1adc9d0441764b4a920d5fa0b3db50913bb2d9')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-cysignals() {
-  depends=(python pari)
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir"
-
-# Keep scripts in python2 package
-  rm -r "$pkgdir"/usr/bin
-}
-
-package_python2-cysignals() {
-  depends=(python2 pari)
-  conflicts=(cysignals)
-  provides=(cysignals)
-  replaces=(cysignals)
-
-  cd $pkgbase-$pkgver-py2   
-  python2 setup.py install --root="$pkgdir"
-}

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

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

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 15:13:23
  Author: arojas
Revision: 245818

Update to 1.6.5

Modified:
  cysignals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:10:30 UTC (rev 245817)
+++ PKGBUILD2017-07-20 15:13:23 UTC (rev 245818)
@@ -3,7 +3,7 @@
 
 pkgbase=cysignals
 pkgname=(python-cysignals python2-cysignals)
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="Interrupt and signal handling for Cython"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(LGPL)
 makedepends=(cython2 cython pari)
 
source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
-sha256sums=('fc8202e563c388cc19b862f08c1adc9d0441764b4a920d5fa0b3db50913bb2d9')
+sha256sums=('e559105e9f8bb5e64ed2eb350ba5ebb51a117cb3a0aa0fb4388b4cdd557a2bef')
 
 prepare() {
   cp -r $pkgbase-$pkgver{,-py2}


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

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 15:10:30
  Author: arojas
Revision: 245817

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 245816, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 15:09:55 UTC (rev 245816)
+++ PKGBUILD2017-07-20 15:10:30 UTC (rev 245817)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.20.2
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('b63dce0f1dfaccc3da9d957930c26b0c5de913ba1830d670b6262d8809f6c724')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 245816, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 15:10:30 UTC (rev 245817)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.20.3
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('48a6720b69413f0ac3c058928da6ec0d701f4a99beeeb5feb874f95766988f4b')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2017-07-20 Thread Antonio Rojas
Date: Thursday, July 20, 2017 @ 15:09:55
  Author: arojas
Revision: 245816

Update to 14.20.3

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 15:00:33 UTC (rev 245815)
+++ PKGBUILD2017-07-20 15:09:55 UTC (rev 245816)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.20.2
+pkgver=14.20.3
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('b63dce0f1dfaccc3da9d957930c26b0c5de913ba1830d670b6262d8809f6c724')
+sha256sums=('48a6720b69413f0ac3c058928da6ec0d701f4a99beeeb5feb874f95766988f4b')
 
 package() {
   cd $pkgname-$pkgver


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

2017-07-20 Thread Evangelos Foutras
Date: Thursday, July 20, 2017 @ 15:00:33
  Author: foutrelis
Revision: 245815

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 245814, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 15:00:25 UTC (rev 245814)
+++ PKGBUILD2017-07-20 15:00:33 UTC (rev 245815)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.4.4
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('fe71c2a2efdc45b594ecc097115322c2203fe31b3098efa4023eff429ff2c55f'
-'SKIP'
-'17ffd91eab228766c8fae80d7087a7a229de62f2a7e93e71e22807b647e9165d'
-'SKIP'
-'e5fddd7f25b717bce6cc3a9e50d72cb172335d113c58aaef4496004297db6a13'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 245814, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 15:00:33 UTC (rev 245815)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.1.5
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('8604f07fcfde07afc6215988d47229a135d1a30da412974fda127af13aef3899'
+'SKIP'
+'aac997b2e335ef8d5d041f2b2f791e4dc6abe537f7f009a7b2ac11aabf9391f2'
+'SKIP'
+

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

2017-07-20 Thread Evangelos Foutras
Date: Thursday, July 20, 2017 @ 15:00:25
  Author: foutrelis
Revision: 245814

upgpkg: shorewall 5.1.5-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 14:57:49 UTC (rev 245813)
+++ PKGBUILD2017-07-20 15:00:25 UTC (rev 245814)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.4.4
+pkgver=5.1.5
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('fe71c2a2efdc45b594ecc097115322c2203fe31b3098efa4023eff429ff2c55f'
+sha256sums=('8604f07fcfde07afc6215988d47229a135d1a30da412974fda127af13aef3899'
 'SKIP'
-'17ffd91eab228766c8fae80d7087a7a229de62f2a7e93e71e22807b647e9165d'
+'aac997b2e335ef8d5d041f2b2f791e4dc6abe537f7f009a7b2ac11aabf9391f2'
 'SKIP'
-'e5fddd7f25b717bce6cc3a9e50d72cb172335d113c58aaef4496004297db6a13'
+'7ad44b91342538e10be438a2e2bfc987789191865ff57c61bb24e35bdb6b8301'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2017-07-20 Thread Evangelos Foutras
Date: Thursday, July 20, 2017 @ 14:57:49
  Author: foutrelis
Revision: 245813

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 14:57:39 UTC (rev 245812)
+++ PKGBUILD2017-07-20 14:57:49 UTC (rev 245813)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 

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

2017-07-20 Thread Evangelos Foutras
Date: Thursday, July 20, 2017 @ 14:57:39
  Author: foutrelis
Revision: 245812

upgpkg: python-stevedore 1.25.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 14:47:35 UTC (rev 245811)
+++ PKGBUILD2017-07-20 14:57:39 UTC (rev 245812)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 

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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 14:47:35
  Author: felixonmars
Revision: 245811

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 245810, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.service
(from rev 245810, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   60 +-
 pm2.service |   32 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 14:47:10 UTC (rev 245810)
+++ PKGBUILD2017-07-20 14:47:35 UTC (rev 245811)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c81518fb75e306b459ad0b941e28d979b17caa2fe6ba86867f481e34a743e6fcf09c34f184c2f3500a38c73283727663e084222b00c1dbbf5e849e843ca72983'
-
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 245810, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 14:47:35 UTC (rev 245811)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=2.6.1
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('7892a3d29275bacba47ddbae48cc90c4ddf0541b33c223e5f91e8599909bc709211fd048f3367e5873a2f51e66f24e80a30ad4e5cf3f4a04f45ebf89e98d8400'
+
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: pm2.service
===
--- pm2.service 2017-07-20 14:47:10 UTC (rev 245810)
+++ pm2.service 2017-07-20 14:47:35 UTC (rev 245811)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: pm2/repos/community-any/pm2.service (from rev 245810, 
pm2/trunk/pm2.service)
===
--- pm2.service (rev 0)
+++ pm2.service 2017-07-20 14:47:35 UTC (rev 245811)
@@ -0,0 +1,16 @@
+[Unit]
+Description=PM2 next gen process manager for Node.js
+After=network.target remote-fs.target
+
+[Service]
+Type=forking
+
+ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
+ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
+
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
+
+[Install]
+WantedBy=multi-user.target


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

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 14:47:10
  Author: felixonmars
Revision: 245810

upgpkg: pm2 2.6.1-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 13:28:51 UTC (rev 245809)
+++ PKGBUILD2017-07-20 14:47:10 UTC (rev 245810)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=2.5.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c81518fb75e306b459ad0b941e28d979b17caa2fe6ba86867f481e34a743e6fcf09c34f184c2f3500a38c73283727663e084222b00c1dbbf5e849e843ca72983'
+sha512sums=('7892a3d29275bacba47ddbae48cc90c4ddf0541b33c223e5f91e8599909bc709211fd048f3367e5873a2f51e66f24e80a30ad4e5cf3f4a04f45ebf89e98d8400'
 
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
 
 package() {


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

2017-07-20 Thread Jan Steffens
Date: Thursday, July 20, 2017 @ 13:48:31
  Author: heftig
Revision: 300866

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 300865, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 300865, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 300865, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 300865, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  140 +
 /nm-libexecdir.patch |   24 ++
 extra-i686/PKGBUILD  |   70 --
 extra-i686/nm-libexecdir.patch   |   12 ---
 extra-x86_64/PKGBUILD|   70 --
 extra-x86_64/nm-libexecdir.patch |   12 ---
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-20 13:48:06 UTC (rev 300865)
+++ extra-i686/PKGBUILD 2017-07-20 13:48:31 UTC (rev 300866)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Flamelab 
+# Contributor: Flamelab [arch-commits] Commit in gnome-shell-extensions/repos/extra-any (PKGBUILD PKGBUILD)

Date: Thursday, July 20, 2017 @ 13:48:50
  Author: heftig
Revision: 300867

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 300866, gnome-shell-extensions/trunk/PKGBUILD)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 13:48:31 UTC (rev 300866)
+++ PKGBUILD2017-07-20 13:48:50 UTC (rev 300867)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-shell-extensions
-pkgver=3.24.2
-pkgrel=1
-pkgdesc="Extensions for GNOME shell, including classic mode"
-url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
-arch=(any)
-license=(GPL)
-depends=(gnome-shell)
-makedepends=(intltool git gnome-common)
-optdepends=('nautilus: gnome-classic session')
-groups=(gnome)
-_commit=b1c45a618ef25b448e1b62df35daeeeb1189ba40  # tags/3.24.2^0
-source=("git+https://git.gnome.org/browse/gnome-shell-extensions#commit=$_commit;
-"git+https://git.gnome.org/browse/gnome-shell-sass;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.data/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 300866, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 13:48:50 UTC (rev 300867)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-shell-extensions
+pkgver=3.24.3
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
+arch=(any)
+license=(GPL)
+depends=(gnome-shell)
+makedepends=(intltool git gnome-common)
+optdepends=('nautilus: gnome-classic session')
+groups=(gnome)
+_commit=7d2be7d30d500530a51608145d219744c40be23e  # tags/3.24.3^0
+source=("git+https://git.gnome.org/browse/gnome-shell-extensions#commit=$_commit;
+"git+https://git.gnome.org/browse/gnome-shell-sass;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.data/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

Date: Thursday, July 20, 2017 @ 13:48:06
  Author: heftig
Revision: 300865

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-20 13:47:39 UTC (rev 300864)
+++ extra-i686/PKGBUILD 2017-07-20 13:48:06 UTC (rev 300865)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.17
-pkgrel=1
-epoch=2
-pkgdesc="SVG rendering library"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
-_commit=f4cf9aca144eeda8f441f839881bcbd492529002  # tags/2.40.17^0
-source=("git+https://git.gnome.org/browse/librsvg#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Reftests fail due to differences in text rendering
-  # Even with the fixated font on master there are still differences on i686
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-i686/PKGBUILD (from rev 300864, 
librsvg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-20 13:48:06 UTC (rev 300865)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.40.18
+pkgrel=1
+epoch=2
+pkgdesc="SVG rendering library"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2 pango libcroco)
+makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
+_commit=f3219f124113c4973bbf09a4d14e81e5ebc8975c  # tags/2.40.18^0
+source=("git+https://git.gnome.org/browse/librsvg#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Reftests fail due to differences in text rendering
+  # Even with the fixated font on master there are still differences on i686
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-20 13:47:39 UTC (rev 300864)
+++ extra-x86_64/PKGBUILD   2017-07-20 13:48:06 UTC (rev 300865)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.17
-pkgrel=1
-epoch=2
-pkgdesc="SVG rendering library"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
-_commit=f4cf9aca144eeda8f441f839881bcbd492529002  # tags/2.40.17^0
-source=("git+https://git.gnome.org/browse/librsvg#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Reftests fail due to differences in text rendering
-  # Even with the fixated font on master there are still differences on i686
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 300864, 
librsvg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-20 13:48:06 UTC (rev 300865)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg

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

Date: Thursday, July 20, 2017 @ 13:47:39
  Author: heftig
Revision: 300864

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

Added:
  mutter/repos/extra-i686/PKGBUILD
(from rev 300863, mutter/trunk/PKGBUILD)
  mutter/repos/extra-i686/startup-notification.patch
(from rev 300863, mutter/trunk/startup-notification.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 300863, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/startup-notification.patch
(from rev 300863, mutter/trunk/startup-notification.patch)
Deleted:
  mutter/repos/extra-i686/PKGBUILD
  mutter/repos/extra-i686/startup-notification.patch
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/startup-notification.patch

-+
 /PKGBUILD   |  114 ++
 /startup-notification.patch |   90 +++
 extra-i686/PKGBUILD |   57 ---
 extra-i686/startup-notification.patch   |   45 ---
 extra-x86_64/PKGBUILD   |   57 ---
 extra-x86_64/startup-notification.patch |   45 ---
 6 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-20 13:45:56 UTC (rev 300863)
+++ extra-i686/PKGBUILD 2017-07-20 13:47:39 UTC (rev 300864)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.24.3
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://git.gnome.org/browse/mutter;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
- libcanberra startup-notification zenity libsm gnome-desktop upower
- libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
-makedepends=(intltool gobject-introspection git gnome-common)
-groups=(gnome)
-options=(!emptydirs)
-_commit=aa45fa1e2623e176297c66995aaa3ae8d25f8e30  # tags/3.24.3^0
-source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
-startup-notification.patch)
-sha256sums=('SKIP'
-'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/51940
-  patch -Np1 -i ../startup-notification.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc --enable-egl-device
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
-  -i {.,cogl,clutter}/libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 300863, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-20 13:47:39 UTC (rev 300864)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.24.4
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=4c3e166469b724ff1b3c232473b1dacca2a42fe4  # tags/3.24.4^0
+source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
+startup-notification.patch)
+sha256sums=('SKIP'
+'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/51940
+  patch -Np1 -i ../startup-notification.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc --enable-egl-device
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i {.,cogl,clutter}/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install

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

Date: Thursday, July 20, 2017 @ 13:45:56
  Author: heftig
Revision: 300863

2.40.18-1

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 13:45:39 UTC (rev 300862)
+++ PKGBUILD2017-07-20 13:45:56 UTC (rev 300863)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.40.17
+pkgver=2.40.18
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(gdk-pixbuf2 pango libcroco)
 makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
-_commit=f4cf9aca144eeda8f441f839881bcbd492529002  # tags/2.40.17^0
+_commit=f3219f124113c4973bbf09a4d14e81e5ebc8975c  # tags/2.40.18^0
 source=("git+https://git.gnome.org/browse/librsvg#commit=$_commit;)
 sha256sums=('SKIP')
 


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

Date: Thursday, July 20, 2017 @ 13:45:39
  Author: heftig
Revision: 300862

3.24.3-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 13:19:07 UTC (rev 300861)
+++ PKGBUILD2017-07-20 13:45:39 UTC (rev 300862)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab 

[arch-commits] Commit in (python-py-bcrypt)

Date: Thursday, July 20, 2017 @ 13:28:51
  Author: demize
Revision: 245809

rm python-py-bcrypt

Deleted:
  python-py-bcrypt/


[arch-commits] Commit in python-py-bcrypt/repos (community-i686)

Date: Thursday, July 20, 2017 @ 13:24:41
  Author: demize
Revision: 245808

db-remove: python-py-bcrypt removed by demize

Deleted:
  python-py-bcrypt/repos/community-i686/


[arch-commits] Commit in python-py-bcrypt/repos (community-x86_64)

Date: Thursday, July 20, 2017 @ 13:24:24
  Author: demize
Revision: 245807

db-remove: python-py-bcrypt removed by demize

Deleted:
  python-py-bcrypt/repos/community-x86_64/


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

Date: Thursday, July 20, 2017 @ 13:22:02
  Author: demize
Revision: 245806

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 245805, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/deps-relax-checks.patch
(from rev 245805, matrix-synapse/trunk/deps-relax-checks.patch)
  matrix-synapse/repos/community-any/synapse.install
(from rev 245805, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 245805, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/deps-relax-checks.patch
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/sysusers-synapse.conf

-+
 PKGBUILD|  122 +++---
 deps-relax-checks.patch |   76 ++--
 synapse.install |   74 +--
 sysusers-synapse.conf   |2 
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 13:21:49 UTC (rev 245805)
+++ PKGBUILD2017-07-20 13:22:02 UTC (rev 245806)
@@ -1,61 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.22.1
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse;
-arch=('any')
-license=('Apache')
-
-depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
- 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
- 'python2-daemonize' 'python2-py-bcrypt' 'python2-frozendict'
- 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
- 'python2-pysaml2' 'python2-setuptools'
- 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
- 'python2-signedjson' 'python2-pymacaroons-pynacl'
- 'python2-service-identity' 'python2-msgpack'
- 'python2-phonenumbers'
- 'systemd')
-makedepends=('python2-mock')
-optdepends=('python2-psycopg2: PostgreSQL support'
-'python2-netaddr: URL previewing'
-'python2-jinja: e-mail notifications'
-'python2-bleach: e-mail notifications'
-'python2-matrix-synapse-ldap3: LDAP support'
-'python2-psutil: metrics'
-'python2-matrix-angular-sdk: built-in web client')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
-'sysusers-synapse.conf'
-'deps-relax-checks.patch')
-
-md5sums=('91119edc813d7305708df89d833d73de'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b'
- '74d3d018e588d70ff0a22863d3d7aa4e')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-prepare() {
-   cd synapse-$pkgver
-   patch -p1 <"$srcdir/deps-relax-checks.patch"
-}
-
-build() {
-   cd synapse-$pkgver
-   python2 setup.py build
-}
-
-package() {
-   cd synapse-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 contrib/systemd/synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 245805, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 13:22:02 UTC (rev 245806)
@@ -0,0 +1,61 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.22.1
+pkgrel=2
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
+ 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
+ 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
+ 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
+ 'python2-pysaml2' 'python2-setuptools'
+ 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
+ 'python2-signedjson' 'python2-pymacaroons-pynacl'
+ 'python2-service-identity' 'python2-msgpack'
+ 'python2-phonenumbers'
+ 'systemd')
+makedepends=('python2-mock')
+optdepends=('python2-psycopg2: PostgreSQL support'
+'python2-netaddr: URL previewing'
+'python2-jinja: e-mail 

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

Date: Thursday, July 20, 2017 @ 13:21:49
  Author: demize
Revision: 245805

Switch to python2-bcrypt

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 11:53:30 UTC (rev 245804)
+++ PKGBUILD2017-07-20 13:21:49 UTC (rev 245805)
@@ -3,7 +3,7 @@
 
 pkgname=matrix-synapse
 pkgver=0.22.1
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse;
@@ -12,7 +12,7 @@
 
 depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
  'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
- 'python2-daemonize' 'python2-py-bcrypt' 'python2-frozendict'
+ 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
  'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
  'python2-pysaml2' 'python2-setuptools'
  'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'


[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD)

Date: Thursday, July 20, 2017 @ 13:19:07
  Author: heftig
Revision: 300861

3.24.3-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 13:17:44 UTC (rev 300860)
+++ PKGBUILD2017-07-20 13:19:07 UTC (rev 300861)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=3.24.2
+pkgver=3.24.3
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
@@ -12,7 +12,7 @@
 makedepends=(intltool git gnome-common)
 optdepends=('nautilus: gnome-classic session')
 groups=(gnome)
-_commit=b1c45a618ef25b448e1b62df35daeeeb1189ba40  # tags/3.24.2^0
+_commit=7d2be7d30d500530a51608145d219744c40be23e  # tags/3.24.3^0
 
source=("git+https://git.gnome.org/browse/gnome-shell-extensions#commit=$_commit;
 "git+https://git.gnome.org/browse/gnome-shell-sass;)
 sha256sums=('SKIP'


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

Date: Thursday, July 20, 2017 @ 13:17:44
  Author: heftig
Revision: 300860

3.24.4-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 09:49:21 UTC (rev 300859)
+++ PKGBUILD2017-07-20 13:17:44 UTC (rev 300860)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.24.3
+pkgver=3.24.4
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter;
@@ -16,7 +16,7 @@
 makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
-_commit=aa45fa1e2623e176297c66995aaa3ae8d25f8e30  # tags/3.24.3^0
+_commit=4c3e166469b724ff1b3c232473b1dacca2a42fe4  # tags/3.24.4^0
 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
 startup-notification.patch)
 sha256sums=('SKIP'


[arch-commits] Commit in ruby2.3-bundler/repos/community-any (PKGBUILD PKGBUILD)

Date: Thursday, July 20, 2017 @ 11:53:30
  Author: svenstaro
Revision: 245804

archrelease: copy trunk to community-any

Added:
  ruby2.3-bundler/repos/community-any/PKGBUILD
(from rev 245803, ruby2.3-bundler/trunk/PKGBUILD)
Deleted:
  ruby2.3-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 11:53:19 UTC (rev 245803)
+++ PKGBUILD2017-07-20 11:53:30 UTC (rev 245804)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sergey Shatunov 
-# Contributor: Jonne Haß 
-
-_rubyver=2.3
-_gemname=bundler
-pkgname=ruby${_rubyver}-${_gemname}
-pkgver=1.15.1
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url="http://bundler.io;
-license=('MIT')
-depends=('ruby2.3')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha512sums=('c4d2b7f9483ce6fef090f4114d740bd95e92cd619625477d9efed4e56decddfff4f0490368bc509f4f1a1b888476ed4ef8ff99f2bf49d73a8fc12cbd259cfda9')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby-${_rubyver} -rubygems -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem-${_rubyver} install 
--no-user-install --ignore-dependencies \
---no-ri --no-rdoc -i "$pkgdir/$_gemdir" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-
-  install -d "$pkgdir/usr/bin/"
-  ln -s "$_gemdir/bin/bundle" "$pkgdir/usr/bin/bundle-${_rubyver}"
-}

Copied: ruby2.3-bundler/repos/community-any/PKGBUILD (from rev 245803, 
ruby2.3-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 11:53:30 UTC (rev 245804)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+
+_rubyver=2.3
+_gemname=bundler
+pkgname=ruby${_rubyver}-${_gemname}
+pkgver=1.15.2
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url="http://bundler.io;
+license=('MIT')
+depends=('ruby2.3')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('3c57d8d4c1741f769d5347c284e425d64f5445fed9bb8ed581e38c2a499e8a6989d1a5d949d3d6f884c8f74ebf79c6152208b2b1056546bd5260bdc8c936af4e')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby-${_rubyver} -rubygems -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem-${_rubyver} install 
--no-user-install --ignore-dependencies \
+--no-ri --no-rdoc -i "$pkgdir/$_gemdir" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+
+  install -d "$pkgdir/usr/bin/"
+  ln -s "$_gemdir/bin/bundle" "$pkgdir/usr/bin/bundle-${_rubyver}"
+}


[arch-commits] Commit in ruby2.3-bundler/trunk (PKGBUILD)

Date: Thursday, July 20, 2017 @ 11:53:19
  Author: svenstaro
Revision: 245803

upgpkg: ruby2.3-bundler 1.15.2-1

Modified:
  ruby2.3-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 11:24:38 UTC (rev 245802)
+++ PKGBUILD2017-07-20 11:53:19 UTC (rev 245803)
@@ -5,7 +5,7 @@
 _rubyver=2.3
 _gemname=bundler
 pkgname=ruby${_rubyver}-${_gemname}
-pkgver=1.15.1
+pkgver=1.15.2
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha512sums=('c4d2b7f9483ce6fef090f4114d740bd95e92cd619625477d9efed4e56decddfff4f0490368bc509f4f1a1b888476ed4ef8ff99f2bf49d73a8fc12cbd259cfda9')
+sha512sums=('3c57d8d4c1741f769d5347c284e425d64f5445fed9bb8ed581e38c2a499e8a6989d1a5d949d3d6f884c8f74ebf79c6152208b2b1056546bd5260bdc8c936af4e')
 
 package() {
   cd "$srcdir"


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

Date: Thursday, July 20, 2017 @ 11:24:34
  Author: eworm
Revision: 245801

upgpkg: mpv 1:0.26.0-3

* remove configure option for C plugins, enabled by default
* remove dependency to smbclient, disabled upstream due to licensing issues [0]
* explicitly depend on libarchive

[0] 
https://github.com/mpv-player/mpv/commit/f38bd0f25ad948d3428a82655655207723e3fbcf

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 10:57:42 UTC (rev 245800)
+++ PKGBUILD2017-07-20 11:24:34 UTC (rev 245801)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.26.0
-pkgrel=2
+pkgrel=3
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
   'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
   'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
+  'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa')
 optdepends=('youtube-dl: for video-sharing websites playback')
@@ -43,7 +43,6 @@
   ./waf configure --prefix=/usr \
 --confdir=/etc/mpv \
 --enable-cdda \
---enable-cplugins \
 --enable-dvb \
 --enable-dvdnav \
 --enable-encoding \


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

Date: Thursday, July 20, 2017 @ 11:24:38
  Author: eworm
Revision: 245802

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

Added:
  mpv/repos/community-i686/0001-opengl-backend-support-multiple-backends.patch
(from rev 245801, 
mpv/trunk/0001-opengl-backend-support-multiple-backends.patch)
  mpv/repos/community-i686/PKGBUILD
(from rev 245801, mpv/trunk/PKGBUILD)
  mpv/repos/community-x86_64/0001-opengl-backend-support-multiple-backends.patch
(from rev 245801, 
mpv/trunk/0001-opengl-backend-support-multiple-backends.patch)
  mpv/repos/community-x86_64/PKGBUILD
(from rev 245801, mpv/trunk/PKGBUILD)
Deleted:
  mpv/repos/community-i686/0001-opengl-backend-support-multiple-backends.patch
  mpv/repos/community-i686/PKGBUILD
  mpv/repos/community-x86_64/0001-opengl-backend-support-multiple-backends.patch
  mpv/repos/community-x86_64/PKGBUILD

--+
 /0001-opengl-backend-support-multiple-backends.patch |  582 
++
 /PKGBUILD|  126 ++
 community-i686/0001-opengl-backend-support-multiple-backends.patch   |  291 
-
 community-i686/PKGBUILD  |   64 -
 community-x86_64/0001-opengl-backend-support-multiple-backends.patch |  291 
-
 community-x86_64/PKGBUILD|   64 -
 6 files changed, 708 insertions(+), 710 deletions(-)

Deleted: community-i686/0001-opengl-backend-support-multiple-backends.patch
===
--- community-i686/0001-opengl-backend-support-multiple-backends.patch  
2017-07-20 11:24:34 UTC (rev 245801)
+++ community-i686/0001-opengl-backend-support-multiple-backends.patch  
2017-07-20 11:24:38 UTC (rev 245802)
@@ -1,291 +0,0 @@
-From 9c397af0dabfff7177bcb76409af5b8f9ae608cf Mon Sep 17 00:00:00 2001
-From: Drew DeVault 
-Date: Thu, 27 Apr 2017 17:19:58 -0400
-Subject: [PATCH 1/4] --opengl-backend: support multiple backends
-
-Will attempt each backend specified in order. The x11 backend is still
-preferred, even on Wayland, but the user can now use
---opengl-backend=wayland,x11 to prefer wayland and fall back to x11 if
-wayland is unavailable.

- video/out/opengl/context.c | 66 +-
- video/out/opengl/context.h |  8 ++
- video/out/vo_opengl.c  |  7 +++--
- 3 files changed, 64 insertions(+), 17 deletions(-)
-
-diff --git a/video/out/opengl/context.c b/video/out/opengl/context.c
-index 72311e11fa..568bb662b8 100644
 a/video/out/opengl/context.c
-+++ b/video/out/opengl/context.c
-@@ -89,6 +89,30 @@ static const struct mpgl_driver *const backends[] = {
- #endif
- };
- 
-+static bool get_desc(struct m_obj_desc *dst, int index)
-+{
-+if (index >= MP_ARRAY_SIZE(backends) - 1)
-+return false;
-+const struct mpgl_driver *driver = backends[index];
-+*dst = (struct m_obj_desc) {
-+.name = driver->name,
-+.description = driver->name,
-+.priv_size = sizeof(struct mpgl_driver),
-+.p = driver,
-+};
-+return true;
-+}
-+
-+// for backend option
-+const struct m_obj_list mpgl_backend_list = {
-+.get_desc = get_desc,
-+.description = "OpenGL windowing backends",
-+.allow_unknown_entries = true,
-+.allow_disable_entries = true,
-+.allow_trailer = true,
-+.disallow_positional_parameters = true,
-+};
-+
- // 0-terminated list of desktop GL versions a backend should try to
- // initialize. The first entry is the most preferred version.
- const int mpgl_preferred_gl_versions[] = {
-@@ -100,7 +124,7 @@ const int mpgl_preferred_gl_versions[] = {
- 0
- };
- 
--int mpgl_find_backend(const char *name)
-+static int mpgl_find_backend(const char *name)
- {
- if (name == NULL || strcmp(name, "auto") == 0)
- return -1;
-@@ -126,7 +150,7 @@ int mpgl_validate_backend_opt(struct mp_log *log, const 
struct m_option *opt,
- return mpgl_find_backend(s) >= -1 ? 1 : M_OPT_INVALID;
- }
- 
--static void *get_native_display(void *pctx, const char *name)
-+static void *get_native_display(const char *name)
- {
- MPGLContext *ctx = pctx;
- if (!ctx->native_display_type || !name)
-@@ -186,11 +210,41 @@ cleanup:
- 
- // Create a VO window and create a GL context on it.
- //  vo_flags: passed to the backend's create window function
--MPGLContext *mpgl_init(struct vo *vo, const char *backend_name, int vo_flags)
-+MPGLContext *mpgl_init(struct vo *vo, struct m_obj_settings *backend_list, 
int vo_flags)
- {
- MPGLContext *ctx = NULL;
--int index = mpgl_find_backend(backend_name);
--if (index == -1) {
-+if (backend_list && backend_list[0].name) {
-+int n;
-+for (n = 0; backend_list[n].name; n++) {
-+// Something like "--opengl-backend=name," allows fallback to 
autoprobing.
-+int index = 

[arch-commits] Commit in mysql-workbench/repos (30 files)

Date: Thursday, July 20, 2017 @ 10:57:42
  Author: eworm
Revision: 245800

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

Added:
  
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 245799, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-i686/0002-disable-unsupported-operating-system-warning.patch
(from rev 245799, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  
mysql-workbench/repos/community-i686/0003-add-option-to-hide-nonstandard-server-warning.patch
(from rev 245799, 
mysql-workbench/trunk/0003-add-option-to-hide-nonstandard-server-warning.patch)
  mysql-workbench/repos/community-i686/0004-fix-build-for-i686.patch
(from rev 245799, mysql-workbench/trunk/0004-fix-build-for-i686.patch)
  mysql-workbench/repos/community-i686/0005-gdal-use-CPLFree.patch
(from rev 245799, mysql-workbench/trunk/0005-gdal-use-CPLFree.patch)
  mysql-workbench/repos/community-i686/0006-mysql-include-my_dir.patch
(from rev 245799, mysql-workbench/trunk/0006-mysql-include-my_dir.patch)
  mysql-workbench/repos/community-i686/PKGBUILD
(from rev 245799, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-i686/arch_linux_profile.xml
(from rev 245799, mysql-workbench/trunk/arch_linux_profile.xml)
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 245799, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 245799, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  
mysql-workbench/repos/community-x86_64/0003-add-option-to-hide-nonstandard-server-warning.patch
(from rev 245799, 
mysql-workbench/trunk/0003-add-option-to-hide-nonstandard-server-warning.patch)
  mysql-workbench/repos/community-x86_64/0004-fix-build-for-i686.patch
(from rev 245799, mysql-workbench/trunk/0004-fix-build-for-i686.patch)
  mysql-workbench/repos/community-x86_64/0005-gdal-use-CPLFree.patch
(from rev 245799, mysql-workbench/trunk/0005-gdal-use-CPLFree.patch)
  mysql-workbench/repos/community-x86_64/0006-mysql-include-my_dir.patch
(from rev 245799, mysql-workbench/trunk/0006-mysql-include-my_dir.patch)
  mysql-workbench/repos/community-x86_64/PKGBUILD
(from rev 245799, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml
(from rev 245799, mysql-workbench/trunk/arch_linux_profile.xml)
Deleted:
  
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
  
mysql-workbench/repos/community-i686/0002-disable-unsupported-operating-system-warning.patch
  
mysql-workbench/repos/community-i686/0003-add-option-to-hide-nonstandard-server-warning.patch
  mysql-workbench/repos/community-i686/0004-fix-build-for-i686.patch
  mysql-workbench/repos/community-i686/0005-gdal-use-CPLFree.patch
  mysql-workbench/repos/community-i686/PKGBUILD
  mysql-workbench/repos/community-i686/arch_linux_profile.xml
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
  
mysql-workbench/repos/community-x86_64/0002-disable-unsupported-operating-system-warning.patch
  
mysql-workbench/repos/community-x86_64/0003-add-option-to-hide-nonstandard-server-warning.patch
  mysql-workbench/repos/community-x86_64/0004-fix-build-for-i686.patch
  mysql-workbench/repos/community-x86_64/0005-gdal-use-CPLFree.patch
  mysql-workbench/repos/community-x86_64/PKGBUILD
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml

---+
 /0001-mysql-workbench-no-check-for-updates.patch  |   
42 +
 /0002-disable-unsupported-operating-system-warning.patch  |   
58 +
 /0003-add-option-to-hide-nonstandard-server-warning.patch |   
72 ++
 /0004-fix-build-for-i686.patch|  
280 +++
 /0005-gdal-use-CPLFree.patch  |  
124 +++
 /PKGBUILD |  
358 ++
 community-i686/0001-mysql-workbench-no-check-for-updates.patch|   
21 
 community-i686/0002-disable-unsupported-operating-system-warning.patch|   
29 
 community-i686/0003-add-option-to-hide-nonstandard-server-warning.patch   |   
36 -
 community-i686/0004-fix-build-for-i686.patch  |  
140 ---
 community-i686/0005-gdal-use-CPLFree.patch|   
62 -
 community-i686/0006-mysql-include-my_dir.patch|   
12 
 community-i686/PKGBUILD   |  
166 
 community-x86_64/0001-mysql-workbench-no-check-for-updates.patch   

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

Date: Thursday, July 20, 2017 @ 10:57:30
  Author: eworm
Revision: 245799

upgpkg: mysql-workbench 6.3.9-5

* rebuild with changes from trunk
* disable default build flags

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 10:51:02 UTC (rev 245798)
+++ PKGBUILD2017-07-20 10:57:30 UTC (rev 245799)
@@ -7,7 +7,7 @@
 
 pkgname=mysql-workbench
 pkgver=6.3.9
-pkgrel=4
+pkgrel=5
 _mysql_version=5.7.19
 _connector_version=1.1.9
 _gdal_version=2.2.1
@@ -23,6 +23,9 @@
 optdepends=('gnome-keyring: store SSH/MySQL passwords in GNOME password 
manager'
'python2-pyodbc: database migration')
 makedepends=('cmake' 'boost' 'mesa' 'swig' 'java-runtime' 'imagemagick')
+# this breaks at runtime with our default build flags
+# TODO: remove in future
+options=('!buildflags')
 validpgpkeys=('A4A9406876FCBD3C456770C88C718D3B5072E1F5')
 
source=("https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-${pkgver}-src.tar.gz"{,.asc}

"https://cdn.mysql.com/Downloads/MySQL-${_mysql_version%.*}/mysql-${_mysql_version}.tar.gz"{,.asc}
@@ -93,10 +96,6 @@
 }
 
 build() {
-   # this uses deprecated auto_ptr...
-   # we known that, so do not flood the logs
-   CXXFLAGS="${CXXFLAGS} -Wno-deprecated-declarations"
-
# Build mysql
cd "${srcdir}/mysql-${_mysql_version}"
cmake . \


[arch-commits] Commit in dmd/repos/community-x86_64 (4 files)

Date: Thursday, July 20, 2017 @ 10:51:02
  Author: arojas
Revision: 245798

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 245797, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd.conf
(from rev 245797, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd.conf

--+
 PKGBUILD |  178 ++---
 dmd.conf |   10 +--
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 10:50:33 UTC (rev 245797)
+++ PKGBUILD2017-07-20 10:51:02 UTC (rev 245798)
@@ -1,89 +0,0 @@
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.075.0
-pkgrel=3
-epoch=1
-arch=('x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'dmd')
-source=("git+https://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
"git+https://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-"git+https://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-"dmd.conf")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035')
-
-build() {
-cd dmd/src
-make -f posix.mak RELEASE=1 PIC=1
-
-cd "$srcdir"/druntime
-make -f posix.mak DMD="$srcdir"/dmd/src/dmd RELEASE=1 PIC=1 
-
-cd "$srcdir"/phobos
-make -f posix.mak DMD="$srcdir"/dmd/src/dmd RELEASE=1 PIC=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'gcc-multilib: to cross-compile 32-bit applications'
-)
-provides=("d-compiler=$pkgver")
-license=('custom')
-
-install -Dm755 dmd/src/dmd "$pkgdir"/usr/bin/dmd
-
-mkdir -p "$pkgdir"/etc
-install -Dm644 dmd.conf "$pkgdir"/etc/dmd.conf
-
-mkdir -p "$pkgdir"/usr/share/man/man1
-mkdir -p "$pkgdir"/usr/share/man/man5
-cp -r dmd/docs/man/man1/* "$pkgdir"/usr/share/man/man1/
-cp -r dmd/docs/man/man5/* "$pkgdir"/usr/share/man/man5/
-
-install -Dm644 dmd/src/ddmd/backend/backend.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 dmd/src/ddmd/boostlicense.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-frontend
-
-mkdir -p "$pkgdir"/usr/share/d/samples/
-cp -r dmd/samples/* "$pkgdir"/usr/share/d/samples/
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-chmod 755 "$pkgdir"/usr/bin/*
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language"
-options=('staticlibs')
-depends=('gcc-libs')
-conflilcts=('libphobos-devel')
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver" "libphobos-devel=$pkgver")
-replaces=('libphobos-devel')
-license=('custom')
-
-mkdir -p "$pkgdir"/usr/lib
-install -Dm644 phobos/generated/linux/release/*/libphobos2.* 
"$pkgdir"/usr/lib/
-install -Dm644 phobos/LICENSE_1_0.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-mkdir -p "$pkgdir"/usr/include/dlang/dmd
-cp -r phobos/{*.d,etc,std} "$pkgdir"/usr/include/dlang/dmd
-cp -r druntime/import/* "$pkgdir"/usr/include/dlang/dmd/
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-
-install -Dm644 druntime/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-druntime
-}

Copied: dmd/repos/community-x86_64/PKGBUILD (from rev 245797, 
dmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 10:51:02 UTC (rev 245798)
@@ -0,0 +1,89 @@
+# Maintainer: Mihails Strasunse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Chris Brannon 
+# Contributor: Andrea Scarpino 
+# Contributor: Anders Bergh 
+# Contributor: Alexander Fehr 
+
+pkgname=('dmd' 'libphobos')
+pkgdesc="D programming language compiler and standard library"
+groups=('dlang' 'dlang-dmd')
+pkgbase=dmd
+pkgver=2.075.0
+pkgrel=4
+epoch=1
+arch=('x86_64')
+url="http://www.dlang.org;
+makedepends=('git' 'dmd')
+source=("git+https://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
+
"git+https://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
+"git+https://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+

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

Date: Thursday, July 20, 2017 @ 10:50:33
  Author: arojas
Revision: 245797

Remove additional copies of the shared library

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 10:02:25 UTC (rev 245796)
+++ PKGBUILD2017-07-20 10:50:33 UTC (rev 245797)
@@ -10,7 +10,7 @@
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
 pkgver=2.075.0
-pkgrel=3
+pkgrel=4
 epoch=1
 arch=('x86_64')
 url="http://www.dlang.org;
@@ -76,7 +76,7 @@
 license=('custom')
 
 mkdir -p "$pkgdir"/usr/lib
-install -Dm644 phobos/generated/linux/release/*/libphobos2.* 
"$pkgdir"/usr/lib/
+install -Dm644 phobos/generated/linux/release/*/libphobos2.{a,so} 
"$pkgdir"/usr/lib/
 install -Dm644 phobos/LICENSE_1_0.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
 mkdir -p "$pkgdir"/usr/include/dlang/dmd


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

Date: Thursday, July 20, 2017 @ 10:02:25
  Author: eworm
Revision: 245796

update bundled mysql to version 5.7.19

Added:
  mysql-workbench/trunk/0006-mysql-include-my_dir.patch
Modified:
  mysql-workbench/trunk/PKGBUILD

-+
 0006-mysql-include-my_dir.patch |   12 
 PKGBUILD|   11 +--
 2 files changed, 21 insertions(+), 2 deletions(-)

Added: 0006-mysql-include-my_dir.patch
===
--- 0006-mysql-include-my_dir.patch (rev 0)
+++ 0006-mysql-include-my_dir.patch 2017-07-20 10:02:25 UTC (rev 245796)
@@ -0,0 +1,12 @@
+diff --git a/mysys/my_symlink.c b/mysys/my_symlink.c
+index ab0d76e91d0..b96d78e8c17 100644
+--- a/mysys/my_symlink.c
 b/mysys/my_symlink.c
+@@ -23,6 +23,7 @@
+ #include 
+ #include 
+ #endif
++#include 
+ 
+ /*
+   Reads the content of a symbolic link

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 08:50:39 UTC (rev 245795)
+++ PKGBUILD2017-07-20 10:02:25 UTC (rev 245796)
@@ -8,7 +8,7 @@
 pkgname=mysql-workbench
 pkgver=6.3.9
 pkgrel=4
-_mysql_version=5.7.18
+_mysql_version=5.7.19
 _connector_version=1.1.9
 _gdal_version=2.2.1
 _boost_version=1.59.0
@@ -35,10 +35,11 @@
'0003-add-option-to-hide-nonstandard-server-warning.patch'
'0004-fix-build-for-i686.patch'
'0005-gdal-use-CPLFree.patch'
+   '0006-mysql-include-my_dir.patch'
'arch_linux_profile.xml')
 sha256sums=('607af29481821b25c13c8b28011162c9d6d5e9ef96df5f664408116b88308951'
 'SKIP'
-'0b5d71ed608656cd8181d3bb0434d3e36bac192899038dbdddf5a7594aaea1a2'
+'3e51e76f93179ca7b165a7008a6cc14d56195b3aef35d26d3ac194333d291eb1'
 'SKIP'
 '3e31847a69a4e5c113b7c483731317ec4533858e3195d3a85026a0e2f509d2e4'
 'SKIP'
@@ -50,9 +51,15 @@
 '3c9097af599f08388c471d6fd02f40ea72e5759eaa89f731e662852a5e67feea'
 '68295716c55e5f7b07b3ec1162b512b33a0563952a0eb4ef6fd71d852c61de11'
 '0965b4f12a0ae26bea131f05c7383d4a9b068d556b092ad23e19e1d8f6895531'
+'d97a1fec15e0dc4491e79ce380f6f994f1c4b387d960c13e178a18b0299c0436'
 '2ade582ca25f6d6d748bc84a913de39b34dcaa6e621a77740fe143007f2833af')
 
 prepare() {
+   cd "${srcdir}/mysql-${_mysql_version}"
+
+   # fix build without server
+   patch -Np1 < "${srcdir}"/0006-mysql-include-my_dir.patch
+
cd "${srcdir}/mysql-workbench-community-${pkgver}-src/"
 
# Disable 'Help' -> 'Check for Updates'


[arch-commits] Commit in archlinux-appstream-data/repos/extra-any (PKGBUILD PKGBUILD)

Date: Thursday, July 20, 2017 @ 09:49:21
  Author: arojas
Revision: 300859

archrelease: copy trunk to extra-any

Added:
  archlinux-appstream-data/repos/extra-any/PKGBUILD
(from rev 300858, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 09:48:46 UTC (rev 300858)
+++ PKGBUILD2017-07-20 09:49:21 UTC (rev 300859)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20170719
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=(https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}.xml.gz
-
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-64x64.tar.gz
-
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-sha256sums=('6141dfee0cc6137f287bf3fcf81dd2a147c2386c452ee0db0369186eef7e2123'
-'7497b8488d9f2e3fb1c77ddbaee1b62365301a2dcb5c7c25df22c4b165df34b9'
-'6fa425376c01d51d495bdfb70c9e37bc08a0212db7acf83f6adcc716a1cc0fa2'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'74806ea0c6027f20687e951064b8df00049d5d56a705a9069b095bc853dcb910'
-'9f3bb45d30b65744c1c2699f948cf4c46bb8cf1759d0b320bb975c41717cda4b'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'5aa069f3a401747357d1480bb0d865b17020cd451846572ea4d826d5c400a28c'
-'daa56376c713198e7c3210f51c0bf0c32fcf78ccd5607152c1ea4b526e3342cc')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/extra-any/PKGBUILD (from rev 300858, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 09:49:21 UTC (rev 300859)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20170719
+pkgrel=2
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=(https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}.xml.gz
+
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-64x64.tar.gz
+
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
+noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
+sha256sums=('da6f7e30fa64478d2c25891065b50590c3304558a70112a1be4a5d34de6b6376'
+'aa13956066b1a92704fadc2e29d6ec41933268413d0318d7cf4c90745e693e36'
+'34d860a76294a0971d247e776bfd897a2041d7bd4f7a7459d1f1006c8aa7180f'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'5be911b8e87e301a2363303aa182ca69f6e9059f0775cd1941905f40efab11cb'
+'28b4e0fa50e141b441dad986a6b7385bf4a2330c39df4c41298f2006af5c9869'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'4970bfa1803211b7b6040c597a1ec5385b4fc85f3522828debb4206c19b238e5'
+'74351560c78933a74c2162f615734633c8285f6bb477109ae5bf306e5e5a5c2d')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


[arch-commits] Commit in archlinux-appstream-data/trunk (PKGBUILD)

Date: Thursday, July 20, 2017 @ 09:48:46
  Author: arojas
Revision: 300858

Use correct sources

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 08:50:44 UTC (rev 300857)
+++ PKGBUILD2017-07-20 09:48:46 UTC (rev 300858)
@@ -3,7 +3,7 @@
 
 pkgname=archlinux-appstream-data
 pkgver=20170719
-pkgrel=1
+pkgrel=2
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
 url="http://www.archlinux.org;
@@ -14,15 +14,15 @@
 
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-64x64.tar.gz
 
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
 noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-sha256sums=('6141dfee0cc6137f287bf3fcf81dd2a147c2386c452ee0db0369186eef7e2123'
-'7497b8488d9f2e3fb1c77ddbaee1b62365301a2dcb5c7c25df22c4b165df34b9'
-'6fa425376c01d51d495bdfb70c9e37bc08a0212db7acf83f6adcc716a1cc0fa2'
+sha256sums=('da6f7e30fa64478d2c25891065b50590c3304558a70112a1be4a5d34de6b6376'
+'aa13956066b1a92704fadc2e29d6ec41933268413d0318d7cf4c90745e693e36'
+'34d860a76294a0971d247e776bfd897a2041d7bd4f7a7459d1f1006c8aa7180f'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'74806ea0c6027f20687e951064b8df00049d5d56a705a9069b095bc853dcb910'
-'9f3bb45d30b65744c1c2699f948cf4c46bb8cf1759d0b320bb975c41717cda4b'
+'5be911b8e87e301a2363303aa182ca69f6e9059f0775cd1941905f40efab11cb'
+'28b4e0fa50e141b441dad986a6b7385bf4a2330c39df4c41298f2006af5c9869'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'5aa069f3a401747357d1480bb0d865b17020cd451846572ea4d826d5c400a28c'
-'daa56376c713198e7c3210f51c0bf0c32fcf78ccd5607152c1ea4b526e3342cc')
+'4970bfa1803211b7b6040c597a1ec5385b4fc85f3522828debb4206c19b238e5'
+'74351560c78933a74c2162f615734633c8285f6bb477109ae5bf306e5e5a5c2d')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


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

Date: Thursday, July 20, 2017 @ 08:50:08
  Author: felixonmars
Revision: 300856

upgpkg: python 3.6.2-1

Added:
  python/trunk/openssl-110f.patch
Modified:
  python/trunk/PKGBUILD
Deleted:
  python/trunk/test_socket_aead_kernel49.patch

-+
 PKGBUILD|   16 -
 openssl-110f.patch  |   51 +++
 test_socket_aead_kernel49.patch |   61 --
 3 files changed, 59 insertions(+), 69 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 06:33:17 UTC (rev 300855)
+++ PKGBUILD2017-07-20 08:50:08 UTC (rev 300856)
@@ -6,7 +6,7 @@
 # Contributor: Jason Chu 
 
 pkgname=python
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 _pybasever=3.6
 pkgdesc="Next generation of the python high-level scripting language"
@@ -24,19 +24,19 @@
 provides=('python3')
 replaces=('python3')
 
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc}
-test_socket_aead_kernel49.patch
+openssl-110f.patch
 dont-make-libpython-readonly.patch)
-sha1sums=('91d880a2a9fcfc6753cbfa132bf47a47e17e7b16'
-  'SKIP'
-  '54df54d984fae381e471494e9b7f028a9f792eaf'
-  'c22b24324b8e53326702de439c401d97927ee3f2')
+sha512sums=('a8270a09a9e9b39f69ece6cdade2fa964665d2107b5acbad4453f1b921107b329c697c137185928fb4a576fc0f2ae2a98dbf26a8b7ea17219e990ddbc216db8b'
+'SKIP'
+
'b32c2a0f17b3d19720187b68606024886c6b8008b7c61feaf4fe7b26b4547fddc71a2f191f87557d5fe613d06a8bc79ce5f724681a3090559fc34a032ccbf61a'
+
'2ef96708d5b13ae2a3d2cc62c87b4780e60ecfce914e190564492def3a11d5e56977659f41c7f9d12266e58050c766bce4e2b5d50b708eb792794fa8357920c4')
 validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D')  # Ned Deily (Python 
release signing key) 
 
 prepare() {
   cd Python-${pkgver}
 
-  # Test suite fix for Linux 4.9.
-  patch -p1 -i ../test_socket_aead_kernel49.patch
+  # https://bugs.python.org/issue30714
+  patch -p1 -i ../openssl-110f.patch
 
   # FS#45809
   patch -p1 -i ../dont-make-libpython-readonly.patch

Added: openssl-110f.patch
===
--- openssl-110f.patch  (rev 0)
+++ openssl-110f.patch  2017-07-20 08:50:08 UTC (rev 300856)
@@ -0,0 +1,51 @@
+From 0e396a20c3137244b1774bd14a0cb03921ff326d Mon Sep 17 00:00:00 2001
+From: Christian Heimes 
+Date: Tue, 20 Jun 2017 18:28:38 +0200
+Subject: [PATCH] bpo-30714: ALPN changes for OpenSSL 1.1.0f
+
+OpenSSL 1.1.0 to 1.1.0e aborted the handshake when server and client
+could not agree on a protocol using ALPN. OpenSSL 1.1.0f changed that.
+The most recent version now behaves like OpenSSL 1.0.2 again. The ALPN
+callback can pretend to not been set.
+
+See https://github.com/openssl/openssl/pull/3158 for more details
+
+Signed-off-by: Christian Heimes 
+---
+ Doc/library/ssl.rst  | 5 +++--
+ Lib/test/test_ssl.py | 5 +++--
+ Misc/NEWS| 3 +++
+ 3 files changed, 9 insertions(+), 4 deletions(-)
+
+diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
+index 729a239a1ba..b51b9c6e396 100644
+--- a/Doc/library/ssl.rst
 b/Doc/library/ssl.rst
+@@ -1447,8 +1447,9 @@ to speed up repeated connections from the same clients.
+This method will raise :exc:`NotImplementedError` if :data:`HAS_ALPN` is
+False.
+ 
+-   OpenSSL 1.1.0+ will abort the handshake and raise :exc:`SSLError` when
+-   both sides support ALPN but cannot agree on a protocol.
++   OpenSSL 1.1.0 to 1.1.0e will abort the handshake and raise :exc:`SSLError`
++   when both sides support ALPN but cannot agree on a protocol. 1.1.0f+
++   behaves like 1.0.2.
+ 
+.. versionadded:: 3.5
+ 
+diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
+index fdaf1c52046..3215031206c 100644
+--- a/Lib/test/test_ssl.py
 b/Lib/test/test_ssl.py
+@@ -3267,8 +3267,9 @@ def test_alpn_protocols(self):
+ except ssl.SSLError as e:
+ stats = e
+ 
+-if expected is None and IS_OPENSSL_1_1:
+-# OpenSSL 1.1.0 raises handshake error
++if (expected is None and IS_OPENSSL_1_1
++and ssl.OPENSSL_VERSION_INFO < (1, 1, 0, 6)):
++# OpenSSL 1.1.0 to 1.1.0e raises handshake error
+ self.assertIsInstance(stats, ssl.SSLError)
+ else:
+ msg = "failed trying %s (s) and %s (c).\n" \

Deleted: test_socket_aead_kernel49.patch
===
--- test_socket_aead_kernel49.patch 2017-07-20 06:33:17 UTC (rev 300855)
+++ test_socket_aead_kernel49.patch 2017-07-20 08:50:08 UTC (rev 300856)
@@ -1,61 +0,0 @@
-Index: Python-3.6.0/Lib/test/test_socket.py

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

Date: Thursday, July 20, 2017 @ 08:50:39
  Author: felixonmars
Revision: 245795

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

Added:
  nodejs/repos/community-i686/PKGBUILD
(from rev 245794, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-i686/rebuild.list
(from rev 245794, nodejs/trunk/rebuild.list)
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 245794, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 245794, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-i686/PKGBUILD
  nodejs/repos/community-i686/rebuild.list
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

---+
 /PKGBUILD |  144 
 /rebuild.list |2 
 community-i686/PKGBUILD   |   72 
 community-i686/rebuild.list   |1 
 community-x86_64/PKGBUILD |   72 
 community-x86_64/rebuild.list |1 
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-20 08:50:04 UTC (rev 245794)
+++ community-i686/PKGBUILD 2017-07-20 08:50:39 UTC (rev 245795)
@@ -1,72 +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=8.1.4
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('ff1d0fe3bcb7985fce5b7defea12bc10dae88b78e996c95a3943235fa2aaa8226d1c7f6442f88374d972b8c5c55459ebff7964f427a505355f52658720dd8cda')
-
-prepare() {
-  cd node-$pkgver
-
-  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-$pkgver
-
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  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 245794, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 08:50:39 UTC (rev 245795)
@@ -0,0 +1,72 @@
+# $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=8.2.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('d24f97b7c7de1de61df755717d82cbac1c7c31dc4c45f2d9b78b75d3ace9deb135c0a14af5d1873a89301ddf1d1539e16a0c4cb3ba7a20d465842f9b249f16ec')
+
+prepare() {
+  cd node-$pkgver
+
+  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 

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

Date: Thursday, July 20, 2017 @ 08:50:44
  Author: felixonmars
Revision: 300857

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

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 300856, python/trunk/PKGBUILD)
  python/repos/testing-i686/dont-make-libpython-readonly.patch
(from rev 300856, python/trunk/dont-make-libpython-readonly.patch)
  python/repos/testing-i686/openssl-110f.patch
(from rev 300856, python/trunk/openssl-110f.patch)
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 300856, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/dont-make-libpython-readonly.patch
(from rev 300856, python/trunk/dont-make-libpython-readonly.patch)
  python/repos/testing-x86_64/openssl-110f.patch
(from rev 300856, python/trunk/openssl-110f.patch)

---+
 testing-i686/PKGBUILD |  116 
 testing-i686/dont-make-libpython-readonly.patch   |   13 ++
 testing-i686/openssl-110f.patch   |   51 
 testing-x86_64/PKGBUILD   |  116 
 testing-x86_64/dont-make-libpython-readonly.patch |   13 ++
 testing-x86_64/openssl-110f.patch |   51 
 6 files changed, 360 insertions(+)

Copied: python/repos/testing-i686/PKGBUILD (from rev 300856, 
python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-20 08:50:44 UTC (rev 300857)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python
+pkgver=3.6.2
+pkgrel=1
+_pybasever=3.6
+pkgdesc="Next generation of the python high-level scripting language"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 
'xorg-server-xvfb')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
+provides=('python3')
+replaces=('python3')
+source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc}
+openssl-110f.patch
+dont-make-libpython-readonly.patch)
+sha512sums=('a8270a09a9e9b39f69ece6cdade2fa964665d2107b5acbad4453f1b921107b329c697c137185928fb4a576fc0f2ae2a98dbf26a8b7ea17219e990ddbc216db8b'
+'SKIP'
+
'b32c2a0f17b3d19720187b68606024886c6b8008b7c61feaf4fe7b26b4547fddc71a2f191f87557d5fe613d06a8bc79ce5f724681a3090559fc34a032ccbf61a'
+
'2ef96708d5b13ae2a3d2cc62c87b4780e60ecfce914e190564492def3a11d5e56977659f41c7f9d12266e58050c766bce4e2b5d50b708eb792794fa8357920c4')
+validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D')  # Ned Deily (Python 
release signing key) 
+
+prepare() {
+  cd Python-${pkgver}
+
+  # https://bugs.python.org/issue30714
+  patch -p1 -i ../openssl-110f.patch
+
+  # FS#45809
+  patch -p1 -i ../dont-make-libpython-readonly.patch
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+  rm -r Modules/_decimal/libmpdec
+}
+
+build() {
+  cd Python-${pkgver}
+
+  # Disable bundled pip & setuptools
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-optimizations \
+  --with-lto \
+  --enable-ipv6 \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi \
+  --with-system-libmpdec \
+  --enable-loadable-sqlite-extensions \
+  --without-ensurepip
+
+  # Obtain next free server number for xvfb-run; this even works in a chroot 
environment.
+  export servernum=99
+  while ! xvfb-run -a -n "$servernum" /bin/true 2>/dev/null; do 
servernum=$((servernum+1)); done
+
+  LC_CTYPE=en_US.UTF-8 xvfb-run -a -n "$servernum" make EXTRA_CFLAGS="$CFLAGS"
+}
+
+check() {
+  # test_gdb is expected to fail with LTO
+
+  cd Python-${pkgver}
+
+  # Obtain next free server number for xvfb-run; this even works in a chroot 
environment.
+  export servernum=99
+  while ! xvfb-run -a -n "$servernum" /bin/true 2>/dev/null; do 
servernum=$((servernum+1)); done
+
+  

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

Date: Thursday, July 20, 2017 @ 08:49:14
  Author: jsteel
Revision: 245793

archrelease: copy trunk to community-testing-any

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

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

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

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 245792, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 08:49:14 UTC (rev 245793)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('5de85d2fcfc1f741547f460c26a9d460')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  chmod 775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r "$pkgdir"/var/run
+}

Deleted: puppet.install
===
--- puppet.install  2017-07-20 08:49:07 UTC (rev 245792)
+++ puppet.install  2017-07-20 08:49:14 UTC (rev 245793)
@@ -1,20 +0,0 @@
-pre_install() {
-  getent group puppet &>/dev/null || groupadd -r puppet -g 52
-  getent passwd puppet &>/dev/null || useradd -r -u 52 -g puppet \
--d /var/lib/puppet -s /usr/bin/nologin -c "Puppet" puppet
-}
-
-pre_upgrade() {
-  pre_install
-
-  # puppetmaster has been dropped
-  if [[ -f /run/puppetlabs/master.pid ]]; then
-systemctl stop puppetmaster
-  fi
-}
-
-pre_remove() {
-  

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

Date: Thursday, July 20, 2017 @ 08:49:07
  Author: jsteel
Revision: 245792

upgpkg: puppet 5.0.1-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 08:46:50 UTC (rev 245791)
+++ PKGBUILD2017-07-20 08:49:07 UTC (rev 245792)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('11b593f972189d4572fb1d54e7622f87')
+md5sums=('5de85d2fcfc1f741547f460c26a9d460')
 
 prepare() {
   cd $pkgname-$pkgver


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

Date: Thursday, July 20, 2017 @ 08:50:04
  Author: felixonmars
Revision: 245794

upgpkg: nodejs 8.2.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 08:49:14 UTC (rev 245793)
+++ PKGBUILD2017-07-20 08:50:04 UTC (rev 245794)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=8.1.4
+pkgver=8.2.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('ff1d0fe3bcb7985fce5b7defea12bc10dae88b78e996c95a3943235fa2aaa8226d1c7f6442f88374d972b8c5c55459ebff7964f427a505355f52658720dd8cda')
+sha512sums=('d24f97b7c7de1de61df755717d82cbac1c7c31dc4c45f2d9b78b75d3ace9deb135c0a14af5d1873a89301ddf1d1539e16a0c4cb3ba7a20d465842f9b249f16ec')
 
 prepare() {
   cd node-$pkgver


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

Date: Thursday, July 20, 2017 @ 08:46:38
  Author: jsteel
Revision: 245790

upgpkg: facter 3.7.1-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 08:23:06 UTC (rev 245789)
+++ PKGBUILD2017-07-20 08:46:38 UTC (rev 245790)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 replaces=('cfacter')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
 1581.patch)
-md5sums=('633e7e5b3f62030e94dd3108fa96ae4b'
+md5sums=('65180901d3815c6ac306eba7b36c49dc'
  '6b2fddd8709f235e2e971e603f959cf6')
 
 prepare() {


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

Date: Thursday, July 20, 2017 @ 08:46:50
  Author: jsteel
Revision: 245791

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

Added:
  facter/repos/community-testing-i686/1581.patch
(from rev 245790, facter/trunk/1581.patch)
  facter/repos/community-testing-i686/PKGBUILD
(from rev 245790, facter/trunk/PKGBUILD)
  facter/repos/community-testing-x86_64/1581.patch
(from rev 245790, facter/trunk/1581.patch)
  facter/repos/community-testing-x86_64/PKGBUILD
(from rev 245790, facter/trunk/PKGBUILD)
Deleted:
  facter/repos/community-testing-i686/1581.patch
  facter/repos/community-testing-i686/PKGBUILD
  facter/repos/community-testing-x86_64/1581.patch
  facter/repos/community-testing-x86_64/PKGBUILD

-+
 /1581.patch |  158 ++
 /PKGBUILD   |  104 ++
 community-testing-i686/1581.patch   |   79 -
 community-testing-i686/PKGBUILD |   52 ---
 community-testing-x86_64/1581.patch |   79 -
 community-testing-x86_64/PKGBUILD   |   52 ---
 6 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-testing-i686/1581.patch
===
--- community-testing-i686/1581.patch   2017-07-20 08:46:38 UTC (rev 245790)
+++ community-testing-i686/1581.patch   2017-07-20 08:46:50 UTC (rev 245791)
@@ -1,79 +0,0 @@
-From 8d23b66e7463787e5ad037f665a90f54ca570543 Mon Sep 17 00:00:00 2001
-From: Michael Smith 
-Date: Fri, 2 Jun 2017 11:50:40 -0700
-Subject: [PATCH 1/2] (FACT-1588) Fix for OpenSSL 1.1.0
-
-Building with OpenSSL 1.1.0 failed due to a change in const-ness of the
-`BIO_f_base64` return value. Update functions to accept a const value
-when appropriate. Should be backwards compatible with non-const version.

- lib/inc/internal/util/posix/scoped_bio.hpp | 2 +-
- lib/src/util/posix/scoped_bio.cc   | 7 +--
- 2 files changed, 6 insertions(+), 3 deletions(-)
-
-diff --git a/lib/inc/internal/util/posix/scoped_bio.hpp 
b/lib/inc/internal/util/posix/scoped_bio.hpp
-index 5be7f74ae..16639f5f9 100644
 a/lib/inc/internal/util/posix/scoped_bio.hpp
-+++ b/lib/inc/internal/util/posix/scoped_bio.hpp
-@@ -19,7 +19,7 @@ namespace facter { namespace util { namespace posix {
-  * Constructs a scoped_bio.
-  * @param method The BIO_METHOD to use.
-  */
--explicit scoped_bio(BIO_METHOD* method);
-+explicit scoped_bio(const BIO_METHOD* method);
- 
- /**
-  * Constructs a scoped_bio.
-diff --git a/lib/src/util/posix/scoped_bio.cc 
b/lib/src/util/posix/scoped_bio.cc
-index d6667fc93..cdf25d63e 100644
 a/lib/src/util/posix/scoped_bio.cc
-+++ b/lib/src/util/posix/scoped_bio.cc
-@@ -6,8 +6,11 @@ using namespace leatherman::util;
- 
- namespace facter { namespace util { namespace posix {
- 
--scoped_bio::scoped_bio(BIO_METHOD* method) :
--scoped_resource(BIO_new(method), free)
-+// Remove const-ness before calling BIO_new. This is "unsafe",
-+// but in isolation here will not cause issues. Allows the code to work
-+// with both OpenSSL 1.0 and 1.1.
-+scoped_bio::scoped_bio(const BIO_METHOD* method) :
-+scoped_resource(BIO_new(const_cast(method)), free)
- {
- }
- 
-
-From e129c484acd3f72950e3af19aea117d716e0fd20 Mon Sep 17 00:00:00 2001
-From: Michael Smith 
-Date: Fri, 2 Jun 2017 13:01:52 -0700
-Subject: [PATCH 2/2] (maint) Remove unused translation strings
-
-A prior commit simplified the AIX resolver that originated these
-strings. Remove them now that they're no longer used.

- locales/FACTER.pot | 12 
- 1 file changed, 12 deletions(-)
-
-diff --git a/locales/FACTER.pot b/locales/FACTER.pot
-index 45b09dfc2..988e5bb9e 100644
 a/locales/FACTER.pot
-+++ b/locales/FACTER.pot
-@@ -303,18 +303,6 @@ msgstr ""
- msgid "querylv returned success but we got a null LV. WTF?"
- msgstr ""
- 
--#. warning
--#: lib/src/facts/aix/kernel_resolver.cc
--msgid "oslevel failed: {1}: kernel facts are unavailable"
--msgstr ""
--
--#. warning
--#: lib/src/facts/aix/kernel_resolver.cc
--msgid ""
--"Could not parse rml cache even after regenerating with oslevel: kernel facts 
"
--"are unavailable. Try running 'oslevel -s' to debug."
--msgstr ""
--
- #: lib/src/facts/aix/networking_resolver.cc
- msgid "getkerninfo call was unsuccessful"
- msgstr ""

Copied: facter/repos/community-testing-i686/1581.patch (from rev 245790, 
facter/trunk/1581.patch)
===
--- community-testing-i686/1581.patch   (rev 0)
+++ community-testing-i686/1581.patch   2017-07-20 08:46:50 UTC (rev 245791)
@@ -0,0 +1,79 @@
+From 8d23b66e7463787e5ad037f665a90f54ca570543 Mon Sep 17 00:00:00 2001
+From: Michael Smith 

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

Date: Thursday, July 20, 2017 @ 08:22:57
  Author: jsteel
Revision: 245788

upgpkg: aws-cli 1.11.122-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 08:22:48 UTC (rev 245787)
+++ PKGBUILD2017-07-20 08:22:57 UTC (rev 245788)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.120
+pkgver=1.11.122
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('47184b68346f7d5198d9ed2c17b5c500')
+md5sums=('e4761608f74d1b3918f58060f41241f4')
 
 build() {
   cd $pkgname-$pkgver


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

Date: Thursday, July 20, 2017 @ 08:23:06
  Author: jsteel
Revision: 245789

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 245788, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 08:22:57 UTC (rev 245788)
+++ PKGBUILD2017-07-20 08:23:06 UTC (rev 245789)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.120
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('47184b68346f7d5198d9ed2c17b5c500')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 245788, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 08:23:06 UTC (rev 245789)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.122
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('e4761608f74d1b3918f58060f41241f4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

Date: Thursday, July 20, 2017 @ 08:22:48
  Author: jsteel
Revision: 245787

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 08:22:37 UTC (rev 245786)
+++ PKGBUILD2017-07-20 08:22:48 UTC (rev 245787)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.5.83
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('0e7aff2752db36e4502a96275b84bcfc')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 245786, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 08:22:48 UTC (rev 245787)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.5.85
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('6eda97dff1bae3628d768173783174a6')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

Date: Thursday, July 20, 2017 @ 08:22:37
  Author: jsteel
Revision: 245786

upgpkg: python-botocore 1.5.85-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 08:21:32 UTC (rev 245785)
+++ PKGBUILD2017-07-20 08:22:37 UTC (rev 245786)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.5.83
+pkgver=1.5.85
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('0e7aff2752db36e4502a96275b84bcfc')
+md5sums=('6eda97dff1bae3628d768173783174a6')
 
 build() {
   cd botocore-$pkgver


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

Date: Thursday, July 20, 2017 @ 08:21:32
  Author: arojas
Revision: 245785

Fix typo

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 08:00:47 UTC (rev 245784)
+++ PKGBUILD2017-07-20 08:21:32 UTC (rev 245785)
@@ -70,7 +70,7 @@
 pkgdesc="The Phobos standard library for D programming language"
 options=('staticlibs')
 depends=('gcc-libs')
-conflilcts=('libphobos-devel')
+conflicts=('libphobos-devel')
 provides=("d-runtime=$pkgver" "d-stdlib=$pkgver" "libphobos-devel=$pkgver")
 replaces=('libphobos-devel')
 license=('custom')


[arch-commits] Commit in dmd/repos/community-x86_64 (4 files)

Date: Thursday, July 20, 2017 @ 08:00:47
  Author: arojas
Revision: 245784

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 245783, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd.conf
(from rev 245783, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd.conf

--+
 PKGBUILD |  184 +
 dmd.conf |   10 +--
 2 files changed, 94 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 08:00:21 UTC (rev 245783)
+++ PKGBUILD2017-07-20 08:00:47 UTC (rev 245784)
@@ -1,95 +0,0 @@
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.075.0
-pkgrel=2
-epoch=1
-arch=('x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'dmd' 'libphobos-devel')
-source=("git+https://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
"git+https://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-"git+https://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-"dmd.conf")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035')
-
-build() {
-cd $srcdir/dmd/src
-make -f posix.mak RELEASE=1 PIC=1
-
-cd $srcdir/druntime
-make -f posix.mak DMD="$srcdir"/dmd/src/dmd RELEASE=1 PIC=1 
-
-cd $srcdir/phobos
-make -f posix.mak DMD="$srcdir"/dmd/src/dmd RELEASE=1 PIC=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos-devel')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'libphobos: standard D library, Phobos; shared library'
-'gcc-multilib: to cross-compile 32-bit applications'
-)
-provides=("d-compiler=$pkgver")
-license=('custom')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-install -Dm644 $srcdir/dmd.conf $pkgdir/etc/dmd.conf
-
-mkdir -p $pkgdir/usr/share/man/man1
-mkdir -p $pkgdir/usr/share/man/man5
-cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
-cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
-
-install -Dm644 $srcdir/dmd/src/ddmd/backend/backend.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/ddmd/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-}
-
-package_libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-license=("custom")
-
-install -Dm644 $srcdir/phobos/generated/linux/release/*/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language."
-license=("custom")
-
-install -Dm644 $srcdir/phobos/generated/linux/release/*/libphobos2.so 
$pkgdir/usr/lib/libphobos2.so
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dmd/repos/community-x86_64/PKGBUILD (from rev 245783, 
dmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 08:00:47 UTC (rev 245784)
@@ -0,0 +1,89 @@
+# Maintainer: Mihails Strasunse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Chris Brannon 
+# Contributor: Andrea Scarpino 
+# Contributor: Anders Bergh 
+# Contributor: Alexander Fehr 

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

Date: Thursday, July 20, 2017 @ 08:00:21
  Author: arojas
Revision: 245783

Drop split -devel package, we are not Debian

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 07:45:27 UTC (rev 245782)
+++ PKGBUILD2017-07-20 08:00:21 UTC (rev 245783)
@@ -5,16 +5,16 @@
 # Contributor: Anders Bergh 
 # Contributor: Alexander Fehr 
 
-pkgname=('dmd' 'libphobos-devel' 'libphobos')
+pkgname=('dmd' 'libphobos')
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
 pkgver=2.075.0
-pkgrel=2
+pkgrel=3
 epoch=1
 arch=('x86_64')
 url="http://www.dlang.org;
-makedepends=('git' 'dmd' 'libphobos-devel')
+makedepends=('git' 'dmd')
 source=("git+https://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
 
"git+https://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
 "git+https://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
@@ -25,13 +25,13 @@
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035')
 
 build() {
-cd $srcdir/dmd/src
+cd dmd/src
 make -f posix.mak RELEASE=1 PIC=1
 
-cd $srcdir/druntime
+cd "$srcdir"/druntime
 make -f posix.mak DMD="$srcdir"/dmd/src/dmd RELEASE=1 PIC=1 
 
-cd $srcdir/phobos
+cd "$srcdir"/phobos
 make -f posix.mak DMD="$srcdir"/dmd/src/dmd RELEASE=1 PIC=1
 }
 
@@ -38,58 +38,52 @@
 package_dmd() {
 pkgdesc="The D programming language reference compiler"
 backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos-devel')
+depends=('gcc' 'libphobos')
 optdepends=(
 'dtools: collection of useful utilities for development in D'
-'libphobos: standard D library, Phobos; shared library'
 'gcc-multilib: to cross-compile 32-bit applications'
 )
 provides=("d-compiler=$pkgver")
 license=('custom')
 
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
+install -Dm755 dmd/src/dmd "$pkgdir"/usr/bin/dmd
 
-mkdir -p $pkgdir/etc
-install -Dm644 $srcdir/dmd.conf $pkgdir/etc/dmd.conf
+mkdir -p "$pkgdir"/etc
+install -Dm644 dmd.conf "$pkgdir"/etc/dmd.conf
 
-mkdir -p $pkgdir/usr/share/man/man1
-mkdir -p $pkgdir/usr/share/man/man5
-cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
-cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
+mkdir -p "$pkgdir"/usr/share/man/man1
+mkdir -p "$pkgdir"/usr/share/man/man5
+cp -r dmd/docs/man/man1/* "$pkgdir"/usr/share/man/man1/
+cp -r dmd/docs/man/man5/* "$pkgdir"/usr/share/man/man5/
 
-install -Dm644 $srcdir/dmd/src/ddmd/backend/backend.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/ddmd/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
+install -Dm644 dmd/src/ddmd/backend/backend.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-backend
+install -Dm644 dmd/src/ddmd/boostlicense.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-frontend
 
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
+mkdir -p "$pkgdir"/usr/share/d/samples/
+cp -r dmd/samples/* "$pkgdir"/usr/share/d/samples/
 
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
+find "$pkgdir"/usr -type f | xargs chmod 0644
+chmod 755 "$pkgdir"/usr/bin/*
 }
 
-package_libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-license=("custom")
+package_libphobos() {
+pkgdesc="The Phobos standard library for D programming language"
+options=('staticlibs')
+depends=('gcc-libs')
+conflilcts=('libphobos-devel')
+provides=("d-runtime=$pkgver" "d-stdlib=$pkgver" "libphobos-devel=$pkgver")
+replaces=('libphobos-devel')
+license=('custom')
 
-install -Dm644 $srcdir/phobos/generated/linux/release/*/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+mkdir -p "$pkgdir"/usr/lib
+install -Dm644 phobos/generated/linux/release/*/libphobos2.* 
"$pkgdir"/usr/lib/
+install -Dm644 phobos/LICENSE_1_0.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
+mkdir -p "$pkgdir"/usr/include/dlang/dmd
+cp -r phobos/{*.d,etc,std} "$pkgdir"/usr/include/dlang/dmd
+cp -r druntime/import/* "$pkgdir"/usr/include/dlang/dmd/
 
-find $pkgdir/usr -type f | xargs 

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

Date: Thursday, July 20, 2017 @ 07:45:27
  Author: zorun
Revision: 245782

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

Added:
  
opendht/repos/community-i686/0001-network-prevent-sending-packets-larger-than-1280-byt.patch
(from rev 245781, 
opendht/trunk/0001-network-prevent-sending-packets-larger-than-1280-byt.patch)
  opendht/repos/community-i686/PKGBUILD
(from rev 245781, opendht/trunk/PKGBUILD)
  
opendht/repos/community-x86_64/0001-network-prevent-sending-packets-larger-than-1280-byt.patch
(from rev 245781, 
opendht/trunk/0001-network-prevent-sending-packets-larger-than-1280-byt.patch)
  opendht/repos/community-x86_64/PKGBUILD
(from rev 245781, opendht/trunk/PKGBUILD)
Deleted:
  
opendht/repos/community-i686/0001-network-prevent-sending-packets-larger-than-1280-byt.patch
  opendht/repos/community-i686/PKGBUILD
  
opendht/repos/community-x86_64/0001-network-prevent-sending-packets-larger-than-1280-byt.patch
  opendht/repos/community-x86_64/PKGBUILD

--+
 /0001-network-prevent-sending-packets-larger-than-1280-byt.patch   
  |   50 +
 /PKGBUILD  
  |   84 ++
 community-i686/0001-network-prevent-sending-packets-larger-than-1280-byt.patch 
  |   25 --
 community-i686/PKGBUILD
  |   49 -
 
community-x86_64/0001-network-prevent-sending-packets-larger-than-1280-byt.patch
 |   25 --
 community-x86_64/PKGBUILD  
  |   49 -
 6 files changed, 134 insertions(+), 148 deletions(-)

Deleted: 
community-i686/0001-network-prevent-sending-packets-larger-than-1280-byt.patch
===
--- 
community-i686/0001-network-prevent-sending-packets-larger-than-1280-byt.patch  
2017-07-20 07:44:59 UTC (rev 245781)
+++ 
community-i686/0001-network-prevent-sending-packets-larger-than-1280-byt.patch  
2017-07-20 07:45:27 UTC (rev 245782)
@@ -1,25 +0,0 @@
-From 8a123f9f68e93452dc2c044f8a2ffa07a6038364 Mon Sep 17 00:00:00 2001
-From: Adrien Beraud 
-Date: Sun, 9 Jul 2017 07:51:05 -0400
-Subject: [PATCH 1/2] network: prevent sending packets larger than 1280 bytes
-

- include/opendht/network_engine.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/opendht/network_engine.h 
b/include/opendht/network_engine.h
-index 53f9044..a037cde 100644
 a/include/opendht/network_engine.h
-+++ b/include/opendht/network_engine.h
-@@ -464,7 +464,7 @@ private:
- static constexpr unsigned BLACKLISTED_MAX {10};
- 
- static constexpr size_t MTU {1280};
--static constexpr size_t MAX_PACKET_VALUE_SIZE {8 * 1024};
-+static constexpr size_t MAX_PACKET_VALUE_SIZE {600};
- 
- static const std::string my_v;
- static std::mt19937 rd_device;
--- 
-2.13.2
-

Copied: 
opendht/repos/community-i686/0001-network-prevent-sending-packets-larger-than-1280-byt.patch
 (from rev 245781, 
opendht/trunk/0001-network-prevent-sending-packets-larger-than-1280-byt.patch)
===
--- 
community-i686/0001-network-prevent-sending-packets-larger-than-1280-byt.patch  
(rev 0)
+++ 
community-i686/0001-network-prevent-sending-packets-larger-than-1280-byt.patch  
2017-07-20 07:45:27 UTC (rev 245782)
@@ -0,0 +1,25 @@
+From 8a123f9f68e93452dc2c044f8a2ffa07a6038364 Mon Sep 17 00:00:00 2001
+From: Adrien Beraud 
+Date: Sun, 9 Jul 2017 07:51:05 -0400
+Subject: [PATCH 1/2] network: prevent sending packets larger than 1280 bytes
+
+---
+ include/opendht/network_engine.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/opendht/network_engine.h 
b/include/opendht/network_engine.h
+index 53f9044..a037cde 100644
+--- a/include/opendht/network_engine.h
 b/include/opendht/network_engine.h
+@@ -464,7 +464,7 @@ private:
+ static constexpr unsigned BLACKLISTED_MAX {10};
+ 
+ static constexpr size_t MTU {1280};
+-static constexpr size_t MAX_PACKET_VALUE_SIZE {8 * 1024};
++static constexpr size_t MAX_PACKET_VALUE_SIZE {600};
+ 
+ static const std::string my_v;
+ static std::mt19937 rd_device;
+-- 
+2.13.2
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-20 07:44:59 UTC (rev 245781)
+++ community-i686/PKGBUILD 2017-07-20 07:45:27 UTC (rev 245782)
@@ -1,49 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname=opendht
-pkgver=1.3.4
-pkgrel=1
-epoch=1
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('i686' 'x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2')
-makedepends=('msgpack-c' 'cmake' 'cython')

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

Date: Thursday, July 20, 2017 @ 07:44:59
  Author: zorun
Revision: 245781

upgpkg: opendht 1:1.3.5-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 06:38:48 UTC (rev 245780)
+++ PKGBUILD2017-07-20 07:44:59 UTC (rev 245781)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -10,16 +10,9 @@
 optdepends=('python: to use the Python bindings')
 url="https://github.com/savoirfairelinux/opendht;
 license=('GPL3')
-source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"0001-network-prevent-sending-packets-larger-than-1280-byt.patch")
-sha256sums=('348e956b55bc377310de214846b96aa7557239bc8c2dffc70a97295de081b354'
-'fb586a26828da442d041e4457fc0da1a2f6c21525e0630a7f7c912625b8b6d8d')
+source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b58e5f85d2b969efc121899d266e45989ab2238deceea1c00ab01ff2100c7df5')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 < 
"${srcdir}/0001-network-prevent-sending-packets-larger-than-1280-byt.patch"
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


[arch-commits] Commit in python-binary-memcached/repos/community-any (2 files)

Date: Thursday, July 20, 2017 @ 06:38:48
  Author: felixonmars
Revision: 245780

archrelease: copy trunk to community-any

Added:
  python-binary-memcached/repos/community-any/PKGBUILD
(from rev 245779, python-binary-memcached/trunk/PKGBUILD)
Deleted:
  python-binary-memcached/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 06:38:24 UTC (rev 245779)
+++ PKGBUILD2017-07-20 06:38:48 UTC (rev 245780)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-binary-memcached
-pkgname=('python-binary-memcached' 'python2-binary-memcached')
-pkgver=0.26.0
-_commit=422a32ac00616a37f348350544b7b1c3ac8c1108
-pkgrel=1
-arch=('any')
-pkgdesc='A pure python module to access memcached via its binary protocol with 
SASL auth support'
-url='https://github.com/jaysonsantos/python-binary-memcached'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('memcached' 'python-pytest-runner' 'python2-pytest-runner' 
'python2-mock')
-source=("git+https://github.com/jaysonsantos/python-binary-memcached.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a python-binary-memcached{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-binary-memcached
-  python setup.py build
-
-  cd "$srcdir"/python-binary-memcached-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-binary-memcached
-  python setup.py ptr
-
-  cd "$srcdir"/python-binary-memcached-py2
-  python2 setup.py ptr
-}
-
-package_python-binary-memcached() {
-  depends=('python-six')
-
-  cd python-binary-memcached
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-binary-memcached() {
-  depends=('python2-six')
-
-  cd python-binary-memcached-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-binary-memcached/repos/community-any/PKGBUILD (from rev 245779, 
python-binary-memcached/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 06:38:48 UTC (rev 245780)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-binary-memcached
+pkgname=('python-binary-memcached' 'python2-binary-memcached')
+pkgver=0.26.1
+_commit=769d5e9fcab1e9592b1a5e5e937a52049639c246
+pkgrel=1
+arch=('any')
+pkgdesc='A pure python module to access memcached via its binary protocol with 
SASL auth support'
+url='https://github.com/jaysonsantos/python-binary-memcached'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('memcached' 'python-pytest-runner' 'python2-pytest-runner' 
'python2-mock')
+source=("$pkgbase-$_commit.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/$_commit.tar.gz;)
+sha512sums=('2437fa7435f57fa8a5c9ccce4bdff1f2239418a3df894b40f23f3d0fa714a42fffb06af84c6bad8442c05aa136104822ddbfbd71bf1a144ddb95919e5c582d48')
+
+prepare() {
+  cp -a python-binary-memcached-$_commit{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-binary-memcached-$_commit
+  python setup.py build
+
+  cd "$srcdir"/python-binary-memcached-$_commit-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-binary-memcached-$_commit
+  python setup.py pytest
+
+  cd "$srcdir"/python-binary-memcached-$_commit-py2
+  python2 setup.py pytest
+}
+
+package_python-binary-memcached() {
+  depends=('python-six')
+
+  cd python-binary-memcached-$_commit
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-binary-memcached() {
+  depends=('python2-six')
+
+  cd python-binary-memcached-$_commit-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

Date: Thursday, July 20, 2017 @ 06:38:24
  Author: felixonmars
Revision: 245779

upgpkg: python-binary-memcached 0.26.1-1

Modified:
  python-binary-memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 06:36:45 UTC (rev 245778)
+++ PKGBUILD2017-07-20 06:38:24 UTC (rev 245779)
@@ -3,42 +3,42 @@
 
 pkgbase=python-binary-memcached
 pkgname=('python-binary-memcached' 'python2-binary-memcached')
-pkgver=0.26.0
-_commit=422a32ac00616a37f348350544b7b1c3ac8c1108
+pkgver=0.26.1
+_commit=769d5e9fcab1e9592b1a5e5e937a52049639c246
 pkgrel=1
 arch=('any')
 pkgdesc='A pure python module to access memcached via its binary protocol with 
SASL auth support'
 url='https://github.com/jaysonsantos/python-binary-memcached'
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('memcached' 'python-pytest-runner' 'python2-pytest-runner' 
'python2-mock')
-source=("git+https://github.com/jaysonsantos/python-binary-memcached.git#commit=$_commit;)
-sha512sums=('SKIP')
+source=("$pkgbase-$_commit.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/$_commit.tar.gz;)
+sha512sums=('2437fa7435f57fa8a5c9ccce4bdff1f2239418a3df894b40f23f3d0fa714a42fffb06af84c6bad8442c05aa136104822ddbfbd71bf1a144ddb95919e5c582d48')
 
 prepare() {
-  cp -a python-binary-memcached{,-py2}
+  cp -a python-binary-memcached-$_commit{,-py2}
 }
 
 build() {
-  cd "$srcdir"/python-binary-memcached
+  cd "$srcdir"/python-binary-memcached-$_commit
   python setup.py build
 
-  cd "$srcdir"/python-binary-memcached-py2
+  cd "$srcdir"/python-binary-memcached-$_commit-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/python-binary-memcached
-  python setup.py ptr
+  cd "$srcdir"/python-binary-memcached-$_commit
+  python setup.py pytest
 
-  cd "$srcdir"/python-binary-memcached-py2
-  python2 setup.py ptr
+  cd "$srcdir"/python-binary-memcached-$_commit-py2
+  python2 setup.py pytest
 }
 
 package_python-binary-memcached() {
   depends=('python-six')
 
-  cd python-binary-memcached
+  cd python-binary-memcached-$_commit
   python setup.py install --root "$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -46,7 +46,7 @@
 package_python2-binary-memcached() {
   depends=('python2-six')
 
-  cd python-binary-memcached-py2
+  cd python-binary-memcached-$_commit-py2
   python2 setup.py install --root "$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

Date: Thursday, July 20, 2017 @ 06:36:45
  Author: felixonmars
Revision: 245778

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  117 ++---
 1 file changed, 59 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 06:36:23 UTC (rev 245777)
+++ PKGBUILD2017-07-20 06:36:45 UTC (rev 245778)
@@ -1,58 +0,0 @@
-# $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.5.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.bz2;)
-sha256sums=('ea3dd7825e30611e5a018ab18107b33a9029097d64bd8b39a87feae7c2770282')
-
-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"
-}

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 245777, 
apache-libcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 06:36:45 UTC (rev 245778)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Lex Black 
+# Contributor: Alasdair Haswell 
+
+pkgbase=apache-libcloud
+pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
+pkgver=2.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' 'python-requests' 
'python2-requests')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'openssh'
+  'python-requests-mock' 'python2-requests-mock')
+source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;)
+sha512sums=('3de8bffb353c7faf5a99d3a87eea713229a7a90577dc61eb15817ea440025a294a6acaf1066af1260da5a10615b87024f07989cba65f5d2ffb5c8845c2deda3c')
+
+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-requests')
+
+  cd apache-libcloud-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+
+package_python2-apache-libcloud() {
+  depends=('python2-requests')
+  replaces=('apache-libcloud')
+  conflicts=('apache-libcloud')
+
+  cd apache-libcloud-$pkgver-py2
+  python2 setup.py install --root="$pkgdir"
+}


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

Date: Thursday, July 20, 2017 @ 06:36:23
  Author: felixonmars
Revision: 245777

upgpkg: apache-libcloud 2.1.0-1

Modified:
  apache-libcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 06:34:08 UTC (rev 245776)
+++ PKGBUILD2017-07-20 06:36:23 UTC (rev 245777)
@@ -6,16 +6,17 @@
 
 pkgbase=apache-libcloud
 pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
-pkgver=1.5.0
+pkgver=2.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.bz2;)
-sha256sums=('ea3dd7825e30611e5a018ab18107b33a9029097d64bd8b39a87feae7c2770282')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'openssh'
+  'python-requests-mock' 'python2-requests-mock')
+source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;)
+sha512sums=('3de8bffb353c7faf5a99d3a87eea713229a7a90577dc61eb15817ea440025a294a6acaf1066af1260da5a10615b87024f07989cba65f5d2ffb5c8845c2deda3c')
 
 prepare() {
   cp -a apache-libcloud-$pkgver{,-py2}
@@ -42,7 +43,7 @@
 }
 
 package_python-apache-libcloud() {
-  depends=('python')
+  depends=('python-requests')
 
   cd apache-libcloud-$pkgver
   python setup.py install --root="$pkgdir"
@@ -49,7 +50,7 @@
 }
 
 package_python2-apache-libcloud() {
-  depends=('python2')
+  depends=('python2-requests')
   replaces=('apache-libcloud')
   conflicts=('apache-libcloud')
 


  1   2   >