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

2016-01-05 Thread Levente Polyak
Date: Tuesday, January 5, 2016 @ 10:32:03
  Author: anthraxx
Revision: 155513

upgpkg: ruby-paint 1.0.1-1

upgpkg: ruby-paint 1.0.1-1

Modified:
  ruby-paint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 07:53:48 UTC (rev 155512)
+++ PKGBUILD2016-01-05 09:32:03 UTC (rev 155513)
@@ -3,8 +3,8 @@
 
 _gemname=paint
 pkgname=ruby-${_gemname}
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Ruby paint manages terminal colors and effects"
 url="https://github.com/janlelis/paint;
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('a412d7d80daec622d3eb69eed5b2badae69e1d0002e849cf173453391c4ade679b368c64deb3c50520aa6bcb5635994d919642680001df598e0b74d826ec6d7f')
+sha512sums=('dc520e7d347bbda463a0d1da1f4c055278a98455e6b3e2104baecac6ef7256c738607bcc36b94cca0337d4b353bc38fdf9458e44e547ac292005e1995e3a3432')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2016-01-05 Thread Levente Polyak
Date: Tuesday, January 5, 2016 @ 10:32:10
  Author: anthraxx
Revision: 155514

archrelease: copy trunk to community-any

Added:
  ruby-paint/repos/community-any/PKGBUILD
(from rev 155513, ruby-paint/trunk/PKGBUILD)
Deleted:
  ruby-paint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-05 09:32:03 UTC (rev 155513)
+++ PKGBUILD2016-01-05 09:32:10 UTC (rev 155514)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Gordin <9ordin @t gmail dot com>
-
-_gemname=paint
-pkgname=ruby-${_gemname}
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="Ruby paint manages terminal colors and effects"
-url="https://github.com/janlelis/paint;
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('a412d7d80daec622d3eb69eed5b2badae69e1d0002e849cf173453391c4ade679b368c64deb3c50520aa6bcb5635994d919642680001df598e0b74d826ec6d7f')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.rdoc" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-paint/repos/community-any/PKGBUILD (from rev 155513, 
ruby-paint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-05 09:32:10 UTC (rev 155514)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Gordin <9ordin @t gmail dot com>
+
+_gemname=paint
+pkgname=ruby-${_gemname}
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Ruby paint manages terminal colors and effects"
+url="https://github.com/janlelis/paint;
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('dc520e7d347bbda463a0d1da1f4c055278a98455e6b3e2104baecac6ef7256c738607bcc36b94cca0337d4b353bc38fdf9458e44e547ac292005e1995e3a3432')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.rdoc" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 17:56:19
  Author: spupykin
Revision: 155521

upgpkg: virt-manager 1.3.2-1

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 16:53:20 UTC (rev 155520)
+++ PKGBUILD2016-01-05 16:56:19 UTC (rev 155521)
@@ -5,8 +5,8 @@
 
 pkgbase=virt-manager
 pkgname=(virt-install virt-manager)
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="Console user interface for managing virtual machines"
 arch=('any')
 url="http://virt-manager.org/;
@@ -20,7 +20,7 @@
 'graphite' 'spice-gtk3'
 'libvirt-glib' 'vte3')
 
source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
-md5sums=('7cd2c0ce6de2ad51bd959a42a8a512f9')
+md5sums=('6d0436939769b66457034b1ae7040b85')
 
 build() {
   cd "$srcdir/$pkgbase-$pkgver"


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

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 17:56:28
  Author: spupykin
Revision: 155522

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 155521, virt-manager/trunk/PKGBUILD)
  virt-manager/repos/community-any/virt-manager.install
(from rev 155521, virt-manager/trunk/virt-manager.install)
Deleted:
  virt-manager/repos/community-any/PKGBUILD
  virt-manager/repos/community-any/virt-manager.install

--+
 PKGBUILD |   90 -
 virt-manager.install |   46 -
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-05 16:56:19 UTC (rev 155521)
+++ PKGBUILD2016-01-05 16:56:28 UTC (rev 155522)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=virt-manager
-pkgname=(virt-install virt-manager)
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="Console user interface for managing virtual machines"
-arch=('any')
-url="http://virt-manager.org/;
-license=('GPL')
-depends=('python2' 'libvirt-python' 'libxml2' 'libvirt'
-'libosinfo' 'python2-ipaddr' 'python2-gobject' 'python2-requests')
-makedepends=('intltool>=0.35.0'
-'dbus-python' 'gtk-vnc' 'rarian'
-'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
-'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-'graphite' 'spice-gtk3'
-'libvirt-glib' 'vte3')
-source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
-md5sums=('7cd2c0ce6de2ad51bd959a42a8a512f9')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py build
-}
-
-package_virt-install() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
-}
-
-package_virt-manager() {
-  pkgdesc="Desktop user interface for managing virtual machines"
-  install=virt-manager.install
-  depends=('virt-install'
-   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
-   'dbus-python' 'gtk-vnc' 'rarian'
-   'yajl' 'librsvg' 'libuser'
-   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-   'graphite' 'spice-gtk3'
-   'libvirt-glib' 'vte3')
-}

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 155521, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-05 16:56:28 UTC (rev 155522)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=virt-manager
+pkgname=(virt-install virt-manager)
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Console user interface for managing virtual machines"
+arch=('any')
+url="http://virt-manager.org/;
+license=('GPL')
+depends=('python2' 'libvirt-python' 'libxml2' 'libvirt'
+'libosinfo' 'python2-ipaddr' 'python2-gobject' 'python2-requests')
+makedepends=('intltool>=0.35.0'
+'dbus-python' 'gtk-vnc' 'rarian'
+'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+'graphite' 'spice-gtk3'
+'libvirt-glib' 'vte3')
+source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
+md5sums=('6d0436939769b66457034b1ae7040b85')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py build
+}
+
+package_virt-install() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
+}
+
+package_virt-manager() {
+  pkgdesc="Desktop user interface for managing virtual machines"
+  install=virt-manager.install
+  depends=('virt-install'
+   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+   'dbus-python' 'gtk-vnc' 'rarian'
+   'yajl' 'librsvg' 'libuser'
+   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+   'graphite' 'spice-gtk3'
+   'libvirt-glib' 'vte3')
+}

