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

2017-04-19 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 06:55:55
  Author: arojas
Revision: 293296

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 293295, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 293295, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 293295, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 293295, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  118 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   59 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   59 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-20 06:55:34 UTC (rev 293295)
+++ extra-i686/PKGBUILD 2017-04-20 06:55:55 UTC (rev 293296)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=4.1.2
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="https://www.mercurial-scm.org/";
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz";
-'mercurial.profile')
-sha256sums=('09415253fb409a77e19b9951532a3c22c4e07e74bab80652527064617daab194'
-'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/contrib/chg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-
-  # FS#38825 - Add certs config to package
-  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
-
-  cd contrib/chg
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 293295, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-20 06:55:55 UTC (rev 293296)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=4.1.3
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="https://www.mercurial-scm.org/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz";
+'mercurial.profile')
+sha256sums=('103d2ae187d5c94110c0e86ccc3b46f55fcd8e21c78d1c209bac7b59a73e86d8'
+'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bas

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

2017-04-19 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 06:55:34
  Author: arojas
Revision: 293295

Update to 4.1.3

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-20 06:22:32 UTC (rev 293294)
+++ PKGBUILD2017-04-20 06:55:34 UTC (rev 293295)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=4.1.2
+pkgver=4.1.3
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz";
 'mercurial.profile')