Deleted: virt-manager.install
===
--- virt-manager.install2016-01-05 16:56:19 UTC (rev 155521)
+++ virt-manager.install2016-01-05 16:56:28 UTC (rev 155522)
@@ -1,23 +0,0 @@
-post_install() {
-   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-   pre_remove $1
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-pre_remove() {
-   rm -f 

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

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 18:06:06
  Author: spupykin
Revision: 155524

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 155523, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/arch-fixes.patch
(from rev 155523, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-i686/config.settings
(from rev 155523, unrealircd/trunk/config.settings)
  unrealircd/repos/community-i686/install.pl
(from rev 155523, unrealircd/trunk/install.pl)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 155523, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 155523, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
(from rev 155523, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 155523, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/arch-fixes.patch
(from rev 155523, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-x86_64/config.settings
(from rev 155523, unrealircd/trunk/config.settings)
  unrealircd/repos/community-x86_64/install.pl
(from rev 155523, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 155523, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 155523, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 155523, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/arch-fixes.patch
  unrealircd/repos/community-i686/config.settings
  unrealircd/repos/community-i686/install.pl
  unrealircd/repos/community-i686/unrealircd.install
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/arch-fixes.patch
  unrealircd/repos/community-x86_64/config.settings
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

+
 /PKGBUILD  |  108 +
 /arch-fixes.patch  |  112 +++
 /config.settings   |   56 +++
 /install.pl|   10 ++
 /unrealircd.install|   24 ++
 /unrealircd.service|   24 ++
 /unrealircd.tmpfiles.d |2 
 community-i686/PKGBUILD|   50 -
 community-i686/arch-fixes.patch|   56 ---
 community-i686/config.settings |   28 ---
 community-i686/install.pl  |5 -
 community-i686/unrealircd.install  |   12 ---
 community-i686/unrealircd.service  |   12 ---
 community-i686/unrealircd.tmpfiles.d   |1 
 community-x86_64/PKGBUILD  |   50 -
 community-x86_64/arch-fixes.patch  |   56 ---
 community-x86_64/config.settings   |   28 ---
 community-x86_64/install.pl|5 -
 community-x86_64/unrealircd.install|   12 ---
 community-x86_64/unrealircd.service|   12 ---
 community-x86_64/unrealircd.tmpfiles.d |1 
 21 files changed, 336 insertions(+), 328 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-05 17:05:39 UTC (rev 155523)
+++ community-i686/PKGBUILD 2016-01-05 17:06:06 UTC (rev 155524)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('i686' 'x86_64')
-url="http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   config.settings
-   install.pl
-   arch-fixes.patch)
-md5sums=('ea5922554cda40e39a2d6fd7520284f1'
- '677d8de0bae770488a2c1730f9475a51'
- '3ec519ea7dbe99696eb6c51dfc0d382a'
- 'fad1a30c32bf0c75b23e6813d062e19a'
- '3a23792b03420fc578cf6688b1574ae3'
- '5f4bf9f99f6c78bc9e6ee4ec66b021fa')
-
-prepare() {
-  cd $srcdir/unrealircd-$pkgver
-  cp $srcdir/config.settings .
-}
-
-build() {
-  cd $srcdir/unrealircd-$pkgver
-  ./Config -quick
-  make
-}
-
-package() {
-  cd 

[arch-commits] Commit in unrealircd/trunk (PKGBUILD config.settings)

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 18:05:39
  Author: spupykin
Revision: 155523

upgpkg: unrealircd 4.0.0-2

upd

Modified:
  unrealircd/trunk/PKGBUILD
  unrealircd/trunk/config.settings

-+
 PKGBUILD|8 ++--
 config.settings |2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 16:56:28 UTC (rev 155522)
+++ PKGBUILD2016-01-05 17:05:39 UTC (rev 155523)
@@ -4,7 +4,7 @@
 
 pkgname=unrealircd
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
 url="http://unrealircd.com;
@@ -23,7 +23,7 @@
 md5sums=('ea5922554cda40e39a2d6fd7520284f1'
  '677d8de0bae770488a2c1730f9475a51'
  '3ec519ea7dbe99696eb6c51dfc0d382a'
- 'fad1a30c32bf0c75b23e6813d062e19a'
+ '20784da01c3d35f1cea91bd27ca44a75'
  '3a23792b03420fc578cf6688b1574ae3'
  '5f4bf9f99f6c78bc9e6ee4ec66b021fa')
 
@@ -30,6 +30,10 @@
 prepare() {
   cd $srcdir/unrealircd-$pkgver
   cp $srcdir/config.settings .
+  sed -i \
+-e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
+-e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
+Makefile.in
 }
 
 build() {

Modified: config.settings
===
--- config.settings 2016-01-05 16:56:28 UTC (rev 155522)
+++ config.settings 2016-01-05 17:05:39 UTC (rev 155523)
@@ -12,7 +12,7 @@
 MAXSENDQLENGTH="300"
 MAXCONNECTIONS="1024"
 NICKNAMEHISTORYLENGTH="2000"
-DEFPERM="0600"
+DEFPERM="0644"
 SSLDIR="/usr"
 REMOTEINC=""
 CURLDIR="/usr"


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

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 18:11:02
  Author: spupykin
Revision: 155528

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 155527, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc-auto.service
(from rev 155527, lxc/trunk/lxc-auto.service)
  lxc/repos/community-i686/lxc.service
(from rev 155527, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 155527, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 155527, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 155527, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 155527, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 155527, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc-auto.service
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

---+
 /PKGBUILD |  160 
 /lxc-auto.service |   24 +
 /lxc.service  |   24 +
 /lxc.tmpfiles.d   |2 
 community-i686/PKGBUILD   |   79 -
 community-i686/lxc-auto.service   |   12 --
 community-i686/lxc.service|   12 --
 community-i686/lxc.tmpfiles.d |1 
 community-x86_64/PKGBUILD |   79 -
 community-x86_64/lxc-auto.service |   12 --
 community-x86_64/lxc.service  |   12 --
 community-x86_64/lxc.tmpfiles.d   |1 
 12 files changed, 210 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-05 17:10:42 UTC (rev 155527)
+++ community-i686/PKGBUILD 2016-01-05 17:11:02 UTC (rev 155528)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=1.1.5
-pkgrel=2
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-md5sums=('dd9684dde0a58ed13f4f49c855b79a1a'
- 'SKIP'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '4b41aa53ee714c60f0309541d2e9ea15'
- '5566d9bd868adf26b19d59f9f77bec95')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \
-config/bash/Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 ${srcdir}/lxc.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc-auto.service 
${pkgdir}/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 155527, lxc/trunk/PKGBUILD)

[arch-commits] Commit in (lxc/trunk/PKGBUILD osm-gps-map-gtk3 osm-gps-map)

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 18:10:42
  Author: spupykin
Revision: 155527

Added:
  osm-gps-map/
Modified:
  lxc/trunk/PKGBUILD
Deleted:
  osm-gps-map-gtk3/

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

Modified: lxc/trunk/PKGBUILD
===
--- lxc/trunk/PKGBUILD  2016-01-05 17:10:18 UTC (rev 155526)
+++ lxc/trunk/PKGBUILD  2016-01-05 17:10:42 UTC (rev 155527)
@@ -8,7 +8,7 @@
 pkgname=lxc
 epoch=1
 pkgver=1.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux Containers"
 arch=('i686' 'x86_64')
 url="http://linuxcontainers.org;
@@ -15,6 +15,7 @@
 depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
 makedepends=('docbook2x' 'lua')
 optdepends=('arch-install-scripts: for archlinux template'
+   'dnsmasq: lxc-net.service'
'lua'
'lua-filesystem: lxc-top'
'lua-alt-getopt: lxc-top')


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

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 18:30:37
  Author: spupykin
Revision: 155532

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

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

+
 /PKGBUILD  |  102 +++
 /darktable.install |   22 +++
 community-i686/PKGBUILD|   51 -
 community-i686/darktable.install   |   11 ---
 community-x86_64/PKGBUILD  |   51 -
 community-x86_64/darktable.install |   11 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-05 17:30:24 UTC (rev 155531)
+++ community-i686/PKGBUILD 2016-01-05 17:30:37 UTC (rev 155532)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-pkgver=2.0.0
-pkgrel=4
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'osm-gps-map-gtk3' 'json-glib' 'flickcurl' 
'lua52'
-'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('1a95dd4d7dce7c9d76988d0cca003a5f')
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 155531, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-05 17:30:37 UTC (rev 155532)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+pkgver=2.0.0
+pkgrel=5
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 
'lua52'
+'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('1a95dd4d7dce7c9d76988d0cca003a5f')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
+  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
+}

Deleted: 

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

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 18:30:24
  Author: spupykin
Revision: 155531

upgpkg: darktable 2.0.0-5

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 17:29:14 UTC (rev 155530)
+++ PKGBUILD2016-01-05 17:30:24 UTC (rev 155531)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 pkgver=2.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'osm-gps-map-gtk3' 'json-glib' 'flickcurl' 
'lua52'
+'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 
'lua52'
 'colord' 'colord-gtk' 'graphicsmagick')
 makedepends=('intltool>=0.40' 'cmake' 'librsvg')
 optdepends=('librsvg')


[arch-commits] Commit in osm-gps-map/repos (4 files)

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 18:30:55
  Author: spupykin
Revision: 155534

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

Added:
  osm-gps-map/repos/community-i686/
  osm-gps-map/repos/community-i686/PKGBUILD
(from rev 155533, osm-gps-map/trunk/PKGBUILD)
  osm-gps-map/repos/community-x86_64/
  osm-gps-map/repos/community-x86_64/PKGBUILD
(from rev 155533, osm-gps-map/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   33 +
 community-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: osm-gps-map/repos/community-i686/PKGBUILD (from rev 155533, 
osm-gps-map/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-05 17:30:55 UTC (rev 155534)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stephan Windmüller 
+
+pkgname=osm-gps-map
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="GTK+ 3 library for showing OSM tiles"
+arch=('i686' 'x86_64')
+url="http://nzjrs.github.com/osm-gps-map/;
+license=('GPL2')
+depends=('gtk3' 'libsoup')
+makedepends=('gnome-common' 'gtk-doc' 'gobject-introspection')
+optdepends=('python2-osmgpsmap: Python bindings')
+provides=('osm-gps-map-gtk3')
+conflicts=('osm-gps-map-gtk3')
+replaces=('osm-gps-map-gtk3')
+source=("https://github.com/nzjrs/osm-gps-map/archive/$pkgver.tar.gz;)
+sha256sums=('027004459f2f29232d4ca0c914f835e6c06b720aef1daa9b470d9d5e1b71159b')
+
+prepare() {
+  cd $srcdir/osm-gps-map-$pkgver
+  ./autogen.sh
+  sed -i "s@osm_gps_mapdocdir = \${prefix}/doc/osm-gps-map@osm_gps_mapdocdir = 
\
+\${prefix}/share/doc/${pkgname}@" Makefile.in
+}
+
+package() {
+  cd $srcdir/osm-gps-map-$pkgver
+  ./configure --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-gtk-doc
+  make
+  make DESTDIR=$pkgdir install
+}

Copied: osm-gps-map/repos/community-x86_64/PKGBUILD (from rev 155533, 
osm-gps-map/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-05 17:30:55 UTC (rev 155534)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stephan Windmüller 
+
+pkgname=osm-gps-map
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="GTK+ 3 library for showing OSM tiles"
+arch=('i686' 'x86_64')
+url="http://nzjrs.github.com/osm-gps-map/;
+license=('GPL2')
+depends=('gtk3' 'libsoup')
+makedepends=('gnome-common' 'gtk-doc' 'gobject-introspection')
+optdepends=('python2-osmgpsmap: Python bindings')
+provides=('osm-gps-map-gtk3')
+conflicts=('osm-gps-map-gtk3')
+replaces=('osm-gps-map-gtk3')
+source=("https://github.com/nzjrs/osm-gps-map/archive/$pkgver.tar.gz;)
+sha256sums=('027004459f2f29232d4ca0c914f835e6c06b720aef1daa9b470d9d5e1b71159b')
+
+prepare() {
+  cd $srcdir/osm-gps-map-$pkgver
+  ./autogen.sh
+  sed -i "s@osm_gps_mapdocdir = \${prefix}/doc/osm-gps-map@osm_gps_mapdocdir = 
\
+\${prefix}/share/doc/${pkgname}@" Makefile.in
+}
+
+package() {
+  cd $srcdir/osm-gps-map-$pkgver
+  ./configure --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-gtk-doc
+  make
+  make DESTDIR=$pkgdir install
+}


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

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 17:52:24
  Author: spupykin
Revision: 155517

upgpkg: lxc 1:1.1.5-2

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 15:19:30 UTC (rev 155516)
+++ PKGBUILD2016-01-05 16:52:24 UTC (rev 155517)
@@ -6,9 +6,9 @@
 # Contributor: Jon Nordby 
 
 pkgname=lxc
+epoch=1
 pkgver=1.1.5
-epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux Containers"
 arch=('i686' 'x86_64')
 url="http://linuxcontainers.org;
@@ -37,6 +37,9 @@
   sed -i \
 -e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
 configure.ac
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \
+config/bash/Makefile.am
 }
 
 build() {


[arch-commits] Commit in osm-gps-map/trunk (PKGBUILD)

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 18:30:42
  Author: spupykin
Revision: 155533

upgpkg: osm-gps-map 1.1.0-2

upd

Modified:
  osm-gps-map/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 17:30:37 UTC (rev 155532)
+++ PKGBUILD2016-01-05 17:30:42 UTC (rev 155533)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 # Maintainer: Stephan Windmüller 
 
-pkgname=osm-gps-map-gtk3
+pkgname=osm-gps-map
 pkgver=1.1.0
 pkgrel=2
 pkgdesc="GTK+ 3 library for showing OSM tiles"
@@ -12,8 +12,9 @@
 depends=('gtk3' 'libsoup')
 makedepends=('gnome-common' 'gtk-doc' 'gobject-introspection')
 optdepends=('python2-osmgpsmap: Python bindings')
-provides=('osm-gps-map')
-conflicts=('osm-gps-map')
+provides=('osm-gps-map-gtk3')
+conflicts=('osm-gps-map-gtk3')
+replaces=('osm-gps-map-gtk3')
 source=("https://github.com/nzjrs/osm-gps-map/archive/$pkgver.tar.gz;)
 sha256sums=('027004459f2f29232d4ca0c914f835e6c06b720aef1daa9b470d9d5e1b71159b')
 


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

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 17:52:51
  Author: spupykin
Revision: 155518

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 155517, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc-auto.service
(from rev 155517, lxc/trunk/lxc-auto.service)
  lxc/repos/community-i686/lxc.service
(from rev 155517, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 155517, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 155517, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 155517, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 155517, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 155517, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc-auto.service
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

---+
 /PKGBUILD |  158 
 /lxc-auto.service |   24 +
 /lxc.service  |   24 +
 /lxc.tmpfiles.d   |2 
 community-i686/PKGBUILD   |   76 -
 community-i686/lxc-auto.service   |   12 --
 community-i686/lxc.service|   12 --
 community-i686/lxc.tmpfiles.d |1 
 community-x86_64/PKGBUILD |   76 -
 community-x86_64/lxc-auto.service |   12 --
 community-x86_64/lxc.service  |   12 --
 community-x86_64/lxc.tmpfiles.d   |1 
 12 files changed, 208 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-05 16:52:24 UTC (rev 155517)
+++ community-i686/PKGBUILD 2016-01-05 16:52:51 UTC (rev 155518)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-pkgver=1.1.5
-epoch=1
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-md5sums=('dd9684dde0a58ed13f4f49c855b79a1a'
- 'SKIP'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '4b41aa53ee714c60f0309541d2e9ea15'
- '5566d9bd868adf26b19d59f9f77bec95')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 ${srcdir}/lxc.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc-auto.service 
${pkgdir}/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 155517, lxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD

[arch-commits] Commit in openvswitch/repos (20 files)

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 17:53:20
  Author: spupykin
Revision: 155520

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 155519, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 155519, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 155519, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 155519, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 155519, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 155519, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 155519, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 155519, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 155519, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 155519, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |  108 
 /openvswitch.install  |   28 
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   47 -
 community-i686/openvswitch.install|   14 
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   47 -
 community-x86_64/openvswitch.install  |   14 
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 182 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-05 16:52:56 UTC (rev 155519)
+++ community-i686/PKGBUILD 2016-01-05 16:53:20 UTC (rev 155520)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('4ff52595855c1f9e4dd3e84295599f5f'
- '0534c19ed27d2ff8c6b32d87c07bc76f'
- '3a1b706c1adfb1166b58bc9d65ea396f'
- '4ec9c05448d6910c5fd581e964518ef7')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./boot.sh
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-rundir=/run/openvswitch \
-   --sbindir=/usr/bin \
-   PYTHON=/usr/bin/python2
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm0644 $srcdir/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-   install -Dm0644 $srcdir/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-   install -Dm0644 $srcdir/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-   install -dm0755 "$pkgdir/etc/openvswitch"
-   rm -rf $pkgdir/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 155519, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-05 16:53:20 UTC (rev 155520)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro 

[arch-commits] Commit in (4 files)

2016-01-05 Thread Levente Polyak
Date: Tuesday, January 5, 2016 @ 18:29:05
  Author: anthraxx
Revision: 155529

addpkg: enjarify 1.0.0-2

Added:
  enjarify/
  enjarify/repos/
  enjarify/trunk/
  enjarify/trunk/PKGBUILD

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

Added: enjarify/trunk/PKGBUILD
===
--- enjarify/trunk/PKGBUILD (rev 0)
+++ enjarify/trunk/PKGBUILD 2016-01-05 17:29:05 UTC (rev 155529)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Lance Chen 
+
+pkgname=enjarify
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="Translates Dalvik bytecode to equivalent Java bytecode"
+url="https://github.com/google/enjarify;
+arch=('any')
+license=('Apache')
+depends=("python")
+makedepends=('git')
+checkdepends=('java-runtime')
+source=(${pkgname}::"git+https://github.com/google/enjarify#tag=${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -r 's| -Xss515m||g' -i enjarify/runtests.py
+}
+
+build() {
+  cd ${pkgname}
+  python -m compileall .
+  python -O -m compileall .
+}
+
+check() {
+  cd ${pkgname}
+  LC_CTYPE=en_US.UTF-8 python -m enjarify.runtests
+}
+
+package() {
+  cd ${pkgname}
+  install -d "${pkgdir}/usr/lib/enjarify"
+  cp -R enjarify enjarify.sh "${pkgdir}/usr/lib/enjarify"
+  install -d "${pkgdir}/usr/bin"
+  ln -s /usr/lib/enjarify/enjarify.sh "${pkgdir}/usr/bin/enjarify"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-05 Thread Levente Polyak
Date: Tuesday, January 5, 2016 @ 18:29:14
  Author: anthraxx
Revision: 155530

archrelease: copy trunk to community-any

Added:
  enjarify/repos/community-any/
  enjarify/repos/community-any/PKGBUILD
(from rev 155529, enjarify/trunk/PKGBUILD)

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

Copied: enjarify/repos/community-any/PKGBUILD (from rev 155529, 
enjarify/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-01-05 17:29:14 UTC (rev 155530)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Lance Chen 
+
+pkgname=enjarify
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="Translates Dalvik bytecode to equivalent Java bytecode"
+url="https://github.com/google/enjarify;
+arch=('any')
+license=('Apache')
+depends=("python")
+makedepends=('git')
+checkdepends=('java-runtime')
+source=(${pkgname}::"git+https://github.com/google/enjarify#tag=${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -r 's| -Xss515m||g' -i enjarify/runtests.py
+}
+
+build() {
+  cd ${pkgname}
+  python -m compileall .
+  python -O -m compileall .
+}
+
+check() {
+  cd ${pkgname}
+  LC_CTYPE=en_US.UTF-8 python -m enjarify.runtests
+}
+
+package() {
+  cd ${pkgname}
+  install -d "${pkgdir}/usr/lib/enjarify"
+  cp -R enjarify enjarify.sh "${pkgdir}/usr/lib/enjarify"
+  install -d "${pkgdir}/usr/bin"
+  ln -s /usr/lib/enjarify/enjarify.sh "${pkgdir}/usr/bin/enjarify"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-05 Thread Sergej Pupykin
Date: Tuesday, January 5, 2016 @ 17:52:56
  Author: spupykin
Revision: 155519

upgpkg: openvswitch 2.4.0-2

upd

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 16:52:51 UTC (rev 155518)
+++ PKGBUILD2016-01-05 16:52:56 UTC (rev 155519)
@@ -5,7 +5,7 @@
 
 pkgname=openvswitch
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
 license=('APACHE')
@@ -23,25 +23,32 @@
  '3a1b706c1adfb1166b58bc9d65ea396f'
  '4ec9c05448d6910c5fd581e964518ef7')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+Makefile.am
+}
+
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./boot.sh
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-rundir=/run/openvswitch \
-   --sbindir=/usr/bin \
-   PYTHON=/usr/bin/python2
-   make
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-rundir=/run/openvswitch \
+--sbindir=/usr/bin \
+PYTHON=/usr/bin/python2
+  make
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm0644 $srcdir/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-   install -Dm0644 $srcdir/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-   install -Dm0644 $srcdir/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-   install -dm0755 "$pkgdir/etc/openvswitch"
-   rm -rf $pkgdir/run
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 $srcdir/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
+  install -Dm0644 $srcdir/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
+  install -Dm0644 $srcdir/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
+  install -dm0755 "$pkgdir/etc/openvswitch"
+  rm -rf $pkgdir/run
 }


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

2016-01-05 Thread Felix Yan
Date: Tuesday, January 5, 2016 @ 16:19:10
  Author: fyan
Revision: 155515

upgpkg: python-pyquery 1.2.10-1

Modified:
  python-pyquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 09:32:10 UTC (rev 155514)
+++ PKGBUILD2016-01-05 15:19:10 UTC (rev 155515)
@@ -6,8 +6,8 @@
 _name=pyquery
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.9
-pkgrel=2
+pkgver=1.2.10
+pkgrel=1
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;
@@ -16,9 +16,9 @@
 checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
   'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4')
   # In AUR: 'python-waitress' 'python2-waitress') 
-source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip;
+source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;
 "https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
-sha512sums=('f5152b471c896b39032add6a7f0e6ce63f426b4903bc7cf9eef12723c73453b40c310dd1497a7c4189fc6faaf804690fd91fb6d2f97fb6c4d6314682de4b8d05'
+sha512sums=('6e5ccc0d95972da7c6ab67e1dda5c61cd844848c5eba8017f3275979729e5a99a1fce38ae36ed15cee935d07d093fa415d7449fa762833eefbae1e5390af251f'
 
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
 
 prepare() {


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

2016-01-05 Thread Felix Yan
Date: Tuesday, January 5, 2016 @ 16:19:30
  Author: fyan
Revision: 155516

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-05 15:19:10 UTC (rev 155515)
+++ PKGBUILD2016-01-05 15:19:30 UTC (rev 155516)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan 
-# Contributor: speps 
-# Contributor: Arnau Sanchez 
-
-_name=pyquery
-pkgbase=python-pyquery
-pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.9
-pkgrel=2
-pkgdesc="A jquery-like library for python."
-arch=('any')
-url="https://github.com/gawel/pyquery/;
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
-checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
-  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4')
-  # In AUR: 'python-waitress' 'python2-waitress') 
-source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip;
-"https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
-sha512sums=('f5152b471c896b39032add6a7f0e6ce63f426b4903bc7cf9eef12723c73453b40c310dd1497a7c4189fc6faaf804690fd91fb6d2f97fb6c4d6314682de4b8d05'
-
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
-
-prepare() {
-  cp -a "$_name-$pkgver"{,-python2}
-}
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-
-  cd ../$_name-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  nosetests3 || warning "Tests failed"
-
-  cd ../$_name-$pkgver-python2
-  nosetests2 || warning "Tests failed"
-}
-
-package_python-pyquery() {
-  depends=('python-lxml' 'python-cssselect')
-  cd $_name-$pkgver
-  python3 setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/python-pyquery/LICENSE"
-}
-
-package_python2-pyquery() {
-  depends=('python2-lxml' 'python2-cssselect')
-  cd $_name-$pkgver-python2
-  python2 setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/python2-pyquery/LICENSE"
-}

Copied: python-pyquery/repos/community-any/PKGBUILD (from rev 155515, 
python-pyquery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-05 15:19:30 UTC (rev 155516)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Felix Yan 
+# Contributor: speps 
+# Contributor: Arnau Sanchez 
+
+_name=pyquery
+pkgbase=python-pyquery
+pkgname=('python-pyquery' 'python2-pyquery')
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="A jquery-like library for python."
+arch=('any')
+url="https://github.com/gawel/pyquery/;
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
+checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
+  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4')
+  # In AUR: 'python-waitress' 'python2-waitress') 
+source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;
+"https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
+sha512sums=('6e5ccc0d95972da7c6ab67e1dda5c61cd844848c5eba8017f3275979729e5a99a1fce38ae36ed15cee935d07d093fa415d7449fa762833eefbae1e5390af251f'
+
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
+
+prepare() {
+  cp -a "$_name-$pkgver"{,-python2}
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+
+  cd ../$_name-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  nosetests3 || warning "Tests failed"
+
+  cd ../$_name-$pkgver-python2
+  nosetests2 || warning "Tests failed"
+}
+
+package_python-pyquery() {
+  depends=('python-lxml' 'python-cssselect')
+  cd $_name-$pkgver
+  python3 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/python-pyquery/LICENSE"
+}
+
+package_python2-pyquery() {
+  depends=('python2-lxml' 'python2-cssselect')
+  cd $_name-$pkgver-python2
+  python2 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/python2-pyquery/LICENSE"
+}


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

2016-01-05 Thread Anatol Pomozov
Date: Tuesday, January 5, 2016 @ 19:01:00
  Author: anatolik
Revision: 155536

archrelease: copy trunk to community-any

Added:
  python-tarantool/repos/community-any/
  python-tarantool/repos/community-any/PKGBUILD
(from rev 155535, python-tarantool/trunk/PKGBUILD)

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

Copied: python-tarantool/repos/community-any/PKGBUILD (from rev 155535, 
python-tarantool/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-01-05 18:01:00 UTC (rev 155536)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-tarantool
+pkgname=(python-tarantool python2-tarantool)
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Python client library for Tarantool 1.6 Database'
+arch=(any)
+url='https://github.com/tarantool/tarantool-python'
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools python-msgpack 
python2-msgpack python-yaml python2-yaml python-six python2-six)
+source=(https://pypi.python.org/packages/source/t/tarantool/tarantool-$pkgver.tar.gz)
+sha1sums=('9a8e4a23ca8bd2ad101d1e641752a4851655c725')
+
+prepare() {
+  cp -a tarantool-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/tarantool-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/tarantool-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/tarantool-$pkgver"
+  # currently tests fail for python3
+  #python setup.py test
+
+  cd "$srcdir/tarantool-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-tarantool() {
+  depends=(python python-msgpack python-yaml python-six)
+
+  cd "$srcdir/tarantool-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-tarantool() {
+  depends=(python2 python2-msgpack python2-yaml python2-six)
+
+  cd "$srcdir/tarantool-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-01-05 Thread Andreas Radke
Date: Tuesday, January 5, 2016 @ 20:11:42
  Author: andyrtr
Revision: 257530

archrelease: copy trunk to extra-any

Added:
  foomatic/repos/extra-any/PKGBUILD
(from rev 257529, foomatic/trunk/PKGBUILD)
Deleted:
  foomatic/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-05 19:11:30 UTC (rev 257529)
+++ PKGBUILD2016-01-05 19:11:42 UTC (rev 257530)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andy...@archlinux.org>
-
-pkgbase="foomatic"
-pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
-arch=('any')
-pkgver=20151108
-pkgrel=1
-epoch=3
-
-makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
-url="http://www.linuxprinting.org/foomatic.html;
-options=('!emptydirs')
-
-# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
-# for latest commits and development, identical to foomatic-4.0 branch
-
-source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
-
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1288
#2015-06-05
-
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
-)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP')
-
-pkgver() {
-  date +%Y%m%d
-}
-
-package_foomatic-db() {
-
- pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
- license=('GPL' 'custom')
- depends=('perl' 'libxml2')
- replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
- conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
- provides=('foomatic-db-hpijs')
-
-   cd ${srcdir}/${pkgname}
-   bzr revno
-   echo $pkgver
-   ./make_configure
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-   
-   # remove unwanted file that breaks adding printers
-   rm ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
-}
-
-package_foomatic-db-engine() {
-
- pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
- license=('GPL')
- depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
-
-   export LIB_CUPS="/usr/lib/cups"
-   cd ${srcdir}/foomatic-db-engine
-   bzr revno
-   ./make_configure
-   ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-   make
-   eval `perl -V:archname`
-   make DESTDIR=${pkgdir} \
-INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
-   /usr/bin/find ${pkgdir} -name '.packlist' -delete
-   # fix permissions
-   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}  
-}
-
-package_foomatic-db-nonfree() {
-
- pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
- license=('custom')
- depends=('perl' 'libxml2' "foomatic-db-engine" 'foomatic-db')
-
-   cd ${srcdir}/foomatic-db-nonfree
-   bzr revno
-   ./make_configure
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: foomatic/repos/extra-any/PKGBUILD (from rev 257529, 
foomatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-05 19:11:42 UTC (rev 257530)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+
+pkgbase="foomatic"
+pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
+arch=('any')
+pkgver=20160105
+pkgrel=1
+epoch=3
+
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
+url="http://www.linuxprinting.org/foomatic.html;
+options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, identical to foomatic-4.0 branch
+
+source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
+
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1290
#2016-01-05
+
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-d

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

2016-01-05 Thread Andreas Radke
Date: Tuesday, January 5, 2016 @ 20:11:30
  Author: andyrtr
Revision: 257529

upgpkg: foomatic 3:20160105-1

upstream update 20160105

Modified:
  foomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 12:58:35 UTC (rev 257528)
+++ PKGBUILD2016-01-05 19:11:30 UTC (rev 257529)
@@ -4,7 +4,7 @@
 pkgbase="foomatic"
 pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
 arch=('any')
-pkgver=20151108
+pkgver=20160105
 pkgrel=1
 epoch=3
 
@@ -16,7 +16,7 @@
 # for latest commits and development, identical to foomatic-4.0 branch
 
 
source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
-
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1288
#2015-06-05
+
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1290
#2016-01-05
 
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
 )
 md5sums=('SKIP'


[arch-commits] Commit in (4 files)

2016-01-05 Thread Anatol Pomozov
Date: Tuesday, January 5, 2016 @ 19:00:07
  Author: anatolik
Revision: 155535

Add python-tarantool module

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

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

Added: python-tarantool/trunk/PKGBUILD
===
--- python-tarantool/trunk/PKGBUILD (rev 0)
+++ python-tarantool/trunk/PKGBUILD 2016-01-05 18:00:07 UTC (rev 155535)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-tarantool
+pkgname=(python-tarantool python2-tarantool)
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Python client library for Tarantool 1.6 Database'
+arch=(any)
+url='https://github.com/tarantool/tarantool-python'
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools python-msgpack 
python2-msgpack python-yaml python2-yaml python-six python2-six)
+source=(https://pypi.python.org/packages/source/t/tarantool/tarantool-$pkgver.tar.gz)
+sha1sums=('9a8e4a23ca8bd2ad101d1e641752a4851655c725')
+
+prepare() {
+  cp -a tarantool-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/tarantool-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/tarantool-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/tarantool-$pkgver"
+  # currently tests fail for python3
+  #python setup.py test
+
+  cd "$srcdir/tarantool-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-tarantool() {
+  depends=(python python-msgpack python-yaml python-six)
+
+  cd "$srcdir/tarantool-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-tarantool() {
+  depends=(python2 python2-msgpack python2-yaml python2-six)
+
+  cd "$srcdir/tarantool-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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


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

2016-01-05 Thread Anatol Pomozov
Date: Tuesday, January 5, 2016 @ 19:08:18
  Author: anatolik
Revision: 155538

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

Added:
  tarantool/repos/community-i686/
  tarantool/repos/community-i686/PKGBUILD
(from rev 155537, tarantool/trunk/PKGBUILD)
  tarantool/repos/community-x86_64/
  tarantool/repos/community-x86_64/PKGBUILD
(from rev 155537, tarantool/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   71 
 community-x86_64/PKGBUILD |   71 
 2 files changed, 142 insertions(+)

Copied: tarantool/repos/community-i686/PKGBUILD (from rev 155537, 
tarantool/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-05 18:08:18 UTC (rev 155538)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=tarantool
+_commit=3dbc9ffe87307cd8f2ae84ce67824695c7eaf369
+pkgver=1.6.7.r562
+pkgrel=1
+pkgdesc='Lua application server integrated with a database management system'
+arch=(i686 x86_64)
+url='http://www.tarantool.org'
+license=(BSD)
+depends=(readline ncurses zlib)
+makedepends=(git cmake)
+checkdepends=(python2-daemon python2-gevent python2-tarantool)
+source=(git://github.com/tarantool/tarantool.git#commit=$_commit
+git://github.com/tarantool/luajit.git
+git://github.com/tarantool/msgpuck.git
+git://github.com/rtsisyk/luafun.git
+git://github.com/tarantool/sophia.git
+git://github.com/tarantool/test-run.git
+git://github.com/tarantool/small.git)
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')
+
+pkgver() {
+  cd tarantool
+  git describe | sed 's/^v//; s/-/.r/; s/-.*//'
+}
+
+build() {
+  cd tarantool
+
+  # tarantool uses git submodule, handle this
+  git submodule init
+  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
+  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
+  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
+  git config -f .gitmodules 'submodule.sophia.url' "$srcdir/sophia"
+  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
+  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
+  git submodule sync
+  git submodule update
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/tarantool \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+.
+
+  make
+}
+
+check() {
+  cd tarantool/test
+  ./test-run.py --suite box
+}
+
+package() {
+  cd tarantool
+  make install DESTDIR="$pkgdir"
+
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm "$pkgdir/usr/share/doc/tarantool/LICENSE"
+}

Copied: tarantool/repos/community-x86_64/PKGBUILD (from rev 155537, 
tarantool/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-05 18:08:18 UTC (rev 155538)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=tarantool
+_commit=3dbc9ffe87307cd8f2ae84ce67824695c7eaf369
+pkgver=1.6.7.r562
+pkgrel=1
+pkgdesc='Lua application server integrated with a database management system'
+arch=(i686 x86_64)
+url='http://www.tarantool.org'
+license=(BSD)
+depends=(readline ncurses zlib)
+makedepends=(git cmake)
+checkdepends=(python2-daemon python2-gevent python2-tarantool)
+source=(git://github.com/tarantool/tarantool.git#commit=$_commit
+git://github.com/tarantool/luajit.git
+git://github.com/tarantool/msgpuck.git
+git://github.com/rtsisyk/luafun.git
+git://github.com/tarantool/sophia.git
+git://github.com/tarantool/test-run.git
+git://github.com/tarantool/small.git)
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')
+
+pkgver() {
+  cd tarantool
+  git describe | sed 's/^v//; s/-/.r/; s/-.*//'
+}
+
+build() {
+  cd tarantool
+
+  # tarantool uses git submodule, handle this
+  git submodule init
+  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
+  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
+  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
+  git config -f .gitmodules 'submodule.sophia.url' "$srcdir/sophia"
+  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
+  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
+  git submodule sync
+  git submodule update
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2016-01-05 Thread Lukas Jirkovsky
Date: Tuesday, January 5, 2016 @ 19:14:20
  Author: stativ
Revision: 155539

upgpkg: cdrtools 3.02a05-1

update to 3.02a05

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 18:08:18 UTC (rev 155538)
+++ PKGBUILD2016-01-05 18:14:20 UTC (rev 155539)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=cdrtools
-pkgver=3.02a04
+pkgver=3.02a05
 pkgrel=1
 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!makeflags)
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('f8d4acdd5bc195fe199cad387c2d998f')
+md5sums=('9c60344b6f349176196fb93105b5aa13')
 
 build() {
   cd "$srcdir"/cdrtools-${pkgver%%a*}


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

2016-01-05 Thread Lukas Jirkovsky
Date: Tuesday, January 5, 2016 @ 19:14:26
  Author: stativ
Revision: 155540

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-05 18:14:20 UTC (rev 155539)
+++ community-i686/PKGBUILD 2016-01-05 18:14:26 UTC (rev 155540)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a04
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('f8d4acdd5bc195fe199cad387c2d998f')
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
-
-  # remove unneeded files that may cause conflicts
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
-  rm -rf "$pkgdir"/usr/share/man/man3
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
-  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd "$pkgdir"/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 155539, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-05 18:14:26 UTC (rev 155540)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=cdrtools
+pkgver=3.02a05
+pkgrel=1
+pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
+arch=('i686' 'x86_64')
+url="http://cdrecord.org/;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+md5sums=('9c60344b6f349176196fb93105b5aa13')
+
+build() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+
+  # remove unneeded files that may cause conflicts
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+  rm -rf "$pkgdir"/usr/share/man/man3
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
+  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd "$pkgdir"/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-05 18:14:20 UTC (rev 155539)
+++ community-x86_64/PKGBUILD   2016-01-05 18:14:26 UTC (rev 155540)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a04
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')

[arch-commits] Commit in (4 files)

2016-01-05 Thread Anatol Pomozov
Date: Tuesday, January 5, 2016 @ 19:07:38
  Author: anatolik
Revision: 155537

Add tarantool Lua application server to [community]

Added:
  tarantool/
  tarantool/repos/
  tarantool/trunk/
  tarantool/trunk/PKGBUILD

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

Added: tarantool/trunk/PKGBUILD
===
--- tarantool/trunk/PKGBUILD(rev 0)
+++ tarantool/trunk/PKGBUILD2016-01-05 18:07:38 UTC (rev 155537)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=tarantool
+_commit=3dbc9ffe87307cd8f2ae84ce67824695c7eaf369
+pkgver=1.6.7.r562
+pkgrel=1
+pkgdesc='Lua application server integrated with a database management system'
+arch=(i686 x86_64)
+url='http://www.tarantool.org'
+license=(BSD)
+depends=(readline ncurses zlib)
+makedepends=(git cmake)
+checkdepends=(python2-daemon python2-gevent python2-tarantool)
+source=(git://github.com/tarantool/tarantool.git#commit=$_commit
+git://github.com/tarantool/luajit.git
+git://github.com/tarantool/msgpuck.git
+git://github.com/rtsisyk/luafun.git
+git://github.com/tarantool/sophia.git
+git://github.com/tarantool/test-run.git
+git://github.com/tarantool/small.git)
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')
+
+pkgver() {
+  cd tarantool
+  git describe | sed 's/^v//; s/-/.r/; s/-.*//'
+}
+
+build() {
+  cd tarantool
+
+  # tarantool uses git submodule, handle this
+  git submodule init
+  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
+  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
+  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
+  git config -f .gitmodules 'submodule.sophia.url' "$srcdir/sophia"
+  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
+  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
+  git submodule sync
+  git submodule update
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/tarantool \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+.
+
+  make
+}
+
+check() {
+  cd tarantool/test
+  ./test-run.py --suite box
+}
+
+package() {
+  cd tarantool
+  make install DESTDIR="$pkgdir"
+
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm "$pkgdir/usr/share/doc/tarantool/LICENSE"
+}


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


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:52:27
  Author: fyan
Revision: 155549

upgpkg: haskell-connection 0.2.5-10

rebuild with async-2.1.0

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 02:51:58 UTC (rev 155548)
+++ PKGBUILD2016-01-06 02:52:27 UTC (rev 155549)
@@ -5,7 +5,7 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.2.5
-pkgrel=9
+pkgrel=10
 pkgdesc="Simple and easy network connections API"
 url="http://github.com/vincenthz/hs-connection;
 license=("custom:BSD3")


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:51:58
  Author: fyan
Revision: 155548

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

Added:
  haskell-enclosed-exceptions/repos/community-staging-i686/
  haskell-enclosed-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 155547, haskell-enclosed-exceptions/trunk/PKGBUILD)
  
haskell-enclosed-exceptions/repos/community-staging-i686/haskell-enclosed-exceptions.install
(from rev 155547, 
haskell-enclosed-exceptions/trunk/haskell-enclosed-exceptions.install)
  haskell-enclosed-exceptions/repos/community-staging-x86_64/
  haskell-enclosed-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 155547, haskell-enclosed-exceptions/trunk/PKGBUILD)
  
haskell-enclosed-exceptions/repos/community-staging-x86_64/haskell-enclosed-exceptions.install
(from rev 155547, 
haskell-enclosed-exceptions/trunk/haskell-enclosed-exceptions.install)

--+
 community-staging-i686/PKGBUILD  |   43 ++
 community-staging-i686/haskell-enclosed-exceptions.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 ++
 community-staging-x86_64/haskell-enclosed-exceptions.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-enclosed-exceptions/repos/community-staging-i686/PKGBUILD (from 
rev 155547, haskell-enclosed-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 02:51:58 UTC (rev 155548)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=enclosed-exceptions
+pkgname=haskell-enclosed-exceptions
+pkgver=1.0.1.1
+pkgrel=4
+pkgdesc="Catching all exceptions from within an enclosed computation"
+url="https://github.com/jcristovao/enclosed-exceptions;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e5236133ba5a2395fbac9f8436eb8765ede4a0a8b36341ccbb8a4cddf00c5d99')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-enclosed-exceptions/repos/community-staging-i686/haskell-enclosed-exceptions.install
 (from rev 155547, 
haskell-enclosed-exceptions/trunk/haskell-enclosed-exceptions.install)
===
--- community-staging-i686/haskell-enclosed-exceptions.install  
(rev 0)
+++ community-staging-i686/haskell-enclosed-exceptions.install  2016-01-06 
02:51:58 UTC (rev 155548)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-enclosed-exceptions
+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-enclosed-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 155547, haskell-enclosed-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-06 02:51:58 UTC (rev 155548)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:51:27
  Author: fyan
Revision: 155547

upgpkg: haskell-enclosed-exceptions 1.0.1.1-4

rebuild with async-2.1.0

Modified:
  haskell-enclosed-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 02:48:58 UTC (rev 155546)
+++ PKGBUILD2016-01-06 02:51:27 UTC (rev 155547)
@@ -5,7 +5,7 @@
 _hkgname=enclosed-exceptions
 pkgname=haskell-enclosed-exceptions
 pkgver=1.0.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Catching all exceptions from within an enclosed computation"
 url="https://github.com/jcristovao/enclosed-exceptions;
 license=("MIT")


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 06:00:03
  Author: fyan
Revision: 155560

upgpkg: pandoc-citeproc 0.9-2

rebuild with async-2.1.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 03:41:58 UTC (rev 19)
+++ PKGBUILD2016-01-06 05:00:03 UTC (rev 155560)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 06:23:30
  Author: fyan
Revision: 155563

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 155562, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 155562, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 155562, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 155562, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   53 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 
 community-staging-x86_64/PKGBUILD|   53 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 
 4 files changed, 142 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 155562, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 05:23:30 UTC (rev 155563)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.2
+pkgrel=3
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('5317de67d381210fda43dba79061c33abb64c5eb42707a2fa570c330a165bd57')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 155562, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-01-06 
05:23:30 UTC (rev 155563)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+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: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
155562, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-06 05:23:30 UTC (rev 155563)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:59:27
  Author: fyan
Revision: 11

upgpkg: haskell-yaml 0.8.15.2-6

rebuild with async-2.1.0

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 02:54:25 UTC (rev 10)
+++ PKGBUILD2016-01-06 02:59:27 UTC (rev 11)
@@ -5,7 +5,7 @@
 _hkgname=yaml
 pkgname=haskell-yaml
 pkgver=0.8.15.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Support for parsing and rendering YAML documents."
 url="http://github.com/snoyberg/yaml/;
 license=("custom:BSD3")


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 04:35:56
  Author: fyan
Revision: 18

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

Added:
  haskell-http-conduit/repos/community-staging-i686/
  haskell-http-conduit/repos/community-staging-i686/PKGBUILD
(from rev 17, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-i686/haskell-http-conduit.install
(from rev 17, haskell-http-conduit/trunk/haskell-http-conduit.install)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 17, haskell-http-conduit/trunk/PKGBUILD)
  
haskell-http-conduit/repos/community-staging-x86_64/haskell-http-conduit.install
(from rev 17, haskell-http-conduit/trunk/haskell-http-conduit.install)

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
17, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 03:35:56 UTC (rev 18)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=13
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-http-client" 
"haskell-http-client-tls"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('550d86ea9ee6dd90994a460c5c85ddc861fb5c0f007304dc4a2e2035f980ea3d')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-http-conduit/repos/community-staging-i686/haskell-http-conduit.install 
(from rev 17, haskell-http-conduit/trunk/haskell-http-conduit.install)
===
--- community-staging-i686/haskell-http-conduit.install 
(rev 0)
+++ community-staging-i686/haskell-http-conduit.install 2016-01-06 03:35:56 UTC 
(rev 18)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-conduit
+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-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
17, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-06 03:35:56 UTC (rev 18)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=13
+pkgdesc="HTTP client package with conduit 

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 04:35:27
  Author: fyan
Revision: 17

upgpkg: haskell-http-conduit 2.1.8-13

rebuild with async-2.1.0

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 03:25:52 UTC (rev 16)
+++ PKGBUILD2016-01-06 03:35:27 UTC (rev 17)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.1.8
-pkgrel=12
+pkgrel=13
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:54:25
  Author: fyan
Revision: 10

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

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

-+
 community-staging-i686/PKGBUILD |   43 ++
 community-staging-i686/haskell-connection.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   43 ++
 community-staging-x86_64/haskell-connection.install |   18 +++
 4 files changed, 122 insertions(+)

Copied: haskell-connection/repos/community-staging-i686/PKGBUILD (from rev 
155549, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 02:54:25 UTC (rev 10)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.5
+pkgrel=10
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-connection/repos/community-staging-i686/haskell-connection.install 
(from rev 155549, haskell-connection/trunk/haskell-connection.install)
===
--- community-staging-i686/haskell-connection.install   
(rev 0)
+++ community-staging-i686/haskell-connection.install   2016-01-06 02:54:25 UTC 
(rev 10)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-connection
+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-connection/repos/community-staging-x86_64/PKGBUILD (from rev 
155549, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-06 02:54:25 UTC (rev 10)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.5
+pkgrel=10
+pkgdesc="Simple and easy network 

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 06:00:58
  Author: fyan
Revision: 155561

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 155560, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 155560, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 155560, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 155560, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
Deleted:
  pandoc-citeproc/repos/community-i686/
  pandoc-citeproc/repos/community-x86_64/

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 154 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 155560, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 05:00:58 UTC (rev 155561)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9
+pkgrel=2
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -f-unicode_collation -f-embed_data_files 
-fbibutils
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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 -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 155560, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-01-06 
05:00:58 UTC (rev 155561)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:48:58
  Author: fyan
Revision: 155546

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-tls.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-tls.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-tls/repos/community-staging-i686/PKGBUILD (from rev 155545, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 02:48:58 UTC (rev 155546)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.4
+pkgrel=5
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('49fff2bd6b420bb57f7cc78445f9a17547a5ff4a72e29135695c9cc2d91e19c1')
+
+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-hans -fnetwork -fcompat
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-tls/repos/community-staging-i686/haskell-tls.install (from rev 
155545, haskell-tls/trunk/haskell-tls.install)
===
--- community-staging-i686/haskell-tls.install  (rev 0)
+++ community-staging-i686/haskell-tls.install  2016-01-06 02:48:58 UTC (rev 
155546)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tls
+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-tls/repos/community-staging-x86_64/PKGBUILD (from rev 155545, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-06 02:48:58 UTC (rev 155546)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.4
+pkgrel=5
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-asn1-encoding" 

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:48:29
  Author: fyan
Revision: 155545

upgpkg: haskell-tls 1.3.4-5

rebuild with async-2.1.0

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 02:43:42 UTC (rev 155544)
+++ PKGBUILD2016-01-06 02:48:29 UTC (rev 155545)
@@ -5,7 +5,7 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.3.4
-pkgrel=4
+pkgrel=5
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls;
 license=("custom:BSD3")


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 04:25:21
  Author: fyan
Revision: 15

upgpkg: pandoc 1.16-2

rebuild with async-2.1.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 03:01:24 UTC (rev 14)
+++ PKGBUILD2016-01-06 03:25:21 UTC (rev 15)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 04:25:52
  Author: fyan
Revision: 16

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

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

-+
 community-staging-i686/PKGBUILD |   65 ++
 community-staging-i686/haskell-pandoc.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   65 ++
 community-staging-x86_64/haskell-pandoc.install |   18 ++
 4 files changed, 166 insertions(+)

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 15, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 03:25:52 UTC (rev 16)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.16
+pkgrel=2
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-highlighting-kate" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('20c0b19a6bf435166da3b9e400c021b90687d8258ad1a0aecfc49fce1f2c6d0c')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+install="haskell-pandoc.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/haskell-pandoc.install (from rev 
15, pandoc/trunk/haskell-pandoc.install)
===
--- community-staging-i686/haskell-pandoc.install   
(rev 0)
+++ community-staging-i686/haskell-pandoc.install   2016-01-06 03:25:52 UTC 
(rev 16)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 07:45:41
  Author: fyan
Revision: 155565

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

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

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 155564, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 06:45:41 UTC (rev 155565)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=2
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+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 \
+-fcheckexternal -f-watchserver -f-previewserver
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 155564, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-01-06 06:45:41 UTC 
(rev 155565)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+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-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
155564, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-06 06:45:41 UTC (rev 155565)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 07:45:19
  Author: fyan
Revision: 155564

upgpkg: haskell-hakyll 4.7.5.1-2

rebuild with async-2.1.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 05:23:30 UTC (rev 155563)
+++ PKGBUILD2016-01-06 06:45:19 UTC (rev 155564)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:39:54
  Author: fyan
Revision: 155542

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

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

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-async.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-async.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-async/repos/community-staging-i686/PKGBUILD (from rev 155541, 
haskell-async/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 02:39:54 UTC (rev 155542)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('93c37611f9c68b5cdc8cd9960ae77a7fbc25da83cae90137ef1378d857f22c2f')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-async/repos/community-staging-i686/haskell-async.install (from 
rev 155541, haskell-async/trunk/haskell-async.install)
===
--- community-staging-i686/haskell-async.install
(rev 0)
+++ community-staging-i686/haskell-async.install2016-01-06 02:39:54 UTC 
(rev 155542)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-async
+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-async/repos/community-staging-x86_64/PKGBUILD (from rev 155541, 
haskell-async/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-06 02:39:54 UTC (rev 155542)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('93c37611f9c68b5cdc8cd9960ae77a7fbc25da83cae90137ef1378d857f22c2f')

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:39:25
  Author: fyan
Revision: 155541

upgpkg: haskell-async 2.1.0-1

Modified:
  haskell-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 18:14:26 UTC (rev 155540)
+++ PKGBUILD2016-01-06 02:39:25 UTC (rev 155541)
@@ -4,8 +4,8 @@
 
 _hkgname=async
 pkgname=haskell-async
-pkgver=2.0.2
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Run IO operations asynchronously and wait for their results"
 url="https://github.com/simonmar/async;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b')
+sha256sums=('93c37611f9c68b5cdc8cd9960ae77a7fbc25da83cae90137ef1378d857f22c2f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-http-client-tls/repos (6 files)

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 04:01:24
  Author: fyan
Revision: 14

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 13, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
(from rev 13, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 13, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-x86_64/haskell-http-client-tls.install
(from rev 13, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-http-client-tls.install   |   18 +
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-http-client-tls.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
13, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 03:01:24 UTC (rev 14)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=16
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
 (from rev 13, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
===
--- community-staging-i686/haskell-http-client-tls.install  
(rev 0)
+++ community-staging-i686/haskell-http-client-tls.install  2016-01-06 
03:01:24 UTC (rev 14)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client-tls
+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-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 13, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-06 03:01:24 UTC (rev 14)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=16

[arch-commits] Commit in haskell-http-client-tls/trunk (PKGBUILD)

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 04:00:54
  Author: fyan
Revision: 13

upgpkg: haskell-http-client-tls 0.2.2-16

rebuild with async-2.1.0

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 02:59:57 UTC (rev 12)
+++ PKGBUILD2016-01-06 03:00:54 UTC (rev 13)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.2
-pkgrel=15
+pkgrel=16
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:59:57
  Author: fyan
Revision: 12

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

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

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/haskell-yaml.install   |   18 +
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/haskell-yaml.install |   18 +
 4 files changed, 126 insertions(+)

Copied: haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 11, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-06 02:59:57 UTC (rev 12)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.15.2
+pkgrel=6
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ec5e9402e96590842bb77d6b66003a2289b4ab415aeb25362ef8f6c370a32712')
+
+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-no-unicode -f-system-libyaml -f-no-exe
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-yaml/repos/community-staging-i686/haskell-yaml.install (from 
rev 11, haskell-yaml/trunk/haskell-yaml.install)
===
--- community-staging-i686/haskell-yaml.install (rev 0)
+++ community-staging-i686/haskell-yaml.install 2016-01-06 02:59:57 UTC (rev 
12)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yaml
+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-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 11, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-06 02:59:57 UTC (rev 12)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.15.2
+pkgrel=6
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:43:42
  Author: fyan
Revision: 155544

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-06 02:43:15 UTC (rev 155543)
+++ PKGBUILD2016-01-06 02:43:42 UTC (rev 155544)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=5.7.1
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
-  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
-  'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
-md5sums=('c1e0e5f00686f0ed118573ff47dfbaf8')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Not using ptr because we are not packaging keyczar
-
-  cd "$srcdir/keyring-$pkgver"
-  py.test
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  py.test2
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python-gobject: Gnome integration'
-'kdebindings-python: Kde integration'
-'python-crypto: CLI keyring'
-'python-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python2-gobject: Gnome integration'
-'kdebindings-python2: Kde integration'
-'python2-crypto: CLI keyring'
-'python2-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 155543, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-06 02:43:42 UTC (rev 155544)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=6.0
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
+  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
+  'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
+md5sums=('112dacb8c5f20604efd79ad43c84aa89')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Not using ptr because we are not packaging keyczar
+
+  cd "$srcdir/keyring-$pkgver"
+  py.test
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  py.test2
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('libgnome-keyring: Gnome integration'
+'python-gobject: Gnome integration'
+'kdebindings-python: Kde integration'
+'python-crypto: CLI keyring'
+'python-secretstorage: SecretService DBus API (GNOME/KDE)')
+
+  cd 

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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 03:43:15
  Author: fyan
Revision: 155543

upgpkg: python-keyring 6.0-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 02:39:54 UTC (rev 155542)
+++ PKGBUILD2016-01-06 02:43:15 UTC (rev 155543)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=5.7.1
+pkgver=6.0
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -19,7 +19,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
   'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
   'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
-md5sums=('c1e0e5f00686f0ed118573ff47dfbaf8')
+md5sums=('112dacb8c5f20604efd79ad43c84aa89')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}


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

2016-01-05 Thread Felix Yan
Date: Wednesday, January 6, 2016 @ 06:23:00
  Author: fyan
Revision: 155562

upgpkg: pandoc-crossref 0.1.6.2-3

rebuild with async-2.1.0

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-06 05:00:58 UTC (rev 155561)
+++ PKGBUILD2016-01-06 05:23:00 UTC (rev 155562)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.1.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2016-01-05 Thread Pierre Schmitz
Date: Wednesday, January 6, 2016 @ 08:53:07
  Author: pierre
Revision: 257534

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 257533, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-06 07:52:55 UTC (rev 257533)
+++ PKGBUILD2016-01-06 07:53:07 UTC (rev 257534)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.12.4
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('1cbedc41e32787c37c2ed546355a26376dacf2ae1fab9551c9ace3e46d236b72')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 257533, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-06 07:53:07 UTC (rev 257534)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.12.5
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('95363627e30531fb64f1e962c5fc5d1ab8491a838020c74febdd243b481f780a')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


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

2016-01-05 Thread Pierre Schmitz
Date: Wednesday, January 6, 2016 @ 08:52:55
  Author: pierre
Revision: 257533

upgpkg: grml-zsh-config 0.12.5-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 22:57:23 UTC (rev 257532)
+++ PKGBUILD2016-01-06 07:52:55 UTC (rev 257533)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=grml-zsh-config
-pkgver=0.12.4
+pkgver=0.12.5
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('1cbedc41e32787c37c2ed546355a26376dacf2ae1fab9551c9ace3e46d236b72')
+sha256sums=('95363627e30531fb64f1e962c5fc5d1ab8491a838020c74febdd243b481f780a')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


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

2016-01-05 Thread Jan Steffens
Date: Tuesday, January 5, 2016 @ 23:45:26
  Author: heftig
Revision: 257531

Hotfix FS#47535

Added:
  
networkmanager/trunk/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
Modified:
  networkmanager/trunk/PKGBUILD

-+
 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch |   54 
++
 PKGBUILD|5 
 2 files changed, 58 insertions(+), 1 deletion(-)

Added: 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
===
--- 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch 
(rev 0)
+++ 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch 
2016-01-05 22:45:26 UTC (rev 257531)
@@ -0,0 +1,54 @@
+From 11aa07ed939193e85516c287a57dee1837242972 Mon Sep 17 00:00:00 2001
+From: Thomas Haller 
+Date: Mon, 4 Jan 2016 18:54:26 +0100
+Subject: [PATCH] core: fix failure to configure routes due to wrong
+ device-route for IPv4 peer-addresses
+
+As in the case of a OpenVPN connection, we might add an address like:
+  10.8.0.58/32 ptp 10.8.0.57
+
+In this case, kernel would automatically add a device-route like:
+  10.8.0.57/32 via 0.0.0.0 dev 32 metric 0 mss 0 src rtprot-kernel scope link 
pref-src 10.8.0.58
+
+nm_ip4_config_commit() checks all IP addresses to figure out
+the present device-routes. Then the routes are synced by NMRouteManager.
+Due to a bug, we would not consider the peer-address, but the local-address
+and configure a route 10.8.0.58/32, instead of 10.8.0.57/32.
+
+That stays mostly unnoticed, because usually the peer and the local-address are
+in the same subnet, so that there is no difference (/32 is an example of the
+peer-address being in a different subnet).
+
+It also seems that due to a bug fixed by df4e5357521 this issue didn't surface.
+Probably because we would not notice the 10.8.0.57/32 right away and thus
+nm_route_manager_ip4_route_sync() would not wrongly delete it.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=759892
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809195
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809494
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809526
+https://bugs.archlinux.org/task/47535
+https://bugzilla.redhat.com/show_bug.cgi?id=1294309
+https://mail.gnome.org/archives/networkmanager-list/2015-December/msg00059.html
+---
+ src/nm-ip4-config.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/nm-ip4-config.c b/src/nm-ip4-config.c
+index f625d35..61e29af 100644
+--- a/src/nm-ip4-config.c
 b/src/nm-ip4-config.c
+@@ -298,7 +298,8 @@ nm_ip4_config_commit (const NMIP4Config *config, int 
ifindex, gboolean routes_fu
+ 
+   route.ifindex = ifindex;
+   route.source = NM_IP_CONFIG_SOURCE_KERNEL;
+-  route.network = 
nm_utils_ip4_address_clear_host_address (addr->address, addr->plen);
++  route.network = 
nm_utils_ip4_address_clear_host_address (addr->peer_address ? : addr->address,
++  
 addr->plen);
+   route.plen = addr->plen;
+   route.pref_src = addr->address;
+   route.metric = default_route_metric;
+-- 
+2.6.4
+

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 19:11:42 UTC (rev 257530)
+++ PKGBUILD2016-01-05 22:45:26 UTC (rev 257531)
@@ -9,7 +9,7 @@
 pkgbase=networkmanager
 pkgname=(networkmanager libnm-glib)
 pkgver=1.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Network Management daemon"
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -23,8 +23,10 @@
 #_commit=ba46efd0350be737dbdac9df9becb86e8f77
 
#source=("git://anongit.freedesktop.org/NetworkManager/NetworkManager#commit=$_commit"
 
source=(http://ftp.gnome.org/pub/gnome/sources/NetworkManager/${pkgver:0:3}/NetworkManager-$pkgver.tar.xz
+0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
 NetworkManager.conf disable_set_hostname.patch)
 sha256sums=('1bcfce8441dfd9f432a100d06b54f3831a22753b74b1b4c09a011e179fbc'
+'27d84d45046826a25e861a126099d9ad39e84408530c1bb898287e4543eb84f7'
 '2c6a647b5aec9f3c356d5d95251976a21297c6e64bd8d2a59339f8450a86cb3b'
 '25056837ea92e559f09563ed817e3e0cd9333be861b8914e45f62ceaae2e0460')
 
@@ -33,6 +35,7 @@
   ln -s /usr/bin/python2 path/python
 
   cd NetworkManager-$pkgver
+  patch -Np1 -i 
../0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
   patch -Np1 -i ../disable_set_hostname.patch
   NOCONFIGURE=1 ./autogen.sh
 }


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

2016-01-05 Thread Andreas Radke
Date: Tuesday, January 5, 2016 @ 13:02:48
  Author: andyrtr
Revision: 257522

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-05 12:02:33 UTC (rev 257521)
+++ extra-i686/PKGBUILD 2016-01-05 12:02:48 UTC (rev 257522)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.4.5
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('e91c58ca86e0631186798449e0a78c65474ff562081d968ba0521f76c8c2ca1d'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-i686/PKGBUILD (from rev 257521, 
libevdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-05 12:02:48 UTC (rev 257522)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('7b2ae1a0c7f9f7a96198ddc8fd167f090f233d6cbd8168b847e4f968445132d3'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-05 12:02:33 UTC (rev 257521)
+++ extra-x86_64/PKGBUILD   2016-01-05 12:02:48 UTC (rev 257522)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.4.5
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('e91c58ca86e0631186798449e0a78c65474ff562081d968ba0521f76c8c2ca1d'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 257521, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-05 12:02:48 UTC (rev 257522)
@@ -0,0 +1,37 @@
+# $Id$
+# 

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

2016-01-05 Thread Andreas Radke
Date: Tuesday, January 5, 2016 @ 13:02:33
  Author: andyrtr
Revision: 257521

upgpkg: libevdev 1.4.6-1

upstream update 1.4.6

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 12:02:22 UTC (rev 257520)
+++ PKGBUILD2016-01-05 12:02:33 UTC (rev 257521)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('e91c58ca86e0631186798449e0a78c65474ff562081d968ba0521f76c8c2ca1d'
+sha256sums=('7b2ae1a0c7f9f7a96198ddc8fd167f090f233d6cbd8168b847e4f968445132d3'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2016-01-05 Thread Bartłomiej Piotrowski
Date: Tuesday, January 5, 2016 @ 13:58:25
  Author: bpiotrowski
Revision: 257527

upgpkg: fsarchiver 0.6.20-1

new upstream release

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 12:36:31 UTC (rev 257526)
+++ PKGBUILD2016-01-05 12:58:25 UTC (rev 257527)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=fsarchiver
-pkgver=0.6.19
+pkgver=0.6.20
 pkgrel=1
 pkgdesc='Safe and flexible file-system backup and deployment tool'
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 url='http://www.fsarchiver.org/'
 license=('GPL2')
 depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cd0807dbd5f575ed9c2fc066ed107841')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('04d73f8f8e8dd0063e06f74a125bdcb6')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in networkmanager/repos (18 files)

2016-01-05 Thread Jan Steffens
Date: Tuesday, January 5, 2016 @ 23:57:23
  Author: heftig
Revision: 257532

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

Added:
  
networkmanager/repos/extra-i686/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
(from rev 257531, 
networkmanager/trunk/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch)
  networkmanager/repos/extra-i686/NetworkManager.conf
(from rev 257531, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-i686/PKGBUILD
(from rev 257531, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-i686/disable_set_hostname.patch
(from rev 257531, networkmanager/trunk/disable_set_hostname.patch)
  networkmanager/repos/extra-i686/networkmanager.install
(from rev 257531, networkmanager/trunk/networkmanager.install)
  
networkmanager/repos/extra-x86_64/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
(from rev 257531, 
networkmanager/trunk/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch)
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 257531, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 257531, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-x86_64/disable_set_hostname.patch
(from rev 257531, networkmanager/trunk/disable_set_hostname.patch)
  networkmanager/repos/extra-x86_64/networkmanager.install
(from rev 257531, networkmanager/trunk/networkmanager.install)
Deleted:
  networkmanager/repos/extra-i686/NetworkManager.conf
  networkmanager/repos/extra-i686/PKGBUILD
  networkmanager/repos/extra-i686/disable_set_hostname.patch
  networkmanager/repos/extra-i686/networkmanager.install
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD
  networkmanager/repos/extra-x86_64/disable_set_hostname.patch
  networkmanager/repos/extra-x86_64/networkmanager.install

--+
 /NetworkManager.conf | 
  26 +
 /PKGBUILD| 
 246 ++
 /disable_set_hostname.patch  | 
  38 +
 /networkmanager.install  | 
  18 
 extra-i686/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch   | 
  54 ++
 extra-i686/NetworkManager.conf   | 
  13 
 extra-i686/PKGBUILD  | 
 120 
 extra-i686/disable_set_hostname.patch| 
  19 
 extra-i686/networkmanager.install| 
   9 
 extra-x86_64/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch | 
  54 ++
 extra-x86_64/NetworkManager.conf | 
  13 
 extra-x86_64/PKGBUILD| 
 120 
 extra-x86_64/disable_set_hostname.patch  | 
  19 
 extra-x86_64/networkmanager.install  | 
   9 
 14 files changed, 436 insertions(+), 322 deletions(-)

Copied: 
networkmanager/repos/extra-i686/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
 (from rev 257531, 
networkmanager/trunk/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch)
===
--- extra-i686/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch  
(rev 0)
+++ extra-i686/0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch  
2016-01-05 22:57:23 UTC (rev 257532)
@@ -0,0 +1,54 @@
+From 11aa07ed939193e85516c287a57dee1837242972 Mon Sep 17 00:00:00 2001
+From: Thomas Haller 
+Date: Mon, 4 Jan 2016 18:54:26 +0100
+Subject: [PATCH] core: fix failure to configure routes due to wrong
+ device-route for IPv4 peer-addresses
+
+As in the case of a OpenVPN connection, we might add an address like:
+  10.8.0.58/32 ptp 10.8.0.57
+
+In this case, kernel would automatically add a device-route like:
+  10.8.0.57/32 via 0.0.0.0 dev 32 metric 0 mss 0 src rtprot-kernel scope link 
pref-src 10.8.0.58
+
+nm_ip4_config_commit() checks all IP addresses to figure out
+the present device-routes. Then the routes are synced by NMRouteManager.
+Due to a bug, we would not consider the peer-address, but the local-address
+and configure a route 10.8.0.58/32, instead of 10.8.0.57/32.
+
+That stays mostly unnoticed, because usually the peer and the local-address are
+in the same subnet, so that there is no difference (/32 is an example of the
+peer-address being in a different subnet).
+
+It also seems that due to a bug fixed by df4e5357521 this issue didn't surface.
+Probably because we would not notice the 

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

2016-01-05 Thread Andreas Radke
Date: Tuesday, January 5, 2016 @ 13:28:55
  Author: andyrtr
Revision: 257523

upgpkg: xorg-xrdb 1.1.0-2

use either gcc or mcpp for preprocessing making them optional dependencies; 
FS#46934

Modified:
  xorg-xrdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 12:02:48 UTC (rev 257522)
+++ PKGBUILD2016-01-05 12:28:55 UTC (rev 257523)
@@ -3,25 +3,29 @@
 
 pkgname=xorg-xrdb
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X server resource database utility"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/;
 license=('custom')
-depends=('libx11' 'libxmu' 'mcpp')
+depends=('libx11' 'libxmu')
 makedepends=('xorg-util-macros')
+optdepends=('gcc: for preprocessing'
+'mcpp: a lightweight alternative for preprocessing')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
 sha256sums=('73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b')
 
 build() {
-  cd "${srcdir}/xrdb-${pkgver}"
-  ./configure --prefix=/usr --with-cpp=/usr/bin/mcpp
+  cd xrdb-${pkgver}
+  # --with-cpp=path   comma-separated list of paths to cpp command for 
xrdb to use at runtime
+  # mcpp is small but can fail, FS#46934
+  ./configure --prefix=/usr --with-cpp=/usr/bin/cpp,/usr/bin/mcpp
   make
 }
 
 package() {
-  cd "${srcdir}/xrdb-${pkgver}"
+  cd xrdb-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


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

2016-01-05 Thread Andreas Radke
Date: Tuesday, January 5, 2016 @ 13:29:08
  Author: andyrtr
Revision: 257524

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

Added:
  xorg-xrdb/repos/testing-i686/
  xorg-xrdb/repos/testing-i686/PKGBUILD
(from rev 257523, xorg-xrdb/trunk/PKGBUILD)
  xorg-xrdb/repos/testing-x86_64/
  xorg-xrdb/repos/testing-x86_64/PKGBUILD
(from rev 257523, xorg-xrdb/trunk/PKGBUILD)

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

Copied: xorg-xrdb/repos/testing-i686/PKGBUILD (from rev 257523, 
xorg-xrdb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-05 12:29:08 UTC (rev 257524)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xrdb
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="X server resource database utility"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu')
+makedepends=('xorg-util-macros')
+optdepends=('gcc: for preprocessing'
+'mcpp: a lightweight alternative for preprocessing')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
+sha256sums=('73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b')
+
+build() {
+  cd xrdb-${pkgver}
+  # --with-cpp=path   comma-separated list of paths to cpp command for 
xrdb to use at runtime
+  # mcpp is small but can fail, FS#46934
+  ./configure --prefix=/usr --with-cpp=/usr/bin/cpp,/usr/bin/mcpp
+  make
+}
+
+package() {
+  cd xrdb-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: xorg-xrdb/repos/testing-x86_64/PKGBUILD (from rev 257523, 
xorg-xrdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-05 12:29:08 UTC (rev 257524)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xrdb
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="X server resource database utility"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu')
+makedepends=('xorg-util-macros')
+optdepends=('gcc: for preprocessing'
+'mcpp: a lightweight alternative for preprocessing')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
+sha256sums=('73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b')
+
+build() {
+  cd xrdb-${pkgver}
+  # --with-cpp=path   comma-separated list of paths to cpp command for 
xrdb to use at runtime
+  # mcpp is small but can fail, FS#46934
+  ./configure --prefix=/usr --with-cpp=/usr/bin/cpp,/usr/bin/mcpp
+  make
+}
+
+package() {
+  cd xrdb-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2016-01-05 Thread Bartłomiej Piotrowski
Date: Tuesday, January 5, 2016 @ 13:36:31
  Author: bpiotrowski
Revision: 257526

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 257525, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 257525, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 257525, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 257525, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 257525, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 257525, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 257525, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 257525, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 257525, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 257525, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 257525, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 257525, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 257525, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 257525, lvm2/trunk/sd-lvm2_install)

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  103 
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 +
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   34 +++
 testing-i686/sd-lvm2_install  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  103 
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 +
 testing-x86_64/lvm2_hook  |   12 ++
 testing-x86_64/lvm2_install   |   34 +++
 testing-x86_64/sd-lvm2_install|   32 +++
 14 files changed, 458 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 257525, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2016-01-05 12:36:31 UTC (rev 257526)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 257525, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-05 12:36:31 UTC (rev 257526)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.138
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2_install
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('107c699d14d83ae25da43905d4448c603b2c2d28'
+  'SKIP'
+  '40ef991650555b904e73bcc3f344d736722e27ca'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
+
+prepare() {
+  cd LVM2.${pkgver}
+
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+
+  # make systemd sockets static
+  patch -p1 -i "${srcdir}/lvm2-make-sockets-static.patch"
+}
+
+build() {
+  CONFIGUREOPTS="--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-default-pid-dir=/run --with-default-dm-run-dir=/run 
--with-default-run-dir=/run/lvm \
+  --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
+  --enable-udev_sync --enable-udev_rules 

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

2016-01-05 Thread Bartłomiej Piotrowski
Date: Tuesday, January 5, 2016 @ 13:36:15
  Author: bpiotrowski
Revision: 257525

upgpkg: lvm2 2.02.138-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 12:29:08 UTC (rev 257524)
+++ PKGBUILD2016-01-05 12:36:15 UTC (rev 257525)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.137
+pkgver=2.02.138
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/;
@@ -17,7 +17,7 @@
 sd-lvm2_install
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('24924ef6b95e5cb4691dc399a898933421c11e1d'
+sha1sums=('107c699d14d83ae25da43905d4448c603b2c2d28'
   'SKIP'
   '40ef991650555b904e73bcc3f344d736722e27ca'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'


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

2016-01-05 Thread Bartłomiej Piotrowski
Date: Tuesday, January 5, 2016 @ 13:58:35
  Author: bpiotrowski
Revision: 257528

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-05 12:58:25 UTC (rev 257527)
+++ extra-i686/PKGBUILD 2016-01-05 12:58:35 UTC (rev 257528)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.6.19
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('i686' 'x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cd0807dbd5f575ed9c2fc066ed107841')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fsarchiver/repos/extra-i686/PKGBUILD (from rev 257527, 
fsarchiver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-05 12:58:35 UTC (rev 257528)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.6.20
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('04d73f8f8e8dd0063e06f74a125bdcb6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-05 12:58:25 UTC (rev 257527)
+++ extra-x86_64/PKGBUILD   2016-01-05 12:58:35 UTC (rev 257528)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.6.19
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('i686' 'x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cd0807dbd5f575ed9c2fc066ed107841')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fsarchiver/repos/extra-x86_64/PKGBUILD (from rev 257527, 
fsarchiver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-05 12:58:35 UTC (rev 257528)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.6.20
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('04d73f8f8e8dd0063e06f74a125bdcb6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}