-sha256sums=('09415253fb409a77e19b9951532a3c22c4e07e74bab80652527064617daab194'
+sha256sums=('103d2ae187d5c94110c0e86ccc3b46f55fcd8e21c78d1c209bac7b59a73e86d8'
 '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
 
 prepare() {


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

2017-04-19 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 06:52:58
  Author: arojas
Revision: 223893

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 223892, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-20 06:52:34 UTC (rev 223892)
+++ PKGBUILD2017-04-20 06:52:58 UTC (rev 223893)
@@ -1,45 +0,0 @@
-#$Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.6
-pkgrel=3
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-  'gtk2-perl: for the GTK GUI'
-  'perl-file-sharedir: for the GTK GUI'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-  cd $pkgname-$pkgver
-  ./Build test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./Build install --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 223892, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-20 06:52:58 UTC (rev 223893)
@@ -0,0 +1,45 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.7
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('cea80063a472c0b08aa907d936018eba1d1243f148d8437bd98a636adee72eb9')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+  'gtk2-perl: for the GTK GUI'
+  'perl-file-sharedir: for the GTK GUI'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+  cd $pkgname-$pkgver
+  ./Build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./Build install --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/lib
+}


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

2017-04-19 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 06:52:34
  Author: arojas
Revision: 223892

Update to 3.2.7

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-20 06:41:40 UTC (rev 223891)
+++ PKGBUILD2017-04-20 06:52:34 UTC (rev 223892)
@@ -5,14 +5,14 @@
 
 pkgname=youtube-viewer
 epoch=1
-pkgver=3.2.6
-pkgrel=3
+pkgver=3.2.7
+pkgrel=1
 pkgdesc='Command line utility for viewing YouTube videos'
 arch=('any')
 url='https://github.com/trizen/youtube-viewer'
 license=('GPL3')
 source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
+sha256sums=('cea80063a472c0b08aa907d936018eba1d1243f148d8437bd98a636adee72eb9')
 depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
 makedepends=('perl-module-build')
 optdepends=(


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

2017-04-19 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 06:41:40
  Author: arojas
Revision: 223891

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-20 06:41:12 UTC (rev 223890)
+++ community-i686/PKGBUILD 2017-04-20 06:41:40 UTC (rev 223891)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Kuba Serafinowski 
-# Contributor: Teo Mrnjavac 
-
-pkgname=qtkeychain
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Provides support for secure credentials storage'
-arch=(i686 x86_64)
-url='https://github.com/frankosterfeld/qtkeychain'
-license=(BSD)
-depends=(qt5-base)
-conflicts=(qtkeychain-qt5)
-provides=(qtkeychain-qt5)
-replaces=(qtkeychain-qt5)
-makedepends=(cmake qt5-tools)
-optdepends=('kwallet: kwallet support' 'libgnome-keyring: GNOME keyring 
support')
-source=("$pkgname-$pkgver.zip::https://github.com/frankosterfeld/qtkeychain/archive/v$pkgver.tar.gz";)
-md5sums=('3361893bc8fd176cd35116796df40028')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../$pkgname-$pkgver \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
-  -DCMAKE_BUILD_TYPE=Release
-make
-}
-
-package() {
-cd build
-make DESTDIR="$pkgdir" install
-install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: qtkeychain/repos/community-i686/PKGBUILD (from rev 223890, 
qtkeychain/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-20 06:41:40 UTC (rev 223891)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+# Contributor: Teo Mrnjavac 
+
+pkgname=qtkeychain
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Provides support for secure credentials storage'
+arch=(i686 x86_64)
+url='https://github.com/frankosterfeld/qtkeychain'
+license=(BSD)
+depends=(qt5-base)
+conflicts=(qtkeychain-qt5)
+provides=(qtkeychain-qt5)
+replaces=(qtkeychain-qt5)
+makedepends=(cmake qt5-tools)
+optdepends=('kwallet: kwallet support' 'libgnome-keyring: GNOME keyring 
support')
+source=("$pkgname-$pkgver.zip::https://github.com/frankosterfeld/qtkeychain/archive/v$pkgver.tar.gz";)
+sha256sums=('b492f603197538bc04b2714105b1ab2b327a9a98d400d53d9a7cb70edd2db12f')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../$pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
+  -DCMAKE_BUILD_TYPE=Release
+make
+}
+
+package() {
+cd build
+make DESTDIR="$pkgdir" install
+install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-20 06:41:12 UTC (rev 223890)
+++ community-x86_64/PKGBUILD   2017-04-20 06:41:40 UTC (rev 223891)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Kuba Serafinowski 
-# Contributor: Teo Mrnjavac 
-
-pkgname=qtkeychain
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Provides support for secure credentials storage'
-arch=(i686 x86_64)
-url='https://github.com/frankosterfeld/qtkeychain'
-license=(BSD)
-depends=(qt5-base)
-conflicts=(qtkeychain-qt5)
-provides=(qtkeychain-qt5)
-replaces=(qtkeychain-qt5)
-makedepends=(cmake qt5-tools)
-optdepends=('kwallet: kwallet support' 'libgnome-keyring: GNOME keyring 
support')
-source=("$pkgname-$pkgver.zip::https://github.com/frankosterfeld/qtkeychain/archive/v$pkgver.tar.gz";)
-md5sums=('3361893bc8fd176cd35116796df40028')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../$pkgname-$pkgver \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
-  -DCMAKE_BUILD_TYPE=Release
-make
-}
-
-package() {
-cd build
-make DESTDIR="$pkgdir" install
-install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: qtkeychain/repos/community-x86_64/PKGBUILD (from rev 223890, 
qtkey

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

2017-04-19 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 06:41:12
  Author: arojas
Revision: 223890

Update to 0.8.0

Modified:
  qtkeychain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-20 06:35:37 UTC (rev 223889)
+++ PKGBUILD2017-04-20 06:41:12 UTC (rev 223890)
@@ -4,7 +4,7 @@
 # Contributor: Teo Mrnjavac 
 
 pkgname=qtkeychain
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Provides support for secure credentials storage'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 makedepends=(cmake qt5-tools)
 optdepends=('kwallet: kwallet support' 'libgnome-keyring: GNOME keyring 
support')
 
source=("$pkgname-$pkgver.zip::https://github.com/frankosterfeld/qtkeychain/archive/v$pkgver.tar.gz";)
-md5sums=('3361893bc8fd176cd35116796df40028')
+sha256sums=('b492f603197538bc04b2714105b1ab2b327a9a98d400d53d9a7cb70edd2db12f')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in sage-notebook-exporter/repos/community-any (2 files)

2017-04-19 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 06:35:37
  Author: arojas
Revision: 223889

archrelease: copy trunk to community-any

Added:
  sage-notebook-exporter/repos/community-any/PKGBUILD
(from rev 223888, sage-notebook-exporter/trunk/PKGBUILD)
Deleted:
  sage-notebook-exporter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-20 06:32:59 UTC (rev 223888)
+++ PKGBUILD2017-04-20 06:35:37 UTC (rev 223889)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 182622 2016-07-10 18:58:46Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=sage-notebook-exporter
-pkgver=3.1
-pkgrel=1
-pkgdesc="Jupyter extension to export notebooks from SageNB"
-arch=(any)
-url="https://github.com/vbraun/ExportSageNB";
-license=(GPL3)
-depends=(jupyter-nbconvert ipython python-six)
-makedepends=(python-setuptools)
-source=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz";)
-md5sums=('576acf6fe20bb754795ea4230dda435d')
-
-package() {
-  cd ExportSageNB-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: sage-notebook-exporter/repos/community-any/PKGBUILD (from rev 223888, 
sage-notebook-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-20 06:35:37 UTC (rev 223889)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 182622 2016-07-10 18:58:46Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=sage-notebook-exporter
+pkgver=3.2
+pkgrel=1
+pkgdesc="Jupyter extension to export notebooks from SageNB"
+arch=(any)
+url="https://github.com/vbraun/ExportSageNB";
+license=(GPL3)
+depends=(jupyter-nbconvert ipython python-six)
+makedepends=(python-setuptools)
+source=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz";)
+sha256sums=('a99ba8a0806f1f36bda7239aee7f9ddb7d2ca792e7d36eec03ae559d7bd8f492')
+
+package() {
+  cd ExportSageNB-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2017-04-19 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 06:32:59
  Author: arojas
Revision: 223888

Update to 3.2

Modified:
  sage-notebook-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 22:26:04 UTC (rev 223887)
+++ PKGBUILD2017-04-20 06:32:59 UTC (rev 223888)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=sage-notebook-exporter
-pkgver=3.1
+pkgver=3.2
 pkgrel=1
 pkgdesc="Jupyter extension to export notebooks from SageNB"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(jupyter-nbconvert ipython python-six)
 makedepends=(python-setuptools)
 source=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz";)
-md5sums=('576acf6fe20bb754795ea4230dda435d')
+sha256sums=('a99ba8a0806f1f36bda7239aee7f9ddb7d2ca792e7d36eec03ae559d7bd8f492')
 
 package() {
   cd ExportSageNB-$pkgver


[arch-commits] Commit in chromium/repos (22 files)

2017-04-19 Thread Evangelos Foutras
Date: Thursday, April 20, 2017 @ 06:22:32
  Author: foutrelis
Revision: 293294

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 293293, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-gn-bootstrap-r2.patch
(from rev 293293, chromium/trunk/chromium-gn-bootstrap-r2.patch)
  chromium/repos/extra-i686/chromium-system-ffmpeg-r4.patch
(from rev 293293, chromium/trunk/chromium-system-ffmpeg-r4.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 293293, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 293293, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 293293, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 293293, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-gn-bootstrap-r2.patch
(from rev 293293, chromium/trunk/chromium-gn-bootstrap-r2.patch)
  chromium/repos/extra-x86_64/chromium-system-ffmpeg-r4.patch
(from rev 293293, chromium/trunk/chromium-system-ffmpeg-r4.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 293293, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 293293, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 293293, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-system-ffmpeg-r4.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-system-ffmpeg-r4.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD|  368 +
 /chromium-system-ffmpeg-r4.patch |   96 ++
 /chromium-widevine.patch |   20 +
 /chromium.desktop|  224 +++
 /chromium.install|   32 ++
 extra-i686/PKGBUILD  |  189 
 extra-i686/chromium-gn-bootstrap-r2.patch|   13 
 extra-i686/chromium-system-ffmpeg-r4.patch   |   48 ---
 extra-i686/chromium-widevine.patch   |   10 
 extra-i686/chromium.desktop  |  112 ---
 extra-i686/chromium.install  |   16 -
 extra-x86_64/PKGBUILD|  189 
 extra-x86_64/chromium-gn-bootstrap-r2.patch  |   13 
 extra-x86_64/chromium-system-ffmpeg-r4.patch |   48 ---
 extra-x86_64/chromium-widevine.patch |   10 
 extra-x86_64/chromium.desktop|  112 ---
 extra-x86_64/chromium.install|   16 -
 17 files changed, 766 insertions(+), 750 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-20 06:22:05 UTC (rev 293293)
+++ extra-i686/PKGBUILD 2017-04-20 06:22:32 UTC (rev 293294)
@@ -1,189 +0,0 @@
-# $Id: PKGBUILD 277477 2016-10-01 03:36:40Z foutrelis $
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -rgA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [harfbuzz-ng]=harfbuzz-icu
-  [icu]=icu
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2# https://bugs.archlinux.org/task/29939
-  [libxslt]=libxslt
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-
-pkgname=chromium
-pkgver=57.0.2987.133
-pkgrel=1
-_launcher_ver=3
-pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
-arch=('i686' 'x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libexif' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'perl' 'perl-file-basedir'
- 'pciutils' 'desktop-file-utils' 'hicolor-icon-theme')
-depends+=(${_system_libs[@]})
-makedepends=('gtk3' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'git')
-optdepends=('kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-la

[arch-commits] Commit in chromium/trunk (PKGBUILD chromium-gn-bootstrap-r2.patch)

2017-04-19 Thread Evangelos Foutras
Date: Thursday, April 20, 2017 @ 06:22:05
  Author: foutrelis
Revision: 293293

upgpkg: chromium 58.0.3029.81-1

New upstream release.

Added:
  chromium/trunk/chromium-gn-bootstrap-r2.patch
Modified:
  chromium/trunk/PKGBUILD

+
 PKGBUILD   |   35 +++
 chromium-gn-bootstrap-r2.patch |   13 +
 2 files changed, 28 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:58:12 UTC (rev 293292)
+++ PKGBUILD2017-04-20 06:22:05 UTC (rev 293293)
@@ -13,7 +13,7 @@
   [icu]=icu
   [libjpeg]=libjpeg
   [libpng]=libpng
-  [libvpx]=libvpx
+  #[libvpx]=libvpx # https://bugs.gentoo.org/show_bug.cgi?id=611394
   [libwebp]=libwebp
   #[libxml]=libxml2# https://bugs.archlinux.org/task/29939
   [libxslt]=libxslt
@@ -24,10 +24,10 @@
 )
 
 pkgname=chromium
-pkgver=57.0.2987.133
+pkgver=58.0.3029.81
 pkgrel=1
 _launcher_ver=3
-pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
+pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('i686' 'x86_64')
 url="https://www.chromium.org/Home";
 license=('BSD')
@@ -35,7 +35,7 @@
  'ttf-font' 'systemd' 'dbus' 'libpulse' 'perl' 'perl-file-basedir'
  'pciutils' 'desktop-file-utils' 'hicolor-icon-theme')
 depends+=(${_system_libs[@]})
-makedepends=('gtk3' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'git')
+makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git')
 optdepends=('kdialog: needed for file dialogs in KDE'
 'gnome-keyring: for storing passwords in GNOME keyring'
 'kwallet: for storing passwords in KWallet')
@@ -44,11 +44,13 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
 chromium-system-ffmpeg-r4.patch
+chromium-gn-bootstrap-r2.patch
 chromium-widevine.patch)
-sha256sums=('70011770a7e522c92826a3af48d3fd28a46bf8042897d072d20c748cbf828cf7'
+sha256sums=('5ab61b7025a5143fa1b21713479b316ec7a98e262e79e84f9c9a9656179217cb'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 'e3c474dbf3822a0be50695683bd8a2c9dfc82d41c1524a20b4581883c0c88986'
+'64d743c78183c302c42d1f289863e34c74832fca57443833e46a0a3157e2b5de'
 'd6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -70,13 +72,8 @@
 
   # Fixes from Gentoo
   patch -Np1 -i ../chromium-system-ffmpeg-r4.patch
+  patch -Np1 -i ../chromium-gn-bootstrap-r2.patch
 
-  # Work around bug in blink in which GCC 6 optimizes away null pointer checks
-  # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833524
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68853#c2
-  sed -i '/config("compiler")/ a cflags_cc = [ 
"-fno-delete-null-pointer-checks" ]' \
-build/config/linux/BUILD.gn
-
   # Use Python 2
   find . -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' {} +
 
@@ -84,6 +81,9 @@
   mkdir -p "$srcdir/python2-path"
   ln -sf /usr/bin/python2 "$srcdir/python2-path/python"
 
+  mkdir -p third_party/node/linux/node-linux-x64/bin
+  ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
+
   # Remove bundled libraries for which we will use the system copies; this
   # *should* do what the remove_bundled_libraries.py script does, with the
   # added benefit of not having to list all the remaining libraries
@@ -115,7 +115,6 @@
   local _flags=(
 'is_clang=false'
 'clang_use_chrome_plugins=false'
-'symbol_level=0'
 'is_debug=false'
 'fatal_linker_warnings=false'
 'treat_warnings_as_errors=false'
@@ -125,18 +124,13 @@
 'proprietary_codecs=true'
 'link_pulseaudio=true'
 'linux_use_bundled_binutils=false'
-'use_cups=true'
 'use_gconf=false'
 'use_gnome_keyring=false'
 'use_gold=false'
-'use_gtk3=false'
-'use_kerberos=true'
-'use_pulseaudio=true'
 'use_sysroot=false'
 'enable_hangout_services_extension=true'
 'enable_widevine=true'
 'enable_nacl=false'
-'enable_nacl_nonsfi=false'
 "google_api_key=\"${_google_api_key}\""
 "google_default_client_id=\"${_google_default_client_id}\""
 "google_default_client_secret=\"${_google_default_client_secret}\""
@@ -152,7 +146,7 @@
 package() {
   cd "$srcdir/chromium-launcher-$_launcher_ver"
 
-  make PREFIX=/usr DESTDIR="$pkgdir" install-strip
+  make PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 LICENSE \
 "$pkgdir/usr/share/licenses/chromium/LICENSE.launcher"
 
@@ -166,9 +160,10 @@
   install -Dm4755 out/Release/chrome_sandbox \
 "$pkgdir/usr/lib/chromium/chrome-sandbox"
 
-  cp -a out/Rel

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 22:26:04
  Author: svenstaro
Revision: 223887

archrelease: copy trunk to community-any

Added:
  ufoai-data/repos/community-any/PKGBUILD
(from rev 223886, ufoai-data/trunk/PKGBUILD)
Deleted:
  ufoai-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-19 22:25:48 UTC (rev 223886)
+++ PKGBUILD2017-04-19 22:26:04 UTC (rev 223887)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lukas Jirkovsky 
-pkgname=ufoai-data
-pkgver=2.5.0
-pkgrel=3
-pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data 
files)"
-arch=('any')
-url="http://ufoai.ninex.info/";
-license=('GPL')
-depends=()
-makedepends=('git' 'python2')
-source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd ufoai-${pkgver}
-
-  #./configure --prefix=/usr --datadir=/usr/share/ufoai --enable release
-  make lang
-  python2 ./contrib/map-get/update.py
-}
-
-package() {
-  cd ufoai-${pkgver}
-
-  install -d -m755 "$pkgdir"/usr/share/ufoai
-  cp -r base "$pkgdir"/usr/share/ufoai
-}
-
-# vim: sw=2:ts=2 et:

Copied: ufoai-data/repos/community-any/PKGBUILD (from rev 223886, 
ufoai-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-19 22:26:04 UTC (rev 223887)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+pkgname=ufoai-data
+pkgver=2.5.0
+pkgrel=4
+pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data 
files)"
+arch=('any')
+url="http://ufoai.ninex.info/";
+license=('GPL')
+depends=()
+makedepends=('git' 'python2')
+source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
+sha512sums=('SKIP')
+
+build() {
+  cd ufoai-${pkgver}
+
+  #./configure --prefix=/usr --datadir=/usr/share/ufoai --enable release
+  make lang
+  python2 ./contrib/map-get/update.py
+}
+
+package() {
+  cd ufoai-${pkgver}
+
+  install -d -m755 "$pkgdir"/usr/share/ufoai
+  cp -r base "$pkgdir"/usr/share/ufoai
+}
+
+# vim: sw=2:ts=2 et:


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 22:25:48
  Author: svenstaro
Revision: 223886

upgpkg: ufoai-data 2.5.0-4

rebuild for FS#53573

Modified:
  ufoai-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 22:22:27 UTC (rev 223885)
+++ PKGBUILD2017-04-19 22:25:48 UTC (rev 223886)
@@ -3,7 +3,7 @@
 # Contributor: Lukas Jirkovsky 
 pkgname=ufoai-data
 pkgver=2.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data 
files)"
 arch=('any')
 url="http://ufoai.ninex.info/";


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 22:22:23
  Author: svenstaro
Revision: 223884

upgpkg: netdata 1.6.0-2

Add logrotate config (fixes FS#52348)

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 20:46:33 UTC (rev 223883)
+++ PKGBUILD2017-04-19 22:22:23 UTC (rev 223884)
@@ -3,7 +3,7 @@
 
 pkgname=netdata
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web."
 url="https://github.com/firehol/netdata/wiki";
 arch=('i686' 'x86_64')
@@ -38,5 +38,6 @@
touch "$pkgdir/etc/netdata/netdata.conf"
 
install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
+   install -Dm0644 "system/netdata.logrotate" 
"$pkgdir/etc/logrotate.d/netdata"
 }
 


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 22:22:27
  Author: svenstaro
Revision: 223885

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

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

--+
 /PKGBUILD|   86 +
 /netdata.install |   52 ++
 community-i686/PKGBUILD  |   42 --
 community-i686/netdata.install   |   26 ---
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/netdata.install |   26 ---
 6 files changed, 138 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-19 22:22:23 UTC (rev 223884)
+++ community-i686/PKGBUILD 2017-04-19 22:22:27 UTC (rev 223885)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web."
-url="https://github.com/firehol/netdata/wiki";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmnl' 'libnetfilter_acct' 'zlib')
-optdepends=('nodejs: Webbox plugin'
-'lm_sensors: sensors module')
-backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 
'etc/netdata/apps_groups.conf')
-install="$pkgname.install"
-source=("https://github.com/firehol/netdata/releases/download/v${pkgver}/netdata-${pkgver}.tar.xz";)
-sha512sums=('e091c2b3a619f62c209d2de8389bc33f98159071730344b17b66a766a3dcf2f598c95f10dbaf1421e32a468f18c975373291e3909002e9bf21dea9939559e1fc')
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   ./autogen.sh
-   ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-
-   touch "$pkgdir/etc/netdata/netdata.conf"
-
-   install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-}
-

Copied: netdata/repos/community-i686/PKGBUILD (from rev 223884, 
netdata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-19 22:22:27 UTC (rev 223885)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web."
+url="https://github.com/firehol/netdata/wiki";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmnl' 'libnetfilter_acct' 'zlib')
+optdepends=('nodejs: Webbox plugin'
+'lm_sensors: sensors module')
+backup=('etc/netdata/netdata.conf' 'etc/netdata/charts.d.conf' 
'etc/netdata/apps_groups.conf')
+install="$pkgname.install"
+source=("https://github.com/firehol/netdata/releases/download/v${pkgver}/netdata-${pkgver}.tar.xz";)
+sha512sums=('e091c2b3a619f62c209d2de8389bc33f98159071730344b17b66a766a3dcf2f598c95f10dbaf1421e32a468f18c975373291e3909002e9bf21dea9939559e1fc')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   ./autogen.sh
+   ./configure \
+   --prefix="/usr" \
+   --sbindir="/usr/bin" \
+   --sysconfdir="/etc" \
+   --libexecdir="/usr/lib" \
+   --localstatedir="/var" \
+   --with-zlib --with-math --with-user=netdata
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+
+   touch "$pkgdir/etc/netdata/netdata.conf"
+
+   install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
+   install -Dm0644 "system/netdata.logrotate" 
"$pkgdir/etc/logrotate.d/netdata"
+}
+

Deleted: community-i686/netdata.install
===
--- community-i686/netdata.install  2017-04-19 22:22:23 UTC (rev 223884)
+++ community-i686/netdata.install  2017-04-19 22:22:27 UTC (rev 223885)
@@ -1,26 +0,0 @@
-chown_netdata() {
-   chown -R netdata:netdata /var/lib/netdata
-   chown -R netdata:ne

[arch-commits] Commit in haskell-wl-pprint-extras/repos (4 files)

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 20:46:33
  Author: felixonmars
Revision: 223883

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

Added:
  haskell-wl-pprint-extras/repos/community-staging-i686/
  haskell-wl-pprint-extras/repos/community-staging-i686/PKGBUILD
(from rev 223882, haskell-wl-pprint-extras/trunk/PKGBUILD)
  haskell-wl-pprint-extras/repos/community-staging-x86_64/
  haskell-wl-pprint-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 223882, haskell-wl-pprint-extras/trunk/PKGBUILD)

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

Copied: haskell-wl-pprint-extras/repos/community-staging-i686/PKGBUILD (from 
rev 223882, haskell-wl-pprint-extras/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 20:46:33 UTC (rev 223883)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=wl-pprint-extras
+pkgname=haskell-wl-pprint-extras
+pkgver=3.5.0.5
+pkgrel=9
+pkgdesc="A free monad based on the Wadler/Leijen pretty printer"
+url="http://github.com/ekmett/wl-pprint-extras/";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-semigroups' 'haskell-semigroupoids' 
'haskell-utf8-string'
+ 'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('03a7c3b6700f5c729229c7652a0e85cd')
+
+prepare() {
+sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-wl-pprint-extras/repos/community-staging-x86_64/PKGBUILD (from 
rev 223882, haskell-wl-pprint-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 20:46:33 UTC (rev 223883)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=wl-pprint-extras
+pkgname=haskell-wl-pprint-extras
+pkgver=3.5.0.5
+pkgrel=9
+pkgdesc="A free monad based on the Wadler/Leijen pretty printer"
+url="http://github.com/ekmett/wl-pprint-extras/";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-semigroups' 'haskell-semigroupoids' 
'haskell-utf8-string'
+ 'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('03a7c3b6700f5c729229c7652a0e85cd')
+
+prepare() {
+sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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-wl-pprint-extras/trunk (PKGBUILD)

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 20:46:09
  Author: felixonmars
Revision: 223882

upgpkg: haskell-wl-pprint-extras 3.5.0.5-9

rebuild with bifunctors,5.4.2

Modified:
  haskell-wl-pprint-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 20:44:22 UTC (rev 223881)
+++ PKGBUILD2017-04-19 20:46:09 UTC (rev 223882)
@@ -4,7 +4,7 @@
 _hkgname=wl-pprint-extras
 pkgname=haskell-wl-pprint-extras
 pkgver=3.5.0.5
-pkgrel=8
+pkgrel=9
 pkgdesc="A free monad based on the Wadler/Leijen pretty printer"
 url="http://github.com/ekmett/wl-pprint-extras/";
 license=('custom:BSD3')


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 20:44:22
  Author: felixonmars
Revision: 223881

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

Added:
  haskell-vector-instances/repos/community-staging-i686/
  haskell-vector-instances/repos/community-staging-i686/PKGBUILD
(from rev 223880, haskell-vector-instances/trunk/PKGBUILD)
  haskell-vector-instances/repos/community-staging-x86_64/
  haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 223880, haskell-vector-instances/trunk/PKGBUILD)

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

Copied: haskell-vector-instances/repos/community-staging-i686/PKGBUILD (from 
rev 223880, haskell-vector-instances/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 20:44:22 UTC (rev 223881)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-instances
+pkgname=haskell-vector-instances
+pkgver=3.4
+pkgrel=9
+pkgdesc="Orphan Instances for \'Data.Vector\'"
+url="http://github.com/ekmett/vector-instances";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-hashable" "haskell-keys" 
"haskell-pointed"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('1b0246ef0cf8372d61d5c7840d857f49299af2304b5107510377255ed4dd5381')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fhashable
+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"
+}

Copied: haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 223880, haskell-vector-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 20:44:22 UTC (rev 223881)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-instances
+pkgname=haskell-vector-instances
+pkgver=3.4
+pkgrel=9
+pkgdesc="Orphan Instances for \'Data.Vector\'"
+url="http://github.com/ekmett/vector-instances";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-hashable" "haskell-keys" 
"haskell-pointed"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('1b0246ef0cf8372d61d5c7840d857f49299af2304b5107510377255ed4dd5381')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fhashable
+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/ht

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 20:43:59
  Author: felixonmars
Revision: 223880

upgpkg: haskell-vector-instances 3.4-9

rebuild with bifunctors,5.4.2

Modified:
  haskell-vector-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 20:39:33 UTC (rev 223879)
+++ PKGBUILD2017-04-19 20:43:59 UTC (rev 223880)
@@ -5,7 +5,7 @@
 _hkgname=vector-instances
 pkgname=haskell-vector-instances
 pkgver=3.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Orphan Instances for \'Data.Vector\'"
 url="http://github.com/ekmett/vector-instances";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 20:39:33
  Author: felixonmars
Revision: 223879

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

Added:
  idris/repos/community-staging-i686/PKGBUILD
(from rev 223878, idris/trunk/PKGBUILD)
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 223878, idris/trunk/PKGBUILD)
Deleted:
  idris/repos/community-staging-i686/PKGBUILD
  idris/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-staging-i686/PKGBUILD   |   39 --
 community-staging-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-04-19 20:39:01 UTC (rev 223878)
+++ community-staging-i686/PKGBUILD 2017-04-19 20:39:33 UTC (rev 223879)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=idris
-pkgver=1.0
-pkgrel=10
-pkgdesc="Functional Programming Language with Dependent Types"
-url="http://www.idris-lang.org/";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib' 'gcc')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
- "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
- "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-code-page"
- "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" 
"haskell-mtl"
- "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
- "haskell-regex-tdfa" "haskell-safe" "haskell-split" 
"haskell-terminal-size"
- "haskell-text" "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
- "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
- "haskell-vector-binary-instances" "haskell-zip-archive")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz";)
-sha512sums=('a350004a8510f01d1cc8f965a9a4e2dab219f003980b98354ebb5ae42f73b32c90c98dce193943e9709d994cb92ad35814a46b79412a1afc85d42e1018c6ba10')
-
-build() {
-cd "$srcdir"/Idris-dev-$pkgver
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
-LC_CTYPE=en_US.UTF-8 runhaskell Setup build
-}
-
-package() {
-cd "$srcdir"/Idris-dev-$pkgver
-runhaskell Setup copy --destdir="$pkgdir"
-rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 223878, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 20:39:33 UTC (rev 223879)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.0
+pkgrel=11
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-code-page"
+ "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" 
"haskell-mtl"
+ "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-split" 
"haskell-terminal-size"
+ "haskell-text" "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz";)
+sha512sums=('a350004a8510f01d1cc8f965a9a4e2dab219f003980b98354ebb5ae42f73b32c90c98dce193943e9709d994cb92ad35814a46b79412a1afc85d42e1018c6ba10')
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package(

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 20:39:01
  Author: felixonmars
Revision: 223878

upgpkg: idris 1.0-11

rebuild with bifunctors,5.4.2

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 20:36:44 UTC (rev 223877)
+++ PKGBUILD2017-04-19 20:39:01 UTC (rev 223878)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/";
 license=("custom:BSD3")


[arch-commits] Commit in gitlab/repos/community-i686 (36 files)

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 20:36:44
  Author: svenstaro
Revision: 223877

archrelease: copy trunk to community-i686

Added:
  gitlab/repos/community-i686/10589.patch
(from rev 223876, gitlab/trunk/10589.patch)
  gitlab/repos/community-i686/PKGBUILD
(from rev 223876, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 223876, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 223876, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 223876, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 223876, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 223876, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 223876, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 223876, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 223876, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 223876, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 223876, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 223876, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 223876, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 223876, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 223876, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 223876, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 223876, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/10589.patch
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example

+
 10589.patch|   56 ++---
 PKGBUILD   |  434 +--
 apache-ssl.conf.example|  188 +-
 apache.conf.example|  128 ++--
 apache2.2-ssl.conf.example |  186 +-
 apache2.2.conf.example |  126 ++--
 gitlab-backup.service  |   38 +--
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   40 +--
 gitlab-sidekiq.service |   59 ++---
 gitlab-unicorn.service |   58 ++---
 gitlab.install |   44 ++--
 gitlab.logrotate   |   22 +-
 gitlab.target  |   28 +-
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +++---
 nginx-ssl.conf.example |  224 +++---
 nginx.conf.example |  138 ++---
 18 files changed, 930 insertions(+), 931 deletions(-)

Deleted: 10589.patch
===
--- 10589.patch 2017-04-19 20:26:13 UTC (rev 223876)
+++ 10589.patch 2017-04-19 20:36:44 UTC (rev 223877)
@@ -1,28 +0,0 @@
-From e46f67a5123433f132da28770e4027542062fc81 Mon Sep 17 00:00:00 2001
-From: Jacob Vosmaer 
-Date: Mon, 10 Apr 2017 13:24:14 +0200
-Subject: [PATCH] Use gRPC 1.2.2
-
-Fixes LoadError after local compilation.
-
-https://github.com/grpc/grpc/issues/9998

- Gemfile.lock | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Gemfile.lock b/Gemfile.lock
-index d7e3f73..965c888 100644
 a/Gemfile.lock
-+++ b/Gemfile.lock
-@@ -330,7 +330,7 @@ GEM
- grape-entity (0.6.0)
-   activesupport
-   multi_json (>= 1.3.2)
--grpc (1.1.2)
-+grpc (1.2.2)
-   google-protobuf (~> 3.1)
-   googleauth (~> 0.5.1)
- haml (4.0.7)
--- 
-2.10.2
-

Copied: gitlab/repos/community-i686/10589.patch (from rev 223876, 
gitlab/trunk/10589.patch)
===
--- 10589.patch (rev 0)
+++ 10589.patch 2017-04-19 20:36:44 UTC (rev 223

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 20:26:13
  Author: svenstaro
Revision: 223876

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

Added:
  texstudio/repos/community-i686/PKGBUILD
(from rev 223875, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 223875, texstudio/trunk/PKGBUILD)
Deleted:
  texstudio/repos/community-i686/PKGBUILD
  texstudio/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-04-19 20:26:08 UTC (rev 223875)
+++ community-i686/PKGBUILD 2017-04-19 20:26:13 UTC (rev 223876)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.4
-pkgrel=2
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/";
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-optdepends=('evince: pdf reader'
-'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd hg
-qmake-qt5 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd hg
-make INSTALL_ROOT="${pkgdir}" install
-
-for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
-mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-convert -density 1200 -resize ${res} \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
-"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
-done
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 223875, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-19 20:26:13 UTC (rev 223876)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.4
+pkgrel=3
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/";
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd hg
+qmake-qt5 CONFIG-="debug" texstudio.pro
+make
+}
+
+package() {
+cd hg
+make INSTALL_ROOT="${pkgdir}" install
+
+for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
+convert -background none -density 1200 -resize ${res} \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
+"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
+done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-19 20:26:08 UTC (rev 223875)
+++ community-x86_64/PKGBUILD   2017-04-19 20:26:13 UTC (rev 223876)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.4
-pkgrel=2
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/";
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-optdepends=('evince: pdf reader'
-'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd hg
-qmake-qt5 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd hg
-make INSTALL_ROOT="${pkgdir}" install
-
-for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
-mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-convert -density 1200 -resize ${res} \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
-"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
-done
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 223875, 
t

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 20:26:08
  Author: svenstaro
Revision: 223875

upgpkg: texstudio 2.12.4-3

Transparent background for icons

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 20:21:50 UTC (rev 223874)
+++ PKGBUILD2017-04-19 20:26:08 UTC (rev 223875)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS 
 pkgname=texstudio
 pkgver=2.12.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('i686' 'x86_64')
 url="http://texstudio.sourceforge.net/";
@@ -27,7 +27,7 @@
 
 for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
 mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-convert -density 1200 -resize ${res} \
+convert -background none -density 1200 -resize ${res} \
 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
 "${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
 done


[arch-commits] Commit in gitlab/repos/community-x86_64 (36 files)

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 20:21:50
  Author: svenstaro
Revision: 223874

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/10589.patch
(from rev 223873, gitlab/trunk/10589.patch)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 223873, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 223873, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 223873, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 223873, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 223873, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 223873, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 223873, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 223873, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 223873, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 223873, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 223873, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 223873, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 223873, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 223873, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 223873, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 223873, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 223873, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-x86_64/10589.patch
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
  gitlab/repos/community-x86_64/nginx.conf.example

+
 10589.patch|   56 ++---
 PKGBUILD   |  434 +--
 apache-ssl.conf.example|  188 +-
 apache.conf.example|  128 ++--
 apache2.2-ssl.conf.example |  186 +-
 apache2.2.conf.example |  126 ++--
 gitlab-backup.service  |   38 +--
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   40 +--
 gitlab-sidekiq.service |   59 ++---
 gitlab-unicorn.service |   58 ++---
 gitlab.install |   44 ++--
 gitlab.logrotate   |   22 +-
 gitlab.target  |   28 +-
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +++---
 nginx-ssl.conf.example |  224 +++---
 nginx.conf.example |  138 ++---
 18 files changed, 930 insertions(+), 931 deletions(-)

Deleted: 10589.patch
===
--- 10589.patch 2017-04-19 20:21:38 UTC (rev 223873)
+++ 10589.patch 2017-04-19 20:21:50 UTC (rev 223874)
@@ -1,28 +0,0 @@
-From e46f67a5123433f132da28770e4027542062fc81 Mon Sep 17 00:00:00 2001
-From: Jacob Vosmaer 
-Date: Mon, 10 Apr 2017 13:24:14 +0200
-Subject: [PATCH] Use gRPC 1.2.2
-
-Fixes LoadError after local compilation.
-
-https://github.com/grpc/grpc/issues/9998

- Gemfile.lock | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Gemfile.lock b/Gemfile.lock
-index d7e3f73..965c888 100644
 a/Gemfile.lock
-+++ b/Gemfile.lock
-@@ -330,7 +330,7 @@ GEM
- grape-entity (0.6.0)
-   activesupport
-   multi_json (>= 1.3.2)
--grpc (1.1.2)
-+grpc (1.2.2)
-   google-protobuf (~> 3.1)
-   googleauth (~> 0.5.1)
- haml (4.0.7)
--- 
-2.10.2
-

Copied: gitlab/repos/community-x86_64/10589.patch (from rev 223873, 
gitlab/trunk/10589.patch)
===
--- 10589.patch 

[arch-commits] Commit in gitlab/trunk (PKGBUILD gitlab-sidekiq.service)

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 20:21:38
  Author: svenstaro
Revision: 223873

upgpkg: gitlab 9.0.5-2

Fix email sending

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab-sidekiq.service

+
 PKGBUILD   |4 ++--
 gitlab-sidekiq.service |1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 20:19:22 UTC (rev 223872)
+++ PKGBUILD2017-04-19 20:21:38 UTC (rev 223873)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=9.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
@@ -44,7 +44,7 @@
 install='gitlab.install'
 
sha512sums=('a925bc99c72f2c2475b58267f06c2ee21dc397a6057186915acc4636f15b4fab97cb85e458e7a0aefaf39c292c65ad3b36c6cab2faa747b94e9d1512c4347387'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
-
'52651e4a5dd2d632e31b7275283f9b8ab2c32c4d56b63d17bd843f300e273e382e339e5aed66222b1b2279273357cbb73aa38119f04784fe380d1550346f1ff3'
+
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'
 
'c097a26d1c24f120967ae457f9008df06af0cd2662306410d8e3f6cc4b5772416125fcd3c895bc35872251060083e8c95b37455b8d20154518d8c467625291eb'
 
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'

Modified: gitlab-sidekiq.service
===
--- gitlab-sidekiq.service  2017-04-19 20:19:22 UTC (rev 223872)
+++ gitlab-sidekiq.service  2017-04-19 20:21:38 UTC (rev 223873)
@@ -14,7 +14,6 @@
 PIDFile=/run/gitlab/sidekiq.pid
 CapabilityBoundingSet=
 PrivateTmp=true
-PrivateDevices=true
 ProtectSystem=full
 ProtectHome=true
 # NoNewPrivileges breaks gitlabs' email delivery if you


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 20:19:18
  Author: svenstaro
Revision: 223871

upgpkg: rustup 1.2.0-6

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 20:12:08 UTC (rev 223870)
+++ PKGBUILD2017-04-19 20:19:18 UTC (rev 223871)
@@ -3,7 +3,7 @@
 # Contributor: Jon Gjengset 
 pkgname=rustup
 pkgver=1.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="The Rust toolchain installer"
 arch=('i686' 'x86_64')
 url="https://github.com/rust-lang-nursery/rustup.rs";


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 20:19:22
  Author: svenstaro
Revision: 223872

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

Added:
  rustup/repos/community-testing-i686/PKGBUILD
(from rev 223871, rustup/trunk/PKGBUILD)
  rustup/repos/community-testing-i686/post.install
(from rev 223871, rustup/trunk/post.install)
  rustup/repos/community-testing-x86_64/PKGBUILD
(from rev 223871, rustup/trunk/PKGBUILD)
  rustup/repos/community-testing-x86_64/post.install
(from rev 223871, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-testing-i686/PKGBUILD
  rustup/repos/community-testing-i686/post.install
  rustup/repos/community-testing-x86_64/PKGBUILD
  rustup/repos/community-testing-x86_64/post.install

---+
 /PKGBUILD |   84 
 /post.install |   16 ++
 community-testing-i686/PKGBUILD   |   42 
 community-testing-i686/post.install   |8 ---
 community-testing-x86_64/PKGBUILD |   42 
 community-testing-x86_64/post.install |8 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-19 20:19:18 UTC (rev 223871)
+++ community-testing-i686/PKGBUILD 2017-04-19 20:19:22 UTC (rev 223872)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.2.0
-pkgrel=5
-pkgdesc="The Rust toolchain installer"
-arch=('i686' 'x86_64')
-url="https://github.com/rust-lang-nursery/rustup.rs";
-license=('MIT' 'Apache')
-makedepends=('cargo')
-provides=('rust' 'cargo')
-conflicts=('rust' 'cargo')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
-md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
-
-build() {
-msg2 "Building rustup"
-cd "$srcdir/$pkgname.rs-${pkgver}"
-# cargo update
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname.rs-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-testing-i686/PKGBUILD (from rev 223871, 
rustup/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-19 20:19:22 UTC (rev 223872)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.2.0
+pkgrel=6
+pkgdesc="The Rust toolchain installer"
+arch=('i686' 'x86_64')
+url="https://github.com/rust-lang-nursery/rustup.rs";
+license=('MIT' 'Apache')
+makedepends=('cargo')
+provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly')
+conflicts=('rust' 'cargo')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
+md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
+
+build() {
+msg2 "Building rustup"
+cd "$srcdir/$pkgname.rs-${pkgver}"
+# cargo update
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname.rs-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+mkdir -p "$pkgdir/usr/share/fish/completions"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
+mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+}
+
+# vim:filetype=sh:

Deleted: community-testing-i686/post.install
===

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 20:12:08
  Author: svenstaro
Revision: 223870

Provide -nightly

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:52:53 UTC (rev 223869)
+++ PKGBUILD2017-04-19 20:12:08 UTC (rev 223870)
@@ -9,7 +9,7 @@
 url="https://github.com/rust-lang-nursery/rustup.rs";
 license=('MIT' 'Apache')
 makedepends=('cargo')
-provides=('rust' 'cargo')
+provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly')
 conflicts=('rust' 'cargo')
 install='post.install'
 
source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)


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

2017-04-19 Thread Jan Steffens
Date: Wednesday, April 19, 2017 @ 19:58:12
  Author: heftig
Revision: 293292

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

Added:
  firefox/repos/testing-i686/
  firefox/repos/testing-i686/PKGBUILD
(from rev 293291, firefox/trunk/PKGBUILD)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 293291, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox-symbolic.svg
(from rev 293291, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/testing-i686/firefox.desktop
(from rev 293291, firefox/trunk/firefox.desktop)
  firefox/repos/testing-i686/fix-wifi-scanner.diff
(from rev 293291, firefox/trunk/fix-wifi-scanner.diff)
  firefox/repos/testing-x86_64/
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 293291, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 293291, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox-symbolic.svg
(from rev 293291, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 293291, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/fix-wifi-scanner.diff
(from rev 293291, firefox/trunk/fix-wifi-scanner.diff)

--+
 testing-i686/PKGBUILD|  185 +
 testing-i686/firefox-install-dir.patch   |   12 +
 testing-i686/firefox-symbolic.svg|   30 ++
 testing-i686/firefox.desktop |  310 +
 testing-i686/fix-wifi-scanner.diff   |   16 +
 testing-x86_64/PKGBUILD  |  185 +
 testing-x86_64/firefox-install-dir.patch |   12 +
 testing-x86_64/firefox-symbolic.svg  |   30 ++
 testing-x86_64/firefox.desktop   |  310 +
 testing-x86_64/fix-wifi-scanner.diff |   16 +
 10 files changed, 1106 insertions(+)

Copied: firefox/repos/testing-i686/PKGBUILD (from rev 293291, 
firefox/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-19 19:58:12 UTC (rev 293292)
@@ -0,0 +1,185 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jakub Schmidtke 
+
+pkgname=firefox
+pkgver=53.0
+pkgrel=1
+pkgdesc="Standalone web browser from mozilla.org"
+arch=(i686 x86_64)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/";
+depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib ffmpeg
+ libvpx libevent nss hunspell sqlite ttf-font icu)
+makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
+ autoconf2.13 cargo mercurial)
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'libnotify: Notification integration'
+'speech-dispatcher: Text-to-Speech')
+options=(!emptydirs !makeflags !strip)
+_repo=https://hg.mozilla.org/mozilla-unified
+source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
+firefox.desktop firefox-symbolic.svg
+firefox-install-dir.patch fix-wifi-scanner.diff)
+sha256sums=('SKIP'
+'ada313750e6fb14558b37c764409a17c1672a351a46c73b350aa1fe4ea9220ef'
+'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
+'d86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
+'9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd mozilla-unified
+  patch -Np1 -i ../firefox-install-dir.patch
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
+  patch -Np1 -i ../fix-wifi-scanner.diff
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

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

2017-04-19 Thread Jan Steffens
Date: Wednesday, April 19, 2017 @ 19:57:31
  Author: heftig
Revision: 293291

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 293290, firefox-i18n/trunk/PKGBUILD)

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

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 293290, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-04-19 19:57:31 UTC (rev 293291)
@@ -0,0 +1,222 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Michal Hybner 
+# Contributor: Andrea Scarpino 
+
+pkgbase=firefox-i18n
+pkgver=53.0
+pkgrel=1
+pkgdesc="Language pack for Firefox"
+arch=('any')
+url="http://www.mozilla.com/";
+license=('MPL' 'GPL')
+
+_languages=(
+  'ach"Acholi"'
+  'af "Afrikaans"'
+  'an "Aragonese"'
+  'ar "Arabic"'
+  'as "Assamese"'
+  'ast"Asturian"'
+  'az "Azerbaijani"'
+  'bg "Bulgarian"'
+  'bn-BD  "Bengali (Bangladesh)"'
+  'bn-IN  "Bengali (India)"'
+  'br "Breton"'
+  'bs "Bosnian"'
+  'ca "Catalan"'
+  'cak"Maya Kaqchikel"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'en-ZA  "English (South African)"'
+  'eo "Esperanto"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-CL  "Spanish (Chile)"'
+  'es-ES  "Spanish (Spain)"'
+  'es-MX  "Spanish (Mexico)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fa "Persian"'
+  'ff "Fulah"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'gn "Guarani"'
+  'gu-IN  "Gujarati (India)"'
+  'he "Hebrew"'
+  'hi-IN  "Hindi (India)"'
+  'hr "Croatian"'
+  'hsb"Upper Sorbian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'kk "Kazakh"'
+  'km "Khmer"'
+  'kn "Kannada"'
+  'ko "Korean"'
+  'lij"Ligurian"'
+  'lt "Lithuanian"'
+  'lv "Latvian"'
+  'mai"Maithili"'
+  'mk "Macedonian"'
+  'ml "Malayalam"'
+  'mr "Marathi"'
+  'ms "Malay"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'or "Oriya"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'son"Songhai"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta "Tamil"'
+  'te "Telugu"'
+  'th "Thai"'
+  'tr "Turkish"'
+  'uk "Ukrainian"'
+  'uz "Uzbek"'
+  'vi "Vietnamese"'
+  'xh "Xhosa"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=firefox-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Firefox"
+  depends=("firefox>=$pkgver")
+  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
+}
+
+sha256sums=('6b50af6b457608c625b5a99c0f467e9e13827e84387223682c251847ef12ec03'
+'2e030e8d993a72fc2b922bd71749564706d5bbc4f5edd1d5cb0a2e2d341dd397'
+'3b049eabcf49f57742f574c792b0f15a2f0fe7af8d7700074555741eba4b40bd'
+'0df14612d4a6fe4e6da247b8529b45ab856d3a6d6bf284dac9654af2b4c91909'
+'67a780398046cfb66c7b10d8aa3e42a7b8eef5d8eedb2f7d890ab1a748049708'
+'0b0cab248642b295d3ec4fdb5206c4b4ab3ec1d8aa9cec573f230bd6fa75a816'
+'59ead0e267f43af93c7caa1148947224dc4206d42a37f80156ff47adae994261'
+'5ca6477997bd96165af804a2a8bcd6c01c8bfb5c9f98354e1602f49a922cf65b'
+'9f52c102c056489b2187f9d781a645f2c1d205b812a3ca6afdad56130c211c7f'
+'f913e5d79388285ae6a7e7f59b81855135336c50c37e3dd90cbd101057017600'
+'0bb79e4c792cd3bba0804064f91963389daba26a486cbf3fe84045ee6701ec07'
+'e4c803a77b70c0077c3f0fb467a601b5ff143a37ac8303dd97005b7aa3007864'
+'18483d647252cb2d6c9be0a2ec460de22cdecaa492b02d4a1ef3e5f9ded2aa59'
+'c7e6c39c58040c23e8baee6be87be9f0281a09198e2ac497b04b12e5eeeb961

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:52:53
  Author: felixonmars
Revision: 223869

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

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

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
223868, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 19:52:53 UTC (rev 223869)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6.2.1
+pkgrel=13
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('bab3724de8ed4f5283deb99013debf2e223e9e2c3c975e7d9b9bd44a9b30fbe5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
223868, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 19:52:53 UTC (rev 223869)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6.2.1
+pkgrel=13
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('bab3724de8ed4f5283deb99013debf2e223e9e2c3c975e7d9b9bd44a9b30fbe5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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' |" unregiste

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:52:31
  Author: felixonmars
Revision: 223868

upgpkg: haskell-trifecta 1.6.2.1-13

rebuild with bifunctors,5.4.2

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:47:26 UTC (rev 223867)
+++ PKGBUILD2017-04-19 19:52:31 UTC (rev 223868)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.6.2.1
-pkgrel=12
+pkgrel=13
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:47:26
  Author: felixonmars
Revision: 223867

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

Added:
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 223866, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 223866, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-staging-i686/PKGBUILD
  git-annex/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-04-19 19:47:00 UTC (rev 223866)
+++ community-staging-i686/PKGBUILD 2017-04-19 19:47:26 UTC (rev 223867)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20170321
-pkgrel=23
-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' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=8.0.1" "git" "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-missingh" "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-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")
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd git-annex
-  
-  runhaskell Setup configure -O --prefix=/usr 
--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 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/PKGBUILD (from rev 223866, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 19:47:26 UTC (rev 223867)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170321
+pkgrel=24
+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' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "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-fr

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:47:00
  Author: felixonmars
Revision: 223866

upgpkg: git-annex 6.20170321-24

rebuild with bifunctors,5.4.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:45:45 UTC (rev 223865)
+++ PKGBUILD2017-04-19 19:47:00 UTC (rev 223866)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170321
-pkgrel=23
+pkgrel=24
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2017-04-19 Thread Jan Steffens
Date: Wednesday, April 19, 2017 @ 19:46:01
  Author: heftig
Revision: 293290

53.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:44:42 UTC (rev 293289)
+++ PKGBUILD2017-04-19 19:46:01 UTC (rev 293290)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=52.0.2
+pkgver=53.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=('any')
@@ -130,93 +130,93 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('46a28dec74c400b26b894ff50e386bc4cd657d09450b0b2daa643fed234a49fe'
-'c63b3bc898c1d05acfbc69cd98192568e8e69e66e54590a418ba5de9b05d2fd4'
-'d341e02116d166a57451a043eb8c1a33f528050483a54129c1a42b5a3257a205'
-'b20d225e90ae1d7641faafd80e7d0e53b811473410d45a21dd2fc2dd2b3b9a77'
-'ad300a4a43e6961a75bb50089427b292b53e90a02d5d4420aae364192e952d02'
-'bb39846af23b0e422be4727359233cc2df3f80751a24f0ff933b094300263a62'
-'238b8948b8dd429b96a25dced6968d4154749ade71ff2ccfdcda3ed15d694b69'
-'98adcbaf6f62e3dc8533ba9ad304f4e2183ab6cf93434522fe748b7bd28a5b50'
-'796e8ec22cf717829f59c697fa26d4ac22ad0f911f080a16d5fdf87774ee35cf'
-'b90a849d2d23a223aa19f237861c793c50b0978a5129c89fd201270cf01fad6f'
-'57c2d2b6b7a2ee58ac7955c3e3d1085cd8cfc8b308812907c8e2507ad5065501'
-'a41b344e55c7bff518188dace17be215cdb3ed003f7373b3ed5792ed3ad9aa93'
-'07a394409d6092353e621f526843c4dcf786375c022a46a074860d9d1bfaf974'
-'ea03a36c7717f33be663222fb8c6e9e4f0fb088b9383ec8a43c3262b6c7959d6'
-'6376f13a30b00076139d9ae83666075c6ab82c2c3dd9c7cb03bf4bd30b83'
-'5ed4f0cd18880dad59be7bfa0231c9b6c09328de8299d955ca495558ad5d3ec3'
-'496b38aaffb4014fbc85052027c3c5fb9164ec289c49f11b59b36b03097d'
-'49b7a797e31288de30ec2b659940a96735bb658a7c5aa1a81e15d2708d117388'
-'84f3d361fbb320ecc6a19d2bc6b2ed0b6fafc28527a26cea8481f1e31e6f7873'
-'d7068492c5fe5fece28c6b02416c22ed77e33bc2bf62cf9a391fc0872b81a1ce'
-'66001390175d8983abc372e5092fd03ce452b0eab00419cbcde263eccf372f1b'
-'457b7309200df9d7850412740f9ca093eb84a1222792aaa87681ae2fab6e6d03'
-'4507c1d5fc872e8f7ece588811046e4a994de4f64590771d98287c2d4eeba1af'
-'983b6af6b5576ae92305c9f3c3e59f361256535aff167f13c494b8e9baf36bae'
-'4e001c2ca079d338fb113c8ac173094a6b94428c18f2a987cdc2b40b015bd2e1'
-'dc7e749e4f2ca9c6960b426b9e2f636202ac3a2cc3f1b1b06df0f03bb531e1aa'
-'dd1d6fbea50903fd37f7f122b94b857d8d3c1ea45ad0f18735586294ef651273'
-'06b6fbf5bf090ca988ac646f7b7ad173f81fee4cbc06efa8aff60efd0f028b2d'
-'e58153f1cd3110d1d3a165ce7301fb618782b17454e481bc222fe231bf58ed60'
-'19d9fbf829a8ecc937c505240be92ec8a0324f19d05bcabe5a56a3e1fefefb6a'
-'4fa4505571ae92264ca42ca0a55cc59d137b37e77cdbb0b24fb21c56b9cce8c0'
-'698a02e232bcbc5c67a566f666f5e462bfa66c104015cbf6a6938185fdef85f0'
-'79f369ed2c47676fb8d13dae59499ca22bd33eb52a51ec661522070ab33c7f6e'
-'0f3aa5e2f940c9d58a73e6388db14776f857cbd6fdaa84c2b6078f9fa2dba8fb'
-'397c97d97183730701ed3295d7aebddf32b81207ade87c14018ffaeaad81337c'
-'2a4ec23a859ed66eeac2da30a3d53b69e995d5733e7ff8d4703d73a7f12d'
-'9471b63f068a154896946d205062688b1f79646263431bbfa79d0e44c64fbe53'
-'9b92c412edcecee43756ac709c0cd382561485ba9b2fb6c2c5e84878ed274087'
-'cb9fe1f0eb9f08046c96a0a60781a5f87b9d3116b6b87b1a8cc131328b413ae4'
-'b27f5139ded670a4f58c7e2f55ee413758c9f46f9190e3398bffa8137588ae53'
-'3975a4028cf4137fbe23f8d3daab92ba0116deabccfe9feb00be9f8bb10e9cd7'
-'8039d71d12d43f98315d734f374461d17059b5f6d84c144f42e0e39c58bec2fd'
-'e3c7e75bc1d445a110e31aa823f2d60ba8283ceb9f1a0fb381d635a8d653c479'
-'df1a7df836781b9d32ae33ebb3c01fd95b58ae75acf9e87655c7eb7114e4b08c'
-'4ddcef44310b790c314e069556abb34fec9cc47fe25e0f89acfbdf2ae7c62725'
-'9d8227c27bee38324727681f4a6a58c2d111e38998b5c2e2be645d8a81ac5acb'
-'aeb3aee8ff4066b8f5b6947c90b50daf49a42722b64ff219be7f050fbac500fa'
-'392d2e44f60ed162a0c1c662549d796d907529a7f48468c064f02daef4843300'
-'9c61bfc7b21987c497941db6d8a7a8551e1af71deacd24b63971e000ecab3661'
-'631f3391dc3918369a5ef73982c020ed77566f06fef22a633828ae81b0f591c7'
-'34530b6a9d15c22a9edbe43ac4d4f76e8c2a352355646ecfa3acfad236f0f1af'
-'61fc53a527bc4c5723c71dc2564e413f6cc8b7ad9ba1208474e7b26ded7c'
-'b8b635b6d857a145d258fc7ef67609b4842c09de3857d3acb65058b1a9331dfa'
-

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 19:45:45
  Author: svenstaro
Revision: 223865

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch
(from rev 223864, 
ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
  ansible/repos/community-any/PKGBUILD
(from rev 223864, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch
  ansible/repos/community-any/PKGBUILD

-+
 0001-Revert-Add-jinja2-version-constraint.patch |   52 -
 PKGBUILD|  127 +++---
 2 files changed, 90 insertions(+), 89 deletions(-)

Deleted: 0001-Revert-Add-jinja2-version-constraint.patch
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-19 19:45:41 UTC 
(rev 223864)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-19 19:45:45 UTC 
(rev 223865)
@@ -1,26 +0,0 @@
-From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
-Date: Mon, 16 Jan 2017 19:09:30 +0100
-Subject: [PATCH] Revert "Add jinja2 version constraint."
-
-This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 0eec3da0b..ef7aa3dad 100644
 a/setup.py
-+++ b/setup.py
-@@ -22,7 +22,7 @@ setup(name='ansible',
-   license='GPLv3',
-   # Ansible will also make use of a system copy of python-six if 
installed but use a
-   # Bundled copy if it's not.
--  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
-+  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
-   package_dir={ '': 'lib' },
-   packages=find_packages('lib'),
-   package_data={
--- 
-2.11.0
-

Copied: 
ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch 
(from rev 223864, ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 
(rev 0)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-19 19:45:45 UTC 
(rev 223865)
@@ -0,0 +1,26 @@
+From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Mon, 16 Jan 2017 19:09:30 +0100
+Subject: [PATCH] Revert "Add jinja2 version constraint."
+
+This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 0eec3da0b..ef7aa3dad 100644
+--- a/setup.py
 b/setup.py
+@@ -22,7 +22,7 @@ setup(name='ansible',
+   license='GPLv3',
+   # Ansible will also make use of a system copy of python-six if 
installed but use a
+   # Bundled copy if it's not.
+-  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
++  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
+   package_dir={ '': 'lib' },
+   packages=find_packages('lib'),
+   package_data={
+-- 
+2.11.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-19 19:45:41 UTC (rev 223864)
+++ PKGBUILD2017-04-19 19:45:45 UTC (rev 223865)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=(ansible python-ansible)
-pkgver=2.3.0.0
-pkgrel=2
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('python2-passlib: crypt values for vars_prompt'
-'python2-netaddr: for the ipaddr filter'
-'python2-systemd: log to journal'
-'python2-pywinrm: connect to Windows machines (in AUR)'
-'python2-ovirt-engine-sdk: ovirt support (in AUR)'
-'python2-jmespath: json_query support')
-makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
- 'python-setuptools') 
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
-sha512sums=('88ac28befefd7a70c36d8c33bc1aba1b0a5ffdea4bddd0b9e6c5488c70057662812208c221e47721c5a194fc30282a33490f196a719d9eb6d9b1e7dcfd1ff941')
-
-prepare() {
-  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-$

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 19:45:41
  Author: svenstaro
Revision: 223864

upgpkg: ansible 2.3.0.0-3

Add sshpass to optdeps

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:41:16 UTC (rev 223863)
+++ PKGBUILD2017-04-19 19:45:41 UTC (rev 223864)
@@ -8,13 +8,14 @@
 
 pkgname=(ansible python-ansible)
 pkgver=2.3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
 license=('GPL3')
 depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('python2-passlib: crypt values for vars_prompt'
+optdepends=('sshpass: for ssh connections with password'
+'python2-passlib: crypt values for vars_prompt'
 'python2-netaddr: for the ipaddr filter'
 'python2-systemd: log to journal'
 'python2-pywinrm: connect to Windows machines (in AUR)'


[arch-commits] Commit in firefox/trunk (PKGBUILD rust-i686.patch)

2017-04-19 Thread Jan Steffens
Date: Wednesday, April 19, 2017 @ 19:44:42
  Author: heftig
Revision: 293289

53.0-1

Modified:
  firefox/trunk/PKGBUILD
Deleted:
  firefox/trunk/rust-i686.patch

-+
 PKGBUILD|9 ++---
 rust-i686.patch |   16 
 2 files changed, 2 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 16:33:07 UTC (rev 293288)
+++ PKGBUILD2017-04-19 19:44:42 UTC (rev 293289)
@@ -4,7 +4,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=52.0.2
+pkgver=53.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(i686 x86_64)
@@ -21,12 +21,11 @@
 _repo=https://hg.mozilla.org/mozilla-unified
 source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
 firefox.desktop firefox-symbolic.svg
-firefox-install-dir.patch rust-i686.patch fix-wifi-scanner.diff)
+firefox-install-dir.patch fix-wifi-scanner.diff)
 sha256sums=('SKIP'
 'ada313750e6fb14558b37c764409a17c1672a351a46c73b350aa1fe4ea9220ef'
 'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
-'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'
 '9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -51,9 +50,6 @@
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
   patch -Np1 -i ../fix-wifi-scanner.diff
 
-  # Build with the rust targets we actually ship
-  patch -Np1 -i ../rust-i686.patch
-
   echo -n "$_google_api_key" >google-api-key
   echo -n "$_mozilla_api_key" >mozilla-api-key
 
@@ -64,7 +60,6 @@
 ac_add_options --enable-release
 ac_add_options --enable-gold
 ac_add_options --enable-pie
-ac_add_options --enable-rust
 
 # Branding
 ac_add_options --enable-official-branding

Deleted: rust-i686.patch
===
--- rust-i686.patch 2017-04-19 16:33:07 UTC (rev 293288)
+++ rust-i686.patch 2017-04-19 19:44:42 UTC (rev 293289)
@@ -1,16 +0,0 @@
- build/moz.configure/rust.configure | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git c/build/moz.configure/rust.configure 
i/build/moz.configure/rust.configure
-index cd86b24153debb1b..44911715e25d95e3 100644
 c/build/moz.configure/rust.configure
-+++ i/build/moz.configure/rust.configure
-@@ -81,7 +81,7 @@ def rust_target(rust_compiler, rustc, target, 
cross_compiling):
- # OpenBSD
- ('x86_64', 'OpenBSD'): 'x86_64-unknown-openbsd',
- # Linux
--('x86', 'Linux'): 'i586-unknown-linux-gnu',
-+('x86', 'Linux'): 'i686-unknown-linux-gnu',
- # Linux
- ('x86_64', 'Linux'): 'x86_64-unknown-linux-gnu',
- # OS X and iOS


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 19:41:16
  Author: svenstaro
Revision: 223863

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 223862, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-19 19:41:12 UTC (rev 223862)
+++ PKGBUILD2017-04-19 19:41:16 UTC (rev 223863)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Peter Hatina 
-pkgname=glm
-pkgver=0.9.8.4
-pkgrel=1
-pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
-arch=('any')
-license=('MIT')
-url="http://glm.g-truc.net";
-makedepends=('cmake')
-source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip";)
-md5sums=('84a5b85fcfa9c105f4551d9b29cc80b3')
-
-package() {
-cd $pkgname
-
-mkdir build
-cd build
-
-cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-make DESTDIR=$pkgdir install
-
-cd ..
-
-mkdir -p $pkgdir/usr/share/doc
-cp -r doc $pkgdir/usr/share/doc/glm
-
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-
-install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 223862, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-19 19:41:16 UTC (rev 223863)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Peter Hatina 
+pkgname=glm
+pkgver=0.9.8.4
+pkgrel=2
+pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
+arch=('any')
+license=('MIT')
+url="http://glm.g-truc.net";
+makedepends=('cmake')
+source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip";)
+md5sums=('84a5b85fcfa9c105f4551d9b29cc80b3')
+
+package() {
+cd $pkgname
+
+mkdir build
+cd build
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make DESTDIR=$pkgdir install
+
+cd ..
+
+mkdir -p $pkgdir/usr/share/doc
+cp -r doc $pkgdir/usr/share/doc/glm
+
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+
+install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+# Fix https://bugs.archlinux.org/task/52501
+sed -i \
+"s/PACKAGE_VERSION_UNSUITABLE TRUE/PACKAGE_VERSION_UNSUITABLE FALSE/g" 
\
+$pkgdir/usr/lib/cmake/glm/glmConfigVersion.cmake
+}


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 19:41:12
  Author: svenstaro
Revision: 223862

upgpkg: glm 0.9.8.4-2

Make this effectively arch-independent as it should be

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:31:34 UTC (rev 223861)
+++ PKGBUILD2017-04-19 19:41:12 UTC (rev 223862)
@@ -2,7 +2,7 @@
 # Contributor: Peter Hatina 
 pkgname=glm
 pkgver=0.9.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
 arch=('any')
 license=('MIT')
@@ -31,4 +31,9 @@
 find $pkgdir -type d -exec chmod 755 {} \;
 
 install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+# Fix https://bugs.archlinux.org/task/52501
+sed -i \
+"s/PACKAGE_VERSION_UNSUITABLE TRUE/PACKAGE_VERSION_UNSUITABLE FALSE/g" 
\
+$pkgdir/usr/lib/cmake/glm/glmConfigVersion.cmake
 }


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:31:34
  Author: felixonmars
Revision: 223861

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

Added:
  haskell-tasty-rerun/repos/community-staging-i686/
  haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD
(from rev 223860, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 223860, haskell-tasty-rerun/trunk/PKGBUILD)

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

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
223860, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 19:31:34 UTC (rev 223861)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.6
+pkgrel=21
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
223860, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 19:31:34 UTC (rev 223861)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.6
+pkgrel=21
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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}"
+runhask

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:31:12
  Author: felixonmars
Revision: 223860

upgpkg: haskell-tasty-rerun 1.1.6-21

rebuild with bifunctors,5.4.2

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:29:19 UTC (rev 223859)
+++ PKGBUILD2017-04-19 19:31:12 UTC (rev 223860)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.6
-pkgrel=20
+pkgrel=21
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="http://github.com/ocharles/tasty-rerun";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:29:19
  Author: felixonmars
Revision: 223859

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

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

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

Copied: haskell-reducers/repos/community-staging-i686/PKGBUILD (from rev 
223858, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 19:29:19 UTC (rev 223859)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=28
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="http://github.com/ekmett/reducers/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-fingertree" "haskell-hashable" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-text" "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('e43bb7678272691a358c049daecbac715c4b0fcece021c6b2ac7b2a1c16b6d5e')
+
+prepare() {
+sed -i 's/transformers   >= 0.2  && < 0.5,/transformers
   >= 0.2  \&\& < 0.6,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-reducers/repos/community-staging-x86_64/PKGBUILD (from rev 
223858, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 19:29:19 UTC (rev 223859)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=28
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="http://github.com/ekmett/reducers/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-fingertree" "haskell-hashable" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-text" "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('e43bb7678272691a358c049daecbac715c4b0fcece021c6b2ac7b2a1c16b6d5e')
+
+prepare() {
+sed -i 's/transformers   >= 0.2  && < 0.5,/transformers
   >= 0.2  \&\& < 0.6,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:28:55
  Author: felixonmars
Revision: 223858

upgpkg: haskell-reducers 3.12.1-28

rebuild with bifunctors,5.4.2

Modified:
  haskell-reducers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:26:27 UTC (rev 223857)
+++ PKGBUILD2017-04-19 19:28:55 UTC (rev 223858)
@@ -5,7 +5,7 @@
 _hkgname=reducers
 pkgname=haskell-reducers
 pkgver=3.12.1
-pkgrel=27
+pkgrel=28
 pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
 url="http://github.com/ekmett/reducers/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:26:27
  Author: felixonmars
Revision: 223857

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

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

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

Copied: haskell-pointed/repos/community-staging-i686/PKGBUILD (from rev 223856, 
haskell-pointed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 19:26:27 UTC (rev 223857)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pointed
+pkgname=haskell-pointed
+pkgver=5
+pkgrel=32
+pkgdesc="Pointed and copointed data"
+url="http://github.com/ekmett/pointed/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-data-default-class" 
"haskell-hashable"
+ "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-stm" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17')
+
+prepare() {
+sed -i 's/data-default-class >= 0.0.1 && < 0.1/data-default-class >= 0.0.1 
\&\& < 0.2/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcomonad -fcontainers -fkan-extensions -fsemigroupoids 
-fsemigroups \
+-fstm -ftagged -ftransformers -funordered-containers
+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"
+}

Copied: haskell-pointed/repos/community-staging-x86_64/PKGBUILD (from rev 
223856, haskell-pointed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 19:26:27 UTC (rev 223857)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pointed
+pkgname=haskell-pointed
+pkgver=5
+pkgrel=32
+pkgdesc="Pointed and copointed data"
+url="http://github.com/ekmett/pointed/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-data-default-class" 
"haskell-hashable"
+ "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-stm" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17')
+
+prepare() {
+sed -i 's/data-default-class >= 0.0.1 && < 0.1/data-default-class >= 0.0.1 
\&\& < 0.2/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcomonad -fcontainers -fkan-extensions -fsemigroupoids 
-fsemigroups \
+-fstm -ftagged -ftransformers -funordered-containers
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --htm

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:26:06
  Author: felixonmars
Revision: 223856

upgpkg: haskell-pointed 5-32

rebuild with bifunctors,5.4.2

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:22:09 UTC (rev 223855)
+++ PKGBUILD2017-04-19 19:26:06 UTC (rev 223856)
@@ -5,7 +5,7 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5
-pkgrel=31
+pkgrel=32
 pkgdesc="Pointed and copointed data"
 url="http://github.com/ekmett/pointed/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:22:09
  Author: felixonmars
Revision: 223855

archrelease: copy trunk to community-any

Added:
  nodejs-emojione/repos/community-any/PKGBUILD
(from rev 223854, nodejs-emojione/trunk/PKGBUILD)
Deleted:
  nodejs-emojione/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-19 19:21:51 UTC (rev 223854)
+++ PKGBUILD2017-04-19 19:22:09 UTC (rev 223855)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_npmname=emojione
-pkgname=nodejs-$_npmname
-pkgver=2.2.7
-pkgrel=1
-pkgdesc="A complete set of emojis designed for the web"
-arch=('any')
-url="http://www.emojione.com";
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('5fe002738e6e276f49ac37783799d2feab99a6131fdedccfa56569d745449ae5')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$_npmname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: nodejs-emojione/repos/community-any/PKGBUILD (from rev 223854, 
nodejs-emojione/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-19 19:22:09 UTC (rev 223855)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_npmname=emojione
+pkgname=nodejs-$_npmname
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A complete set of emojis designed for the web"
+arch=('any')
+url="http://www.emojione.com";
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";)
+noextract=($_npmname-$pkgver.tgz)
+sha512sums=('9aa94d6bbd6b4f815024a349274a452f75cf484ff06ec77d76cd771246679d021e1f33fd7fcfaf2701e04de180a2906b5417d5ac89eafc0975ac9293f8e0b1d6')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$_npmname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:21:51
  Author: felixonmars
Revision: 223854

upgpkg: nodejs-emojione 3.0.0-1

Modified:
  nodejs-emojione/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 19:19:01 UTC (rev 223853)
+++ PKGBUILD2017-04-19 19:21:51 UTC (rev 223854)
@@ -3,7 +3,7 @@
 
 _npmname=emojione
 pkgname=nodejs-$_npmname
-pkgver=2.2.7
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="A complete set of emojis designed for the web"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";)
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('5fe002738e6e276f49ac37783799d2feab99a6131fdedccfa56569d745449ae5')
+sha512sums=('9aa94d6bbd6b4f815024a349274a452f75cf484ff06ec77d76cd771246679d021e1f33fd7fcfaf2701e04de180a2906b5417d5ac89eafc0975ac9293f8e0b1d6')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:19:01
  Author: felixonmars
Revision: 223853

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

Added:
  purescript/repos/community-staging-i686/PKGBUILD
(from rev 223852, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 223852, purescript/trunk/PKGBUILD)
Deleted:
  purescript/repos/community-staging-i686/PKGBUILD
  purescript/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-04-19 19:18:34 UTC (rev 223852)
+++ community-staging-i686/PKGBUILD 2017-04-19 19:19:01 UTC (rev 223853)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=purescript
-pkgver=0.11.1
-pkgrel=15
-pkgdesc="PureScript Programming Language Compiler"
-url="http://www.purescript.org/";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
- "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
- "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
- "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
- "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
- "haskell-http-types" "haskell-language-javascript" "haskell-lens" 
"haskell-lifted-base"
- "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-network"
- "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
- "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
- "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
- "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-text"
- "haskell-transformers-base" "haskell-transformers-compat"
- "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector" "haskell-wai"
- "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
-optdepends=('pulp: for development environment')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('0c897dc964a4eba906a6e847317e088ffb4b361c4611554e413f295a91d9f8d3bea564ac9d9bc1f6af07ac474ef75f38192375f1896c7cd85e3587e53d438a4f')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
---libsubdir=\$compiler/site-local/\$pkgid \
--frelease
-LC_CTYPE=en_US.UTF-8 runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share}
-}

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 223852, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 19:19:01 UTC (rev 223853)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.1
+pkgrel=16
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" "haskell-lens" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-s

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 19:18:34
  Author: felixonmars
Revision: 223852

upgpkg: purescript 0.11.1-16

rebuild with bifunctors,5.4.2

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 18:55:10 UTC (rev 223851)
+++ PKGBUILD2017-04-19 19:18:34 UTC (rev 223852)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.1
-pkgrel=15
+pkgrel=16
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:55:10
  Author: felixonmars
Revision: 223851

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

Added:
  haskell-lens-aeson/repos/community-staging-i686/
  haskell-lens-aeson/repos/community-staging-i686/PKGBUILD
(from rev 223850, haskell-lens-aeson/trunk/PKGBUILD)
  haskell-lens-aeson/repos/community-staging-x86_64/
  haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 223850, haskell-lens-aeson/trunk/PKGBUILD)

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

Copied: haskell-lens-aeson/repos/community-staging-i686/PKGBUILD (from rev 
223850, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 18:55:10 UTC (rev 223851)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.0.5
+pkgrel=13
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e3c948acadb91971443852ebaa13d0c5')
+
+prepare() {
+sed -e 's/aeson>= 0.7.0.5   && < 0.10,/aeson   
 >= 0.7.0.5   \&\& < 1.2,/' \
+-e 's/vector   >= 0.9   && < 0.12,/vector  
 >= 0.9   \&\& < 0.13,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+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"
+}

Copied: haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 
223850, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 18:55:10 UTC (rev 223851)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.0.5
+pkgrel=13
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e3c948acadb91971443852ebaa13d0c5')
+
+prepare() {
+sed -e 's/aeson>= 0.7.0.5   && < 0.10,/aeson   
 >= 0.7.0.5   \&\& < 1.2,/' \
+-e 's/vector   >= 0.9   && < 0.12,/vector  
 >= 0.9   \&\& < 0.13,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+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

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:54:45
  Author: felixonmars
Revision: 223850

upgpkg: haskell-lens-aeson 1.0.0.5-13

rebuild with bifunctors,5.4.2

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 18:52:36 UTC (rev 223849)
+++ PKGBUILD2017-04-19 18:54:45 UTC (rev 223850)
@@ -4,7 +4,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.0.5
-pkgrel=12
+pkgrel=13
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/";
 license=('MIT')


[arch-commits] Commit in haskell-insert-ordered-containers/repos (4 files)

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:52:36
  Author: felixonmars
Revision: 223849

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

Added:
  haskell-insert-ordered-containers/repos/community-staging-i686/
  haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD
(from rev 223848, haskell-insert-ordered-containers/trunk/PKGBUILD)
  haskell-insert-ordered-containers/repos/community-staging-x86_64/
  haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 223848, haskell-insert-ordered-containers/trunk/PKGBUILD)

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

Copied: haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD 
(from rev 223848, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 18:52:36 UTC (rev 223849)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=3
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 223848, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 18:52:36 UTC (rev 223849)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=3
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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/hask

[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:52:15
  Author: felixonmars
Revision: 223848

upgpkg: haskell-insert-ordered-containers 0.2.1.0-3

rebuild with bifunctors,5.4.2

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 18:49:45 UTC (rev 223847)
+++ PKGBUILD2017-04-19 18:52:15 UTC (rev 223848)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers";
 license=('custom:BSD3')


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:49:45
  Author: felixonmars
Revision: 223847

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 223846, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 18:49:45 UTC (rev 223847)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=81
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+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"
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 223846, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 18:49:45 UTC (rev 223847)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=81
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+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}/

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:49:24
  Author: felixonmars
Revision: 223846

upgpkg: haskell-dav 1.3.1-81

rebuild with bifunctors,5.4.2

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 18:45:41 UTC (rev 223845)
+++ PKGBUILD2017-04-19 18:49:24 UTC (rev 223846)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=80
+pkgrel=81
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:45:41
  Author: felixonmars
Revision: 223845

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

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

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

Copied: haskell-lens/repos/community-staging-i686/PKGBUILD (from rev 223844, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 18:45:41 UTC (rev 223845)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.15.1
+pkgrel=13
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions"
+ "haskell-free" "haskell-hashable" "haskell-kan-extensions" 
"haskell-mtl"
+ "haskell-parallel" "haskell-profunctors" "haskell-reflection"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-tagged" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5cfaa64cb1b9787193c2247a1ed1c248104ba5fadb91cec6432e648e41b1bea6')
+
+prepare() {
+sed -i 's/vector>= 0.9  && < 0.12,/vector  
  >= 0.9  \&\& < 0.13,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties 
-ftest-hunit -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas 
-finlining -f-benchmark-uniplate
+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"
+}

Copied: haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 223844, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 18:45:41 UTC (rev 223845)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.15.1
+pkgrel=13
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions"
+ "haskell-free" "haskell-hashable" "haskell-kan-extensions" 
"haskell-mtl"
+ "haskell-parallel" "haskell-profunctors" "haskell-reflection"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-tagged" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5cfaa64cb1b9787193c2247a1ed1c248104ba5fadb91cec6432e648e41b1bea6')
+
+prepare() {
+sed -i 's/vector>= 0.9  && < 0.12,/vector  
  >= 0.9  \&\&

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:45:20
  Author: felixonmars
Revision: 223844

upgpkg: haskell-lens 4.15.1-13

rebuild with bifunctors,5.4.2

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 18:37:29 UTC (rev 223843)
+++ PKGBUILD2017-04-19 18:45:20 UTC (rev 223844)
@@ -5,7 +5,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.15.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Lenses, Folds and Traversals"
 url="http://github.com/ekmett/lens/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:37:29
  Author: felixonmars
Revision: 223843

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

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

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

Copied: haskell-keys/repos/community-staging-i686/PKGBUILD (from rev 223842, 
haskell-keys/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 18:37:29 UTC (rev 223843)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=keys
+pkgname=haskell-keys
+pkgver=3.11
+pkgrel=31
+pkgdesc="Keyed functors and containers"
+url="http://github.com/ekmett/keys/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-free" "haskell-hashable"
+ "haskell-semigroupoids" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('0cf397b7e6eb8cda930a02118c0bf262f9ef80c5a2f91822238b7778042cc4b2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-keys/repos/community-staging-x86_64/PKGBUILD (from rev 223842, 
haskell-keys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 18:37:29 UTC (rev 223843)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=keys
+pkgname=haskell-keys
+pkgver=3.11
+pkgrel=31
+pkgdesc="Keyed functors and containers"
+url="http://github.com/ekmett/keys/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-free" "haskell-hashable"
+ "haskell-semigroupoids" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('0cf397b7e6eb8cda930a02118c0bf262f9ef80c5a2f91822238b7778042cc4b2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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}/

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:37:07
  Author: felixonmars
Revision: 223842

upgpkg: haskell-keys 3.11-31

rebuild with bifunctors,5.4.2

Modified:
  haskell-keys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 18:35:09 UTC (rev 223841)
+++ PKGBUILD2017-04-19 18:37:07 UTC (rev 223842)
@@ -5,7 +5,7 @@
 _hkgname=keys
 pkgname=haskell-keys
 pkgver=3.11
-pkgrel=30
+pkgrel=31
 pkgdesc="Keyed functors and containers"
 url="http://github.com/ekmett/keys/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:35:09
  Author: felixonmars
Revision: 223841

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

Added:
  haskell-kan-extensions/repos/community-staging-i686/
  haskell-kan-extensions/repos/community-staging-i686/PKGBUILD
(from rev 223840, haskell-kan-extensions/trunk/PKGBUILD)
  haskell-kan-extensions/repos/community-staging-x86_64/
  haskell-kan-extensions/repos/community-staging-x86_64/PKGBUILD
(from rev 223840, haskell-kan-extensions/trunk/PKGBUILD)

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

Copied: haskell-kan-extensions/repos/community-staging-i686/PKGBUILD (from rev 
223840, haskell-kan-extensions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 18:35:09 UTC (rev 223841)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=kan-extensions
+pkgname=haskell-kan-extensions
+pkgver=5.0.1
+pkgrel=29
+pkgdesc="Kan extensions, Kan lifts, various forms of the Yoneda lemma, and 
(co)density (co)monads"
+url="http://github.com/ekmett/kan-extensions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-adjunctions" "haskell-comonad" 
"haskell-contravariant"
+ "haskell-distributive" "haskell-free" "haskell-mtl" 
"haskell-semigroupoids"
+ "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('01de9fe57064a125ecb1d1161519df27043c2058ca246bbd5cd2d73c899ba0e2')
+
+prepare() {
+sed -i 's/comonad   >= 4   && < 5,/comonad   >= 4   \&\& < 
6,/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-kan-extensions/repos/community-staging-x86_64/PKGBUILD (from 
rev 223840, haskell-kan-extensions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 18:35:09 UTC (rev 223841)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=kan-extensions
+pkgname=haskell-kan-extensions
+pkgver=5.0.1
+pkgrel=29
+pkgdesc="Kan extensions, Kan lifts, various forms of the Yoneda lemma, and 
(co)density (co)monads"
+url="http://github.com/ekmett/kan-extensions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-adjunctions" "haskell-comonad" 
"haskell-contravariant"
+ "haskell-distributive" "haskell-free" "haskell-mtl" 
"haskell-semigroupoids"
+ "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('01de9fe57064a125ecb1d1161519df27043c2058ca246bbd5cd2d73c899ba0e2')
+
+prepare() {
+sed -i 's/comonad   >= 4   && < 5,/comonad   >= 4   \&\& < 
6,/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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[^ ]* |&'--for

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:34:48
  Author: felixonmars
Revision: 223840

upgpkg: haskell-kan-extensions 5.0.1-29

rebuild with bifunctors,5.4.2

Modified:
  haskell-kan-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 18:30:58 UTC (rev 223839)
+++ PKGBUILD2017-04-19 18:34:48 UTC (rev 223840)
@@ -5,7 +5,7 @@
 _hkgname=kan-extensions
 pkgname=haskell-kan-extensions
 pkgver=5.0.1
-pkgrel=28
+pkgrel=29
 pkgdesc="Kan extensions, Kan lifts, various forms of the Yoneda lemma, and 
(co)density (co)monads"
 url="http://github.com/ekmett/kan-extensions/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:30:58
  Author: felixonmars
Revision: 223839

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 223838, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 223838, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 223838, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 223838, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   87 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   87 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 182 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 223838, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 18:30:58 UTC (rev 223839)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=29
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" 
"haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz";
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch";)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 18:30:35
  Author: felixonmars
Revision: 223838

upgpkg: stack 1.4.0-29

rebuild with bifunctors,5.4.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 18:08:05 UTC (rev 223837)
+++ PKGBUILD2017-04-19 18:30:35 UTC (rev 223838)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=28
+pkgrel=29
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 18:08:05
  Author: svenstaro
Revision: 223837

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch
(from rev 223836, 
ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
  ansible/repos/community-any/PKGBUILD
(from rev 223836, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch
  ansible/repos/community-any/PKGBUILD

-+
 0001-Revert-Add-jinja2-version-constraint.patch |   52 -
 PKGBUILD|  124 +++---
 2 files changed, 89 insertions(+), 87 deletions(-)

Deleted: 0001-Revert-Add-jinja2-version-constraint.patch
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-19 18:08:01 UTC 
(rev 223836)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-19 18:08:05 UTC 
(rev 223837)
@@ -1,26 +0,0 @@
-From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
-Date: Mon, 16 Jan 2017 19:09:30 +0100
-Subject: [PATCH] Revert "Add jinja2 version constraint."
-
-This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 0eec3da0b..ef7aa3dad 100644
 a/setup.py
-+++ b/setup.py
-@@ -22,7 +22,7 @@ setup(name='ansible',
-   license='GPLv3',
-   # Ansible will also make use of a system copy of python-six if 
installed but use a
-   # Bundled copy if it's not.
--  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
-+  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
-   package_dir={ '': 'lib' },
-   packages=find_packages('lib'),
-   package_data={
--- 
-2.11.0
-

Copied: 
ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch 
(from rev 223836, ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 
(rev 0)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-19 18:08:05 UTC 
(rev 223837)
@@ -0,0 +1,26 @@
+From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Mon, 16 Jan 2017 19:09:30 +0100
+Subject: [PATCH] Revert "Add jinja2 version constraint."
+
+This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 0eec3da0b..ef7aa3dad 100644
+--- a/setup.py
 b/setup.py
+@@ -22,7 +22,7 @@ setup(name='ansible',
+   license='GPLv3',
+   # Ansible will also make use of a system copy of python-six if 
installed but use a
+   # Bundled copy if it's not.
+-  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
++  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
+   package_dir={ '': 'lib' },
+   packages=find_packages('lib'),
+   package_data={
+-- 
+2.11.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-19 18:08:01 UTC (rev 223836)
+++ PKGBUILD2017-04-19 18:08:05 UTC (rev 223837)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=(ansible python-ansible)
-pkgver=2.3.0.0
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('python2-passlib: crypt values for vars_prompt'
-'python2-netaddr: for the ipaddr filter'
-'python2-systemd: log to journal'
-'python2-jmespath: json_query support')
-makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
- 'python-setuptools') 
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
-sha512sums=('88ac28befefd7a70c36d8c33bc1aba1b0a5ffdea4bddd0b9e6c5488c70057662812208c221e47721c5a194fc30282a33490f196a719d9eb6d9b1e7dcfd1ff941')
-
-prepare() {
-  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}-python
-  python setup.py build
-}
-
-package_ansible() {
-  provides=('python2-ansible')
-
-  cd ${pkgname}-${pkgver}
-  py

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 18:08:01
  Author: svenstaro
Revision: 223836

upgpkg: ansible 2.3.0.0-2

Add python2-pywinrm and python2-ovirt-engine-sdk to optdeps

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 18:04:54 UTC (rev 223835)
+++ PKGBUILD2017-04-19 18:08:01 UTC (rev 223836)
@@ -8,7 +8,7 @@
 
 pkgname=(ansible python-ansible)
 pkgver=2.3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -17,6 +17,8 @@
 optdepends=('python2-passlib: crypt values for vars_prompt'
 'python2-netaddr: for the ipaddr filter'
 'python2-systemd: log to journal'
+'python2-pywinrm: connect to Windows machines (in AUR)'
+'python2-ovirt-engine-sdk: ovirt support (in AUR)'
 'python2-jmespath: json_query support')
 makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
  'python-setuptools') 


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 18:04:49
  Author: svenstaro
Revision: 223834

upgpkg: rustup 1.2.0-5

rebuild

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:57:51 UTC (rev 223833)
+++ PKGBUILD2017-04-19 18:04:49 UTC (rev 223834)
@@ -3,7 +3,7 @@
 # Contributor: Jon Gjengset 
 pkgname=rustup
 pkgver=1.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The Rust toolchain installer"
 arch=('i686' 'x86_64')
 url="https://github.com/rust-lang-nursery/rustup.rs";


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 18:04:54
  Author: svenstaro
Revision: 223835

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

Added:
  rustup/repos/community-testing-i686/PKGBUILD
(from rev 223834, rustup/trunk/PKGBUILD)
  rustup/repos/community-testing-i686/post.install
(from rev 223834, rustup/trunk/post.install)
  rustup/repos/community-testing-x86_64/PKGBUILD
(from rev 223834, rustup/trunk/PKGBUILD)
  rustup/repos/community-testing-x86_64/post.install
(from rev 223834, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-testing-i686/PKGBUILD
  rustup/repos/community-testing-i686/post.install
  rustup/repos/community-testing-x86_64/PKGBUILD
  rustup/repos/community-testing-x86_64/post.install

---+
 /PKGBUILD |   84 
 /post.install |   16 ++
 community-testing-i686/PKGBUILD   |   42 
 community-testing-i686/post.install   |8 ---
 community-testing-x86_64/PKGBUILD |   42 
 community-testing-x86_64/post.install |8 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-19 18:04:49 UTC (rev 223834)
+++ community-testing-i686/PKGBUILD 2017-04-19 18:04:54 UTC (rev 223835)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="The Rust toolchain installer"
-arch=('i686' 'x86_64')
-url="https://github.com/rust-lang-nursery/rustup.rs";
-license=('MIT' 'Apache')
-makedepends=('cargo')
-provides=('rust' 'cargo')
-conflicts=('rust' 'cargo')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
-md5sums=('6bba371804ba1527105e4c7e31ed622e')
-
-build() {
-msg2 "Building rustup"
-cd "$srcdir/$pkgname.rs-${pkgver}"
-# cargo update
-cargo build --release --features no-self-update --bin rustup-init
-
-msg2 "Running rustup-init"
-mkdir -p "$srcdir/tmp/.cargo"
-env -u CARGO_HOME "HOME=$srcdir/tmp" target/release/rustup-init -y 
#--no-modify-path https://github.com/rust-lang-nursery/rustup.rs/issues/856
-}
-
-package() {
-cd "$pkgname.rs-${pkgver}"
-install -dm755 "$pkgdir/usr/bin"
-cp "$srcdir/tmp/.cargo/bin"/* "$pkgdir/usr/bin/"
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-testing-i686/PKGBUILD (from rev 223834, 
rustup/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-19 18:04:54 UTC (rev 223835)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.2.0
+pkgrel=5
+pkgdesc="The Rust toolchain installer"
+arch=('i686' 'x86_64')
+url="https://github.com/rust-lang-nursery/rustup.rs";
+license=('MIT' 'Apache')
+makedepends=('cargo')
+provides=('rust' 'cargo')
+conflicts=('rust' 'cargo')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
+md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
+
+build() {
+msg2 "Building rustup"
+cd "$srcdir/$pkgname.rs-${pkgver}"
+# cargo update
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname.rs-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+mkdir -p "$pkgdir/usr/share/fish/completions"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
+mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+}
+
+# vim:filetype=sh:

Deleted: community-testing-i686/post.install
=

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 17:57:51
  Author: svenstaro
Revision: 223833

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

Added:
  rustup/repos/community-i686/PKGBUILD
(from rev 223832, rustup/trunk/PKGBUILD)
  rustup/repos/community-i686/post.install
(from rev 223832, rustup/trunk/post.install)
  rustup/repos/community-x86_64/PKGBUILD
(from rev 223832, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 223832, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-i686/PKGBUILD
  rustup/repos/community-i686/post.install
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

---+
 /PKGBUILD |   84 
 /post.install |   16 +++
 community-i686/PKGBUILD   |   42 
 community-i686/post.install   |8 ---
 community-x86_64/PKGBUILD |   42 
 community-x86_64/post.install |8 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-19 17:57:46 UTC (rev 223832)
+++ community-i686/PKGBUILD 2017-04-19 17:57:51 UTC (rev 223833)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="The Rust toolchain installer"
-arch=('i686' 'x86_64')
-url="https://github.com/rust-lang-nursery/rustup.rs";
-license=('MIT' 'Apache')
-makedepends=('cargo')
-provides=('rust' 'cargo')
-conflicts=('rust' 'cargo')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
-md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
-
-build() {
-msg2 "Building rustup"
-cd "$srcdir/$pkgname.rs-${pkgver}"
-# cargo update
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname.rs-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-i686/PKGBUILD (from rev 223832, 
rustup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-19 17:57:51 UTC (rev 223833)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.2.0
+pkgrel=4
+pkgdesc="The Rust toolchain installer"
+arch=('i686' 'x86_64')
+url="https://github.com/rust-lang-nursery/rustup.rs";
+license=('MIT' 'Apache')
+makedepends=('cargo')
+provides=('rust' 'cargo')
+conflicts=('rust' 'cargo')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
+md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
+
+build() {
+msg2 "Building rustup"
+cd "$srcdir/$pkgname.rs-${pkgver}"
+# cargo update
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname.rs-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+mkdir -p "$pkgdir/usr/share/fish/completions"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
+mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+}
+
+# vim:filetype=sh:

Deleted: community-i686/post.install
===
--- community-i686/post.install 2017-04-19 17:57:46 UTC (rev 223832)
+++ community-i686/post.install 2017-04-19 17:57:51 UTC (rev 223833)
@@ -1,8 +0,

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 17:57:46
  Author: svenstaro
Revision: 223832

upgpkg: rustup 1.2.0-4

rebuild

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:43:00 UTC (rev 223831)
+++ PKGBUILD2017-04-19 17:57:46 UTC (rev 223832)
@@ -3,7 +3,7 @@
 # Contributor: Jon Gjengset 
 pkgname=rustup
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The Rust toolchain installer"
 arch=('i686' 'x86_64')
 url="https://github.com/rust-lang-nursery/rustup.rs";


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 17:42:55
  Author: svenstaro
Revision: 223830

upgpkg: rustup 1.2.0-3

rebuild

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:42:51 UTC (rev 223829)
+++ PKGBUILD2017-04-19 17:42:55 UTC (rev 223830)
@@ -3,7 +3,7 @@
 # Contributor: Jon Gjengset 
 pkgname=rustup
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The Rust toolchain installer"
 arch=('i686' 'x86_64')
 url="https://github.com/rust-lang-nursery/rustup.rs";


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 17:43:00
  Author: svenstaro
Revision: 223831

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

Added:
  rustup/repos/community-i686/PKGBUILD
(from rev 223830, rustup/trunk/PKGBUILD)
  rustup/repos/community-i686/post.install
(from rev 223830, rustup/trunk/post.install)
  rustup/repos/community-x86_64/PKGBUILD
(from rev 223830, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 223830, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-i686/PKGBUILD
  rustup/repos/community-i686/post.install
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

---+
 /PKGBUILD |   84 
 /post.install |   16 +++
 community-i686/PKGBUILD   |   42 
 community-i686/post.install   |8 ---
 community-x86_64/PKGBUILD |   42 
 community-x86_64/post.install |8 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-19 17:42:55 UTC (rev 223830)
+++ community-i686/PKGBUILD 2017-04-19 17:43:00 UTC (rev 223831)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="The Rust toolchain installer"
-arch=('i686' 'x86_64')
-url="https://github.com/rust-lang-nursery/rustup.rs";
-license=('MIT' 'Apache')
-makedepends=('cargo')
-provides=('rust' 'cargo')
-conflicts=('rust' 'cargo')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
-md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
-
-build() {
-msg2 "Building rustup"
-cd "$srcdir/$pkgname.rs-${pkgver}"
-# cargo update
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname.rs-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-i686/PKGBUILD (from rev 223830, 
rustup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-19 17:43:00 UTC (rev 223831)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="The Rust toolchain installer"
+arch=('i686' 'x86_64')
+url="https://github.com/rust-lang-nursery/rustup.rs";
+license=('MIT' 'Apache')
+makedepends=('cargo')
+provides=('rust' 'cargo')
+conflicts=('rust' 'cargo')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
+md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
+
+build() {
+msg2 "Building rustup"
+cd "$srcdir/$pkgname.rs-${pkgver}"
+# cargo update
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname.rs-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+mkdir -p "$pkgdir/usr/share/fish/completions"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
+mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+}
+
+# vim:filetype=sh:

Deleted: community-i686/post.install
===
--- community-i686/post.install 2017-04-19 17:42:55 UTC (rev 223830)
+++ community-i686/post.install 2017-04-19 17:43:00 UTC (rev 223831)
@@ -1,8 +0,

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:42:51
  Author: felixonmars
Revision: 223829

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

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

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

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 223828, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 17:42:51 UTC (rev 223829)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.2
+pkgrel=7
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1fcf2218c4683737842456b5daa8fca0ec9c8bb3ee0cc3a90c631aa213bfec29ef6d90c68190a9656cbd14b1a18a7b6caa6c0f8be5d09e86977ab4d93a48c93f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-comparison-bench -f-small-bench
+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"
+}

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 223828, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 17:42:51 UTC (rev 223829)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.2
+pkgrel=7
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1fcf2218c4683737842456b5daa8fca0ec9c8bb3ee0cc3a90c631aa213bfec29ef6d

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:42:27
  Author: felixonmars
Revision: 223828

upgpkg: haskell-store 0.4.2-7

rebuild with bifunctors,5.4.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:31:52 UTC (rev 223827)
+++ PKGBUILD2017-04-19 17:42:27 UTC (rev 223828)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store";
 license=('custom:BSD3')


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

2017-04-19 Thread Jaroslav Lichtblau
Date: Wednesday, April 19, 2017 @ 17:31:52
  Author: jlichtblau
Revision: 223827

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-19 17:31:31 UTC (rev 223826)
+++ community-i686/PKGBUILD 2017-04-19 17:31:52 UTC (rev 223827)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.7.3.18
-pkgrel=2
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('i686' 'x86_64')
-url="https://manaplus.org/";
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('ddac6dd8fb7b7a196fe376a97945fe64436af5089b598d42f4440fe155f9')
-
-prepare() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-}
-
-build() {
-  cd ManaPlus-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-i686/PKGBUILD (from rev 223826, 
manaplus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-19 17:31:52 UTC (rev 223827)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.7.4.15
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/";
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('02462c01c20aed112d2730ed83b50679944f5b0a8c839391a33b054e88190f6b')
+
+prepare() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+}
+
+build() {
+  cd ManaPlus-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-19 17:31:31 UTC (rev 223826)
+++ community-x86_64/PKGBUILD   2017-04-19 17:31:52 UTC (rev 223827)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.7.3.18
-pkgrel=2
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('i686' 'x86_64')
-url="https://manaplus.org/";
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('ddac6dd8fb7b7a196fe376a97945fe64436af5089b598d42f4440fe155f9')
-
-prepare() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-}
-
-build() {
-  cd ManaPlus-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-x86_64/PKGBUILD (from rev 223826, 
manaplus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-19 17:31:52 UTC (rev 223827)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.7.4.15
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/";
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
+makedepends=('mesa')
+replaces=('tmw')
+source=($p

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

2017-04-19 Thread Jaroslav Lichtblau
Date: Wednesday, April 19, 2017 @ 17:31:31
  Author: jlichtblau
Revision: 223826

upgpkg: manaplus 1.7.4.15-1 - new upstream release

Modified:
  manaplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:30:30 UTC (rev 223825)
+++ PKGBUILD2017-04-19 17:31:31 UTC (rev 223826)
@@ -5,8 +5,8 @@
 # Contributor: Jesse McClure 
 
 pkgname=manaplus
-pkgver=1.7.3.18
-pkgrel=2
+pkgver=1.7.4.15
+pkgrel=1
 pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
 arch=('i686' 'x86_64')
 url="https://manaplus.org/";
@@ -15,7 +15,7 @@
 makedepends=('mesa')
 replaces=('tmw')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('ddac6dd8fb7b7a196fe376a97945fe64436af5089b598d42f4440fe155f9')
+sha256sums=('02462c01c20aed112d2730ed83b50679944f5b0a8c839391a33b054e88190f6b')
 
 prepare() {
   cd ManaPlus-$pkgver


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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 17:30:30
  Author: svenstaro
Revision: 223825

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

Added:
  rustup/repos/community-i686/PKGBUILD
(from rev 223824, rustup/trunk/PKGBUILD)
  rustup/repos/community-i686/post.install
(from rev 223824, rustup/trunk/post.install)
  rustup/repos/community-x86_64/PKGBUILD
(from rev 223824, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 223824, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-i686/PKGBUILD
  rustup/repos/community-i686/post.install
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

---+
 /PKGBUILD |   84 
 /post.install |   16 +++
 community-i686/PKGBUILD   |   42 
 community-i686/post.install   |8 ---
 community-x86_64/PKGBUILD |   42 
 community-x86_64/post.install |8 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-19 17:30:23 UTC (rev 223824)
+++ community-i686/PKGBUILD 2017-04-19 17:30:30 UTC (rev 223825)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="The Rust toolchain installer"
-arch=('i686' 'x86_64')
-url="https://github.com/rust-lang-nursery/rustup.rs";
-license=('MIT' 'Apache')
-makedepends=('cargo')
-provides=('rust' 'cargo')
-conflicts=('rust' 'cargo')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
-md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb')
-
-build() {
-msg2 "Building rustup"
-cd "$srcdir/$pkgname.rs-${pkgver}"
-# cargo update
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname.rs-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-i686/PKGBUILD (from rev 223824, 
rustup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-19 17:30:30 UTC (rev 223825)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="The Rust toolchain installer"
+arch=('i686' 'x86_64')
+url="https://github.com/rust-lang-nursery/rustup.rs";
+license=('MIT' 'Apache')
+makedepends=('cargo')
+provides=('rust' 'cargo')
+conflicts=('rust' 'cargo')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
+md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
+
+build() {
+msg2 "Building rustup"
+cd "$srcdir/$pkgname.rs-${pkgver}"
+# cargo update
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname.rs-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+mkdir -p "$pkgdir/usr/share/fish/completions"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
+mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+}
+
+# vim:filetype=sh:

Deleted: community-i686/post.install
===
--- community-i686/post.install 2017-04-19 17:30:23 UTC (rev 223824)
+++ community-i686/post.install 2017-04-19 17:30:30 UTC (rev 223825)
@@ -1,8 +0,0 @@
-

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

2017-04-19 Thread Sven-Hendrik Haase
Date: Wednesday, April 19, 2017 @ 17:30:23
  Author: svenstaro
Revision: 223824

upgpkg: rustup 1.2.0-2

Add rls proxy binary

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:20:04 UTC (rev 223823)
+++ PKGBUILD2017-04-19 17:30:23 UTC (rev 223824)
@@ -3,7 +3,7 @@
 # Contributor: Jon Gjengset 
 pkgname=rustup
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Rust toolchain installer"
 arch=('i686' 'x86_64')
 url="https://github.com/rust-lang-nursery/rustup.rs";
@@ -14,7 +14,7 @@
 install='post.install'
 
source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz";)
 md5sums=('4a8a4b3b8e664c26f11e7ac04b81c197')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls')
 
 build() {
 msg2 "Building rustup"


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:20:04
  Author: felixonmars
Revision: 223823

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

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

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

Copied: haskell-xcffib/repos/community-staging-i686/PKGBUILD (from rev 223822, 
haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 17:20:04 UTC (rev 223823)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=14
+pkgdesc="A cffi-based python binding for X"
+url="http://github.com/tych0/xcffib";
+license=('Apache')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip'
+ 'haskell-language-python' 'haskell-mtl' 
'haskell-optparse-applicative' 'haskell-semigroups'
+ 'haskell-split' 'haskell-xcb-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('c4d954462b3636cbd7e61809250e74fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
223822, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 17:20:04 UTC (rev 223823)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=14
+pkgdesc="A cffi-based python binding for X"
+url="http://github.com/tych0/xcffib";
+license=('Apache')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip'
+ 'haskell-language-python' 'haskell-mtl' 
'haskell-optparse-applicative' 'haskell-semigroups'
+ 'haskell-split' 'haskell-xcb-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('c4d954462b3636cbd7e61809250e74fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:19:43
  Author: felixonmars
Revision: 223822

upgpkg: haskell-xcffib 0.5.1-14

rebuild with bifunctors,5.4.2

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:17:31 UTC (rev 223821)
+++ PKGBUILD2017-04-19 17:19:43 UTC (rev 223822)
@@ -4,7 +4,7 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.5.1
-pkgrel=13
+pkgrel=14
 pkgdesc="A cffi-based python binding for X"
 url="http://github.com/tych0/xcffib";
 license=('Apache')


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:17:31
  Author: felixonmars
Revision: 223821

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

Added:
  haskell-optparse-simple/repos/community-staging-i686/
  haskell-optparse-simple/repos/community-staging-i686/PKGBUILD
(from rev 223820, haskell-optparse-simple/trunk/PKGBUILD)
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 223820, haskell-optparse-simple/trunk/PKGBUILD)

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

Copied: haskell-optparse-simple/repos/community-staging-i686/PKGBUILD (from rev 
223820, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 17:17:31 UTC (rev 223821)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=42
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-either" "haskell-gitrev" 
"haskell-optparse-applicative")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 223820, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 17:17:31 UTC (rev 223821)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=42
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-either" "haskell-gitrev" 
"haskell-optparse-applicative")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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/

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:17:10
  Author: felixonmars
Revision: 223820

upgpkg: haskell-optparse-simple 0.0.3-42

rebuild with bifunctors,5.4.2

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:14:06 UTC (rev 223819)
+++ PKGBUILD2017-04-19 17:17:10 UTC (rev 223820)
@@ -5,7 +5,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.0.3
-pkgrel=41
+pkgrel=42
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:14:06
  Author: felixonmars
Revision: 223819

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 223818, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 223818, ghc-mod/trunk/PKGBUILD)

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

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 223818, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 17:14:06 UTC (rev 223819)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.7.0.0
+pkgrel=26
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--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_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+
+cd "${srcdir}/${pkgbase}"
+
+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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 223818, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 17:14:06 UTC (rev 223819)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.7.0.0
+pkgrel=26
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:13:45
  Author: felixonmars
Revision: 223818

upgpkg: ghc-mod 5.7.0.0-26

rebuild with bifunctors,5.4.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:02:39 UTC (rev 223817)
+++ PKGBUILD2017-04-19 17:13:45 UTC (rev 223818)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=25
+pkgrel=26
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/";
 license=("AGPL3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:02:39
  Author: felixonmars
Revision: 223817

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

Added:
  haskell-monad-journal/repos/community-staging-i686/
  haskell-monad-journal/repos/community-staging-i686/PKGBUILD
(from rev 223816, haskell-monad-journal/trunk/PKGBUILD)
  haskell-monad-journal/repos/community-staging-x86_64/
  haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD
(from rev 223816, haskell-monad-journal/trunk/PKGBUILD)

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

Copied: haskell-monad-journal/repos/community-staging-i686/PKGBUILD (from rev 
223816, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 17:02:39 UTC (rev 223817)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.2
+pkgrel=19
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-either" "haskell-monad-control" "haskell-mtl"
+ "haskell-transformers-base")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('72b1a676bd994198544c4861a05b1d1b4f7ae55ea35a837cace539b8d6c69d08')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD (from rev 
223816, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 17:02:39 UTC (rev 223817)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.2
+pkgrel=19
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-either" "haskell-monad-control" "haskell-mtl"
+ "haskell-transformers-base")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('72b1a676bd994198544c4861a05b1d1b4f7ae55ea35a837cace539b8d6c69d08')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:02:18
  Author: felixonmars
Revision: 223816

upgpkg: haskell-monad-journal 0.7.2-19

rebuild with bifunctors,5.4.2

Modified:
  haskell-monad-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:00:40 UTC (rev 223815)
+++ PKGBUILD2017-04-19 17:02:18 UTC (rev 223816)
@@ -5,7 +5,7 @@
 _hkgname=monad-journal
 pkgname=haskell-monad-journal
 pkgver=0.7.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Pure logger typeclass and monad transformer"
 url="http://github.com/phaazon/monad-journal";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:00:40
  Author: felixonmars
Revision: 223815

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

Added:
  haskell-hasql-transaction/repos/community-staging-i686/
  haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD
(from rev 223814, haskell-hasql-transaction/trunk/PKGBUILD)
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 223814, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD (from 
rev 223814, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 17:00:40 UTC (rev 223815)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=18
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 223814, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 17:00:40 UTC (rev 223815)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=18
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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" 
"$

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:00:18
  Author: felixonmars
Revision: 223814

upgpkg: haskell-hasql-transaction 0.5-18

rebuild with bifunctors,5.4.2

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 16:58:16 UTC (rev 223813)
+++ PKGBUILD2017-04-19 17:00:18 UTC (rev 223814)
@@ -4,7 +4,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.5
-pkgrel=17
+pkgrel=18
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction";
 license=('MIT')


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:57:56
  Author: felixonmars
Revision: 223812

upgpkg: haskell-hasql-pool 0.4.1-36

rebuild with bifunctors,5.4.2

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 16:55:56 UTC (rev 223811)
+++ PKGBUILD2017-04-19 16:57:56 UTC (rev 223812)
@@ -5,7 +5,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.4.1
-pkgrel=35
+pkgrel=36
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool";
 license=('MIT')


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:58:16
  Author: felixonmars
Revision: 223813

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

Added:
  haskell-hasql-pool/repos/community-staging-i686/
  haskell-hasql-pool/repos/community-staging-i686/PKGBUILD
(from rev 223812, haskell-hasql-pool/trunk/PKGBUILD)
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 223812, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-i686/PKGBUILD (from rev 
223812, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 16:58:16 UTC (rev 223813)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=36
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
223812, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 16:58:16 UTC (rev 223813)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=36
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:55:56
  Author: felixonmars
Revision: 223811

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

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

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

Copied: haskell-hasql/repos/community-staging-i686/PKGBUILD (from rev 223810, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 16:55:56 UTC (rev 223811)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18
+pkgrel=12
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('f368ae2e8ae20b60100597f371c613310819f91d0c256859cfa8bee9d478d991505a7184d31d950a886217d2186d2a2604b28920460af1f590a39ab5b687b7f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 223810, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 16:55:56 UTC (rev 223811)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18
+pkgrel=12
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('f368ae2e8ae20b60100597f371c613310819f91d0c256859cfa8bee9d478d991505a7184d31d950a886217d2186d2a2604b28920460af1f590a39ab5b687b7f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-scri

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:55:35
  Author: felixonmars
Revision: 223810

upgpkg: haskell-hasql 0.19.18-12

rebuild with bifunctors,5.4.2

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 16:51:37 UTC (rev 223809)
+++ PKGBUILD2017-04-19 16:55:35 UTC (rev 223810)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=0.19.18
-pkgrel=11
+pkgrel=12
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql";
 license=('MIT')


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:51:37
  Author: felixonmars
Revision: 223809

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

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

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 223808, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 16:51:37 UTC (rev 223809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.16
+pkgrel=30
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/";
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs" "haskell-dlist"
+ "haskell-either" "haskell-mtl" "haskell-regex-base" 
"haskell-regex-pcre"
+ "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-unix-compat" 
"haskell-unicode-show"
+ "haskell-unordered-containers" "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('7161e331f409ee95abfab14f720ad300ce4c9bd37a9fae74de6643c0f30b134b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 223808, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 16:51:37 UTC (rev 223809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.16
+pkgrel=30
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/";
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs" "haskell-dlist"
+ "haskell-either" "haskell-mtl" "haskell-regex-base" 
"haskell-regex-pcre"
+ "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-unix-compat" 
"haskell-unicode-show"
+ "haskell-unordered-containers" "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('7161e331f409ee95abfab14f720ad300ce4c9bd37a9fae74de6643c0f30b134b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:51:17
  Author: felixonmars
Revision: 223808

upgpkg: cgrep 6.6.16-30

rebuild with bifunctors,5.4.2

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 16:49:09 UTC (rev 223807)
+++ PKGBUILD2017-04-19 16:51:17 UTC (rev 223808)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.16
-pkgrel=29
+pkgrel=30
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/";
 license=("GPL2")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:49:09
  Author: felixonmars
Revision: 223807

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

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

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

Copied: haskell-either/repos/community-staging-i686/PKGBUILD (from rev 223806, 
haskell-either/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 16:49:09 UTC (rev 223807)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=4.4.1.1
+pkgrel=19
+pkgdesc="An either monad transformer"
+url="http://github.com/ekmett/either/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-bifunctors" "haskell-exceptions" "haskell-free"
+ "haskell-mmorph" "haskell-monad-control" "haskell-monadrandom"
+ "haskell-mtl" "haskell-profunctors" "haskell-semigroupoids"
+ "haskell-semigroups" "haskell-transformers-base")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b087cb0fb63fec2fbdcac05fef0d03751daef5deb86cda3c732b9a6a31e634d3')
+
+prepare() {
+sed -i 's/MonadRandom   >= 0.1 && < 0.5,/MonadRandom   >= 0.1  
   \&\& < 0.6,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-either/repos/community-staging-x86_64/PKGBUILD (from rev 
223806, haskell-either/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 16:49:09 UTC (rev 223807)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=4.4.1.1
+pkgrel=19
+pkgdesc="An either monad transformer"
+url="http://github.com/ekmett/either/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-bifunctors" "haskell-exceptions" "haskell-free"
+ "haskell-mmorph" "haskell-monad-control" "haskell-monadrandom"
+ "haskell-mtl" "haskell-profunctors" "haskell-semigroupoids"
+ "haskell-semigroups" "haskell-transformers-base")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b087cb0fb63fec2fbdcac05fef0d03751daef5deb86cda3c732b9a6a31e634d3')
+
+prepare() {
+sed -i 's/MonadRandom   >= 0.1 && < 0.5,/MonadRandom   >= 0.1  
   \&\& < 0.6,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:48:48
  Author: felixonmars
Revision: 223806

upgpkg: haskell-either 4.4.1.1-19

rebuild with bifunctors,5.4.2

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 16:46:59 UTC (rev 223805)
+++ PKGBUILD2017-04-19 16:48:48 UTC (rev 223806)
@@ -5,7 +5,7 @@
 _hkgname=either
 pkgname=haskell-either
 pkgver=4.4.1.1
-pkgrel=18
+pkgrel=19
 pkgdesc="An either monad transformer"
 url="http://github.com/ekmett/either/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:46:59
  Author: felixonmars
Revision: 223805

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

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

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

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
223804, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 16:46:59 UTC (rev 223805)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=29
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
223804, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 16:46:59 UTC (rev 223805)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=29
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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/

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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:46:38
  Author: felixonmars
Revision: 223804

upgpkg: haskell-adjunctions 4.3-29

rebuild with bifunctors,5.4.2

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 16:44:28 UTC (rev 223803)
+++ PKGBUILD2017-04-19 16:46:38 UTC (rev 223804)
@@ -5,7 +5,7 @@
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
 pkgver=4.3
-pkgrel=28
+pkgrel=29
 pkgdesc="Adjunctions and representable functors"
 url="http://github.com/ekmett/adjunctions/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:44:07
  Author: felixonmars
Revision: 223802

upgpkg: haskell-free 4.12.4-29

rebuild with bifunctors,5.4.2

Modified:
  haskell-free/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 16:41:15 UTC (rev 223801)
+++ PKGBUILD2017-04-19 16:44:07 UTC (rev 223802)
@@ -5,7 +5,7 @@
 _hkgname=free
 pkgname=haskell-free
 pkgver=4.12.4
-pkgrel=28
+pkgrel=29
 pkgdesc="Monads for free"
 url="http://github.com/ekmett/free/";
 license=("custom:BSD3")


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

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 16:44:28
  Author: felixonmars
Revision: 223803

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

Added:
  haskell-free/repos/community-staging-i686/
  haskell-free/repos/community-staging-i686/PKGBUILD
(from rev 223802, haskell-free/trunk/PKGBUILD)
  haskell-free/repos/community-staging-i686/haskell-free.install
(from rev 223802, haskell-free/trunk/haskell-free.install)
  haskell-free/repos/community-staging-x86_64/
  haskell-free/repos/community-staging-x86_64/PKGBUILD
(from rev 223802, haskell-free/trunk/PKGBUILD)
  haskell-free/repos/community-staging-x86_64/haskell-free.install
(from rev 223802, haskell-free/trunk/haskell-free.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-free.install   |   18 +
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-free.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-free/repos/community-staging-i686/PKGBUILD (from rev 223802, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-19 16:44:28 UTC (rev 223803)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=4.12.4
+pkgrel=29
+pkgdesc="Monads for free"
+url="http://github.com/ekmett/free/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-bifunctors" "haskell-comonad" 
"haskell-distributive"
+ "haskell-exceptions" "haskell-mtl" "haskell-prelude-extras"
+ "haskell-profunctors" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('c9fe45aae387855626ecb5a0fea6afdb207143cb00af3b1f715d1032d2d08784')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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"
+}

Copied: haskell-free/repos/community-staging-i686/haskell-free.install (from 
rev 223802, haskell-free/trunk/haskell-free.install)
===
--- community-staging-i686/haskell-free.install (rev 0)
+++ community-staging-i686/haskell-free.install 2017-04-19 16:44:28 UTC (rev 
223803)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-free
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-free/repos/community-staging-x86_64/PKGBUILD (from rev 223802, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-19 16:44:28 UTC (rev 223803)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=4.12.4
+pkgrel=29
+pkgdesc="Monads for free"
+url="http://github.com/ekmett/free/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-bifunctors" "haskell-comonad" 
"haskell-distributive"
+ "haskell-exceptions" "haskell-mtl" "haskell-prelude-extras"
+ "haskell-profunctors" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-transformers

  1   2   >